Skip to content

Releases: dominictobias/react-image-crop

8.4.1

24 Nov 13:09
Compare
Choose a tag to compare
  • Stop propagation of mouse down event in render selection addon so that inputs can be focusable. Fixes #321

8.4.0

21 Oct 22:14
f0e6a9a
Compare
Choose a tag to compare
  • Crop is checked and corrected if invalid on every change. This makes setting aspect crops after the first load simpler especially when using % crops since you can only specify one of the dimensions and the other will be completed for you (now at any point).

  • Fix crop flipping over when using min dimensions but not having enough space to satisfy said min dimensions #261

  • Simplify resizing on touch devices to only have one resize handle on the inside which is a lot larger to make resizing easier #201

Screenshot 2019-10-21 at 23 06 29

8.3.1

28 Sep 12:57
Compare
Choose a tag to compare
  • Fix circular crop not being visible on dark backgrounds #297
  • Fix crop flipping over when min dimensions are set and going beyond image area #300

8.3.0

05 Sep 17:53
Compare
Choose a tag to compare
  • Edge case fix for IE11 scrolling #289
  • [potentially breaking] Remove max-height: fill-available as it was causing the crop not to show when the container was flex or possibly grid. Feel free to add it in your own CSS if you were depending on it #296 #288

8.2.2

23 Aug 18:20
4dd8d72
Compare
Choose a tag to compare
  • Fixes a bug when setting a crop without unit specified #291

8.2.1

08 Aug 19:32
Compare
Choose a tag to compare
  • Hold shift when nudging with keyboard to move in larger increments #284

8.2.0

28 Jul 13:30
Compare
Choose a tag to compare

8.1.0

01 Jul 16:41
Compare
Choose a tag to compare
  • Add renderComponent to take over the rendering of the crop image and replace with a video for example.

8.0.5

13 Jun 19:36
ab80dc9
Compare
Choose a tag to compare
  • Fix % aspect crops when hitting boundaries and simplify logic to handle px and % #271

8.0.4

12 Jun 22:56
Compare
Choose a tag to compare
  • Fix an issue calculating aspect when using % unit.

Unfortunately there is another bug when using % unit and aspect and hitting boundaries, this will be addressed in the next patch release.