Skip to content

Releases: dominictobias/react-image-crop

2.0.1

30 Jan 15:39
Compare
Choose a tag to compare

Fixes:

  • Hide north, east, south and west ordinate handles on fixed aspect (regression fix)

2.0.0

29 Jan 22:29
Compare
Choose a tag to compare

Breaking changes:

  • Remove ellipses option
  • No crossorigin default (was "anonymous" which was causing issues #62)

Updates:

  • Change "marching ants" crop selection border animation from animated linear-gradients to a GIF as it was eating lots of CPU #77

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)