feat: add Capacitor 8 support#155
Open
franmc01 wants to merge 2 commits intocapacitor-community:mainfrom
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds support for Capacitor 8 by updating dependencies, build configurations, and documentation. The plugin version is bumped from 7.1.0 to 8.0.0 to align with the new Capacitor major version.
Changes:
- Updated Capacitor dependencies (
@capacitor/core,@capacitor/android,@capacitor/ios) from ^7.0.x to ^8.0.1 - Updated platform-specific minimum requirements: iOS deployment target 14.0→15.0, Android minSdk 23→24, compile/targetSdk 35→36
- Updated documentation to reflect v8 support
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumped version to 8.0.0 and updated Capacitor dependencies to ^8.0.1 |
| package-lock.json | Updated lockfile with new dependency versions and integrity hashes |
| ios/Podfile | Updated iOS platform deployment target from 14.0 to 15.0 |
| ios/Plugin.xcodeproj/project.pbxproj | Updated IPHONEOS_DEPLOYMENT_TARGET to 15.0 across all build configurations |
| android/build.gradle | Updated Android SDK versions (minSdk: 24, compileSdk/targetSdk: 36) |
| README.md | Added v8 to supported versions badge and version compatibility table |
| CapacitorCommunityContacts.podspec | Updated iOS deployment target to 15.0 |
| CHANGELOG.md | Added v8.0.0 release entry with breaking changes note |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updated release date for version 8.0.0 in CHANGELOG.
|
@tafelnl When could we launch this? |
Author
|
Hello my friend @tafelnl , alguna novedad? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Dependencies
@capacitor/coreto^8.0.1@capacitor/androidto^8.0.1@capacitor/iosto^8.0.1peerDependenciesto require@capacitor/core >= 8.0.08.0.0Android
minSdkVersionfrom23to24(required by Capacitor 8)compileSdkVersionfrom35to36(required by Capacitor 8)targetSdkVersionfrom35to36(required by Capacitor 8)iOS
14.0to15.0in:PodfileCapacitorCommunityContacts.podspecPlugin.xcodeproj/project.pbxproj(all build configurations)Documentation