electron-vite/CHANGELOG.md
2022-08-29 18:57:43 +08:00

1.1 KiB

v1.0.7 (2022-08-29)

  • feat: add sourcemap cli options for debugging

v1.0.6 (2022-08-25)

  • chore: update deps
  • chore: use vite@3

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

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

v1.0.3 (2022-05-01)

  • fix: throw error when vite.config.* file in root (#3)
  • 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

v1.0.1 (2022-03-28)

Prefs

  • perf: no need to polyfill Module Preload for the Electron renderer (82477b)

v1.0.0 (2022-03-17)

Features

  • electron-vite