All Versions
56
Latest Version
Avg Release Cycle
85 days
Latest Release
-

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
  • 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

  • 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
  • v0.16.0 Changes

    October 03, 2018
    • โœ‚ 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.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 from extract-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 use prettier to format project js code
  • 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