v2.6.0
版本发布时间: 2023-07-18 23:08:05
nuxt/ui最新发布版本:v3.0.0-alpha.6(2024-10-09 22:34:23)
:sparkles: Highlights
- New
Accordion
component: https://ui.nuxtlabs.com/elements/accordion
:rotating_light: Breaking Changes
Avatar
-
class
will no longer apply on the wrapper but on theimg
so use:ui="{ wrapper: '...' }"
instead because of thev-bind="$attrs"
on theimg
tag
:rocket: Features
- Accordion: new component (#301) (e50f377)
- Avatar: bind component attributes to img element (#421) (773a23f)
- SelectMenu: handle async search (#426) (5f8fe85)
-
Modal: add
prevent-close
prop (2cc5c0d), closes #303 -
Slideover: add
prevent-close
prop (d15e816) -
Table: add
select
event for the entire row (#353) (d292706) -
Table: allow columns
class
customization (5dffa86), closes #366
:bug: Bug Fixes
- ButtonGroup: err when no props on buttons (80a9738), closes #360
-
Button: missing
disabled
state on some variants (41a5238) -
Modal: disabling
transition
prop had no effect (db34665) -
Range:
disabled
thumb opacity (c92dc98) - Range: progress style (#385) (a79c165)
-
SelectMenu: missing
appear
on transition (cbe2b1b), closes #400 - Table: fixed row deletion bug on deselect (#425) (46b444a)
:wave: New Contributors
- @hylarucoder made their first contribution in https://github.com/nuxtlabs/ui/pull/385
- @DavidDeSloovere made their first contribution in https://github.com/nuxtlabs/ui/pull/407
- @rambii made their first contribution in https://github.com/nuxtlabs/ui/pull/422
- @salazarr-js made their first contribution in https://github.com/nuxtlabs/ui/pull/411
- @sduduzog made their first contribution in https://github.com/nuxtlabs/ui/pull/421
- @johnpuaoi made their first contribution in https://github.com/nuxtlabs/ui/pull/425
- @mcastagnetti made their first contribution in https://github.com/nuxtlabs/ui/pull/426
Full Changelog: https://github.com/nuxtlabs/ui/compare/v2.5.0...v2.6.0