Releases: zeroby0/netlify-plugin-11ty
Release v1.4.0
The max Node version set in v1.3.0 is now removed. Netlify supports the latest Node version now.
Thank you to @uncenter for the bug report! v1.4.0 is now online on npm: https://www.npmjs.com/package/netlify-plugin-11ty
Release v1.3.0
The maximum node version is now set to v17.x.x in the package.json, this generates a warning and fails the build with a better error message.
Netlify doesn't support Node v18 yet, and builds fail with an obscure error message without this: (https://github.com/zeroby0/netlify-plugin-11ty#my-builds-are-failing)
I've also set cache_img_httpHeader
to be false by default and added a note of caution in the readme. This is to prevent people using remote images from accidentally caching those images forever in the browser. The hashes in remotes images are not true file content hashes for eleventy_img.
To upgrade:
npm update netlify-plugin-11ty --save
Release v1.0.0
🎉 🎉 🎉
On testing the plugin and the pull-request with a few sites, there are no failures and everything seems to be working correctly.
When #116 is merged, I'll make a 2.0 release, and a 1.x release that informs users to update.
0.0.4 - Beta
So I have been using this on my website and I would say it's ready for testing, but of course with caution.
0.0.1 - Early preview release
Please don't use this for mission critical sites yet.
I strongly recommended testing locally with Netlify CLI at least once before deploying.
If you find any bugs, have advice or feature requests, please create an Issue or Discussion