-
Notifications
You must be signed in to change notification settings - Fork 454
docs: add page for migrating capacitor plugin from v7 to v8 #466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jcesarmobile
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's missing the deprecated Gradle property name syntax changes.
Also it's telling to update to versions that don't exist yet (npm and SPM), I think we usually recommend using the next tag for the npm versions and should use the -alpha (or -beta if we release it before merging this) for the SPM version, and then once we release the final version we update the docs to use the final versions.
|
the docs should also include information related to changed needed for using kotlin 2.2.0, it only mentions the update of the |
|
It would be nice to have a way to have plugin support multiple major versions, at least one backward. The community often lags by one major version, and this prevents them from getting the latest bug fixes. Currently, we have to backport feature in a lot of our plugin. I don't know if that's doable; at least 6 to 7 was from my perspective. Second point, I don't see in this migration the mention of SPM becoming default/mandatory. Does this change? |
No description provided.