Releases: poetic/ember-cli-cordova
v 0.1.0-beta-2
- Requires Ember & ember-cli 2.x;
- Replaces the deprecated ember-mobiletouch with ember-gestures;
v0.0.19
v0.0.18
v0.0.14
v0.0.13
v0.0.12
Fun times and magic reloads
This release is an awesome one. It makes livereload on a device/simulator much easier and less error prone. To use it you just need to turn it on in your environment config and boot up the app in the simulator. It can't be much easier than that!
It also fixes a major bug where the cordova-init
generator would consistently fail. 👎 on me for that.
As always, if you have any trouble of find some bugs please open an issue or submit a PR so we can get it fixed. I'm happy to help anyone who wants to contribute.
Enhancements
- #71 - [BREAKING] Remove proxy requirement for live reload and extra plugins in starter kit that weren't needed
This change changes the config variable for live reload. It has been updated from a liveReload
boolean to an object with enabled
to true. See the updated docs here Simply update that and you're good to go.
Bugfixes
- #77 - fix cordova-init create project failure and platform option
- #76 - fix config/environment module prefix
I have updated the test for creating the cordova project to prevent a regression in the future.