Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@KiwiKilian KiwiKilian released this 05 Oct 17:37
· 2 commits to main since this release
v5.0.0
1129481

What's Changed

  • Multiple Upgrades:
    • Upgrade to Vite v5
    • Upgrade to Eleventy 3
    • Switch to ESM
  • Improvements for Windows file system problems (#22)
  • Throw an error if eleventy output and tempFolder are the same (#23)
  • Release with GitHub Actions and NPM Provenance
  • Add ViteDevServer close on SIGINT (#49)

Breaking Changes:

  • @11ty/eleventy compatibility bumped to >=3.0.0
  • node>=18 necessary
  • vite upgraded to v5
  • Replaced merge from lodash with @11ty/eleventy-utils
    • Behavior may differ partially when merging your vite options
    • E.g. resolve.alias with an array will need to use resolve.override:alias
  • EleventyVite.getServerMiddleware renamed to EleventyVite.getServer which exposes the complete ViteDevServer (#49)

Full Changelog: v4.0.0...v5.0.0