electron-react-boilerplate

A Foundation for Scalable Cross-Platform Apps

MIT License

Downloads
33
Stars
22.6K
Committers
163

Bot releases are hidden (Show)

electron-react-boilerplate - 0.18.1

Published by amilajack over 4 years ago

electron-react-boilerplate - 0.18.0

Published by amilajack almost 5 years ago

electron-react-boilerplate - v0.17.1

Published by amilajack almost 6 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
electron-react-boilerplate - 0.17.0

Published by chentsulin almost 6 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
electron-react-boilerplate - 0.16.0

Published by chentsulin about 6 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
electron-react-boilerplate - v0.14.0

Published by amilajack about 6 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
electron-react-boilerplate - v0.13.3

Published by amilajack over 6 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
electron-react-boilerplate - v0.13.0

Published by amilajack almost 7 years ago

Additions

  • Add native dependencies check on postinstall
  • Updated all dependencies to latest semver
electron-react-boilerplate - v0.12.0

Published by amilajack over 7 years ago

Misc

  • Removed babel-polyfill
  • Renamed and alphabetized npm scripts

Breaking

Additions

  • Enable node_modules cache on CI
electron-react-boilerplate - v0.11.2

Published by amilajack over 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
electron-react-boilerplate - v0.11.1

Published by amilajack over 7 years ago

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
electron-react-boilerplate - v0.11.0

Published by amilajack over 7 years ago

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
electron-react-boilerplate - v0.10.0

Published by chentsulin over 8 years ago

0.10.0 (2016.4.18)

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
electron-react-boilerplate - v0.9.0

Published by chentsulin over 8 years ago

0.9.0 (2016.3.23)

Improvements

Breaking Changes

  • css module as default: #154.
  • set default NODE_ENV to production: #140
electron-react-boilerplate - v0.8.0

Published by chentsulin over 8 years ago

0.8.0 (2015.2.17)

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
electron-react-boilerplate - v0.7.1

Published by chentsulin almost 9 years ago

0.7.1 (2015.12.27)

Bug fixed

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

Improvements

  • electron 0.36
electron-react-boilerplate - 0.7.0 (2015.12.16)

Published by chentsulin almost 9 years ago

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
electron-react-boilerplate - v0.6.5

Published by chentsulin almost 9 years ago

0.6.5 (2015.11.7)

Improvements

  • Bump style-loader to 0.13
  • Bump css-loader to 0.22
electron-react-boilerplate - v0.6.4

Published by chentsulin almost 9 years ago

0.6.4 (2015.10.27)

Improvements

  • Bump electron-debug to 0.3
electron-react-boilerplate - v0.6.3

Published by chentsulin almost 9 years ago

0.6.3 (2015.10.26)

Improvements

  • Initialize ExtractTextPlugin once: #64.
Package Rankings
Top 15.43% on Npmjs.org
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
Build Status Github Tag Discord OpenCollective OpenCollective StackOverflow
Related Projects