Skip to content

Releases: Foliotek/Croppie

Small fix

10 Apr 15:41
Compare
Choose a tag to compare

Small release to fix an issue with an unassigned variable.

#617

2.6.2

16 Mar 13:09
Compare
Choose a tag to compare

Fix to enforceBoundary: false.

see: #484

Small fix

05 Feb 15:01
Compare
Choose a tag to compare

Small release to copy the image class when replacing the image.

2.6.0

05 Feb 14:30
Compare
Choose a tag to compare

What's in this release?

  • Several bug fixes
  • Documentation updates
  • A couple new features

Bug Fixes

New Features

  • Use mouseWheelZoom:'ctrl' to prevent the default behavior of allowing the mousewheel to zoom. This fixes that pesky behavior of scrolling down the page and a croppie capturing your mouse.

Breaking changes

  • The jQuery update event is now namespaced. If you were listening to it before with $('.crop').on('update', function(){}), you'll need to change it to $('.crop').on('update.croppie', function(){}). The plain javascript version didn't change.

Accessibility

19 Oct 12:40
Compare
Choose a tag to compare

This release contains non-breaking accessibility changes.

2.5.0

14 Jul 15:32
Compare
Choose a tag to compare

There's just a ton of changes in this release. Let's face it, something's bound to be broke, but we don't have tests and I don't have the time to test everything. Best way to find issues is to get this out there.

#349
#348
#327
#325
#323
#297
#340
#335
#342
#347
#303
#326
#300

2.4.1

07 Mar 15:37
Compare
Choose a tag to compare

Fixes

Several changes

21 Oct 19:31
Compare
Choose a tag to compare

This release includes several changes:

  • Two new result types
    • type: 'blob' - which will return a file blob
    • type: 'rawcanvas' - which will return the canvas object and allow you to manipulate before getting the result
  • Responsive boundary dimensions.
    • by default the boundary will take up 100% of the container.
  • Ability to specify an image in the constructor of croppie and fetch the URL from that image
  • Fixes for enforceBoundary: false and getting the result in safari and IE11
  • Zooming tweaks

v2.3.0

05 Aug 18:48
Compare
Choose a tag to compare
2.3.0

2.2.0

23 Jun 20:26
Compare
Choose a tag to compare
  • Croppie receives focus and can be controlled via keyboard
  • Fix bug in zooming on edges
  • Add event listener capabilities for update event