Capacitor Versions Save

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

5.4.1

7 months ago

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

8 months ago

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

8 months ago

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

9 months ago

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

9 months ago

5.2.2 (2023-07-19)

Bug Fixes

5.2.1

10 months ago

5.2.1 (2023-07-13)

Bug Fixes

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

5.2.0

10 months ago

5.2.0 (2023-07-12)

Bug Fixes

  • cli: make migrate not error if there are no dependencies (#6707) (25ca83a)
  • cookies: sanitize url before retrieving/setting cookies (ca40634)
  • http: fire events in correct order when using xhr (5ed3617)

Features

5.1.1

10 months ago

5.1.1 (2023-07-05)

Bug Fixes

  • ios: Revert server url addition for CAPWebView. (#6705) (1b8352d)

4.8.1

10 months ago

4.8.1 (2023-06-29)

Bug Fixes

  • android: Move bridge localUrl initialization to initWebView (#6686) (85fd4a6)
  • android: revert cookie manager initialization to plugin load for 4.x (2ea82f4)

5.1.0

10 months ago

5.1.0 (2023-06-29)

Bug Fixes

  • android: Move bridge localUrl initialization to initWebView (#6685) (7f5f0ca)
  • android: revert cookie manager initialization to plugin load (53a2d47)
  • ios: Return proper MIME Type for local WASM files (#6675) (d7856de)
  • ios: set cors headers in asset handler for live reload (e5a1c81)

Features

  • android: add check for excluded domains before ssl request (7906d36)
  • cli: add apksigner as a build option (#6442) (9818a76)
  • export buildRequestInit function so we can use for downloadFile (95b0575)