Skip to content

Releases: ValentinH/react-easy-crop

v1.9.1

24 Mar 19:33
Compare
Choose a tag to compare
  • Force the wheel event to not be passive 4cca250

ricardo-ch/react-easy-crop@v1.9.0...v1.9.1

v1.9.0

23 Mar 08:09
Compare
Choose a tag to compare

Improvements

  • Make croppedAreaPixels more accurate and rounded (values are now integers) (#28) 744b795

ricardo-ch/react-easy-crop@v1.8.3...v1.9.0

v1.8.3

15 Mar 21:15
Compare
Choose a tag to compare
  • Remove babel-plugin-emotion which was generating wrong deps 0f5664a

ricardo-ch/react-easy-crop@v1.8.2...v1.8.3

v1.8.2

09 Mar 19:28
Compare
Choose a tag to compare

v1.8.1

09 Mar 18:40
Compare
Choose a tag to compare

Bug fixes

  • Disable page scrolling on iOS when user scrolls inside of crop component (#24)

v1.8.0

27 Feb 08:50
Compare
Choose a tag to compare

New option

  • Add a crossOrigin pass-through property (#23)

v1.7.0

08 Jan 16:37
Compare
Choose a tag to compare

New options

  • Add zoomSpeed prop to customize zoom by scroll speed (#21)

v1.6.0

25 Oct 11:37
Compare
Choose a tag to compare

Improvements

  • add support for custom style and classes (#16)
  • add onImgError property to handle image error (#18)

Bug fixes

  • Invert props order check on update (#17)

v1.5.0

20 Sep 21:48
Compare
Choose a tag to compare

v1.5.0

New features

  • new prop cropShape that can be "rect" or "round" (#14)
  • new prop showGrid to show/hide the grid

v1.4.0

27 Aug 16:51
Compare
Choose a tag to compare

Improvements

Better gestures (#13)

  • zoom via mouse wheel use the pointer as zoom origin
  • zoom via touch (pinch) use the center of the fingers as zoom origin
  • image can be moved while zoomed using touch (pinch)