Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@mrdoinel mrdoinel released this 30 Jul 09:33
· 5 commits to 2.x since this release

2.0.0 (2024-07-30)

Breaking change

Major new version of the library that is updating default config.

Updated

  • ImageColumns - Fix calculating container size in pixels (container = maincolwidth - 2*outergutter)
  • Image Sizer / Placeholder : Make sureWrapper Styles is applied also when using custom style based approach (when not using CSS classes)
  • ImageSizer : use CSS aspect-ratio instead of all padding-bottom technique. Simplify default CSS for the all images that are defined by default
  • Laravel 11 support
  • Refactor ImageStyles services and remove bg color
  • Use custom CSS classes instead of direct Tailwind CSS reference
  • Set better default for image sizer
  • Check sizes attr exists in picture view
  • Readme updated
  • Layout - Remove all "layout" logic to force some styles because this need to be handled in application
  • Remove JS dependencies and JS build. Remove JS script altogether and logic around lazyloading with JS

What's Changed

New Contributors

Full Changelog: v1.0.6...v2.0.0