Releases: nhoizey/jekyll-cloudinary
Releases · nhoizey/jekyll-cloudinary
v1.14.1
19 Aug 22:32
Compare
Sorry, something went wrong.
No results found
Fix loading attribute handling
Add compatibility with Jekyll 4 (thanks @DirtyF )
v1.14.0
09 Apr 12:00
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v1.12.4
04 Jun 14:28
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Strings are now immutable by default, be careful. (ca68ba7 )
v1.12.2
30 May 22:48
Compare
Sorry, something went wrong.
No results found
Match jekyll's coding style thanks to @DirtyF with a little help from Rubocop .
v1.12.1
30 May 11:56
Compare
Sorry, something went wrong.
No results found
Break early if there is no cloud_name in _config.yml
v1.12.0
29 May 22:30
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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