Skip to content

Releases: poetic/ember-cli-cordova

v 0.1.0-beta-2

10 Mar 02:02
Compare
Choose a tag to compare
  • Requires Ember & ember-cli 2.x;
  • Replaces the deprecated ember-mobiletouch with ember-gestures;

v0.0.19

21 Jan 17:48
Compare
Choose a tag to compare

More PR merges

Changes

#176 - Improve docs
#179 - Add option to deploy to specific emulator target/image for platforms

v0.0.18

19 Jan 21:47
Compare
Choose a tag to compare

Merged in some long-outstanding PRs to fix the bugs

Bugfixes

#104 - After clone you get a cordova.js did not exist error
#161 - Ember 1.13.0 Deprecations
#183 - Deprecation in ember 2.1: The initialize method for Application initializer 'cordova:in-app-livereload' should take only one argument

v0.0.14

09 Dec 15:13
Compare
Choose a tag to compare

Minor bugfix

#103 - Fix NSURLErrorDomain Error when starting app with livereload enabled

v0.0.13

20 Nov 04:49
Compare
Choose a tag to compare

Fairly minor bugfix release. I'm planning on releasing v0.1.0 soonish once I'm sure this release is fairly solid.

Bugfixes

#97 - Fix broken open command
#98 - Fix logging of cordova command output

Misc

#93 - remove unused utils

v0.0.12

07 Nov 21:39
Compare
Choose a tag to compare

Enhancements

#83 - make version number optional on archive command
#80 - Open android project command
#90 - Added check to tell the user if the locationType is not set to hash

Bugfixes

#79 - Error on ember server, Path or pattern "plugins/*" did not match any files

Fun times and magic reloads

23 Oct 03:27
Compare
Choose a tag to compare

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.