React Image Crop Versions Save

A responsive image cropping tool for React

10.1.3

11 months ago
  • Add ./src/ReactCrop.scss to package.json exports

10.1.2

11 months ago
  • Output ES build as well as UMD

10.0.11

1 year ago
  • Revert previous change, it wasn't working properly

10.0.10

1 year ago
  • 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

1 year ago
  • Can touch scroll on the crop when disabled is true

10.0.8

1 year ago
  • Fix usage with Preact #509. Thanks to @kane-c

10.0.7

1 year ago
  • 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

1 year ago
  • Fix key press issue when controlling crop with keyboard #503 (thanks: @mskelton)
  • Better aria labels for crop handles (thanks: @mskelton)

10.6.0

1 year ago
  • Fix key press issue when controlling crop with keyboard #503
  • Better aria labels for crop handles

10.0.5

1 year ago
  • Fixes a small jump that occurs when resizing a drag handle not exactly from the corner of the crop #502