All Versions
56
Latest Version
Avg Release Cycle
85 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.18.1 Changes
March 09, 2020- ๐ Fix HMR env bug (#2343)
- โฌ๏ธ Bump all deps to latest semver
- โฌ๏ธ Bump to
electron@7
-
v0.18.0 Changes
November 19, 2019- โฌ๏ธ Bump all deps to latest semver
- ๐ Revert back to two
package.json
structure - Fix travis ci config
-
v0.17.1 Changes
November 21, 2018- ๐ 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
๐ For full change list, see https://github.com/electron-react-boilerplate/electron-react-boilerplate/pull/2021
- ๐ Fix
-
v0.17.0 Changes
November 04, 2018- โฌ๏ธ 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
- โฌ๏ธ upgraded to
-
v0.16.0 Changes
October 03, 2018- โ removed unused dependencies
- migrate from
react-redux-router
toconnect-react-router
- ๐ move webpack configs to
./webpack
dir - ๐ง use
g++
on travis when testing linux - โ
migrate from
spectron
totestcafe
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.15.0 Changes
- ๐ Performance: cache webpack uglify results
- ๐ Feature: add start minimized feature
- ๐ Feature: lint and fix styles with prettier and stylelint
- ๐ Feature: add greenkeeper support
-
v0.14.0 Changes
August 05, 2018- ๐ 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
fromextract-text-plugin
- โ Added
optimize-css-assets-webpack-plugin
- โ Run
prettier
on json, css, scss, and more filetypes
-
v0.13.3 Changes
May 24, 2018- โ 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 useprettier
to format project js code
- โ Add git precommit hook, when git commit will use
-
v0.13.2 Changes
- ๐ Hot Module Reload (HMR) fixes
- โฌ๏ธ Bumped all dependencies to latest semver
- Prevent error propagation of
CheckNativeDeps
script
-
v0.13.1 Changes
- ๐ Hot Module Reload (HMR) fixes
- โฌ๏ธ Bumped all dependencies to latest semver
- ๐ Fixed electron-rebuild script
- ๐ Fixed tests scripts to run on all platforms
- โ Skip redux logs in console in test ENV