Releases: electron/forge
Releases · electron/forge
v6.0.0-beta.64
New Features
- cli: add --inspect-brk-electron option (#1328) (c5a6ea17)
- maker: allow disabling maker in config (#2754) (69777402)
- maker-wix: Make autoUpdate and autoLaunch features configurable in MakerWixConfig (#2620) (bf7d271a)
- publisher-ers: support flavor config (#2766) (6069ebe1)
- publisher-github: allow specifying alternative tag prefix (#2605) (88d9d722)
- template: add a default preload script (#2722) (636e2c5d)
- plugin-webpack:
Bug Fixes
6.0.0-beta.63
6.0.0-beta.62
6.0.0-beta.61
6.0.0-beta.60
Breaking Changes
New Features
- plugin-webpack: allow most webpack-dev-server options to be configurable (#2444) (699d4862)
- deps: upgrade to electron-rebuild@^3.1.1 (#2434) (60778998)
Bug Fixes
6.0.0-beta.59
6.0.0-beta.58
New Features
- plugin-webpack:
- core: add
platform
andarch
togenerateAssets
hook parameters (#2327)
Bug Fixes
- core: search for electron in a
node_modules
folder with electron in it (#2326) - plugin-electronegativity: add parserPlugins option (#2323)
- plugin-webpack: throw error if something bad happened in preload compilation (#2334)
- maker-squirrel: use executableName for exe when available (#2365)
Migration Notes
- Due to the new
devContentSecurityPolicy
, existing projects using Webpack may have to specify a CSP in development. - Existing projects using Webpack and
nodeIntegration: true
will have to also setnodeIntegration
in the Webpack plugin config. - Existing projects using Webpack should replace
@marshallofsound/webpack-asset-relocator-loader
with@vercel/webpack-asset-relocator-loader
.
6.0.0-beta.57
6.0.0-beta.56
6.0.0-beta.55
Build dependencies
- Upgrade
electron-winstaller
to^5.0.0
(e93631a)
Bug fixes
- core: better error detection for electron-prebuilt-compile (#2268) (fdc82117)
- template/typescript-webpack:
- plugin-webpack: correctly define the asset relocator base dir (#2022) (390219fd)
- template-typescript: add eslint-plugin-import/typescript rules (#2048) (c27ca4bf)
- cli: don't hardcode the minimum required Node version (#2003) (704db4b1)