Releases: sekoyo/react-image-crop
Releases · sekoyo/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
Change how crop selection shadow is done so that there's no need for overflow:hidden
on ReactCrop
div element. Fixes #530
Don't use this version it introduced a bug and was deprecated
10.0.9
- Can touch scroll on the crop when
disabled
is true
10.0.7
- Infer correct output type (
PixelCrop
or PercentCrop
) depending on input in makeAspectCrop
and centerCrop
(thanks: @corymharper)
- Fix minWidth/minHeight for aspect crops when one or the other wasn't specified
10.0.6
- Fix key press issue when controlling crop with keyboard #503 (thanks: @mskelton)
- Better aria labels for crop handles (thanks: @mskelton)