Updatify / Vite | Release notes

Create your changelog

Vite is a blazing fast frontend build tool powering the next generation of web applications.

Update Aug 7, 2025 tracked by Updatify

7.1.0 (2025-08-07)

Features

  • support files with more than 1000 lines by generateCodeFrame (#20508) (e7d0b2a)
  • add import.meta.main support in config (bundle config loader) (#20516) (5d3e3c2)
  • optimizer: improve dependency optimization error messages with esbuild formatMessages (#20525) (d17cfed)
  • ssr: add import.meta.main support for Node.js module runner (#20517) (794a8f2)
  • add future: 'warn' (#20473) (e6aaf17)
  • add removeServerPluginContainer future deprecation (#20437) (c1279e7)
  • add removeServerReloadModule future deprecation (#20436) (6970d17)

Update Jul 24, 2025 tracked by Updatify

7.0.6 (2025-07-24)

Bug Fixes

  • deps: update all non-major dependencies (#20442) (e49f505)
  • dev: incorrect sourcemap when optimized CJS is imported (#20458) (ead2dec)
  • module-runner: normalize file:// on windows (#20449) (1c9cb49)
  • respond with correct headers and status code for HEAD requests (#20421) (23d04fc)

Miscellaneous Chores

Code Refactoring

Update Jul 8, 2025 tracked by Updatify

7.0.3 (2025-07-08)

Bug Fixes

  • client: protect against window being defined but addEv undefined (#20359) (31d1467)
  • define: replace optional values (#20338) (9465ae1)
  • deps: update all non-major dependencies (#20366) (43ac73d)

Miscellaneous Chores

Code Refactoring

  • minor changes to reduce diff between normal Vite and rolldown-vite (#20354) (2e8050e)

Update Jul 3, 2025 tracked by Updatify

7.0.1 (2025-07-03)

Bug Fixes

Miscellaneous Chores

Update Jun 24, 2025 tracked by Updatify

7.0.0 (2025-06-24)

Vite 7 is out!

Today, we’re excited to announce the release of the next Vite major:

⚠ BREAKING CHANGES

Update Apr 24, 2025 tracked by Updatify

6.3.3 (2025-04-24)

Bug Fixes

  • assets: ensure ?no-inline is not included in the asset url in the production environment (#19496) (16a73c0)
  • css: resolve relative imports in sass properly on Windows (#19920) (ffab442)
  • deps: update all non-major dependencies (#19899) (a4b500e)
  • ignore malformed uris in transform middleware (#19853) (e4d5201)
  • ssr: fix execution order of re-export (#19841) (ed29dee)
  • ssr: fix live binding of default export declaration and hoist exports getter (#19842) (80a91ff)

Performance Improvements

Update Apr 16, 2025 tracked by Updatify

6.3.0 (2025-04-16)

Features

Update Mar 14, 2025 tracked by Updatify

6.2.2 (2025-03-14)

Features

Bug Fixes

  • await client buildStart on top level buildStart (#19624) (b31faab)
  • css: inline css correctly for double quote use strict (#19590) (d0aa833)
  • deps: update all non-major dependencies (#19613) (363d691)
  • indexHtml: ensure correct URL when querying module graph (#19601) (dc5395a)
  • preview: use preview https config, not server (#19633) (98b3160)

Update Mar 7, 2025 tracked by Updatify

6.2.1 (2025-03-07)

Features

  • add *?url&no-inline type and warning for .json?inline / .json?no-inline (#19566) (c0d3667)

Bug Fixes

  • css: stabilize css module hashes with lightningcss in dev mode (#19481) (92125b4)
  • deps: update all non-major dependencies (#19555) (f612e0f)
  • reporter: fix incorrect bundle size calculation with non-ASCII characters (#19561) (437c0ed)
  • sourcemap: combine sourcemaps with multiple sources without matched source (#18971) (e3f6ae1)
  • ssr: named export should overwrite export all (#19534) (2fd2fc1)

Performance Improvements

Update Feb 25, 2025 tracked by Updatify

6.2.0 (2025-02-25)

Features

Bug Fixes

  • deps: update all non-major dependencies (#19501) (c94c9e0)
  • worker: string interpolation in dynamic worker options (#19476) (07091a1)
  • css: temporary add ?. after this.getModuleInfo in vite:css-post (#19478) (12b0b8a)

Miscellaneous Chores

Update Feb 19, 2025 tracked by Updatify

6.1.1 (2025-02-19)

Features

Bug Fixes

Update Feb 5, 2025 tracked by Updatify

6.1.0 (2025-02-05)

Features

Update Jan 20, 2025 tracked by Updatify

6.0.9 (2025-01-20)

⚠ BREAKING CHANGES

  • check host header to prevent DNS rebinding attacks and introduce server.allowedHosts (bd896fb)
  • default server.cors: false to disallow fetching from untrusted origins (b09572a)

Bug Fixes

  • check host header to prevent DNS rebinding attacks and introduce server.allowedHosts (bd896fb)
  • default server.cors: false to disallow fetching from untrusted origins (b09572a)
  • verify token for HMR WebSocket connection (029dcd6)

Update Jan 20, 2025 tracked by Updatify

6.0.8 (2025-01-20)

Bug Fixes

Update Jan 2, 2025 tracked by Updatify

6.0.7 (2025-01-02)

Features

Bug Fixes

  • fix minify when builder.sharedPlugins: true (#19025) (f7b1964)
  • html: error while removing vite-ignore attribute for inline script (#19062) (a492253)
  • skip the plugin if it has been called before with the same id and importer (#19016) (b178c90)
  • ssr: fix semicolon injection by ssr transform (#19097) (1c102d5)

Performance Improvements

Update Dec 26, 2024 tracked by Updatify

6.0.6 (2024-12-26)

Bug Fixes

  • css: resolve style tags in HTML files correctly for lightningcss (#19001) (afff05c)
  • css: show correct error when unknown placeholder is used for CSS modules pattern in lightningcss (#19070) (9290d85)
  • replace runner-side path normalization with fetchModule-side resolve (#18361) (9f10261)
  • resolve: handle package.json with UTF-8 BOM (#19000) (902567a)
  • ssrTransform: preserve line offset when transforming imports (#19004) (1aa434e)

Reverts

Miscellaneous Chores

Update Dec 19, 2024 tracked by Updatify

6.0.4 (2024-12-19)

Bug Fixes

  • this.resolve skipSelf should not skip for different id or import (#18903) (4727320)
  • css: escape double quotes in url() when lightningcss is used (#18997) (3734f80)
  • css: root relative import in sass modern API on Windows (#18945) (c4b532c)
  • css: skip non css in custom sass importer (#18970) (21680bd)
  • deps: update all non-major dependencies (#18967) (d88d000)
  • deps: update all non-major dependencies (#18996) (2b4f115)
  • fallback terser to main thread when function options are used (#18987) (12b612d)

Update Dec 5, 2024 tracked by Updatify

6.0.3 (2024-12-05)

Bug Fixes

  • config: bundle files referenced with imports field (#18887) (2b5926a)
  • config: make stacktrace path correct when sourcemap is enabled (#18833) (20fdf21)
  • css: rewrite url when image-set and url exist at the same time (#18868) (d59efd8)
  • deps: update all non-major dependencies (#18853) (5c02236)
  • handle postcss load unhandled rejections (#18886) (d5fb653)
  • html: allow unexpected question mark in tag name (#18852) (1b54e50)
  • make handleInvoke interface compatible with invoke (#18876) (a1dd396)

Update Dec 2, 2024 tracked by Updatify

6.0.2 (2024-12-02)

Features

Bug Fixes

  • css: referencing aliased svg asset with lightningcss enabled errored (#18819) (ae68958)
  • don’t store temporary vite config file in node_modules if deno (#18823) (a20267b)
  • manifest: use style.css as a key for the style file for cssCodesplit: false (#18820) (ec51115)
  • optimizer: resolve all promises when cancelled (#18826) (d6e6194)
  • resolve: don’t set builtinModules to external by default (#18821) (2250ffa)

Update Nov 27, 2024 tracked by Updatify

6.0.1 (2024-11-27)

Bug Fixes

  • default empty server proxy prevents starting http2 server (#18788) (bbaf514)
  • manifest: do not override existing js manifest entry (#18776) (3b0837e)
  • server: close _ssrCompatModuleRunner on server close (#18784) (9b4c410)
  • server: skip hot channel client normalization for wsServer (#18782) (cc7670a)
  • worker: fix applyToEnvironment hooks on worker build (#18793) (0c6cdb0)

Reverts

Miscellaneous Chores

Update Nov 26, 2024 tracked by Updatify

6.0.0 (2024-11-26)

Vite 6 is out!

Today, we’re taking another big step in Vite’s story. The Vite team, contributors, and ecosystem partners are excited to announce the release of the next Vite major:

We want to thank the more than 1K contributors to Vite Core and the maintainers and contributors of Vite plugins, integrations, tools, and translations that have helped us craft this new major. We invite you to get involved and help us improve Vite for the whole ecosystem. Learn more at our Contributing Guide.

⚠ BREAKING CHANGES

Update Jun 8, 2026 tracked by Updatify

Previous Changelogs

5.4.x (2024-08-07 - 2024-11-11)

See 5.4.11 changelog

5.3.x (2024-06-13 - 2024-07-25)

See 5.3.5 changelog

5.2.x (2024-03-20 - 2024-05-28)

See 5.2.12 changelog

5.1.x (2024-02-08 - 2024-03-11)

See 5.1.6 changelog

5.0.x (2023-11-16 - 2024-01-05)

See 5.0.11 changelog

4.5.x (2023-10-18)

See 4.5.0 changelog

4.4.x (2023-07-06 - 2023-10-05)

See 4.4.11 changelog

4.3.x (2023-04-20 - 2023-05-26)

See 4.3.0 changelog

4.2.x (2023-03-16 - 2023-04-18)

See 4.2.2 changelog

4.1.x (2023-02-02 - 2023-02-21)

See 4.1.4 changelog

4.0.x (2022-12-09 - 2023-01-03)

See 4.0.4 changelog

3.2.x (2022-10-26 - 2023-04-18)