Skip to content

Commit 73f2562

Browse files
committed
release: v2.0.0-beta.0
1 parent cc0df8a commit 73f2562

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
### v2.0.0-beta.0 (_2023-12-13_)
2+
3+
- feat: bump minimum node version to 18
4+
- feat: migrate to ESM
5+
- feat: support vite 5
6+
- feat: add package.json to export map
7+
- feat: support ESM in Electron
8+
- fix: emit assets when ssr is enabled
9+
- perf: improve package.json resolve
10+
- perf: use magic-string hires boundary for sourcemaps
11+
- perf: build compatilibity target for Electron 28
12+
- pref: resolve import meta url in CommonJS format
13+
- perf(worker): ESM syntax
14+
- perf: package version
15+
- refactor: build
16+
- refactor: file hashes use url-safe base64 encoded hashes in vite 5 (rollup 4)
17+
- refactor: remove Electron 11, 12 build compatilibity target
18+
- refactor: use dynamic import directly
19+
- build: use rollup-plugin-dts
20+
- chore(deps): update all non-major dependencies
21+
- chore(deps): update lint-staged to v15
22+
- chore(deps): update eslint-config-prettier to v9
23+
- chore(deps): update @rollup/plugin-typescript to v11
24+
- chore(deps): update rollup to v4
25+
- chore(deps): update vite to v5
26+
- chore(deps): update esbuild to v0.19
27+
- chore(deps): update typescript to 5.3.3
28+
- chore: improve prettier config
29+
- chore: update homepage
30+
131
### v1.0.29 (_2023-11-17_)
232

333
- feat(cli): support --noSandbox option for dev and preview command

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": "1.0.29",
3+
"version": "2.0.0-beta.0",
44
"description": "Electron build tooling based on Vite",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)