Releases: sekoyo/react-image-crop
Releases · sekoyo/react-image-crop
1.0.4
1.0.3
1.0.1
v1.0.0
- dataUrls should not have a crossOrigin tag #63
- Do not use
this.props
in constructor (fixes IE11 exception) #60 - Make polygon IDs unique for multiple instances of the crop tool on the page
- Make sure newWidth is properly clamped #54
- Deprecate
outputPixelUnits
(callbacks receive pixel crop as last arg now)
Release Candidate 8
Add outputPixelUnits
option to output units in pixels #53
Release Candidate 7
- Add maxWidth and minWidth optional props
PR #51 @Deepblue129
- Lack of CORS support was bringing up the error "tainted canvas" when drawing and using toDataUrl with canvas
Mobile fixes: - Allow scrolling when crop is disabled
- Disable scrolling when crop is being dragged
- Fix onImageLoad for Safari (naturalWidth sometimes 0)
Release Candidate 6
Add option to draw crop as an ellipse #50
Release Candidate 5
Fixes issue #48 with non-es6 imports being an object with default
(regression)
Release Candidate 4
- Fixes disappearing crop if parent state changes and no crop is passed #40
- Add
disabled
prop - Tech: Move to building release with webpack. Minor dependency updates.
Release Candidate 3
Set whether the crop is valid or not on component updates. Fixes #36