Releases: dominictobias/react-image-crop
Releases · dominictobias/react-image-crop
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
10.0.8
10.0.7
- Infer correct output type (
PixelCrop
orPercentCrop
) depending on input inmakeAspectCrop
andcenterCrop
(thanks: @corymharper) - Fix minWidth/minHeight for aspect crops when one or the other wasn't specified