Skip to content

0.4.4

Compare
Choose a tag to compare
@alexblom alexblom released this 15 Feb 06:04
· 838 commits to master since this release
  • DEPRECATION The device/platform service is now ember-cordova/device to give consistency with how our plugins have evolved. The old device/platform namespace will remain aliased until March 1;
  • DEPRECATION The isWebView property of the same service has now been aliased to isHybrid, 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;