Kirby Blurry Placeholder Versions Save

🖼 Blurry image placeholders for better UX

v3.0.3

9 months ago

   🚀 Features

    View changes on GitHub

v3.0.2

1 year ago

   🚀 Features

  • Allow \Kirby\Filesystem\Asset for uri method  -  by @tobimori (6194f)
    View changes on GitHub

v3.0.1

1 year ago

   🚀 Features

  • Allow \Kirby\Filesystem\Asset for image method  -  by @johannschopplich (184ce)
    View changes on GitHub

v3.0.0

1 year ago

   🚨 Breaking Changes

  • Remove deprecated kirby-extended.blurry-placeholder option keys  -  by @johannschopplich (4c27c)

   🚀 Features

   ℹ️ Migration

Custom Ratio

The syntax has changed to use a custom image ratio:

<img
-  src="<?= $original->placeholderUri(5/4) ?>"
+  src="<?= $original->placeholderUri(['ratio' => 5/4]) ?>"
  data-src="<?= $cropped->url() ?>"
  data-lazyload
  alt="<?= $original->alt() ?>"
/>

Option Keys

Dropped support for deprecated option keys. Replace any remaining kirby-extended.blurry-placeholder options with johannschopplich.blurry-placeholder to match Kirby's plugin definitions.

    View changes on GitHub

v2.0.2

1 year ago

No significant changes

    View changes on GitHub

v2.0.1

1 year ago

   🐞 Bug Fixes

  • Update options namespace with fallbacks to match Kirby plugin recommendations  -  by @johannschopplich (66021)
    View changes on GitHub

v2.0.0

1 year ago

   🚨 Breaking Changes

  • Raise minimum required PHP version to v8  -  by @johannschopplich (49c6a)

   🐞 Bug Fixes

  • Kirbytext inline deprecation since 3.7  -  by @finnge (ba0fe)
    View changes on GitHub

v1.5.0

2 years ago

Notable Changes

v1.4.3

2 years ago

Notable Changes

Contributors

v1.4.2

2 years ago

Notable Changes

  • chore: untrack composer.lock