Skip to content

Releases: ionic-team/capacitor

7.0.0-alpha.2

19 Nov 17:16
Compare
Choose a tag to compare
7.0.0-alpha.2 Pre-release
Pre-release

7.0.0-alpha.2 (2024-11-19)

Bug Fixes

  • cli: make Cordova plugins use same default kotlin version as Capacitor (#7752) (a4aeb55)

6.2.0

19 Nov 17:05
Compare
Choose a tag to compare

6.2.0 (2024-11-19)

Bug Fixes

  • cli: make Cordova plugins use same default kotlin version as Capacitor (#7756) (96dde8c)
  • cli: replace app-store deprecated method on build (#7637) (942b108)
  • ios: fix retain cycle caused by CDVPluginManager (#7692) (#7694) (dd068fe)
  • use Capacitor 6 for SPM dependency (#7737) (8e55ca5)

Features

  • core: cherrypick: expose methodName via CAPPluginCall (#7641) (#7684) (bf6ef8e)
  • ios: cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder (#7657) (ce30924)

7.0.0-alpha.1

14 Oct 08:39
Compare
Choose a tag to compare
7.0.0-alpha.1 Pre-release
Pre-release

7.0.0-alpha.1 (2024-10-14)

Bug Fixes

  • android-template: prevent app restart on bluetooh keyboard changes (#7652) (200c7cb)
  • cli: replace app-store deprecated method on build (#7637) (942b108)
  • ios: fix retain cycle caused by CDVPluginManager (#7692) (02bdb3d)

Features

  • core: expose methodName via CAPPluginCall (#7641) (df109aa)
  • ios: JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder (#7647) (410249b), closes #7576

6.1.2

07 Aug 17:16
Compare
Choose a tag to compare

6.1.2 (2024-08-07)

Bug Fixes

  • android: better cleaning of allowedOrigin url (#7607) (d123260)
  • http: pass original url as query param on the proxy url (#7527) (1da06e6)
  • support dependencies with ".swift" at the end of name (#7583) (ceee68a)

5.7.8

07 Aug 17:07
Compare
Choose a tag to compare

5.7.8 (2024-08-07)

Bug Fixes

6.1.1

17 Jul 17:46
Compare
Choose a tag to compare

6.1.1 (2024-07-17)

Bug Fixes

  • android: Allow WebView to load blob urls (#7551) (0dca917)
  • android: javascript injection not working on urls with query (#7545) (57ce5c6)
  • android: send FormData on older devices (#7519) (de8b50d)
  • android: UTF-8 encode form data value (#7525) (a73ed31)
  • cli: enable cleartext for live reload (#7563) (e06648f)
  • http: handle UInt8Array on body (#7546) (cfb9ce1)
  • ios: make removeAllListeners accessible from javascript (#7566) (388a822)
  • ios: Match CapApp-SPM iOS version with project version (#7556) (df4dc9a)

5.7.7

17 Jul 17:57
Compare
Choose a tag to compare

5.7.7 (2024-07-17)

Bug Fixes

6.1.0

11 Jun 16:54
Compare
Choose a tag to compare

6.1.0 (2024-06-11)

Bug Fixes

  • android: avoid crash if server url ends in / (#7426) (f8264cc)
  • cli: Avoid duplicate entries in packageClassList (#7470) (cca0b80)
  • cli: Run sync before updating gradle (#7497) (f27786e)
  • http: don't override readyState for non POST requests (#7488) (30c13a8)
  • ios: check if urlSchemeTask is stopped before calling its methods (#7482) (b32b5b1)

Features

5.7.6

11 Jun 16:45
Compare
Choose a tag to compare

5.7.6 (2024-06-11)

Bug Fixes

  • http: don't override readyState for non POST requests (#7510) (a56f9b9)
  • ios: check if urlSchemeTask is stopped before calling its methods (#7483) (7bf365c)

6.0.0

15 Apr 16:27
Compare
Choose a tag to compare

6.0.0 (2024-04-15)

Bug Fixes

  • cli: Change Capacitor plugin files check (#7375) (fbfb778)
  • cli: Don't downgrade gradle version on migrate (#7385) (c79211e)
  • cli: Removing extra dash in android apk name flavor parsing (#7382) (3c411fd)
  • http: Add URLSearchParams support (#7374) (9367ecc)
  • http: prevent POST request from being proxied (#7395) (7b8c352)
  • secure cookies often are not set by the cookie plugin (#7261) (cda1886)

Features

  • cli: Support bun when running cap migrate (#7386) (3f96ff9)