Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Jan 8, 2024
1 parent 932fc55 commit 7f13ea2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 22 deletions.
50 changes: 29 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,25 @@
### v2.0.0-beta.4 (_2024-01-06_)

- fix: electron's export subpaths also need to be externalized ([#372](https://github.com/alex8088/electron-vite/issues/372))

### v2.0.0-beta.3 (_2024-01-04_)

- feat: config file supports "type": "module" in package.json

### v2.0.0-beta.2 (_2023-12-19_)

- feat: support for passing arguments to electron in dev and preview commands ([#339](https://github.com/alex8088/electron-vite/pull/339))
- perf(externalizeDepsPlugin): use cached package data to improve performance
- perf: loadEnv api also needs to load shared env variables prefixed with VITE\_

### v2.0.0-beta.1 (_2023-12-14_)

- feat: env variables prefixed with VITE\_ will be shared in main process and renderer
- fix: externalizeDepPlugin not work
- perf: dev error message

### v2.0.0-beta.0 (_2023-12-13_)
### v2.0.0 (_2024-01-09_)

- feat: bump minimum node version to 18
- feat: migrate to ESM
- feat: support vite 5
- feat: add package.json to export map
- feat: support ESM in Electron
- feat: env variables prefixed with VITE\_ will be shared in main process and renderer
- feat: support for passing arguments to electron in dev and preview commands ([#339](https://github.com/alex8088/electron-vite/pull/339))
- feat: config file supports "type": "module" in package.json
- fix: emit assets when ssr is enabled
- fix: externalizeDepPlugin not work
- fix: electron's export subpaths also need to be externalized ([#372](https://github.com/alex8088/electron-vite/issues/372))
- perf: improve package.json resolve
- perf: use magic-string hires boundary for sourcemaps
- perf: build compatilibity target for Electron 28
- pref: resolve import meta url in CommonJS format
- perf(worker): ESM syntax
- perf: package version
- perf: dev error message
- perf(externalizeDepsPlugin): use cached package data to improve performance
- perf: loadEnv api also needs to load shared env variables prefixed with VITE\_
- refactor: build
- refactor: file hashes use url-safe base64 encoded hashes in vite 5 (rollup 4)
- refactor: remove Electron 11, 12 build compatilibity target
Expand All @@ -48,6 +36,26 @@
- chore: improve prettier config
- chore: update homepage

### v2.0.0-beta.4 (_2024-01-06_)

See [v2.0.0-beta.4 changelog](https://github.com/alex8088/electron-vite/blob/v2.0.0-beta.4/CHANGELOG.md)

### v2.0.0-beta.3 (_2024-01-04_)

See [v2.0.0-beta.3 changelog](https://github.com/alex8088/electron-vite/blob/v2.0.0-beta.3/CHANGELOG.md)

### v2.0.0-beta.2 (_2023-12-19_)

See [v2.0.0-beta.2 changelog](https://github.com/alex8088/electron-vite/blob/v2.0.0-beta.2/CHANGELOG.md)

### v2.0.0-beta.1 (_2023-12-14_)

See [v2.0.0-beta.1 changelog](https://github.com/alex8088/electron-vite/blob/v2.0.0-beta.1/CHANGELOG.md)

### v2.0.0-beta.0 (_2023-12-13_)

See [v2.0.0-beta.0 changelog](https://github.com/alex8088/electron-vite/blob/v2.0.0-beta.0/CHANGELOG.md)

### v1.0.29 (_2023-11-17_)

- feat(cli): support --noSandbox option for dev and preview command
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "2.0.0-beta.4",
"version": "2.0.0",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 7f13ea2

Please sign in to comment.