Read our updated documentation on https://ui.nuxt.com.
✨ Highlights
- New
Divider
component
- New
RadioGroup
component
- New
Progress
component
- New
Meter/MeterGroup
components
🚀 Features
- CommandPalette: handle
filter
attribute in groups (#871) (8ba2a79) - Divider: new component (#757) (eb9ce6a)
- Form: handle
@error
event (#718) (e16379f) - Input/Textarea: allow specifying autofocus delay for page transitions (#816) (8bfd359)
- Meter: new component (#827) (abbcc37)
- Pagination: add first and last page buttons (#842) (c5ce997)
- Popover: manual mode & horizontal offset (#781) (92b8618)
- Dropdown/SelectMenu/ContextMenu/Popover/Tooltip:
arrow
option &popper
docs (#875) (f785ecd) - Progress: new component (#697) (2c5559b)
- RadioGroup: configurable label size (#881) (5a2644b)
- RadioGroup: new component (#730) (23d5dc7)
- Range: add
2xs
,xs
,xl
and2xl
sizes to match progress component (3cb3914), closes #673 - Table: add
v-model:sort
prop (#803) (9f4d88e)
🐛 Bug Fixes
- Accordion: toggle correct element when keyboard press (#805) (96296c3)
- Dropdown: use
NuxtLink
instead ofULink
(#882) (c37ad8b) - FormGroup: ensure size exists in config (#695) (f5f3388)
- Modal: remove padding on mobile with
fullscreen
enabled (550ac10), closes #811 - Notification: add roles for accessibility (#724) (40f3b16)
- Table: enable sorting for nested column keys (#835) (b4f7b03)
- Table: prevent
@select
event call when selecting all rows (#838) (51f4d54) - Tabs: truncate buttons content (ddbb431), closes #796
- types: handle sub-objects in
app.config.ts
(button colors) (7be2af7), closes #858
👋 New Contributors
- @claytonchew made their first contribution in #788
- @albertcito made their first contribution in #718
- @nilsso made their first contribution in #781
- @acidjazz made their first contribution in #816
- @DarkGhostHunter made their first contribution in #803
- @MuhammadM1998 made their first contribution in #724
- @mwohlan made their first contribution in #835
- @maxsteinwand made their first contribution in #842
- @brycecammo made their first contribution in #859
- @connerblanton made their first contribution in #868
A huge thank you to everyone who contributed to make this release, this is truly an awesome community ❤️
Full Changelog: v2.9.0...v2.10.0