Skip to content

Releases: sekoyo/react-image-crop

10.1.5

24 Jun 11:14
Compare
Choose a tag to compare
  • Disable animated marching ant border for circular crops as it wasn't working properly

10.1.4

28 May 19:15
Compare
Choose a tag to compare
  • 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

28 May 08:15
Compare
Choose a tag to compare
  • Add ./src/ReactCrop.scss to package.json exports

10.1.2

27 May 18:39
Compare
Choose a tag to compare
  • Output ES build as well as UMD

10.0.11

17 May 22:44
Compare
Choose a tag to compare
  • Revert previous change, it wasn't working properly

10.0.10

17 May 22:34
Compare
Choose a tag to compare
  • 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

28 Nov 17:12
Compare
Choose a tag to compare
  • Can touch scroll on the crop when disabled is true

10.0.8

07 Oct 11:27
Compare
Choose a tag to compare

10.0.7

08 Sep 21:17
Compare
Choose a tag to compare
  • 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

15 Aug 22:30
Compare
Choose a tag to compare
  • Fix key press issue when controlling crop with keyboard #503 (thanks: @mskelton)
  • Better aria labels for crop handles (thanks: @mskelton)