See 7.0.0-beta.0 changelog
6.3.5 (2025-05-05)
Bug Fixes
- ssr: handle uninitialized export access as undefined (#19959) (fd38d07)
6.3.4 (2025-04-30)
Bug Fixes
- check static serve file inside sirv (#19965) (c22c43d)
- optimizer: return plain object when using
require to import externals in optimized dependencies (#19940) (efc5eab)
Code Refactoring
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
- skip sourcemap generation for renderChunk hook of import-analysis-build plugin (#19921) (55cfd04)
Tests
- ssr: test
ssrTransform re-export deps and test stacktrace with first line (#19629) (9399cda)
6.3.2 (2025-04-18)
Features
Bug Fixes
- css: respect
css.lightningcss option in css minification process (#19879) (b5055e0)
- deps: update all non-major dependencies (#19698) (bab4cb9)
- match default asserts case insensitive (#19852) (cbdab1d)
- open first url if host does not match any urls (#19886) (6abbdce)
6.3.1 (2025-04-17)
Bug Fixes
- avoid using
Promise.allSettled in preload function (#19805) (35c7f35)
- backward compat for internal plugin
transform calls (#19878) (a152b7c)