Skip to content

Releases: 11ty/eleventy-plugin-vite

v5.0.0-alpha.5

17 Sep 20:09
v5.0.0-alpha.5
9261ac8
Compare
Choose a tag to compare
v5.0.0-alpha.5 Pre-release
Pre-release

Features

  • Add ViteDevServer close on SIGINT (#49)

BREAKING CHANGES

  • EleventyVite.getServerMiddleware renamed to EleventyVite.getServer which exposes the complete ViteDevServer (#49)

Full Changelog: v5.0.0-alpha.4...v5.0.0-alpha.5

v5.0.0-alpha.4

03 Sep 20:41
v5.0.0-alpha.4
0c0ac41
Compare
Choose a tag to compare
v5.0.0-alpha.4 Pre-release
Pre-release

Features

  • Bump Vite version
  • Throw an error if eleventy output and tempFolder are the same (#23)
  • Release with actions

Fixes

  • Keep tempFolder relative to execution

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

v5.0.0-alpha.1

27 Jun 21:21
v5.0.0-alpha.1
59595fb
Compare
Choose a tag to compare
v5.0.0-alpha.1 Pre-release
Pre-release

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

v4.0.0

27 Jan 20:12
Compare
Choose a tag to compare

11ty Logo  Vite logo

Includes everything from just released Eleventy Vite Plugin v2.0.0 and upgrades Vite to v4.0.

Astute readers may notice that we skipped Eleventy Vite Plugin v3.0.0. We’d like to keep this plugin’s major version matching with the Vite major version moving forward—thanks y’all!

Fixes included from Eleventy Vite v2.0.0:

  • Fixed: filter non-HTML files out before Vite transformation #17 #14
  • Fixed: resolve bare specifiers in ESM import #16
  • Fixed: resolve import and <script type="module" src> directly from node_modules
  • Update default vite options for Vite v3 in #12
  • Disables Eleventy’s Dev Server domDiff server feature when this plugin is in use.

v2.0.0

27 Jan 20:03
Compare
Choose a tag to compare

Stable version for Vite v3. (#10)

Contributors

v1.0.0-canary.1

17 Mar 18:28
Compare
Choose a tag to compare
v1.0.0-canary.1 Pre-release
Pre-release

Canary release for first looks and testing!