- fix: fit properties were not applied because of height
- fix: add updated styles
- fix: set image width variable instead of width
- refactor: images and avatars are now responsive
- fix: composer version mismatch
- fix: resolve null url values for galleries by adding placeholder method
- refactor: default value for
aspect-ratio
property for Gallery and Lightbox components changed from4/3
toauto
- Laravel 11 support
Full Changelog: https://github.com/czernika/orchid-image-components/compare/v2.0.4...v2.0.5
- FEAT: added
width()
for Gallery and Carousel - FEAT: added
caption()
for Image
- FIX: fixing error when empty value was not shown when relation has
withDefault()
- CHORE: updated deps
- DOCS: added docs
- refactor: change auto-fit layout for galleries with less than 2 images
- refactor: changed code base
- FEAT: new options almost for every component
- FEAT: added JS options for interactive elements such as Lightbox and Carousel
- TESTS: covered more use cases