Releases: matthiasott/eleventy-plus-vite
Releases · matthiasott/eleventy-plus-vite
v1.3.2
v1.3.1
Updates several dependencies and fixes failing build
- Node.js v22.6.0
- @11ty/eleventy-plugin-rss v2.0.2
- cssnano v7.0.5
- autoprefixer v10.4.20
- postcss-nesting v13.0.0
and several more…
v1.3.0
This version upgrades
- Eleventy to v3 alpha
eleventy-plugin-vite
to v5- and switches to ESM
Thanks to @KiwiKilian for the PR! 🎉🙏
v1.2.0
This version updates Vite to version 5.1.5. 🎉
More about Vite 5.1 here: https://vitejs.dev/blog/announcing-vite5-1.html
Also updated:
- eleventy-img 4.0.2
- markdown-it 14.0.0
Hope everything runs smoothly. Let me know if you experience any issues and feel free to open a PR if you want to contribute an improvement. 🤗
v1.1.0
- Eleventy 2.0.1
- Vite 4.5.0
- eleventy-plugin-vite 4.0.0
- Updates a lot of other dependencies as well
v1.0.1
- Update to Vite 3.0
- Eleventy v2.0.0-canary.13
- eleventy-plugin-vite v2.0.0-canary.1
- patches for two minor issues [1,2] in eleventy-plugin-vite temporarily (via patch-package)
- Fixes a few npm package.json issues (#3)
Make sure to delete your node_modules
folder and run npm install
again so that all patches are applied.
v0.2.2
Fixes the issue with a failing build when using Eleventy canary.12 with eleventy-plugin-vite.
v0.2.0
More improvements like…
- Critical CSS support
- updated eleventy-plugin-vite to 1.0.0-canary.2
- web font preload
- improved HTML/CSS
Initial release
This is the initial release – please use with caution. ;). There is still some testing to be done…