Skip to content

Releases: sekoyo/react-image-crop

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.

8.0.3

11 Jun 17:02
Compare
Choose a tag to compare
  • Fix to makeAspectCrop if crop with no unit is passed in #270

8.0.2

10 Jun 16:46
Compare
Choose a tag to compare
  • Fix completing an aspect crop with width or height not defined when using % unit #266. Remember, you should do this before the image has loaded otherwise it's up to you.
  • Safeguard using window and document global vars so that server side rendering doesn't error when a vdom isn't defined #267.