Skip to content

Releases: area17/twill-image

v2.0.0

30 Jul 09:33
Compare
Choose a tag to compare

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

v1.0.4

04 Apr 14:30
463c916
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

1.0.0 – Public Release ✌️

21 Jan 16:03
Compare
Choose a tag to compare

1.0.0 (2022-01-20)

Added

  • Add option to set a custom ImageService 0fa7799

Fixed

  • Fix bug where cached image are revealed twice #33 ffcdc93
  • Apply image styles to placeholder and main img tag b5a6fc2
  • Check image width to set minimum in srcset 233c870
  • Check source width to set image default 253bf74
  • Remove duplicate background color style f7edf3e

Contributors

@pboivin @AidasK @jonathan-hooper-osf @mrtimbrook @sauron @ifox @ptrckvzn

v1.0.0-rc4

13 Nov 15:53
Compare
Choose a tag to compare

Added

  • Allow using native lazyload with loading="lazy" without the JavaScript module 3db2ef3

Fixed

  • Fix WebP srcset not using the right set c6e8f0b

@pboivin

v1.0.0-rc3

08 Nov 21:04
Compare
Choose a tag to compare

Added

  • Minor optimizations when webp_support is not enabled c3e06fe

Fixed

  • Fix problem with uppercase extension 6be42f4
  • Fix wrong variable name in placehoder template f17f279

v1.0.0-rc1

01 Oct 21:16
Compare
Choose a tag to compare