What's Changed
New Features
- feat(cli): show template sources when initializing by @erickzhao in #3895
- feat(cli): add
--skip-git
option by @erickzhao in #3860
Bug Fixes and Improvements
- fix(maker-wix): version with pre-release tag breaks app start by @ShGKme in #3855
- fix(maker-wix): inherit config types from
electron-wix-msi
by @erickzhao in #3858 - fix(core-utils): trim
spawnPackageManager
output by @rahulptl165 in #3866 - fix(start): pass app args with correct amount of
--
by @erickzhao in #3879 - fix(cli): correctly wire up
--skip-git
opt by @erickzhao in #3886 - fix(core-utils): correctly fall back package manager lockfile by @erickzhao in #3885
- fix(template-base): properly add
.npmrc
to template files by @erickzhao in #3891 - fix(cli): add descriptive error for unsupported node version by @knqu in #3894
Other Changes
- build(deps): bump axios from 1.7.6 to 1.8.4 by @dependabot in #3897
- test(core-utils): add test coverage for spawnPackageManager by @dsanders11 in #3868
New Contributors
- @ShGKme made their first contribution in #3855
- @rahulptl165 made their first contribution in #3866
- @knqu made their first contribution in #3894
Full Changelog: v7.7.0...v7.8.0