Skip to content

Releases: ionic-team/capacitor

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)

5.7.5

15 Apr 16:50
Compare
Choose a tag to compare

5.7.5 (2024-04-15)

Bug Fixes

  • cli: Removing extra dash in android apk name flavor parsing (#7383) (aed075f)
  • http: Add URLSearchParams support (#7376) (080be74)
  • http: prevent POST request from being proxied (#7402) (6a96ce7)
  • vue 3 log warning causes error on iOS (#7364) (bc39b6b)

6.0.0-rc.2

25 Mar 16:20
Compare
Choose a tag to compare
6.0.0-rc.2 Pre-release
Pre-release

6.0.0-rc.2 (2024-03-25)

Bug Fixes

  • cli: also generate packageClassList on copy (#7358) (865cceb)
  • cli: use correct pass signature for apksigner signing (#7365) (e4f8610)
  • http: change proxy url generation (#7354) (318c316)
  • inject cordova files if a cordova plugin is present (#7363) (ce9d505)
  • vue 3 log warning causes error on iOS (#6993) (87271e2)

5.7.4

20 Mar 18:29
Compare
Choose a tag to compare

5.7.4 (2024-03-20)

Bug Fixes

  • http: change proxy url generation (30a32f4)