|
| 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 | + |
1 | 31 | ### v1.0.29 (_2023-11-17_)
|
2 | 32 |
|
3 | 33 | - feat(cli): support --noSandbox option for dev and preview command
|
|
0 commit comments