-
Notifications
You must be signed in to change notification settings - Fork 985
docs(migration): update v3 guide #5702
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
base: v4
Are you sure you want to change the base?
Conversation
β¦rdion component
|
Of course I'd prefer to gather all the changes in one PR, but it's hard to mind about all the changes at once, and I'm still discovering them along the way, as in my company, we recently migrated from v2 to v3. |
|
No worries, thank you for doing this work I did miss a lot of them when I released v3 after working on it for a year π¬ We can keep this one open until you're done migrating π |
commit: |
|
I think that'll do. I'll keep it updated until we fully migrate and test it. |
β¦and Form validation
|
@benjamincanac I believe that's it for the migration. One more thing worth mentioning is that we needed to add the following in input: {
slots: {
root: 'w-full'
},
},
selectMenu: {
slots: {
base: 'w-full'
},
},
select: {
slots: {
base: 'w-full'
}
},
accordion: {
slots: {
root: 'w-full',
}
},
textarea: {
slots: {
root: 'w-full'
}
}, |
π Description
Updated the v3 migration guide regarding the changes of
Accordion,Tablecomponents.