Skip to content

Commit f264d41

Browse files
committed
release: v5.0.0-beta.0
1 parent 5debb6f commit f264d41

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### v5.0.0-beta.0 (_2025-10-19_)
2+
3+
- refactor(bytecodePlugin): improved bytecode bundle generation and made a new string protection plugin
4+
- refactor(modulePath): better support for tree-shaking and code-splitting
5+
- refactor: remove Electron 18, 19, 20, 21 build compatilibity target
6+
- perf(plugin): more efficient module filtering via regular expressions
7+
- perf(plugin): no need to cache `sourcemap` option
8+
- perf(plugin): lazily initialize `MagicString` and remove the redundant pre-check
9+
- perf(bytecodePlugin): better way to count bytecode chunks
10+
- perf(plugin): enhance path resolution using `import.meta.dirname` for ES modules
11+
- chore(deps): update all non-major dependencies
12+
- chore: update eslint config
13+
- chore: replace `tseslint.config` with `defineConfig`
14+
- chore: remove redundant external id
15+
- chore: rename the file `esm` to `esmShim`
16+
117
### v4.0.1 (_2025-09-21_)
218

319
- perf: build compatibility target for Electron 38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vite",
3-
"version": "4.0.1",
3+
"version": "5.0.0-beta.0",
44
"description": "Electron build tooling based on Vite",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)