Skip to content

8.6.10

Compare
Choose a tag to compare
@sekoyo sekoyo released this 14 Jun 15:16
· 171 commits to master since this release

⚠️ Edit: This is a breaking change for some SASS users of ReactCrop.scss ⚠️
Apologies this should have been a breaking change. ReactCrop.scss is now compatible with https://www.npmjs.com/package/sass only, not with the deprecated packages node-sass or dart-sass which was done in the process of fixing deprecation warnings for #426
Alternatively if you aren't changing any SCSS variables you can import ReactCrop.css instead.

  • Fixed "Minimum height/width not respected on mobile if user "taps" the image" #425
  • Fixed deprecation warning when using new sass library #426
  • Fixed scrolling window when dragging to move/resize crop on touch.
  • Some internal changes to simplify/reduce some code.
  • Removed support for proprietary IE .setActive function instead of .focus (IE support was dropped and not working properly for a while anyway).
  • Switch to using pointer events instead of touch + mouse.