Skip to content

v5.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@KiwiKilian KiwiKilian released this 27 Jun 21:21
· 1 commit to main since this release
v5.0.0-alpha.1
59595fb

What's Changed

  • Multiple Upgrades:
    • Upgrade to Vite v5
    • Upgrade to Eleventy 3
    • Switch to ESM
    • Possible fixes for Windows path.sep and rename problems

Breaking Changes:

  • @11ty/eleventy compatibility bumped to >=3.0.0-alpha.6
  • 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

Full Changelog: v4.0.0...v5.0.0-alpha.1