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

Changelog History
Page 3

  • v0.13.0 Changes

    January 06, 2018

    ➕ Additions

    • ➕ Add native dependencies check on postinstall
    • ⚡️ Updated all dependencies to latest semver
  • v0.12.0 Changes

    July 09, 2017

    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 Changes

    May 01, 2017

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

    🏁 ⚠️ Windows electron builds are failing because of this issue. This is not an issue with the boilerplate ⚠️

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

    April 23, 2017

    🏗 You can now debug the production build with devtools like so:

    DEBUG_PROD=true npm run package
    

    🍱 🎉🎉🎉

    ➕ Additions

    • ➕ Added support for debugging production build: #fab245a

    🐛 Bug Fixes

    • 🛠 Fixed bug related to importing native dependencies: #933

    👌 Improvements

    • ⚡️ Updated all deps to latest semver
  • v0.11.0 Changes

    April 20, 2017

    🚀 Here's the most notable changes since v0.10.0. Its been about a year since a release has been pushed. Expect a new release to be published every 3-4 weeks.

    💥 Breaking Changes

    • ⬇️ Dropped support for node < 6
    • 🔨 Refactored webpack config files
    • 📦 Migrate to two-package.json project structure
    • ⚡️ Updated all devDeps to latest semver
    • Migrated to Jest: #768
    • Migrated to react-router@4
    • 🏗 Migrated to electron-builder@4
    • Migrated to webpack@2
    • Migrated to react-hot-loader@3
    • 🔄 Changed default live reload server PORT to 1212 from 3000

    ➕ Additions

    • Added support for Yarn: #451
    • Added support for Flow: #425
    • Added support for stylelint: #911
    • Added support for electron-builder: #876
    • Added optional support for SASS: #880
    • Added support for eslint-plugin-flowtype: #911
    • Added support for appveyor: #280
    • Added support for webpack dlls: #860
    • Route based code splitting: #884
    • Added support for Webpack Bundle Analyzer: #922

    👌 Improvements

    • 🏗 Parallelize renderer and main build processes when running npm run build
    • Dynamically generate electron app menu
    • 👌 Improved vscode integration: #856

    🐛 Bug Fixes

    • 🛠 Fixed hot module replacement race condition bug: #917 #920
  • v0.10.0 Changes

    👌 Improvements

    • 🏗 Use Babel in main process with Webpack build: #201
    • 🔄 Change targets to built-in support by webpack: #197
    • 👉 use es2015 syntax for webpack configs: #195
    • Open application when webcontent is loaded: #192
    • ⬆️ Upgraded dependencies

    🐛 Bug fixed

    • 🛠 Fix npm list electron-prebuilt in package.js: #188
  • v0.9.0 Changes

    👌 Improvements

    💥 Breaking Changes

    • 0️⃣ css module as default: #154.
    • 0️⃣ set default NODE_ENV to production: #140
  • v0.8.0 Changes

    🐛 Bug fixed

    • 🛠 Fix lint errors
    • 🛠 Fix Webpack publicPath for production builds: #119.
    • 📦 package script now chooses correct OS icon extension

    👌 Improvements

    • babel 6
    • ⬆️ Upgrade Dependencies
    • Enable CSS source maps
    • Add json-loader: #128.
    • react-router 2.0 and react-router-redux 3.0
  • v0.7.1 Changes

    🐛 Bug fixed

    • 🛠 Fixed npm script on windows 10: #103.
    • history and react-router version bump: #109, #110.

    👌 Improvements

    • electron 0.36
  • v0.7.0 Changes

    🐛 Bug fixed

    • 🛠 Fixed process.env.NODE_ENV variable in webpack: #74.
    • add missing object-assign: #76.
    • packaging in npm@3: #77.
    • 🏁 compatibility in windows: #100.
    • disable chrome debugger in production env: #102.

    👌 Improvements

    • redux
    • css-modules
    • ⬆️ upgrade to react-router 1.x
    • unit tests
    • e2e tests
    • travis-ci
    • ⬆️ upgrade to electron 0.35.x
    • 👉 use es2015
    • check dev engine for node and npm