Skip to content

Releases: sekoyo/react-image-crop

1.0.4

09 Nov 22:39
Compare
Choose a tag to compare
  • Fix to behaviour when dragging out of crop area for x or y handles #75
  • Added onAspectRatioChange callback #76

1.0.3

15 Sep 18:40
Compare
Choose a tag to compare

Missing build step for regression fix for crossOrigin tag #68

1.0.1

08 Sep 20:30
Compare
Choose a tag to compare

Add option to specify crossorigin attribute #66

v1.0.0

04 Sep 12:11
Compare
Choose a tag to compare
  • dataUrls should not have a crossOrigin tag #63
  • Do not use this.props in constructor (fixes IE11 exception) #60
  • Make polygon IDs unique for multiple instances of the crop tool on the page
  • Make sure newWidth is properly clamped #54
  • Deprecate outputPixelUnits (callbacks receive pixel crop as last arg now)

Release Candidate 8

16 Aug 17:53
Compare
Choose a tag to compare

Add outputPixelUnits option to output units in pixels #53

Release Candidate 7

13 Aug 12:58
Compare
Choose a tag to compare
  • Add maxWidth and minWidth optional props

PR #51 @Deepblue129

  • Lack of CORS support was bringing up the error "tainted canvas" when drawing and using toDataUrl with canvas
    Mobile fixes:
  • Allow scrolling when crop is disabled
  • Disable scrolling when crop is being dragged
  • Fix onImageLoad for Safari (naturalWidth sometimes 0)

Release Candidate 6

31 Jul 18:49
Compare
Choose a tag to compare

Add option to draw crop as an ellipse #50

Release Candidate 5

24 Jul 11:07
Compare
Choose a tag to compare

Fixes issue #48 with non-es6 imports being an object with default (regression)

Release Candidate 4

30 Jun 19:02
Compare
Choose a tag to compare
  • Fixes disappearing crop if parent state changes and no crop is passed #40
  • Add disabled prop
  • Tech: Move to building release with webpack. Minor dependency updates.

Release Candidate 3

29 May 10:10
Compare
Choose a tag to compare

Set whether the crop is valid or not on component updates. Fixes #36