Commit 8064bd8 1 parent 6e8572d commit 8064bd8 Copy full SHA for 8064bd8
File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v3.0.0-beta.0 (_ 2025-01-22_ )
2
+
3
+ - feat: resolve conditions for preload
4
+ - perf: build compatilibity target for Electron 32
5
+ - perf: build compatilibity target for Electron 33 ([ #651 ] ( https://github.com/alex8088/electron-vite/pull/651 ) )
6
+ - perf: build compatilibity target for Electron 34
7
+ - chore: move to eslint flat config
8
+ - chore(deps): update all non-major dependencies
9
+ - chore(deps): update @rollup/plugin-node-resolve to v16
10
+ - chore(deps): update @rollup/plugin-typescript to v12
11
+ - chore(deps): update esbuild to v0.24
12
+ - chore(deps): update vite to v6
13
+ - chore(deps): update @type/node to v22
14
+
1
15
### v2.3.0 (_ 2024-06-23_ )
2
16
3
17
- feat: resolve import.meta.\[ dirname|filename\] to support CommonJS format
7
21
- perf: build compatilibity target for Electron 31
8
22
- perf: improve cjs shim
9
23
- chore(deps): update all non-major dependencies
10
- - chore(deps): update @typescript-eslint /* to v7
24
+ - chore(deps): update @typescript-eslint /\ * to v7
11
25
- chore(deps): update esbuild to v0.21
12
26
13
27
### v2.2.0 (_ 2024-04-21_ )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-vite" ,
3
- "version" : " 2.3 .0" ,
3
+ "version" : " 3.0.0-beta .0" ,
4
4
"description" : " Electron build tooling based on Vite" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments