Releases: dominictobias/react-image-crop
Releases · dominictobias/react-image-crop
2.0.1
Fixes:
- Hide north, east, south and west ordinate handles on fixed aspect (regression fix)
2.0.0
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)