Skip to content

Releases: ionic-team/capacitor

4.8.2

15 Mar 17:45
Compare
Choose a tag to compare

4.8.2 (2024-03-15)

Note: Version bump only for package capacitor

5.7.2

06 Mar 17:28
Compare
Choose a tag to compare

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)

5.7.1

01 Mar 16:00
Compare
Choose a tag to compare

5.7.1 (2024-03-01)

Bug Fixes

5.7.0

07 Feb 20:25
Compare
Choose a tag to compare

5.7.0 (2024-02-07)

Bug Fixes

  • cli: correctly build and sign Android apps using Flavors (#7211) (af97904)
  • http: better handling of active requests and shutting down gracefully (a56e845)

Features

  • webview: add setServerAssetPath method (4e8449c)

6.0.0-rc.0

23 Jan 17:15
Compare
Choose a tag to compare
6.0.0-rc.0 Pre-release
Pre-release

6.0.0-rc.0 (2024-01-23)

Bug Fixes

  • android: don't proxy requests if no jsInjector (#7199) (7dc5585)
  • android: handle deprecation warnings (#7190) (06636d7)
  • cli: correctly build and sign Android apps using Flavors (#7082) (7d3a99d)
  • cli: Specify keystore alias and alias password build options for apksigner (#7073) (6612c49)
  • cli: type only import in config (#6765) (2b493ae)
  • cli: Update plugins with breaking changes (#7148) (b8c2a92)
  • remove duplicates from auto registration array using set (#7192) (c4984ae)
  • stop crashing from objc_getClassList (#7187) (e148db7)
  • web: Implement retainUntilConsumed on notifyListeners (#7127) (526292e)

Features

  • android: Load alternative layout when no WebView (#7141) (87c399a)
  • cli: allow async in capacitor config file (#4299) (5cecc3e)
  • ios: Replace usage of UserDefaults with KeyValueStore. (#7191) (cd58ba2)

6.0.0-beta.2

14 Dec 18:00
Compare
Choose a tag to compare
6.0.0-beta.2 Pre-release
Pre-release

6.0.0-beta.2 (2023-12-14)

Note: Version bump only for package capacitor

6.0.0-beta.1

14 Dec 16:00
Compare
Choose a tag to compare
6.0.0-beta.1 Pre-release
Pre-release

6.0.0-beta.1 (2023-12-14)

Bug Fixes

  • ios: Add Codable folder to podspec source_files (#7131) (04d1d55)

5.6.0

14 Dec 21:24
Compare
Choose a tag to compare

5.6.0 (2023-12-14)

Bug Fixes

  • cli: Use latest native-run (#7030) (1d948d4)
  • http: properly write form-urlencoded data on android request body (#7130) (a745a89)
  • http: set formdata boundary and body when content-type not explicitly set (#7133) (3862d6e)
  • ios: add some new cordova-ios classes used by Cordova plugins (#7115) (5fb902b)

Features

6.0.0-beta.0

13 Dec 21:29
Compare
Choose a tag to compare
6.0.0-beta.0 Pre-release
Pre-release

6.0.0-beta.0 (2023-12-13)

Bug Fixes

  • http: parse readablestream data on fetch request objects (#6919) (80ec3b7)
  • http: properly write form-urlencoded data on android request body (#7001) (a986ee5)
  • http: set formdata boundary and body when content-type not explicitly set (0c2ccd9)
  • ios: add some new cordova-ios classes used by Cordova plugins (#7096) (3db9051)

Features

  • ios: Add Codable support for CAPPluginCall and JSValueContainer (#7119) (af417e0)
  • support for Amazon Fire WebView (#6603) (3cb4eb8)

6.0.0-alpha.2

15 Nov 18:15
Compare
Choose a tag to compare
6.0.0-alpha.2 Pre-release
Pre-release

6.0.0-alpha.2 (2023-11-15)

Bug Fixes

  • ios: Remove CocoaPods Xcode 15 workaround that causes issues (#7059) (043a8db)