feat: Capacitor 8 support - #141
Merged
Merged
Conversation
BREAKING CHANGE: Capacitor 8 major now required
BREAKING CHANGE: iOS deployment target is now 15
BREAKING CHANGE: Android minSDK is now 24, compile and target are 36
🦋 Changeset detectedLatest commit: 13bb8db The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
OS-pedrogustavobilro
marked this pull request as ready for review
November 28, 2025 11:00
alexgerardojacinto
approved these changes
Dec 2, 2025
theproducer
approved these changes
Dec 3, 2025
Collaborator
|
Looks good - all of my manual tests are good as well. |
OS-pedrogustavobilro
marked this pull request as draft
December 3, 2025 15:54
Contributor
Author
|
I'm marking this PR as draft; once Cap 8 stable is released - we can re-run CI and if it passes we can merge this PR. |
CI will fail until Cap 8 stable is released. Missing pnpm install and cap sync to update lock files. Doing a commit to update this after Cap 8 stable is released will make CI pass.
…apacitor-background-runner into feat/RMET-4696/cap8-support
…apacitor-background-runner into feat/RMET-4696/cap8-support
theproducer
marked this pull request as ready for review
December 9, 2025 20:16
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.
This PR includes the changes for the Plugin to support Capacitor 8 - Major version bump for the plugin
The peerDependency was updated to Capacitor 8 to match other official plugins. Also includes updates to native Android dependencies (in both plugin and JS Engine), android / iOS platform targets, and also the example apps.