Skip to content

2.6.0

Compare
Choose a tag to compare
@thedustinsmith thedustinsmith released this 05 Feb 14:30
· 32 commits to master since this release

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.