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)