Skip to content

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

1.0.0

21 Feb 16:51
a007de3
Compare
Choose a tag to compare
v1.0.0 (#2370)

* TypeScript Migration (#2363)

* initial migration to typescript

* fix initial ts errors

* fix all ts errrors

* remove all .map and .js files from emitted ts output

* fix path to index.ts file in webpack main config

* temporarily disable e2e tests on gh actions

* delete *.d.ts files

* simplify eslint config

* add css.d.ts

* bump browserslist electron

* remove babel recommendation from vscode extensions

* misc

* re-enable tests on linux on travis

* misc fixes

* add comments to hacks in eslint config

* fix 'yarn dev' script

* add support for typed-css

* fix missing typescript definitions

* lint jsx, js, tsx, ts extensions

* bump deps to latest semver (#2364)

* remove types/node dep resolution from package.json

* remove jsx entry from renderer dev

* use browserslist config for babel targets (#2368)

* use browserslist config for babel targets

* add comment to babel config about browserslist targets

* update changelog

* preload script for renderer process (#2365)

* preload script for renderer process

* initial working commit

* update changelog

* add all generate style extensions to eslintignore

* add azure pipelines config (#2369)

* add azure pipelines config

* fix condition in azure pipelines config

* fix order of scripts in azure pipelines config

* update CHANGELOG and fix DEBUG_PROD env flag

0.18.0

19 Nov 16:53
Compare
Choose a tag to compare

v0.17.1

21 Nov 20:28
3ac2a76
Compare
Choose a tag to compare
  • 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

0.17.0

04 Nov 02:03
63fb325
Compare
Choose a tag to compare
  • 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

0.16.0

03 Oct 19:47
Compare
Choose a tag to compare
  • 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

05 Aug 04:07
0342a55
Compare
Choose a tag to compare
  • 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

24 May 19:55
cdff3d4
Compare
Choose a tag to compare
  • 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

06 Jan 14:26
177b3a3
Compare
Choose a tag to compare

Additions

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

v0.12.0

09 Jul 06:16
Compare
Choose a tag to compare

Misc

  • Removed babel-polyfill
  • Renamed and alphabetized npm scripts

Breaking

  • Changed node dev __dirname and __filename to node built in fn's (#1035)
  • Renamed app/bundle.js to app/renderer.prod.js for consistency
  • Renamed dll/vendor.js to dll/renderer.dev.dll.js for consistency

Additions

  • Enable node_modules cache on CI

v0.11.2

01 May 16:49
Compare
Choose a tag to compare

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