Electron React Boilerplate Versions Save

A Foundation for Scalable Cross-Platform Apps

v4.6.0

1 year ago
  • bump deps
  • bump to react@18
  • hot reload main process (7d78dab4b85e9963a6ad2b3a78dab4b7c45add96)
  • support writing typescript preload (5b4fa9735e72a23538e0db268a2ea58367168f08)

v4.5.0

2 years ago
  • Bump dependencies
  • Upgrade to history@5
  • Upgrade react-router-dom

v4.4.0

2 years ago

v4.3.1

2 years ago

v4.3.0

2 years ago
  • enable css modules in files with suffix *.module.css
  • rename App.global.css to App.css
  • simplify webpack configs

v4.2.0

2 years ago

Support Apple Silicon

v4.0.0

2 years ago
  • drop babel, fully migrate to ts
  • migrate to npm from yarn
  • upgrade all dependencies
  • directory structure refactoring
  • update documentation to reflect changes

v3.0.2

2 years ago
  • Hide webpack dll warnings

v3.0.1

2 years ago
  • Fixed auto updates by generating zip artifact for macOS

v3.0.0

2 years ago
  • 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