Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Releases: pbarbiero/basic-electron-react-boilerplate

0.7.0

08 Oct 17:16
Compare
Choose a tag to compare

Updated dependencies (#12)

  • Webpack is now 3.6.0
  • Babili has changed over to babel-minify

Fix webpack configuration

13 May 18:46
Compare
Choose a tag to compare

Resolves #1
Updates dependencies.

Webpack compliation update

10 Mar 19:06
Compare
Choose a tag to compare

Now properly using webpack's target=electron-renderer to make sure you have proper access to the node modules and full electron modules as well.

Dependency Updates

07 Mar 21:28
Compare
Choose a tag to compare

The major change here is Electron is now 1.6.1 instead of 1.4.15
Fixed NODE_ENV being set in webpack
Also fixed the electron path being used

Better CSS support

02 Mar 23:13
Compare
Choose a tag to compare

Added file-loader and some basic configuration to webpack to support images and fonts.
Readme tweaks.

Minor tweaks

27 Feb 00:44
Compare
Choose a tag to compare

Some cleanup here

  • Removed unused devDependency
  • Minor readme changes
  • Removed a stray logging call

Public Release

24 Feb 17:52
Compare
Choose a tag to compare

All functionality is now ready for use on a daily basis.

Changes

  • Production build now uses Babili
  • Removed some commented code that shouldnt have been there
  • Added electron-packager
  • npm run package now calls electron-packager
  • Documentation updated

Initial Release

24 Feb 17:49
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Populating initial release