-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Capacitor 3.0 #3133
Milestone
Comments
Updated Rethinking Plugins. We now have an issue for tracking progress of the plugin refactor project: #3227. |
Added a link to the Capacitor 3 Upgrade Guide (WIP): #3320 |
Added a link to the open PR for the new |
Added a link to the open PR for supporting |
capacitor 3 was released, closing |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Welcome to the Capacitor 3 planning issue! This issue will be periodically updated up until the launch date (TBD). We've locked this issue, but we highly encourage you to open a discussion if you have questions or suggestions.
The Capacitor project will focus on a few key areas of improvement for 3.0:
High-Level Changes
npx cap run
command should be added that provides a CLI workflow for deploying debug builds to devices. This means IDE usage will no longer be required during day-to-day development. Please note: this is not intended for release builds (Support release builds from CLI #324). See this tracking issue and the corresponding PR: feat(cli): addcapacitor run
command #3599capacitor.config.{ts,js}
file so that configuration can be generated based on environment. Capacitor would run this duringsync
and generate acapacitor.config.json
as normal in each native platform. See this tracking issue and the corresponding PR: feat(cli): support TS/JS config files #3756MainActivity.java
.Please see the Capacitor 3 Upgrade Guide to read about the implications of these changes in Capacitor apps and plugins.
The text was updated successfully, but these errors were encountered: