Bump to Bundler 2.2.30. Update Rubocop idioms.
Fix the loading attribute handling.
Add compatibility with Jekyll 4 (thanks @DirtyF)
Add support for the loading attribute, for native lazy loading (Thanks @borisschapira)
Read the documentation for the loading attribute.
Add cross-origin support to prevent opaque responses in Service Workers.
See https://cloudfour.com/thinks/when-7-kb-equals-7-mb/
Improving gem summary and description to help people find it. There was no mention of "plugin" in it… 🤔
Strings are now immutable by default, be careful. (ca68ba7)
Match jekyll's coding style thanks to @DirtyF with a little help from Rubocop.
Break early if there is no cloud_name
in _config.yml
.
Thanks to @suprafly's Pull Request, you can now host your source images on an origin domain different from your website domain.
Thanks to Pascal Brokmeier's Pull Request, you can now have responsive images HTML and Cloudinary URLs generated only when you build for production.
Just make sure to:
- set the new option
only_prod
totrue
- and set the environment to
production
before building:JEKYLL_ENV=production bundle exec jekyll build
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 https://github.com/mavaddat/jekyll-cloudinary/commit/5372e37e4d31bf1934d90665692b9e14f2ac2147
Better warning message when the local source image is missing.
Get the dimensions of the picture from the source path instead of the destination one (#19)
Fixes an issue with local images.
Image size detection now uses FastImage instead of RMagick to remove imagemagick dependency, thanks to @aarongustafson (#25)
It is now possible to use all effects and transformations from the Cloudinary API, thanks to @aarongustafson (#24)
Now supports sites with baseurl (#10)
Restores natural width if some computed ones are missing.
Restores width
and height
attributes.
Fixes a little typo with huge impact…
Code improvements thanks to Rubocop, initialized by @DirtyF
Fixed bugs:
- Don’t add
<img>
height
&width
attributes (#7) - Dont’t wrap
alt
text in<p>
(#8) require 'rmagick'
tripped me up (#11)
Thanks @eeeps for catching these issues!