v2.6.0
✨ Highlights
- New
Accordion
component: https://ui.nuxtlabs.com/elements/accordion
🚨 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
🚀 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 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)
👋 New Contributors
- @hylarucoder made their first contribution in #385
- @DavidDeSloovere made their first contribution in #407
- @rambii made their first contribution in #422
- @salazarr-js made their first contribution in #411
- @sduduzog made their first contribution in #421
- @johnpuaoi made their first contribution in #425
- @mcastagnetti made their first contribution in #426
Full Changelog: v2.5.0...v2.6.0