🚨 Breaking Changes
In #2485, the expandable feature of the Table
component has changed. You should use v-model:expand
to achieve the functionality that was previously implemented using the #expand
slot.
🚀 Features
- Form: add
superstruct
validation (#2357) (3cda6c6) - Form: apply transformations (#2460) (ceecb60)
- Input/Textarea: nullify model modifier (#2309) (9dd7e61)
- InputMenu: allows to customize labels (#2295) (ddf67a0)
- Pagination: improve slot props (#2522) (c71fdc8)
- SelectMenu: allows to customize labels (#2266) (54e713d)
- Table: improve
expanded
row (#2485) (1acd01a)
🐛 Bug Fixes
- Accordion: improve
items
type (#2487) (25378df) - Button: wrong
to
type (8ab4a14), closes #1253 - Divider: default
type
from app config (7846ca3), closes nuxt/ui#2398 - HorizontalNavigation/VerticalNavigation: handle
badge
in RTL mode (#2420) (4bf81be) - InputMenu/SelectMenu: allow access nested object in
option-attribute
(#2465) (ff18061) - InputMenu/SelectMenu: escape regexp before search (c68ba76), closes nuxt/ui#2308
- InputMenu/SelectMenu: prevent unnecessary updates when modelValue is unchanged (#2507) (1a94b55)
- module: missing types in
ui
config (#2467) (23971ef) - Progress: handle
carousel
andcarousel-inverse
animations in RTL mode (#2400) (20fb46a) - RadioGroup: rendering empty slots (#2456) (b6ed1c5)
- Table:
checkbox
not checked while using props by (#2401) (1b7e36c) - Table:
indeterminate
checkbox with pagination (#2439) (070d2f8) - Table: export
TableRow
andTableColumn
types (c36964b), closes nuxt/ui#2373 - Table: handle dot nation with
by
prop (#2413) (b72d343) - Tabs: allow
aria-label
on items (3cf19ea), closes nuxt/ui#1934
👋 New Contributors
- @nikneym made their first contribution in #2397
- @mateusbellei made their first contribution in #2487
- @hacknug made their first contribution in #2456
- @edersoares made their first contribution in #2266
- @offich made their first contribution in #2522
- @ersankarimi made their first contribution in #2507
- @cjboy76 made their first contribution in #2467
Full Changelog: v2.18.7...v2.19.0