Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ionic-team/capacitor

8.0.0-alpha.3

22 Oct 10:56

Choose a tag to compare

8.0.0-alpha.3 Pre-release
Pre-release

8.0.0-alpha.3 (2025-10-22)

Bug Fixes

  • cli: change SPM incompatible plugin message (#8129) (28c2a96)
  • cli: Don't exclude Cordova plugins from SPM management (#8140) (69bbd3d)
  • cli: prefer studio executable over studio.sh on linux if available (#8110) (62bd16f)
  • ios: also call bridge.reset() on webViewWebContentProcessDidTerminate (#8143) (1de1f15)
  • ios: Remove Cordova UIView extension (#8189) (0c7bcd3)
  • ios: replace deprecation warnings (#8156) (e76b29b)
  • ios: Silence WKProcessPool warning (#8184) (b6abcb7)

7.4.4

22 Oct 11:11

Choose a tag to compare

7.4.4 (2025-10-22)

Bug Fixes

  • cli: change SPM incompatible plugin message (#8129) (#8130) (bbaa8fa)
  • cli: Don't exclude Cordova plugins from SPM management (#8140) (#8142) (e871851)
  • ios: also call bridge.reset() on webViewWebContentProcessDidTerminate (#8150) (5287a74)

8.0.0-alpha.2

20 Aug 21:06

Choose a tag to compare

8.0.0-alpha.2 Pre-release
Pre-release

8.0.0-alpha.2 (2025-08-20)

Note: Version bump only for package capacitor

8.0.0-alpha.1

20 Aug 13:58

Choose a tag to compare

8.0.0-alpha.1 Pre-release
Pre-release

8.0.0-alpha.1 (2025-08-20)

Bug Fixes

  • http content headers not sent when using axios (#8039) (67cac40)

Features

  • android-template: Bump minSdkVersion to 24 (#8080) (c5f9ea9)
  • android: Bump default minSdkVersion to 24 (#8083) (c022ddf)
  • ios-template: bump deployment target to 15 (#8088) (7a0c09a)

7.4.3

20 Aug 21:04

Choose a tag to compare

7.4.3 (2025-08-20)

Bug Fixes

  • http content headers not sent when using axios (#8064) (3d1b12c)

7.4.2

10 Jul 15:08

Choose a tag to compare

7.4.2 (2025-07-10)

Bug Fixes

  • android: consider display cutout area for insets (#8042) (b478211)
  • http: Properly URL-encode key and values during x-www-form-urlencoded POSTs (#8037) (87b4641)

7.4.1

03 Jul 16:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.4.0...7.4.1

7.4.0

18 Jun 15:39

Choose a tag to compare

7.4.0 (2025-06-18)

Features

  • cli: add spm-migration-assistant command (#7963) (ef42722)
  • cli: fail cap update on uninstalled cordova dependencies (#8032) (b393de8)

7.3.0

05 Jun 13:36

Choose a tag to compare

7.3.0 (2025-06-05)

Bug Fixes

  • add error code checking to runPlatformHook (#7994) (8717680)
  • cli: Don't downgrade deployment target on migrate (#7953) (46e8792)
  • cli: ensures the execution order of CLI hooks (#7947) (c3ea809)
  • cli: unexpected error on target device list (#8015) (f827c48)
  • cli: use proper build params (#8016) (12ce2a4)
  • core: Prevent error when hasListeners is empty (#7975) (a4a0942)
  • Remove all plugin listeners in bridge reset (#7962) (06aeea9)

Features

  • cli: Initial Cordova plugin SPM support (#7999) (c030354)
  • expose appStartPath on cap config server configuration (#8019) (a274fef)
  • ios: Alternative debug config for SPM (#7982) (a054aa5)

7.2.0

31 Mar 16:54

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