capacitor

Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️

MIT License

Downloads
5.4M
Stars
11.3K
Committers
282

Bot releases are visible (Hide)

capacitor - 3.0.0-alpha.3

Published by imhoffd about 4 years ago

3.0.0-alpha.3 (2020-09-15)

Bug Fixes

  • android: allow directories beginning with underscore in assets dir to be packaged (c23d993)
capacitor - 2.4.1

Published by jcesarmobile about 4 years ago

capacitor - 3.0.0-alpha.2

Published by imhoffd about 4 years ago

3.0.0-alpha.2 (2020-08-31)

Features

  • Add extension for creating data from data url (#3474) (2909fd0)
capacitor - 3.0.0-alpha.1

Published by imhoffd about 4 years ago

3.0.0-alpha.1 (2020-08-21)

Bug Fixes

  • cli: update plugin template to compile using java 8 (#3350) (676917e)
  • core: provide mock implementation for unimplemented platforms (#3352) (befe230)
  • core: use more explicit result for Browser plugin events (#3349) (75f99d4)
  • core: use own type for backButton event result (#3348) (05d0e45)
  • ios: config bug from swiftlint refactor (ace879f)

Features

capacitor - 1.5.3

Published by jcesarmobile about 4 years ago

capacitor - 2.4.0

Published by jcesarmobile about 4 years ago

capacitor - 3.0.0-alpha.0

Published by imhoffd about 4 years ago

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)
capacitor - 2.3.0

Published by jcesarmobile over 4 years ago

capacitor - 2.2.1

Published by jcesarmobile over 4 years ago

capacitor - 2.2.0

Published by jcesarmobile over 4 years ago

capacitor - 2.1.2

Published by jcesarmobile over 4 years ago

capacitor - 2.1.1

Published by jcesarmobile over 4 years ago

capacitor - 2.1.0

Published by jcesarmobile over 4 years ago

capacitor - 2.0.2

Published by jcesarmobile over 4 years ago

capacitor - 2.0.1

Published by jcesarmobile over 4 years ago

capacitor - 2.0.0

Published by jcesarmobile over 4 years ago

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

capacitor - 1.5.2

Published by jcesarmobile over 4 years ago

capacitor - 2.0.0-beta.1

Published by jcesarmobile over 4 years ago

Changelog:
https://github.com/ionic-team/capacitor/blob/capacitor.2.0-beta.1/CHANGELOG.md#200-beta1-2020-03-24

Breaking changes in 2.0.0-beta.1

Camera: Unify saveToGallery default value to false see

Breaking changes in 2.0.0-beta.0

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

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

capacitor - 2.0.0-beta.0

Published by jcesarmobile over 4 years ago

Changelog:

https://github.com/ionic-team/capacitor/blob/capacitor.2.0-beta.0/CHANGELOG.md

Breaking changes:

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

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

capacitor - 1.5.1

Published by jcesarmobile over 4 years ago