Skip to content

Releases: ionic-team/capacitor

3.0.0-beta.2

08 Feb 19:09
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2021-02-08)

Bug Fixes

  • core: handle js.error messages to fix window error handler (#4124) (c0deb1d)
  • address bug in isPluginAvailable() for web and native (#4114) (2fbd954)
  • android: get PermissionState enum by state value (#4100) (194ae86)
  • android: requestPermission call rejects if permission missing in manifest (55ef5ff)
  • core: fix another $$typeof issue (#4113) (4cbae41)
  • iOS: preserve null values in bridged types (#4072) (6dc691e)
  • remove USE_PUSH flag and code from iOS template (#4070) (6d54243)

Features

  • android: activity result use new API and update permission result callbacks to match (#4127) (002f1e5)
  • android: androidxActivityVersion & androidxFragmentVersion gradle variables (#4103) (4f77b96)
  • cli: configurable iOS build scheme (#4073) (e6374dc)
  • cli: send config, rootDir, and webDir to custom platform hooks (#4084) (13e9860)

3.0.0-beta.1

14 Jan 18:32
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2021-01-14)

Note: Version bump only for package capacitor

3.0.0-beta.0

13 Jan 23:43
Compare
Choose a tag to compare
3.0.0-beta.0 Pre-release
Pre-release

3.0.0-beta.0 (2021-01-13)

Features

3.0.0-alpha.14

13 Jan 20:28
Compare
Choose a tag to compare
3.0.0-alpha.14 Pre-release
Pre-release

3.0.0-alpha.14 (2021-01-13)

Bug Fixes

  • android: append missing new lines on injected cordova files (#4058) (dbdc78d)
  • cli: bump minimum node version to 12.4.0 (#4059) (61e3be0)
  • cli: default to new directory instead of crashing (70fdf0b)

Features

  • android: method to check permission for an alias (#4062) (c88c4b4)

3.0.0-alpha.13

13 Jan 00:45
Compare
Choose a tag to compare
3.0.0-alpha.13 Pre-release
Pre-release

3.0.0-alpha.13 (2021-01-13)

Bug Fixes

  • cli: use stderr for logs when using --json option (#4044) (452a101)
  • iOS: properly handle date types during JSValue coercion (#4043) (1affae7)
  • iOS: skip Swift type coercion on Cordova plugin calls (#4048) (7bb9e0f)

Features

  • cli: create TS configuration files in init (#3999) (fa7003e)

2.4.6

13 Jan 00:46
Compare
Choose a tag to compare

3.0.0-alpha.12

08 Jan 22:06
Compare
Choose a tag to compare
3.0.0-alpha.12 Pre-release
Pre-release

3.0.0-alpha.12 (2021-01-08)

Bug Fixes

Features

  • android: switch to new callback-style permission requests (#4033) (cc459de)
  • cli: allow 'export default' style TS config files (#4031) (9393667)
  • cli: opt-in anonymous usage data (#4022) (3facfb7)

3.0.0-alpha.11

26 Dec 23:22
Compare
Choose a tag to compare
3.0.0-alpha.11 Pre-release
Pre-release

3.0.0-alpha.11 (2020-12-26)

Features

  • android: expose CapConfig.loadDefault(), deprecate v2 constructor (#3964) (94ae977)
  • iOS: Open CAPBridgeViewController for subclassing (#3973) (a601705)

3.0.0-alpha.9

15 Dec 04:37
Compare
Choose a tag to compare
3.0.0-alpha.9 Pre-release
Pre-release

3.0.0-alpha.9 (2020-12-15)

Bug Fixes

  • android: include lint-baseline.xml for downstream lint tasks (20ccaa0)

3.0.0-alpha.8

15 Dec 01:40
Compare
Choose a tag to compare
3.0.0-alpha.8 Pre-release
Pre-release

3.0.0-alpha.8 (2020-12-15)

Bug Fixes

  • Android: Use plugin's getPermissionStates() to support overriding (#3939) (855a607)
  • ios: expose lastURL getter (#3898) (90b7fe3)

Features

  • android: add onConfigurationChanged() activity lifecycle hook (#3936) (29e9e2c)
  • android: Add WebColor utility for parsing color (#3947) (3746404)
  • Android: Refactoring configuration (#3778) (9820a30)