Electron React Boilerplate Versions Save

A Foundation for Scalable Cross-Platform Apps

v1.0.0

4 years ago

v0.18.0

4 years ago

v0.17.1

5 years ago
  • Fix yarn test-e2e and testcafe for single package.json structure
  • Fixes incorrect path in yarn start script
  • Bumped deps
  • Bump g++ in travis
  • Change clone arguments to clone only master
  • Change babel config to target current electron version

v0.17.0

5 years ago
  • upgraded to babel@7 (thanks to @vikr01 🎉🎉🎉)
  • migrated from two package.json structure (thanks to @HyperSprite!)
  • initial auto update support (experimental)
  • migrate from greenkeeper to renovate
  • added issue template
  • use babel-preset-env to target current electron version
  • add opencollective banner message display in postinstall script (help support ERB 🙏)
  • fix failing ci issues

v0.16.0

5 years ago
  • removed unused dependencies
  • migrate from react-redux-router to connect-react-router
  • move webpack configs to ./webpack dir
  • use g++ on travis when testing linux
  • migrate from spectron to testcafe for e2e tests
  • add linting support for config styles
  • changed stylelint config
  • temporarily disabled flow in appveyor to make ci pass
  • added necessary infra to publish releases from ci

v0.14.0

5 years ago
  • Improved CI timings
  • Migrated README commands to yarn from npm
  • Improved vscode config
  • Updated all dependencies to latest semver
  • Fix electron-rebuild script bug
  • Migrated to mini-css-extract-plugin from extract-text-plugin
  • Added optimize-css-assets-webpack-plugin
  • Run prettier on json, css, scss, and more filetypes

v0.13.3

5 years ago
  • Add git precommit hook, when git commit will use prettier to format git add code
  • Add format code function in lint-fix npm script which can use prettier to format project js code

v0.13.0

6 years ago

Additions

  • Add native dependencies check on postinstall
  • Updated all dependencies to latest semver

v0.12.0

6 years ago

Misc

  • Removed babel-polyfill
  • Renamed and alphabetized npm scripts

Breaking

Additions

  • Enable node_modules cache on CI

v0.11.2

7 years ago

Yay! Another patch release. This release mostly includes refactorings and router bug fixes. Huge thanks to @anthonyraymond!

Breaking

  • Renamed ./app/main.development.js => ./app/main.{dev,prod}.js: #963

Fixes

  • Fixed reloading when not on / path: #958 #949

Additions

  • Added support for stylefmt: #960