Skip to content

Latest commit

 

History

History
128 lines (58 loc) · 5.89 KB

CHANGELOG.md

File metadata and controls

128 lines (58 loc) · 5.89 KB

Changelog

0.11.2 (2024-08-26)

Bug Fixes 🐞

  • do not generate warning messages for unsupported formats (4e6b050)

0.11.1 (2024-08-26)

Bug Fixes 🐞

  • allow using SVG and Avif images, but do not apply any filters on them (#59) (7b8dc1d)

0.11.0 (2024-06-18)

Features ✨

  • allow specifying quality for resize method (#54) (c7524e3)

0.10.1 (2024-03-15)

Bug Fixes 🐞

  • check if the image resource media type is avif and print error when necessary (8afe41e)
  • do not apply imageConfig on avif and jxl images (#48) (767df64)
  • set the caption as title if present (#50) (59b9b9f)

0.10.0 (2024-03-09)

Features ✨

  • add the naturalWidth and naturalHeight query parameters for external images (465897a)

Bug Fixes 🐞

  • add unit for width and height inline style attributes (461c269)
  • remove unit from width and height attributes for public images (#46) (461c269)

0.9.3 (2024-03-08)

Bug Fixes 🐞

  • use _funcs/get-page-images for getting thumbnail images (742fc49)

0.9.2 (2024-02-28)

Bug Fixes 🐞

  • use RelPermalink instead of Permalink (#43) (99899b0)

0.9.1 (2024-02-22)

Bug Fixes 🐞

  • use Permalink instead of RelPermalink for modern formatted images (#41) (46d32ca)

0.9.0 (2024-01-13)

Features ✨

  • add more parameters for image partial, Height, Width and Alignment (#39) (e0723aa)

Bug Fixes 🐞

  • broken width and height values (#36) (e3bc1b6)
  • remove unit from width and height attributes (#38) (ddfe37b)

0.8.4 (2024-01-08)

Bug Fixes 🐞

  • remove invalid indentations and empty line break, so that the partial can be used in nested shortcode (#33) (30f968b)

0.8.3 (2023-11-08)

Bug Fixes 🐞

  • rename the images site parameter to hugomods.images (#27) (6560be2), closes #26

0.8.2 (2023-11-02)

Bug Fixes 🐞

  • correct broken fingerprint links on multihost (#24) (3c7e24c)

0.8.1 (2023-11-01)

Bug Fixes 🐞

0.8.0 (2023-10-07)

Features ✨

  • add support for the opacity filter (26371df)

0.7.0 (2023-07-03)

Features

  • add the page-thumbnail function (44a4001)
  • add the Style parameter for additional inline style (40e720d)

0.6.0 (2023-07-01)

Features

  • display the caption if present (2e7d08d)