Skip to content

Releases: poetic/ember-cli-cordova

v 0.1.0-beta-2

Choose a tag to compare

@alexblom alexblom released this 10 Mar 02:02
  • Requires Ember & ember-cli 2.x;
  • Replaces the deprecated ember-mobiletouch with ember-gestures;

v0.0.19

Choose a tag to compare

@BryanH BryanH released this 21 Jan 17:48

More PR merges

Changes

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

v0.0.18

Choose a tag to compare

@BryanH BryanH released this 19 Jan 21:47

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

Choose a tag to compare

@jakecraige jakecraige released this 09 Dec 15:13

Minor bugfix

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

v0.0.13

Choose a tag to compare

@jakecraige jakecraige released this 20 Nov 04:49

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

Choose a tag to compare

@jakecraige jakecraige released this 07 Nov 21:39

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

Choose a tag to compare

@jakecraige jakecraige released this 23 Oct 03:27

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.