Skip to content

Releases: adopted-ember-addons/ember-electron

Ember-Electron with Ember-Inspector!

15 Feb 07:43
Compare
Choose a tag to compare

Let's copy all the files!

07 Feb 21:07
Compare
Choose a tag to compare

This is a small release with little code change, but it introduces an important addition: The copy-files configuration, accepting an array of glob patterns, allows users to define exactly which non-Ember files make it into the final packaged Electron build.

Previously, only electron.js and package.json were copied. If you don't intend to copy additional files, no change is required.

We'll package your app!

04 Jan 13:22
Compare
Choose a tag to compare

The major addition in this release is the 📦 package command, executed with ember electron:package.

By default, the packager creates binaries for all platforms and architectures using your app's name and version as defined in package.json. Under the hood, it uses the popular electron-packager module.

To create standalone binaries of your Ember App, simply run the following command.

ember electron:package

Also added:

  • Minor bugfixes
  • Better testing