electron-vite/CHANGELOG.md

49 lines
1.2 KiB
Markdown
Raw Normal View History

2022-09-11 11:00:07 +02:00
### v1.0.8 (_2022-09-11_)
- feat: the main process and preload scripts support hot reloading [#7](https://github.com/alex8088/electron-vite/issues/7)
2022-08-29 12:57:43 +02:00
### v1.0.7 (_2022-08-29_)
- feat: add sourcemap cli options for debugging
2022-08-25 13:29:47 +02:00
### v1.0.6 (_2022-08-25_)
- chore: update deps
- chore: use vite@3
2022-08-20 14:38:29 +02:00
### v1.0.5 (_2022-08-20_)
- fix: can not get import meta env variables in renderer
- feat: define env prefix
- feat: new official website released
2022-07-03 09:51:30 +02:00
### v1.0.4 (_2022-07-03_)
- fix: error occurs when the preload config is a function (by @Beiluola)
- fix: ELECTRON_RENDERER_URL is incorrect when host is true (by @Beiluola)
- feat: add sqlite3 module to rollup external option
2022-04-30 18:29:13 +02:00
### v1.0.3 (_2022-05-01_)
2022-06-05 06:24:47 +02:00
- fix: throw error when vite.config.\* file in root ([#3](https://github.com/alex8088/electron-vite/issues/3))
2022-04-30 18:29:13 +02:00
- feat: export splitVendorChunkPlugin from vite
- perf: build target for Electron 19
### v1.0.2 (_2022-03-31_)
#### Bug fixes
- fix: an error occurred when `tsconfig` file changed
2022-03-28 06:08:53 +02:00
### v1.0.1 (_2022-03-28_)
#### Prefs
- perf: no need to polyfill `Module Preload` for the Electron renderer ([82477b](https://github.com/alex8088/electron-vite/commit/82477b))
2022-03-17 09:21:02 +01:00
### v1.0.0 (_2022-03-17_)
#### Features
- electron-vite