Skip to content

Releases: johannschopplich/kirby-blurry-placeholder

v3.0.3

19 Jul 08:43
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v3.0.2

09 Jan 08:08
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v3.0.1

06 Jan 07:34
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v3.0.0

05 Jan 19:11
Compare
Choose a tag to compare

   🚨 Breaking Changes

   🚀 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

25 Dec 16:34
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v2.0.1

20 Sep 19:24
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

20 Sep 10:30
Compare
Choose a tag to compare

   🚨 Breaking Changes

   🐞 Bug Fixes

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

1.5.0

17 Mar 12:32
Compare
Choose a tag to compare

Notable Changes

  • chore: require PHP 7.4+
  • feat: infer global thumbs format for placeholder uri (cae43be)

1.4.3

10 Feb 08:03
Compare
Choose a tag to compare

Notable Changes

  • fix: encode URIs to comply w/ W3c guidelines (fa70f74)

Contributors

1.4.2

16 Nov 15:41
Compare
Choose a tag to compare

Notable Changes

  • chore: untrack composer.lock