Skip to content

Releases: pboivin/flou

v1.7.0

15 Apr 13:16
68213f6
Compare
Choose a tag to compare

Added

  • Add RemoteImageFactory class: Support remote Glide endpoints and filesystems (Docs)

Changed

  • Extract traits and interfaces to share code between both image factory classes
  • Handle unknown image dimensions (ImageRender, ImageFile)

v1.6.0

02 Mar 21:54
71ec476
Compare
Choose a tag to compare

Added

  • Initialize ImageRender and ImageSetRender from arrays

Chores

  • Add test coverage report to Github workflow

v1.5.1

08 Oct 18:39
74a1fe3
Compare
Choose a tag to compare

Changed

  • Remove unnecessary LQIP src attribute with wrapper element
  • Allow HTML attribute overrides with ! prefix

v1.5.0

07 Oct 13:43
Compare
Choose a tag to compare

Added

  • Add image resampling feature (ImageFactory)

Chores

  • Update README examples and presentation
  • Prepare for PHP 8.2

v1.4.1

16 Sep 15:13
8e90e42
Compare
Choose a tag to compare

Changed

  • Format float values for padding-top CSS (ImgRenderable)

Chores

  • Refactor test helpers (Mocking)

v1.4.0

09 Sep 14:37
Compare
Choose a tag to compare

Added

  • Support image formats configuration (ImageSet)
  • Support custom Glide parameters (ImageSet)

Changed

  • Cleanup HTML output of wrapper elements (RendersHtml)

Chores

  • Update README examples

v1.3.0

01 Sep 18:39
Compare
Choose a tag to compare

Added

  • Add new configuration format for art-directed images (ImageSet)
  • Add shortcut for single image widths (ImageSet)
  • Add integration test

Changed

  • Refactor ImageSet internal data representation. Impacts data() and toArray() return values. (ImageSet)

Chores

  • Update README examples

v1.2.0

24 Aug 17:05
a7dae07
Compare
Choose a tag to compare

Added

  • Accept render options as array (ImageFactory)
  • Add missing setter for padding element CSS class (ImgRenderable)

Changed

  • Ensure base64 LQIP is usable with wrapper option (ImgRenderable)

Chores

  • Document various configuration options

v1.1.0

10 Aug 14:18
Compare
Choose a tag to compare

Added

  • Add option to use Base64 encoded URL as LQIP

Changed

  • Use GIF format for LQIP in default Glide parameters

Chores

  • Update README examples and presentation
  • Update test helpers

v1.0.1

04 Aug 21:08
fd5c735
Compare
Choose a tag to compare

Fixed

  • Update glide version constraints to allow installation on a wider range of projects