Releases: isleofcode/corber
Releases · isleofcode/corber
0.4.9
- Upgrades to the latest ember-cli 2.12.1 blueprint;
- yarn support. Users with yarn installed and ember-cli 2.12+ will install ember-cordova with yarn when running
ember install ember-cordova
; - The
ember cdv:make-icons
command now defaults to only platforms you have installed, vs all icons (by @jordanyee); - Updates to the splicon library now ensure icon & splash nodes will not be duplicated when using
make-icons
ormake-splashes
by @jordanyee; - For some time, we have automatically detected your ip for creating live-reload shell apps - but have asked you to manually edit config.xml. Thanks to @chundabear
ember cdv:s
now adds your live reload url to config.xml, and removes it when serve is killed. Getting serve to work is now no more complex than builds;
0.4.8
-
Fixes #171: Issues related to
ember cdv:open
on Android platforms by @chundabear ; -
Fixes Promise & ember-cli-babel dependencies by @rmehner;
-
Improves Error output/traces by @anulman;
-
The ember-cordova-keyboard, ember-cordova-splash and ember-cordova-events addons have passing test suites by @inconduit;
0.4.7
0.4.6
- Removes ember-cli from peerDependencies;
- Dependency upgrades, notably ember-cli;
- Uses ember-try to test multiple Ember versions;
- Deprecates support for older versions of Node per Ember Node LTS Support. Old versions may still work, but it's Choose your own Adventure territory;
0.4.5
- DEPRECATION The
device/platform
service is nowember-cordova/device
to give consistency with how our plugins have evolved. This has now been fully deprecated per the advisory in 0.4.4; - DEPRECATION The
isWebView
property of the same service has now been aliased toisHybrid
with the same advisory in 0.4.4;
0.4.4
- DEPRECATION The
device/platform
service is nowember-cordova/device
to give consistency with how our plugins have evolved. The olddevice/platform
namespace will remain aliased until March 1; - DEPRECATION The
isWebView
property of the same service has now been aliased toisHybrid
, with the same deprecate timeline; - An
isCordova
flag has been added to explicitly test for Cordova environments using the same namespace; - Work by @christophersansone ensuring that platform checks are not made for non Cordova builds;
- Dependencies have been updated, notably cordova-lib & ember-cli;
0.4.3
0.4.2
0.4.1
0.4.0
Deprecations to support 0.4.0, full details at: https://github.com/isleofcode/ember-cordova/releases/tag/0.3.13
- Fully deprecates the ember cdv:link command;
- Replaces
service:cordova
withember-cordova/events
. See http://embercordova.com/pages/addons/events; - Replaces
service:device/splashscreen
withember-cordova/splash
. See http://embercordova.com/pages/addons/splash;