Skip to content

Releases: isleofcode/corber

1.0.4

16 Aug 21:54
Compare
Choose a tag to compare
  • Fixes #362, invalid warning on builds /w correct locationType;
  • Addresses #357 and documents node 8 support;

1.0.3

25 Jul 22:48
Compare
Choose a tag to compare
  • beforeBuild hooks now run before validators, allowing hooks to make config changes. Thanks to @pauc;
  • ValidateLocationType now respects the --force flag in the same manner as ValidateRooltURL;

1.0.2

10 Jul 17:07
Compare
Choose a tag to compare
  • Adds a command, ember cdv:lint-index, which validates ember-cordova/cordova/www/index.html for a leading / in paths. While ember:cdv validates your ember config, this prevents items such as hardcoded CDN URLs slipping through. By @jordanyee;
  • Deprecates ember cdv proxy in favour of ember cdv:proxy;

1.0.1

07 Jul 21:38
Compare
Choose a tag to compare
  • Updates gitignore on project init, per #345

1.0.0

03 Jul 23:44
Compare
Choose a tag to compare
version 1.0.0

0.4.14

30 Jun 16:13
Compare
Choose a tag to compare
  • Adds an ember cdv:init command which re-runs blueprints and creates the cordova projects. This is equivalent to ember g ember-cordova;
  • Fixes #333 gitignore is duplicated;
  • Fixes duplicated content in watchmanignore;

0.4.13

13 Jun 22:10
Compare
Choose a tag to compare
  • ember-cordova now fully supports Glimmer applications. Simply run ember install ember-cordova from your Glimmer app and use ember-cordova as usual. No other changes are required;
  • --skip-ember-build && --skip-cordova-build now have respective seb and scb aliases. In addition, --variable can be shortened to --var when interacting with cordova;

Changes to Default Webviews:

  • The --default-webview flag has been deprecated;
  • Due to project deprecation, Crosswalk is no longer the Android default. Android platforms initialize with the stock WebView. Crosswalk can still be installed with ember cdv:platform add android --crosswalk;
  • For iOS, you can revert to a UIWebView with ember cdv:platform add ios --uiwebview;

See: http://embercordova.com/pages/workflow/default_webviews

0.4.12

07 Jun 21:33
Compare
Choose a tag to compare
  • Fixes issues related to ctrl+c failing in ember-cli 2.13.x (#313);

  • DEPRECATION WARNING The cordova proxy command has been moved from ember cdv $proxyCommand to ember cdv:proxy $proxyCommand to avoid confusion. So ember cdv run would now be ember cdv:proxy run.

The old proxy method will continue to be supported until July 1.

0.4.11

06 Jun 02:41
Compare
Choose a tag to compare
  • Upgrades dependencies, including cordova-lib to 7.0.0+;
  • config.xml is now accessible in livereload scenarios, thanks to @BaR488;

0.4.10

03 May 05:59
Compare
Choose a tag to compare
  • Changes cordova-lib options from array to object;
  • Adds support for developmentTeam and packageType flags when building for iOS;
  • Adds support for gradle-arg and all cdv-x flags when building for Android;
  • Fixes an issue where cdv:s can hang on exit;