Releases: isleofcode/corber
Releases · isleofcode/corber
1.0.4
1.0.3
1.0.2
- 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 ofember cdv:proxy
;
1.0.1
1.0.0
0.4.14
0.4.13
- 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 respectiveseb
andscb
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
-
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
toember cdv:proxy $proxyCommand
to avoid confusion. Soember cdv run
would now beember cdv:proxy run
.
The old proxy method will continue to be supported until July 1.