Skip to content

Releases: ionic-team/capacitor

3.0.0-alpha.0

23 Jul 22:54
Compare
Choose a tag to compare
3.0.0-alpha.0 Pre-release
Pre-release

3.0.0-alpha.0 (2020-07-23)

Features

  • android: add custom plugins to BridgeFragment (#3280) (d131a5f)
  • core: add registerPlugin for importing from plugin packages (#3305) (95475cc)

2.3.0

16 Jul 19:10
Compare
Choose a tag to compare

2.2.1

01 Jul 17:23
Compare
Choose a tag to compare

2.2.0

10 Jun 17:21
Compare
Choose a tag to compare

2.1.2

01 Jun 09:32
3a9f344
Compare
Choose a tag to compare

2.1.1

27 May 17:14
Compare
Choose a tag to compare

2.1.0

07 May 17:01
Compare
Choose a tag to compare

2.0.2

29 Apr 18:05
Compare
Choose a tag to compare

2.0.1

10 Apr 17:56
Compare
Choose a tag to compare

2.0.0

03 Apr 18:15
Compare
Choose a tag to compare

Change log
https://github.com/ionic-team/capacitor/blob/master/CHANGELOG.md#200-2020-04-03

Breaking changes

Camera: Unify saveToGallery default value to false see
Use Android X. Code changed to use Android X and new dependencies.
Only Xcode 11+ support.
Camera: if getPhoto has allowEditing option and the edit is canceled, return the original image see
PushNotifications/LocalNotifications: new method for requesting permissions, they won’t be automatically requested on register method see
Toast: unify duration across platforms, short 2000ms, long 3500ms see
Geolocation (android): use Fused Location Provider on Android. Remove requireAltitude from GeolocationOptions (was not really used) see
Geolocation (ios): change native location accuracy values see
Filesystem: createIntermediateDirectories was removed from MkdirOptions, was deprecated, use recursive instead see
Filesystem: writeFile returns uri instead of nothing see
Filesystem: add recursive option to writeFile, changes behaviour on Android and web see
Filesystem: Removed Application directory because was broken see
Android template: remove unused launch_splash.xml see
Device: Remove batteryLevel and isCharging from getInfo, use getBatteryInfo see
Modals: inputPlaceholder sets a placeholder instead of text see. Use inputText instead see
LocalNotifications: schedule return proper LocalNotificationScheduleResult see
App: AppRestoredResult is optional now, returned only if succeeded, return error otherwise see
Clipboard: Removed ReadOptions see
Camera: unify saveToGallery behavior see
PushNotificationChannel renamed to NotificationChannel see

Template changes:

Android: target SDK 29 see
Android: update gradle and dependencies see
Android X changes also require template changes
Android: use common variables see
iOS: Update template to use Swift 5 (not mandatory) see
Camera: unify saveToGallery behavior see