Skip to content

Releases: ionic-team/capacitor

4.8.0

26 Apr 20:10
Compare
Choose a tag to compare

4.8.0 (2023-04-26)

Bug Fixes

  • android: launching intents without host (#6493) (6028ff4)
  • cli: Pin @ionic dependencies for node 12 support (#6527) (dd2d617)
  • cli: Pin @ionic/utils-subprocess version for node 12 support (#6524) (c714408)
  • cookies: check isEnabled before setting cookieHandler (24a28cb)
  • cookies: init cookie manager after server url is set (4000b02)
  • http: copy native response url to fetch response (42d2eb3)

Features

  • ios: add webContentsDebuggingEnabled configuration (#6500) (b9e345a)

5.0.0-beta.3

21 Apr 21:03
Compare
Choose a tag to compare
5.0.0-beta.3 Pre-release
Pre-release

5.0.0-beta.3 (2023-04-21)

Bug Fixes

  • cookies: init cookie manager after server url is set (0ee772f)

Features

  • android: update gradle to 8.0.2 and gradle plugin to 8.0.0 (#6497) (01b5b39)
  • cli: android manifest to build.gradle migration (#6533) (245b6ab)
  • cli: Migrate update to gradle 8 (#6530) (da3ac0e)

5.0.0-beta.2

13 Apr 19:21
Compare
Choose a tag to compare
5.0.0-beta.2 Pre-release
Pre-release

5.0.0-beta.2 (2023-04-13)

Bug Fixes

  • android: launching intents without host (#6489) (95f7474)
  • android: unify kotlin dependency version (#6501) (0a40477)
  • cookies: check isEnabled before setting cookieHandler (bb04f24)
  • ios/android: copy url from nativeResponse to response (#6482) (828fb71)
  • remove accept-charset (#6386) (bbf6f7e)

Features

5.0.0-beta.1

03 Apr 20:02
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2023-04-03)

Bug Fixes

  • copy url from nativeResponse to response in native-bridge.ts (#6397) (e81a2ff)

Features

5.0.0-beta.0

31 Mar 17:37
Compare
Choose a tag to compare
5.0.0-beta.0 Pre-release
Pre-release

5.0.0-beta.0 (2023-03-31)

Bug Fixes

  • 204 http response (#6266) (771f6ce)
  • android: Allow WebView to load data urls (#6418) (daf2ec6)
  • android: proper app url check for launching intents (#6450) (302ba35)
  • android: remove stored references to bridge that holds it in memory (#6448) (4737d2b)
  • cli: Fix cordova plugin config checker over checking 5.x (#6444) (9d21a0e)
  • ios: Event listeners were unexpectedly nil (#6445) (209d4ed)

Features

4.7.3

31 Mar 19:34
Compare
Choose a tag to compare

4.7.3 (2023-03-31)

Bug Fixes

  • android: remove stored references to bridge that holds it in memory (#6448) (#6455) (8fa2d1c)

4.7.2

31 Mar 17:11
Compare
Choose a tag to compare

4.7.2 (2023-03-31)

Bug Fixes

  • android: proper app url check for launching intents (#6451) (6f8d1ad)
  • cli: Fix cordova plugin config checker over checking on 4.x (#6443) (5ce68bb)

5.0.0-alpha.1

16 Mar 16:13
Compare
Choose a tag to compare
5.0.0-alpha.1 Pre-release
Pre-release

5.0.0-alpha.1 (2023-03-16)

Bug Fixes

  • android: handle empty permission list (#6375) (b11a9df)
  • android: handle null http headers and params (#6370) (e486672)
  • android: solve and/or silence lint errors (#6358) (c627415)
  • cli: point build to proper workspace name (#6371) (78b7a59)
  • iOS: Separate cookies by ; rather than ; when accessing through document.cookie (#6313) (beade60)

Features

  • android-template: Removing enableJetifier (#6339) (e118175)
  • android: Removing enableJetifier (#6333) (fc0b403)
  • cli: Add --forwardPorts option to Capacitor CLI (#5645) (2f04d29)
  • cli: update init to set androidScheme to https (#6342) (158b27e)

4.7.1

16 Mar 17:45
Compare
Choose a tag to compare

4.7.1 (2023-03-16)

Bug Fixes

  • cli: point build to proper workspace name (#6373) (81af12a)
  • iOS: Separate cookies by ; rather than ; when accessing through document.cookie (Cap 4.x) (#6380) (1902b77)

4.7.0

22 Feb 20:20
Compare
Choose a tag to compare

4.7.0 (2023-02-22)

Bug Fixes

  • handle fetch headers that are Headers objects (#6320) (cb00e49)
  • cli: prevent error on manifest element without children (#6278) (a7e374f)
  • cli: Remove buildOptions from platform capacitor.config.json (#6292) (acddcd9)
  • ios: Avoid double encoding on http urls (#6288) (4768085)
  • ios: Correctly Attach Headers to Request (#6303) (a3f875c)

Features

  • android: add ability to create config from a custom file path (#6264) (42b4f0f)
  • android: Add SSL Pinning logic (#6314) (07f113e)
  • android: enable loading of assets outside of the content web asset directory (#6301) (364497d)
  • cli: add ssl pinning copy logic (#6312) (cce66c1)