Skip to content

Releases: colinskow/angular-electron-dream-starter

Upgraded to @ngrx4

25 Sep 12:57
Compare
Choose a tag to compare

@ngrx 4 now supported! This is a major breaking change that may require you to refactor your code. See the migration guide.

  • Angular ~4.4.3
  • Electron ~1.7.8

Bug fixes and enhancements

07 Jun 05:33
Compare
Choose a tag to compare
  • Minor bug fixes
  • Added @ngrx to DLLs to speed rebuilds

Upgraded to Electron 1.7.2, fixed dev server issues

06 Jun 03:04
Compare
Choose a tag to compare
  • Cleaned out some unneeded code
  • Upgraded to Electron 1.7.2 which had some breaking changes to typings
  • Upgraded all other dependencies to latest versions
  • Fixed an error in the dev workflow where Electron was launching before index.html was written

Upgraded to Angular 4

21 Apr 04:46
Compare
Choose a tag to compare
  • Upgraded to Angular 4
  • Upgraded Webpack to 2.4.1
  • Dependencies are upgraded as much as possible without breaking
  • Source maps are now behaving correctly again!!!