Releases: sekoyo/react-image-crop
Releases · sekoyo/react-image-crop
8.3.1
- 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
- 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
- Fixes a bug when setting a crop without
unit
specified #291
8.2.1
- Hold shift when nudging with keyboard to move in larger increments #284
8.1.0
- Add renderComponent to take over the rendering of the crop image and replace with a video for example.
8.0.5
- Fix % aspect crops when hitting boundaries and simplify logic to handle px and % #271
8.0.4
- 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
- Fix to
makeAspectCrop
if crop with no unit
is passed in #270
8.0.2
- 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.