Skip to content

Releases: ionic-team/capacitor

7.2.0

31 Mar 16:54
Compare
Choose a tag to compare

7.2.0 (2025-03-31)

Bug Fixes

  • android: rename bridge layout to avoid collision (#7919) (a629f16)
  • cli: Don't migrate Podfile on SPM projects (#7939) (ab4e700)
  • ios: respect shouldEncodeUrlParams value (#7931) (4fb12a0)

Features

6.2.1

31 Mar 16:58
Compare
Choose a tag to compare

6.2.1 (2025-03-31)

Bug Fixes

7.1.0

12 Mar 16:30
Compare
Choose a tag to compare

7.1.0 (2025-03-12)

Bug Fixes

  • android: add EdgeToEdge compatibility (#7871) (64a8bc4)
  • android: sanitize portable file name (#7894) (5f09297)
  • cli: don't run bundle if not installed (#7896) (ee55f6c)
  • core: use getPlatform instead of platform in cordova.js (#7902) (277db7b)
  • http: boundary not added for Request objects (#7897) (bdaa6f3)
  • ios: don't check isMediaExtension on range requests (#7868) (028caa5)
  • ios: listen for CapacitorViewDidAppear (#7850) (e24ffb7)
  • ios: Reset plugin listeners when WebView process is terminated (#7905) (d039157)

Features

  • Add function to inject external JS into WebView before document load (#7864) (ec0954c)
  • android: add adjustMarginsForEdgeToEdge configuration option (#7885) (1ea86d1)
  • cli: add more configurations to build command (#7769) (90f95d1)

7.0.1

21 Jan 15:04
Compare
Choose a tag to compare

7.0.1 (2025-01-21)

Bug Fixes

7.0.0

20 Jan 16:23
Compare
Choose a tag to compare

7.0.0 (2025-01-20)

Note: Version bump only for package capacitor

7.0.0-rc.1

20 Jan 16:19
Compare
Choose a tag to compare
7.0.0-rc.1 Pre-release
Pre-release

7.0.0-rc.1 (2025-01-20)

Note: Version bump only for package capacitor

7.0.0-rc.0

20 Dec 17:10
Compare
Choose a tag to compare
7.0.0-rc.0 Pre-release
Pre-release

7.0.0-rc.0 (2024-12-20)

Note: Version bump only for package capacitor

7.0.0-beta.0

20 Dec 15:19
Compare
Choose a tag to compare
7.0.0-beta.0 Pre-release
Pre-release

7.0.0-beta.0 (2024-12-20)

Bug Fixes

  • cli: correct rimraf import (#7811) (0891624)
  • cli: update link to telemetry information (e922e2b)
  • ios: Make Bridge webView first responder (#7753) (77e4668)

Features

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)