Ember Electron Versions Save

:zap: Build, test, compile and package desktop apps with Ember and Electron

v1.5.2

8 years ago
  • Fixed bug in test blueprint keeping tests from running

v1.5.1

8 years ago
  • Updated blueprints for Electron 1.0
  • Automatically installs Devtron

To update:

npm install --save-dev [email protected] [email protected]
ember g ember-electron

v1.2.2

8 years ago

Changelog

  • On Linux, we now watch directories individually. Previously, live-reload did not work on Linux. Thanks to @cprussin for the fix and PR!

v1.2.1

8 years ago

Changelog

  • Ensures that the output directory on OS X exists

v1.2.0

8 years ago

From 1.2.0 on, ember-electron will attempt to install electron-rebuilder, and will also attempt to recompile native dependencies against the Electron headers.

Changelog

  • Blueprint: Added electron-rebuilder
  • package command: Added "compile native dependencies" step

v1.1.1

8 years ago

Changes since 1.1.0*

  • app-category-type is now a respected command line flag for ember electron:package
  • A UglifyJS error during ember electron:package is now fixed
  • Ember Inspector is now properly being installed

v1.1.0

8 years ago

Changes since 1.0.0:

  • Adds documentation about testing Ember-Electron apps on Travis
  • Adds a .travis.yml blueprint

v1.0.0

8 years ago

Ember Electron has been around for a while (and builds in huge parts on the already super-stable ember-cli-nwjs), so I've decided that it's ready for a 1.0.0. This release has been updated for Ember 2.3, Node 4-5 (using ES6) and has some small issues fixed.

Changes since 0.5.8

  • Upgrade to Ember Cli 2.3
  • Upgrade to Testem 1.4
  • Upgrade whole codebase to ES6
  • Deprecated fs methods removed
  • electron:test now launches via Node script for both CI and server mode
  • Minor bumps for Chai, Broccoli, Ember-Qunit, Ember-Try
  • Hot reloader now works in any dist folders

v1.0.0-beta.1

8 years ago

Ember Electron has been around for a while (and builds in huge parts on the already super-stable ember-cli-nwjs), so I've decided that it's ready for a 1.0.0. This release has been updated for Ember 2.3, Node 4-5 (using ES6) and has some small issues fixed.

Changes

  • Upgrade to Ember Cli 2.3'
  • Upgrade whole codebase to ES6
  • Deprecated fs methods removed
  • electron:test now launches via Node script for both CI and server mode
  • Minor bumps for Chai, Broccoli, Ember-Qunit, Ember-Try

v0.5.8

8 years ago

Small bugfixes:

  • Reload Ember App on load failure
  • Only inject Socket.io when in Ember Electron environment