-
Notifications
You must be signed in to change notification settings - Fork 59
chore(ionic): update to v7 #29
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 Git ↗︎
|
In this case you can just remove edit: PR ionic-team/ionic-docs#2839
Input syntax changes are here: https://ionicframework.com/docs/v7/api/input#migrating-from-legacy-input-syntax
If you use the new input syntax then the highlight goes away inside of ion-item. |
Brandy noted in ionic-team/docs-demo#29 that it was not clear how to migrate from `swipeToClose` to `canDismiss`. This PR clarifies this on the migration guide.
Can we add this (and the checkbox, toggle, etc.) somewhere in the migration guide here: https://ionicframework.com/docs/v7/updating/7-0 There are warnings in the console about it but it's kind of hard to find these docs |
I don't think adding them to the migration guide is the right call here. The migration guide only notes the changes that developers need to make in order to have a working version of Ionic 7. The input syntax changes are optional at the moment, so devs don't need to make those changes. Would it help if we linked to the docs from the console warning? |
Yeah that would be fine |
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.
Code looks good. We don't need to make the input syntax changes right now, but if you have time and want to do it feel free.
I was going to do the input syntax changes but I am not sure how to approach some of them, like this: docs-demo/src/components/input/input.tsx Lines 53 to 60 in 56b246d
Want me to make a tech debt ticket for this and leave it for now? |
Sure you can make a tech debt ticket. For those inputs you'd want to add an |
Done: https://ionic-cloud.atlassian.net/browse/FW-3796 Is our plan to merge these immediately or wait until the 7.0 release? |
You can merge this now because the |
Okay do you want me to change the version to |
If you want to merge now then we'll need to wait on bumping to 7.0.0 otherwise the build will fail (since 7.0.0 is not out yet). Given how close we are to release, I'm fine just waiting to merge until release day. |
Uh oh!
There was an error while loading. Please reload this page.