-
Notifications
You must be signed in to change notification settings - Fork 934
feat(FieldGroup)!: rename from ButtonGroup
#4596
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
feat(FieldGroup)!: rename from ButtonGroup
#4596
Conversation
|
I've removed the old button-group page from the docs, but perhaps it should remain there for some time after v4 and guide the users to the new page for field-group. |
|
@J-Michalek We can simply add a redirect: https://github.com/nuxt/ui/blob/v3/docs/nuxt.config.ts#L108 |
The accept prop did not work with image/* etc.
This reverts commit 5b75835.
|
I've added the redirect from |
53d43ad to
de4c8a9
Compare
|
@J-Michalek Sorry I should have merged your PR first, the last changes on |
commit: |
|
@benjamincanac No worries, I've resolved the conflicts. |
|
Thanks @J-Michalek! π |
Co-authored-by: Jakub <[email protected]> Co-authored-by: Benjamin Canac <[email protected]>
Co-authored-by: Jakub <[email protected]> Co-authored-by: Benjamin Canac <[email protected]>
Co-authored-by: Jakub <[email protected]> Co-authored-by: Benjamin Canac <[email protected]>
ButtonGroup
Co-authored-by: Jakub <[email protected]> Co-authored-by: Benjamin Canac <[email protected]>
Co-authored-by: Jakub <[email protected]> Co-authored-by: Benjamin Canac <[email protected]>
Co-authored-by: Jakub <[email protected]> Co-authored-by: Benjamin Canac <[email protected]>
Co-authored-by: Jakub <[email protected]> Co-authored-by: Benjamin Canac <[email protected]>
Co-authored-by: Jakub <[email protected]> Co-authored-by: Benjamin Canac <[email protected]>
π Linked issue
Resolves: #4544
β Type of change
π Description
The
ButtonGroupcan and is being used with more things than just buttons which made the naming a little misleading, newly it is calledFieldGroupwhich is more general.Functionality remains the same.
Migration guide:
UButtonGrouptoUFieldGroupbuttonGrouptofieldGroupπ Checklist