3.3 KiB
3.3 KiB
v1.0.16 (2022-12-12)
- feat: vite 4.x support #69
- fix:
NODE_ENV
is incorrect in vite 4.x #70 - fix: invalid output format check
- fix: output format check
- chore(deps): update all non-major dependencies
- chore(deps): update esbuild and magic-string
- chore(deps): update vite to 4.0.0
v1.0.15 (2022-12-05)
- feat: support mode and command conditional config
- feat: specify env prefixes for vite's loadEnv and export it
- perf: build compatilibity target for Electron 22
- perf: do not externalize node builtin modules for the renderer #61
v1.0.14 (2022-11-13)
- fix(bytecodePlugin): replace bytecode module regex
v1.0.13 (2022-11-11)
- feat: support for node worker
- refactor: plugins
- fix(swcPlugin): unreachable code
- fix(bytecodePlugin): bytecode loader injection and chunk module parsing errors #49
- fix: incorrect replace __dirname/__filename in config file
- fix: output format error under multiple entries
v1.0.12 (2022-11-02)
- feat: support monorepo (by @ianstormtaylor)
- feat: add
--skipBuild
flag to preview command - feat: make a SWC plugin to support TypeScript decorators (
emitDecoratorMetadata
) - fix: use
modulePreload.polyfill
insteadpolyfillModulePreload
- chore: update deps
v1.0.11 (2022-10-16)
- feat: externalize deps plugin
v1.0.10 (2022-10-07)
- feat: export splitVendorChunk from vite
- fix: compatible with the latest version of Electron
- refactor: load config file
- perf: the bytecodePlugin transform arrow function by default
- perf: disable gzip-compressed size reporting, increase build performance
- perf: bytecode compilation log print format
- perf: build compatilibity target for Electron 21
v1.0.9 (2022-09-19)
- feat: source code protection
- fix: specify a config file error
- fix: in the specified non-production mode, the
base
path is wrong - perf: cache electron executable path
- chore: add electron-vite mode node env
- chore: use node prefix
v1.0.8 (2022-09-11)
- feat: the main process and preload scripts support hot reloading #7
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