Skip to content

2.0.3

Choose a tag to compare

@mlynch mlynch released this 24 Sep 22:38
· 3817 commits to main since this release

2.0.3 (2016-09-24)

We're following semver now and with the update to TypeScript 2.0.2, the definition files we output are no longer compatible with TS < 2. As such, to use this version of Ionic Native, you'll need to move to TypeScript 2. The next release of Ionic 2 will use TS 2 so it should Just Work for you in short order.

If you must use TS < 2, you'll want to stay with release 1.3.27.

Bug Fixes

  • call-number: number should be a string (763ad1b), closes #545
  • googlemaps: CameraPosition target can now be LatLngBounds (23fc908), closes #547
  • npm: duplicate typings (e50b961)
  • plugins: export VideoPlayer. Fixes #563 (4292959)
  • ts: use old ts version for 1.3.x #567 (6a19c8c)
  • webintent: add type param. Fixes #564 (a0b6b10)

Features

  • background-geolocation: add showAppSettings function (281575b), closes #548
  • BackgroundGeolocation: code cleanup (3170686)
  • BackgroundGeolocation: Update to the latest version (808a75e)
  • BackgroundGeolocation: Update to the latest version (919e8da)
  • build: Support ES2015 modules (4014972)
  • emailcomposer: use new supported plugin. #568 (a092a31)
  • localNotifications: added register and has permission functions (#536) (c83b043)
  • npm: typescript 2.0.2 (e7e45f6)
  • plugin: cordova function override. fixes #437 (f60d08b)
  • push: add coldstart property. Fixes #559 (48196da)
  • scripts: publish script with npm and bower. Fixes #448 (3903fee)