Skip to content

Releases: nhoizey/jekyll-cloudinary

v1.14.1

19 Aug 22:32
Compare
Choose a tag to compare

Fix loading attribute handling

Add compatibility with Jekyll 4 (thanks @DirtyF)

v1.14.0

09 Apr 12:00
Compare
Choose a tag to compare

Add support for the loading attribute, for native lazy loading (#45)

Thanks @borisschapira! 👍

Examples:

{% cloudinary image.jpg loading="lazy" %}
{% cloudinary image.jpg loading="eager" %}

v1.13.0

06 Aug 17:47
Compare
Choose a tag to compare

Add cross-origin support to prevent opaque responses in Service Workers.

See https://cloudfour.com/thinks/when-7-kb-equals-7-mb/

v1.12.4

04 Jun 14:28
Compare
Choose a tag to compare

Improving gem summary and description to help people find it. There was no mention of "plugin" in it… 🤔

v1.12.3

02 Jun 14:55
Compare
Choose a tag to compare

Strings are now immutable by default, be careful. (ca68ba7)

v1.12.2

30 May 22:48
Compare
Choose a tag to compare

Match jekyll's coding style thanks to @DirtyF with a little help from Rubocop.

v1.12.1

30 May 11:56
Compare
Choose a tag to compare

Break early if there is no cloud_name in _config.yml

v1.12.0

29 May 22:30
Compare
Choose a tag to compare

Thanks to @suprafly's Pull Request, you can now host your source images on an origin domain different from your website domain.

v1.11.0

21 May 22:21
Compare
Choose a tag to compare

Thanks to Pascal Brokmeier's Pull Request, you can know have responsive images HTML and Cloudinary URLs generated only when you build for production.

Just make sure to:

  • set the new option only_prod to true
  • and set the environment to production before building: JEKYLL_ENV=production bundle exec jekyll build

v1.10.0

21 May 20:50
Compare
Choose a tag to compare

Fixes an issue caused by Jekyll 3.8.1 introducing a change to content's path, adding an /#excerpt at the end in case of an excerpt.

See 5372e37