8.6.10
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.