Releases: dominictobias/react-image-crop
Releases · dominictobias/react-image-crop
10.1.7
- Fix 10.1.6 regression when only minWidth or minHeight is set and crop is resized to inverse
- Ensure new min-dimension crop is always in bounds as its being drawn
10.1.6
10.1.5
- Disable animated marching ant border for circular crops as it wasn't working properly
10.1.4
- Add back animated marching ants to crop selection as seen on the README. If you wish to disable the animation then pass
className="ReactCrop--no-animate"
10.1.3
- Add
./src/ReactCrop.scss
to package.json exports
10.1.2
- Output ES build as well as UMD
10.0.11
- Revert previous change, it wasn't working properly
10.0.10
10.0.9
- Can touch scroll on the crop when
disabled
istrue