Releases: ValentinH/react-easy-crop
Releases · ValentinH/react-easy-crop
v1.5.0
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
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)
v1.3.0
New features
- Add props to set custom min and max zoom levels (#11)
v1.2.0
Improvements
- enable changing the aspect at runtime #8
v1.1.5
More iOS bug fixes
- Prevent painting bugs on iOS Chrome (1b273a2)
- Fix scroll bug on iOS 11 (8b54e1e)
v1.1.2
Bug fixes
- Prevent putting page in background while zooming on Safari (35a7e86)
v1.1.1
Bug fixes
- Prevent Safari Mobile to zoom the page when trying to zoom the image (a2ce6bb)
v1.1.0
New features
- Implement Pinch gesture for zoom on mobile (#3)