-
Notifications
You must be signed in to change notification settings - Fork 957
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 |
β¦ichalek/ui into refactor/rename-button-group
commit: |
|
@benjamincanac No worries, I've resolved the conflicts. |
|
Thanks @J-Michalek! π |
Co-authored-by: Jakub <jakub.michalek@freelo.io> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Jakub <jakub.michalek@freelo.io> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Jakub <jakub.michalek@freelo.io> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
ButtonGroup
Co-authored-by: Jakub <jakub.michalek@freelo.io> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Jakub <jakub.michalek@freelo.io> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Jakub <jakub.michalek@freelo.io> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Jakub <jakub.michalek@freelo.io> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Jakub <jakub.michalek@freelo.io> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
π 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