release: v6.0.0-beta.0

This commit is contained in:
alex8088 2026-04-09 23:26:25 +08:00
parent a041f42e0b
commit d3095d24ab
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
### v6.0.0-beta.0 (_2026-04-09_)
- refactor: `?modulePath` sub-build output strategy
- fix(asset): isolate asset caches per environment
- fix: use the environment api in plugins
- fix: skip TTY terminal manipulations in CI environments
- fix(deps)!: update vite to v8 ([#894](https://github.com/alex8088/electron-vite/issues/894))
- fix: Typescript compiler option 'outDir' must be located inside Rollup 'dir' option
- fix(isolateEntries): handle non-TTY stdout in build reporter (#887)
- chore(deps): update cac to v7
- chore(deps): update globals to v17
- chore(deps): update eslint and @eslint/js to v10
- chore(deps): update all non-major dependencies
### v5.0.0 (_2025-12-07_)
- feat(config): add `build.externalizeDeps` and `build.bytecode` config options to replace `externalizeDepsPlugin` and `bytecodePlugin`

View File

@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "5.0.0",
"version": "6.0.0-beta.0",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "./dist/index.js",