Skip to content

Releases: electron-react-boilerplate/electron-react-boilerplate

v4.6.0

15 May 02:03
a104b64
Compare
Choose a tag to compare
  • bump deps
  • bump to react@18
  • hot reload main process (7d78dab)
  • support writing typescript preload (5b4fa97)

4.5.0

28 Dec 03:55
Compare
Choose a tag to compare
  • Bump dependencies
  • Upgrade to history@5
  • Upgrade react-router-dom

4.4.0

23 Dec 16:48
d6bb59a
Compare
Choose a tag to compare
fix: upgrade electron-updater from 4.6.2 to 4.6.4 (#3074)

Snyk has created this PR to upgrade electron-updater from 4.6.2 to 4.6.4.

See this package in npm:
https://www.npmjs.com/package/electron-updater

See this project in Snyk:
https://app.snyk.io/org/amilajack/project/0589cba3-8c84-471b-b332-8826f7ce5730?utm_source=github&utm_medium=referral&page=upgrade-pr

4.3.1

23 Dec 16:48
d6bb59a
Compare
Choose a tag to compare
fix: upgrade electron-updater from 4.6.2 to 4.6.4 (#3074)

Snyk has created this PR to upgrade electron-updater from 4.6.2 to 4.6.4.

See this package in npm:
https://www.npmjs.com/package/electron-updater

See this project in Snyk:
https://app.snyk.io/org/amilajack/project/0589cba3-8c84-471b-b332-8826f7ce5730?utm_source=github&utm_medium=referral&page=upgrade-pr

4.3.0

25 Oct 04:03
Compare
Choose a tag to compare
  • enable css modules in files with suffix *.module.css
  • rename App.global.css to App.css
  • simplify webpack configs

4.2.0

19 Oct 02:26
a04d3ef
Compare
Choose a tag to compare

Support Apple Silicon

4.0.0

30 Sep 21:15
Compare
Choose a tag to compare
  • drop babel, fully migrate to ts
  • migrate to npm from yarn
  • upgrade all dependencies
  • directory structure refactoring
  • update documentation to reflect changes

3.0.2

18 Aug 22:52
2528e68
Compare
Choose a tag to compare
  • Hide webpack dll warnings

3.0.1

16 Aug 21:41
1c83ebd
Compare
Choose a tag to compare
  • Fixed auto updates by generating zip artifact for macOS

3.0.0

13 Aug 22:06
561569a
Compare
Choose a tag to compare
  • Upgraded Electron to v13
  • Moved all generated code out of the src directory
  • Moved src/package.json, src/yarn.lock, and src/node_modules to build/app
  • Moved release directory to build/release
  • Created src/main and src/render used by each context and moved the relevant source files
  • Added HtmlWebpackPlugin, which will inject the required js/css into index.html
  • Added clean.js to ./erb/scripts to replace rm -rf when running yarn package
  • Removed delete-source-maps.js
  • Migrated to memory router from hash router