Vite Release Notes
160 release notes curated from 12 sources by the Releasebot Team. Last updated: May 21, 2026
- May 21, 2026
- Date parsed from source:May 21, 2026
- First seen by Releasebot:May 21, 2026
8.0.14 (2026-05-21)
Vite releases a maintenance update with Rolldown 1.0.2, dependency refreshes, and several fixes for dev server messaging, HTML path handling, and dependency scanning, plus a small glob refactor and test updates.
Features
- update rolldown to 1.0.2 (#22484) (96efc88)
Bug Fixes
- deps: update all non-major dependencies (#22471) (98b8163)
- dev: handle errors when sending messages to vite server (#22450) (e8e9a34)
- html: handle trailing slash paths in transformIndexHtml (#22480) (5d94d1b)
- optimizer: pass oxc jsx options to transformSync in dependency scan (#22342) (b3132da)
Miscellaneous Chores
- deps: update rolldown-related dependencies (#22470) (7cb728e)
- remove irrelevant commits from changelog (#2c69495)
Code Refactoring
- glob: do not rewrite import path for absolute base (#22310) (0ae2844)
Tests
- css: sass does not use main field (#22449) (ebf39a0)
- May 14, 2026
- Date parsed from source:May 14, 2026
- First seen by Releasebot:May 15, 2026
- Modified by Releasebot:May 29, 2026
8.0.13 (2026-05-14)
Vite releases bunded-dev lazy bundling support, improves optimizer result handling, and updates Rolldown to 1.0.1. It also fixes build, CSS, and SSR issues while refining create-vite docs and upgrading TypeScript 6.
Features
- bundled-dev: add lazy bundling support (#21406) (4f0949f)
- optimizer: improve the esbuild plugin converter to pass some properties of build result to onEnd (#22357) (47071ce)
- update rolldown to 1.0.1 (#22444) (8c766a6)
Bug Fixes
- build: copy public directory after building same environment with write=false (#22328) (158e8ae)
- css: await sass/less/styl worker disposal on teardown (fix #22274) (#22275) (b7edcb7)
- css: keep deprecated name/originalFileName in synthetic assetFileNames call (#22439) (8e59c97)
- make isBundled per environment (#22257) (a576326)
- ssr: avoid rewriting labels that collide with imports (#22451) (d9b18e0)
Miscellaneous Chores
- remove irrelevant commits from changelog (#22430) (6ea3838)
- update changelog (#22413) (fcdc87c)
Documentation
- create-vite: list react-compiler templates in README (#22347) (7c3a61f)
- explain mergeConfig skips null/undefined (#22325) (2151f70)
- mention native config loader in CLI options (#22348) (0420c5d)
- update evan's x handle (#640202a)
Code Refactoring
- upgrade to typescript 6 (#22110) (cc41398)
Tests
- create-vite: use short help alias (#22389) (994ab66)
All of your release notes in one feed
Join Releasebot and get updates from Vite and hundreds of other software products.
- May 11, 2026
- Date parsed from source:May 11, 2026
- First seen by Releasebot:May 11, 2026
- Modified by Releasebot:May 29, 2026
8.0.12 (2026-05-11)
Vite updates Rolldown to 1.0.0 and ships a round of build, worker, CSS, SSR, and module-runner bug fixes, including better worker bundle handling, safer concurrent imports, and improved dependency updates.
Features
- update rolldown to 1.0.0 (#22401) (cf0ff41)
Bug Fixes
- deps: update all non-major dependencies (#22420) (2be6000)
- module-runner: prevent partial-exports race on concurrent imports of in-flight invalidated re-export chains (#22369) (f5a22e6)
- refer to rolldownOptions instead of deprecated rollupOptions in messages (#22400) (b675c7b)
- worker: apply build.target to worker bundle (#22404) (3c93fde)
- worker: forward define to worker bundle transform (#22408) (d4838a0)
Miscellaneous Chores
- deps: update dependency eslint-plugin-n to v18 (#22423) (2fe7bd2)
- deps: update rolldown-related dependencies (#22421) (66b9eb3)
Bug Fixes
- build: copy public directory after building same environment with write=false (#22328) (158e8ae)
- css: await sass/less/styl worker disposal on teardown (fix #22274) (#22275) (b7edcb7)
- css: keep deprecated name/originalFileName in synthetic assetFileNames call (#22439) (8e59c97)
- make isBundled per environment (#22257) (a576326)
- ssr: avoid rewriting labels that collide with imports (#22451) (d9b18e0)
- May 7, 2026
- Date parsed from source:May 7, 2026
- First seen by Releasebot:May 7, 2026
8.0.11 (2026-05-07)
Vite releases a maintenance update with a Rolldown upgrade, dependency refreshes, HMR matcher alignment, environment object fixes, and devtools refactoring. It also adds documentation updates across create-vite, config loading, and CLI guidance.
Features
- update rolldown to 1.0.0-rc.18 (#22360) (3f80524)
Bug Fixes
- deps: update all non-major dependencies (#22334) (672c962)
- deps: update all non-major dependencies (#22382) (5c0cfcb)
- glob: align hmr matcher options with glob enumeration (#22306) (30028f9)
- make separate object instance for each environment (#22276) (7c2aa3b)
Documentation
- create-vite: list react-compiler templates in README (#22347) (7c3a61f)
- explain mergeConfig skips null/undefined (#22325) (2151f70)
- mention native config loader in CLI options (#22348) (0420c5d)
- update evan's x handle (#640202a)
Miscellaneous Chores
- deps: update dependency tsdown to ^0.21.10 (#22333) (3b51e05)
- deps: update rolldown-related dependencies (#22383) (555ff36)
- deps: update transitive packages to fix npm audit alerts (#22316) (86aee62)
Code Refactoring
- devtools integration (#22312) (3c8bf06)
- remove unnecessary async (#22296) (b31fd35)
- show direct path type in bad character warning (#22339) (0c162e9)
Tests
- create-vite: use short help alias (#22389) (994ab66)
- Apr 23, 2026
- Date parsed from source:Apr 23, 2026
- First seen by Releasebot:Apr 23, 2026
- Modified by Releasebot:May 29, 2026
8.0.10 (2026-04-23)
Vite updates Rolldown, improves HMR and CSS warnings, and fixes optimizeDeps target handling and JS resolver behavior.
Features
- update rolldown to 1.0.0-rc.17 (#22299) (a4d06d9)
Bug Fixes
- hmrClient.logger.debug and hmrClient.logger.error looked different from other HMR logs (#22147) (a4d828f)
- css: show filename in CSS minification warnings for .css?inline (#22292) (83f0a78)
- optimizer: allow user transform.target to override default in optimizeDeps (#22273) (5c7cec6)
- remove format sniffing module resolution from JS resolver (#22297) (b8a21cc)
- Apr 20, 2026
- Date parsed from source:Apr 20, 2026
- First seen by Releasebot:Apr 20, 2026
- Modified by Releasebot:May 29, 2026
8.0.9 (2026-04-20)
Vite updates rolldown to 1.0.0-rc.16 and ships a broad round of fixes across build, dev server, CSS, deps, Deno workspace detection, optimizer behavior, and sourcemap handling, while also refining devtools integration and upgrading to TypeScript 6.
Features
- update rolldown to 1.0.0-rc.16 (#22248) (2947edd)
Bug Fixes
- allow binding when strictPort is set but wildcard port is in use (#22150) (dfc8aa5)
- build: emptyOutDir should happen for watch rebuilds (#22207) (ee52267)
- bundled-dev: reject requests to HMR patch files in non potentially trustworthy origins (#22269) (868f141)
- css: use unique key for cssEntriesMap to prevent same-basename collision (#22039) (374bb5d)
- deps: update all non-major dependencies (#22219) (4cd0d67)
- deps: update all non-major dependencies (#22268) (c28e9c1)
- detect Deno workspace root (fix #22237) (#22238) (1b793c0)
- dev: handle errors in watchChange hook (#22188) (fc08bda)
- optimizer: handle more chars that will be sanitized (#22208) (3f24533)
- skip fallback sourcemap generation for ?raw imports (#22148) (3ec9cda)
Miscellaneous Chores
- add changelog rearrange script (#21835) (efef073)
- deps: bump required @vitejs/devtools version to 0.1+ (#21925) (12932f5)
- deps: update rolldown-related dependencies (#21787) (1af1d3a)
- rearrange 8.0 changelog (#8e05b61)
Code Refactoring
- devtools integration (#21331) (acbf507)
- upgrade to typescript 6 (#22110) (cc41398)
- Apr 9, 2026
- Date parsed from source:Apr 9, 2026
- First seen by Releasebot:Apr 9, 2026
- Modified by Releasebot:May 29, 2026
8.0.8 (2026-04-09)
Vite updates Rolldown to 1.0.0-rc.15 and fixes SSR class property key hoisting and DNS default result order handling.
Features
- update rolldown to 1.0.0-rc.15 (#22201) (6baf587)
Bug Fixes
- avoid dns.getDefaultResultOrder temporary (#22202) (15f1c15)
- ssr: class property keys hoisting matching imports (#22199) (e137601)
- Apr 7, 2026
- Date parsed from source:Apr 7, 2026
- First seen by Releasebot:Apr 7, 2026
8.0.7 (2026-04-07)
Vite fixes DNS default result order handling by using sync dns.getDefaultResultOrder in a bug fix update.
Bug Fixes
- use sync dns.getDefaultResultOrder instead of dns.promises (#22185) (5c05b04)
- Apr 7, 2026
- Date parsed from source:Apr 7, 2026
- First seen by Releasebot:Apr 7, 2026
- Modified by Releasebot:May 29, 2026
8.0.6 (2026-04-07)
Vite updates rolldown, fixes CSS and optimize-deps bugs, and improves localhost performance.
Features
- update rolldown to 1.0.0-rc.13 (#22097) (51d3e48)
Bug Fixes
- css: avoid mutating sass error multiple times (#22115) (d5081c2)
- optimize-deps: hoist CJS interop assignment (#22156) (17a8f9e)
Performance Improvements
- early return in getLocalhostAddressIfDiffersFromDNS when DNS order is verbatim (#22151) (56ec256)
Miscellaneous Chores
- create-vite: remove unnecessary DOM.Iterable (#22168) (bdc53ab)
- replace remaining prettier script (#22179) (af71fb2)
- Apr 6, 2026
- Date parsed from source:Apr 6, 2026
- First seen by Releasebot:Apr 6, 2026
- Modified by Releasebot:May 29, 2026
8.0.5 (2026-04-06)
Vite fixes path traversal and fs checks, and upgrades to TypeScript 6.
Bug Fixes
- apply server.fs check to env transport (#22159) (f02d9fd)
- avoid path traversal with optimize deps sourcemap handler (#22161) (79f002f)
- check server.fs after stripping query as well (#22160) (a9a3df2)
- disallow referencing files outside the package from sourcemap (#22158) (f05f501)
Miscellaneous Chores
- remove irrelevant commits from changelog (#22430) (6ea3838)
Code Refactoring
- upgrade to typescript 6 (#22110) (cc41398)
- Apr 6, 2026
- Date parsed from source:Apr 6, 2026
- First seen by Releasebot:Apr 6, 2026
- Modified by Releasebot:May 29, 2026
8.0.4 (2026-04-06)
Vite adds esbuild 0.28 peer dependency support, improves HMR file update handling and optimizer logging, and fixes tsconfig path resolution, SSR webworker builds, and other dependency and type issues.
Features
- allow esbuild 0.28 as peer deps (#22155) (b0da973)
- hmr: truncate list of files on hmr update (#21535) (d00e806)
- optimizer: log when dependency scanning or bundling takes over 1s (#21797) (f61a1ab)
Bug Fixes
- hasBothRollupOptionsAndRolldownOptions should return false for proxy case (#22043) (99897d2)
- add types for vite/modulepreload-polyfill (#22126) (17330d2)
- deps: update all non-major dependencies (#22073) (6daa10f)
- deps: update all non-major dependencies (#22143) (22b0166)
- resolve: resolve tsconfig paths starting with # (#22038) (3460fc5)
- ssr: use browser platform for webworker SSR builds (fix #21969) (#21963) (364c227)
- Mar 26, 2026
- Date parsed from source:Mar 26, 2026
- First seen by Releasebot:Mar 27, 2026
- Modified by Releasebot:May 29, 2026
8.0.3 (2026-03-26)
Vite updates Rolldown and fixes HTML, module-runner, optimizer, and SSR bugs.
Features
- update rolldown to 1.0.0-rc.12 (#22024) (84164ef)
Bug Fixes
- html: cache unfiltered CSS list to prevent missing styles across entries (#22017) (5464190)
- module-runner: handle non-ascii characters in base64 sourcemaps (#21985) (77c95bf)
- module-runner: skip re-import if the runner is closed (#22020) (ee2c2cd)
- optimizer: scan is not resolving sub path import if used in a glob import (#22018) (ddfe20d)
- ssr: ssrTransform incorrectly rewrites meta identifier inside import.meta when a binding named meta exists (#22019) (cff5f0c)
- Mar 23, 2026
- Date parsed from source:Mar 23, 2026
- First seen by Releasebot:Mar 23, 2026
8.0.2 (2026-03-23)
Vite updates Rolldown to 1.0.0-rc.11 and refreshes dependencies with bug fixes and chores.
Features
- update rolldown to 1.0.0-rc.11 (#21998) (ff91c31)
Bug Fixes
- deps: update all non-major dependencies (#21988) (9b7d150)
Miscellaneous Chores
- deps: update dependency @vitejs/devtools to ^0.1.5 (#21992) (b2dd65b)
- Mar 19, 2026
- Date parsed from source:Mar 19, 2026
- First seen by Releasebot:Mar 19, 2026
- Modified by Releasebot:May 29, 2026
8.0.1 (2026-03-19)
Vite updates Rolldown to 1.0.0-rc.10 and improves the developer experience with a set of fixes across dev server, CSS, optimizer, workers, and bundled dev builds, including more reliable restarts, cleaner worker output, and better dependency handling.
Features
- update rolldown to 1.0.0-rc.10 (#21932) (b3c067d)
Bug Fixes
- bundled-dev: properly disable inlineConst optimization (#21865) (6d97142)
- css: lightningcss minify failed when build.target: 'es6' (#21933) (5fcce46)
- deps: update all non-major dependencies (#21878) (6dbbd7f)
- dev: always use ESM Oxc runtime (#21829) (d323ed7)
- dev: handle concurrent restarts in _createServer (#21810) (40bc729)
- dev: handle + symbol in package subpath exports during dep optimization (#21886) (86db93d)
- optimizer: improve no-cors request block error (#21902) (5ba688b)
- optimizer: use precise regexes for transform filter to avoid backtracking (#21800) (dbe41bd)
- worker: require(json) result should not be wrapped (#21847) (0672fd2)
- worker: make worker output consistent with client and SSR (#21871) (69454d7)
- Mar 12, 2026
- Date parsed from source:Mar 12, 2026
- First seen by Releasebot:Mar 18, 2026
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.
Similar to Vite with recent updates:
- Anthropic release notes587 release notes · Latest May 29, 2026
- Cursor release notes86 release notes · Latest May 20, 2026
- Vercel release notes1469 release notes · Latest May 30, 2026
- Tailscale release notes99 release notes · Latest May 29, 2026
- xAI release notes79 release notes · Latest May 29, 2026
- OpenAI release notes715 release notes · Latest May 29, 2026