Releases: ValentinH/react-easy-crop
v5.1.0
🎉 This release contains work from a new contributor! 🎉
Thank you, José Guardiola (@JGuardiola95), for all your work!
🚀 Enhancement
- Update README.md #572 (@ValentinH)
- Add keyboard accessibility to move crop area with arrow keys #570 (@JGuardiola95)
🐛 Bug Fix
- add JGuardiola95 as a contributor for code #571 (@allcontributors[bot])
Authors: 3
- @allcontributors[bot]
- José Guardiola (@JGuardiola95)
- Valentin Hervieu (@ValentinH)
v5.0.8
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Themistoklis Chatziemmanouil (@itsUndefined)
❤️ Thomas Johansen (@thomasjohansen)
🐛 Bug Fix
- fix(crop-area): initial render with defined objectFit for initialCrop… #551 (@itsUndefined)
- Added playsInline for mobile devices not to open in full screen #543 (@thomasjohansen)
🔩 Dependency Updates
- Bump socket.io from 2.4.1 to 2.5.1 in /docs #546 (@dependabot[bot])
- Bump tar from 6.1.11 to 6.2.1 in /docs #529 (@dependabot[bot])
- Bump gh-pages from 3.1.0 to 5.0.0 in /docs #531 (@dependabot[bot])
- Bump braces from 3.0.2 to 3.0.3 #542 (@dependabot[bot])
- Bump ws from 8.12.0 to 8.17.1 #545 (@dependabot[bot])
Authors: 3
- @dependabot[bot]
- Themistoklis Chatziemmanouil (@itsUndefined)
- Thomas Johansen (@thomasjohansen)
v5.0.7
🎉 This release contains work from a new contributor! 🎉
Thank you, Abdullah Alaqeel (@aqeelat), for all your work!
🐛 Bug Fix
⚠️ Pushed to main
- wtf .nx 2 (@ValentinH)
- wtf .nx? (@ValentinH)
- chore: update auto (@ValentinH)
🔩 Dependency Updates
- Bump vite from 4.1.5 to 4.5.3 #526 (@dependabot[bot])
- Bump express from 4.18.2 to 4.19.2 in /docs #524 (@dependabot[bot])
Authors: 3
- @dependabot[bot]
- Abdullah Alaqeel (@aqeelat)
- Valentin Hervieu (@ValentinH)
v5.0.6
🐛 Bug Fix
- fix(typescript): change how we import React #523 (@ValentinH)
Authors: 1
- Valentin Hervieu (@ValentinH)
v5.0.5
🎉 This release contains work from a new contributor! 🎉
Thank you, Rik (@rikschennink), for all your work!
🐛 Bug Fix
- Update README.md #511 (@rikschennink)
Authors: 1
- Rik (@rikschennink)
v5.0.4
🐛 Bug Fix
- fix(crop-area): recalculate sizes on media objectFit change #506 ([email protected] @kruchkou)
Authors: 2
- @kruchkou
- Ruslan Kruchkou ([email protected])
v5.0.3
🐛 Bug Fix
- Update README.md #499 (@ValentinH)
- Update README.md #486 (@ValentinH)
⚠️ Pushed to main
- Update README.md (@ValentinH)
Authors: 1
- Valentin Hervieu (@ValentinH)
v5.0.2
🎉 This release contains work from a new contributor! 🎉
Thank you, Pontus Magnusson (@pontusdacke), for all your work!
🐛 Bug Fix
- fix: consider page scroll when retrieving container point #484 ([email protected])
Authors: 1
- Pontus Magnusson (@pontusdacke)
v5.0.1
🐛 Bug Fix
- fix: recompute size when objectFit is changed #483 (@ValentinH)
🔩 Dependency Updates
- Bump word-wrap from 1.2.3 to 1.2.4 in /docs #478 (@dependabot[bot])
- Bump semver from 5.7.1 to 5.7.2 #474 (@dependabot[bot])
Authors: 2
- @dependabot[bot]
- Valentin Hervieu (@ValentinH)
v5.0.0
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ @kruchkou
❤️ Hüseyin Büyükdere (@huseyinbuyukdere)
Release Notes
fix: replace objectFit: 'auto-cover' by 'cover' with adjusted logic (#466)
the objectFit
auto-cover
option was removed and replaced by cover
. While doing so, the logic detecting the right value to choose between horizontal
and vertical
was rewritten from scratch. The algorithm is now much better at picking the right choice.
💥 Breaking Change
- fix: replace objectFit: 'auto-cover' by 'cover' with adjusted logic #466 (@kruchkou @ValentinH)
🐛 Bug Fix
- Update README.md #473 (@huseyinbuyukdere)
Authors: 3
- @kruchkou
- Hüseyin Büyükdere (@huseyinbuyukdere)
- Valentin Hervieu (@ValentinH)