File tree Expand file tree Collapse file tree 10 files changed +44
-7
lines changed Expand file tree Collapse file tree 10 files changed +44
-7
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 8.0.0-alpha.3] ( https://github.com/ionic-team/capacitor/compare/8.0.0-alpha.2...8.0.0-alpha.3 ) (2025-10-22)
7+
8+ ### Bug Fixes
9+
10+ - ** cli:** change SPM incompatible plugin message ([ #8129 ] ( https://github.com/ionic-team/capacitor/issues/8129 ) ) ([ 28c2a96] ( https://github.com/ionic-team/capacitor/commit/28c2a96d898b07a05ae763f798e8903601cc3f67 ) )
11+ - ** cli:** Don't exclude Cordova plugins from SPM management ([ #8140 ] ( https://github.com/ionic-team/capacitor/issues/8140 ) ) ([ 69bbd3d] ( https://github.com/ionic-team/capacitor/commit/69bbd3dc59cd6f56252c06f23b351952af8661be ) )
12+ - ** cli:** prefer studio executable over studio.sh on linux if available ([ #8110 ] ( https://github.com/ionic-team/capacitor/issues/8110 ) ) ([ 62bd16f] ( https://github.com/ionic-team/capacitor/commit/62bd16f675cb492b52c0b73483fddfd63c608189 ) )
13+ - ** ios:** also call bridge.reset() on webViewWebContentProcessDidTerminate ([ #8143 ] ( https://github.com/ionic-team/capacitor/issues/8143 ) ) ([ 1de1f15] ( https://github.com/ionic-team/capacitor/commit/1de1f157169bc0e23060ffabf044c6d391b98efe ) )
14+ - ** ios:** Remove Cordova UIView extension ([ #8189 ] ( https://github.com/ionic-team/capacitor/issues/8189 ) ) ([ 0c7bcd3] ( https://github.com/ionic-team/capacitor/commit/0c7bcd3d10f3e3d5a1259f5096879771f8e26436 ) )
15+ - ** ios:** replace deprecation warnings ([ #8156 ] ( https://github.com/ionic-team/capacitor/issues/8156 ) ) ([ e76b29b] ( https://github.com/ionic-team/capacitor/commit/e76b29b77a7d71ef2341dd3aa530c5d9f291a941 ) )
16+ - ** ios:** Silence WKProcessPool warning ([ #8184 ] ( https://github.com/ionic-team/capacitor/issues/8184 ) ) ([ b6abcb7] ( https://github.com/ionic-team/capacitor/commit/b6abcb7d656ee24e48a5d0dc7b68888b0318fe5d ) )
17+
618# [ 8.0.0-alpha.2] ( https://github.com/ionic-team/capacitor/compare/8.0.0-alpha.1...8.0.0-alpha.2 ) (2025-08-20)
719
820** Note:** Version bump only for package capacitor
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 8.0.0-alpha.3] ( https://github.com/ionic-team/capacitor/compare/8.0.0-alpha.2...8.0.0-alpha.3 ) (2025-10-22)
7+
8+ ** Note:** Version bump only for package @capacitor/android
9+
610# [ 8.0.0-alpha.2] ( https://github.com/ionic-team/capacitor/compare/8.0.0-alpha.1...8.0.0-alpha.2 ) (2025-08-20)
711
812** Note:** Version bump only for package @capacitor/android
Original file line number Diff line number Diff line change 11{
22 "name" : " @capacitor/android" ,
3- "version" : " 8.0.0-alpha.2 " ,
3+ "version" : " 8.0.0-alpha.3 " ,
44 "description" : " Capacitor: Cross-platform apps with JavaScript and the web" ,
55 "homepage" : " https://capacitorjs.com" ,
66 "author" :
" Ionic Team <[email protected] > (https://ionic.io)" ,
2323 "verify" : " ./gradlew clean lint build test -b capacitor/build.gradle"
2424 },
2525 "peerDependencies" : {
26- "@capacitor/core" : " ^8.0.0-alpha.2 "
26+ "@capacitor/core" : " ^8.0.0-alpha.3 "
2727 },
2828 "publishConfig" : {
2929 "access" : " public"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 8.0.0-alpha.3] ( https://github.com/ionic-team/capacitor/compare/8.0.0-alpha.2...8.0.0-alpha.3 ) (2025-10-22)
7+
8+ ### Bug Fixes
9+
10+ - ** cli:** change SPM incompatible plugin message ([ #8129 ] ( https://github.com/ionic-team/capacitor/issues/8129 ) ) ([ 28c2a96] ( https://github.com/ionic-team/capacitor/commit/28c2a96d898b07a05ae763f798e8903601cc3f67 ) )
11+ - ** cli:** Don't exclude Cordova plugins from SPM management ([ #8140 ] ( https://github.com/ionic-team/capacitor/issues/8140 ) ) ([ 69bbd3d] ( https://github.com/ionic-team/capacitor/commit/69bbd3dc59cd6f56252c06f23b351952af8661be ) )
12+ - ** cli:** prefer studio executable over studio.sh on linux if available ([ #8110 ] ( https://github.com/ionic-team/capacitor/issues/8110 ) ) ([ 62bd16f] ( https://github.com/ionic-team/capacitor/commit/62bd16f675cb492b52c0b73483fddfd63c608189 ) )
13+
614# [ 8.0.0-alpha.2] ( https://github.com/ionic-team/capacitor/compare/8.0.0-alpha.1...8.0.0-alpha.2 ) (2025-08-20)
715
816** Note:** Version bump only for package @capacitor/cli
Original file line number Diff line number Diff line change 11{
22 "name" : " @capacitor/cli" ,
3- "version" : " 8.0.0-alpha.2 " ,
3+ "version" : " 8.0.0-alpha.3 " ,
44 "description" : " Capacitor: Cross-platform apps with JavaScript and the web" ,
55 "homepage" : " https://capacitorjs.com" ,
66 "author" :
" Ionic Team <[email protected] > (https://ionic.io)" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 8.0.0-alpha.3] ( https://github.com/ionic-team/capacitor/compare/8.0.0-alpha.2...8.0.0-alpha.3 ) (2025-10-22)
7+
8+ ** Note:** Version bump only for package @capacitor/core
9+
610# [ 8.0.0-alpha.2] ( https://github.com/ionic-team/capacitor/compare/8.0.0-alpha.1...8.0.0-alpha.2 ) (2025-08-20)
711
812** Note:** Version bump only for package @capacitor/core
Original file line number Diff line number Diff line change 11{
22 "name" : " @capacitor/core" ,
3- "version" : " 8.0.0-alpha.2 " ,
3+ "version" : " 8.0.0-alpha.3 " ,
44 "description" : " Capacitor: Cross-platform apps with JavaScript and the web" ,
55 "homepage" : " https://capacitorjs.com" ,
66 "author" :
" Ionic Team <[email protected] > (https://ionic.io)" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 8.0.0-alpha.3] ( https://github.com/ionic-team/capacitor/compare/8.0.0-alpha.2...8.0.0-alpha.3 ) (2025-10-22)
7+
8+ ### Bug Fixes
9+
10+ - ** ios:** also call bridge.reset() on webViewWebContentProcessDidTerminate ([ #8143 ] ( https://github.com/ionic-team/capacitor/issues/8143 ) ) ([ 1de1f15] ( https://github.com/ionic-team/capacitor/commit/1de1f157169bc0e23060ffabf044c6d391b98efe ) )
11+ - ** ios:** Remove Cordova UIView extension ([ #8189 ] ( https://github.com/ionic-team/capacitor/issues/8189 ) ) ([ 0c7bcd3] ( https://github.com/ionic-team/capacitor/commit/0c7bcd3d10f3e3d5a1259f5096879771f8e26436 ) )
12+ - ** ios:** replace deprecation warnings ([ #8156 ] ( https://github.com/ionic-team/capacitor/issues/8156 ) ) ([ e76b29b] ( https://github.com/ionic-team/capacitor/commit/e76b29b77a7d71ef2341dd3aa530c5d9f291a941 ) )
13+ - ** ios:** Silence WKProcessPool warning ([ #8184 ] ( https://github.com/ionic-team/capacitor/issues/8184 ) ) ([ b6abcb7] ( https://github.com/ionic-team/capacitor/commit/b6abcb7d656ee24e48a5d0dc7b68888b0318fe5d ) )
14+
615# [ 8.0.0-alpha.2] ( https://github.com/ionic-team/capacitor/compare/8.0.0-alpha.1...8.0.0-alpha.2 ) (2025-08-20)
716
817** Note:** Version bump only for package @capacitor/ios
Original file line number Diff line number Diff line change 11{
22 "name" : " @capacitor/ios" ,
3- "version" : " 8.0.0-alpha.2 " ,
3+ "version" : " 8.0.0-alpha.3 " ,
44 "description" : " Capacitor: Cross-platform apps with JavaScript and the web" ,
55 "homepage" : " https://capacitorjs.com" ,
66 "author" :
" Ionic Team <[email protected] > (https://ionic.io)" ,
2525 "xc:build:CapacitorCordova" : " cd CapacitorCordova && xcodebuild && cd .."
2626 },
2727 "peerDependencies" : {
28- "@capacitor/core" : " ^8.0.0-alpha.2 "
28+ "@capacitor/core" : " ^8.0.0-alpha.3 "
2929 },
3030 "publishConfig" : {
3131 "access" : " public"
Original file line number Diff line number Diff line change 1111 "tagVersionPrefix" : " "
1212 }
1313 },
14- "version" : " 8.0.0-alpha.2 " ,
14+ "version" : " 8.0.0-alpha.3 " ,
1515 "$schema" : " node_modules/lerna/schemas/lerna-schema.json"
1616}
You can’t perform that action at this time.
0 commit comments