Skip to content

Releases: ionic-team/capacitor

6.0.0-alpha.1

08 Nov 16:58
Compare
Choose a tag to compare
6.0.0-alpha.1 Pre-release
Pre-release

6.0.0-alpha.1 (2023-11-08)

Bug Fixes

  • allow double quotes in Gemfile (#6903) (3abdbed)
  • android: handle webview version for developer builds (#6907) (88498e6)
  • android: make local urls use unpatched fetch (#6953) (e50e56c)
  • android: Use Logger class instead of Log in CapacitorCookieManager (#6923) (8aaa356)
  • cli: force latest native-run version for iOS 17 support (#6926) (7e7c8b9)
  • cli: Pin @ionic/utils-subprocess version (#7057) (0ac019a)
  • cli: use helper in Podfile with correct path (#6878) (8e95be9)
  • cli: Use latest native-run (#7023) (4125160)
  • cookies: remove session cookies when initializing the cookie manager (037863b)
  • http: add support for Request objects in fetch (24b3cc1)
  • http: disconnect active connections if call or bridge is destroyed (a1ed6cc)
  • http: inherit object properties on window.XMLHttpRequest (91c11d0)
  • http: return numbers and booleans as-is when application/json is the content type (03dd3f9)
  • ios-template: added workaround for Cocoapods bug in XC15 (#6847) (10ccc76)
  • Update migrate to Capacitor 6 (#6872) (98eec8f)

Features

  • add livereload to run command (#6831) (4099969)
  • Add the spm root project to the template (#6877) (02c44c2)
  • Add XCFrameworks (#7020) (5306095)
  • android: allow developers to provide logic for onRenderProcessGone in WebViewListener (#6966) (79e17bb)
  • better support monorepos (#6811) (ae35e29)
  • ios: Makes CapacitorBridge, WebViewAssetHandler, and WebViewDelegationHandler open classes, along with several of their methods (#7009) (40d62cb)
  • modify package.swift on update and sync (#7042) (24573fb)

5.5.1

25 Oct 15:24
Compare
Choose a tag to compare

5.5.1 (2023-10-25)

Bug Fixes

5.5.0

11 Oct 15:35
Compare
Choose a tag to compare

5.5.0 (2023-10-11)

Features

  • android: allow developers to provide logic for onRenderProcessGone in WebViewListener (#6946) (34b724a)

5.4.2

04 Oct 16:50
Compare
Choose a tag to compare

5.4.2 (2023-10-04)

Bug Fixes

  • android: make local urls use unpatched fetch (#6954) (56fb853)

5.4.1

21 Sep 19:55
Compare
Choose a tag to compare

5.4.1 (2023-09-21)

Bug Fixes

  • android: handle webview version for developer builds (#6911) (b5b0398)
  • android: Use Logger class instead of Log in CapacitorCookieManager (#6925) (b6901e0)
  • cli: force latest native-run version for iOS 17 support (#6928) (f9be9f5)
  • cookies: retrieve cookies when using a custom android scheme (6b5ddad)
  • http: parse readablestream data on fetch request objects (3fe0642)
  • http: return xhr response headers case insensitive (687b6b1)
  • ios: Add workaround for CocoaPods problem on Xcode 15 (#6921) (1ffa244)

5.4.0

14 Sep 19:20
Compare
Choose a tag to compare

5.4.0 (2023-09-14)

Bug Fixes

  • cli: use helper in Podfile with correct path (#6888) (9048432)
  • http: add support for defining xhr and angular http response types (09bd040)
  • http: add support for Request objects in fetch (2fe4535)
  • http: inherit object properties on window.XMLHttpRequest (5cd3b2f)

Features

5.3.0

23 Aug 15:38
Compare
Choose a tag to compare

5.3.0 (2023-08-23)

Bug Fixes

  • cookies: remove session cookies when initializing the cookie manager (037863b)
  • http: disconnect active connections if call or bridge is destroyed (a1ed6cc)
  • http: return numbers and booleans as-is when application/json is the content type (03dd3f9)

Features

5.2.3

10 Aug 16:01
Compare
Choose a tag to compare

5.2.3 (2023-08-10)

Bug Fixes

  • android: allow single input file selection from samsumg gallery (#6778) (3d57ecd)
  • android: avoid R8 optimizations remove plugin classes (#6783) (cc85df5)
  • cli: remove package related checks on doctor command (#6773) (4499b6b)
  • cli: signing type option issue (#6716) (ee0f745)
  • cookies: hide httpOnly cookies from client (0cc927e)
  • http: return valid response for relative url xhr requests (bde6569)

5.2.2

19 Jul 16:12
Compare
Choose a tag to compare

5.2.2 (2023-07-19)

Bug Fixes

5.2.1

13 Jul 17:14
Compare
Choose a tag to compare

5.2.1 (2023-07-13)

Bug Fixes

  • allow single parameter on setRequestBody (#6728) (5343bdb)