Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-26 | 5.8 kB | |
v3.1.3 source code.tar.gz | 2025-05-26 | 31.7 MB | |
v3.1.3 source code.zip | 2025-05-26 | 32.2 MB | |
Totals: 3 Items | 63.8 MB | 2 |
:rotating_light: Breaking Changes
- NavigationMenu: revert new
collapsible
field
In previous patch, we introduced a new collapsible
field in items
to display children in collapsed
state as well as making the parent element respect its link attributes. However, it didn't feel right so we removed it in favor of https://github.com/nuxt/ui/commit/1e2a10b4bdebaef12316ac60f98a956dad21c1ec, https://github.com/nuxt/ui/commit/9cf9f25f4424447691e03e9034155d1541badd43 and https://github.com/nuxt/ui/commit/f2682fd2ae8abb7807977727fc22ef34cb5752e5.
- Parent items now respect their link attributes and clicking the trailing icon arrow expand/collapse its children.
- You can force a parent to behave like before (without link attributes) using
type: 'trigger'
. - When
collapsed
, you can use thepopover
/tooltip
props or item fields:
:rocket: Features
- Modal/Slideover: add
after:enter
event (#4187) (d9e9fea) - NavigationMenu: add
tooltip
andpopover
props (f2682fd), closes #4186 - NavigationMenu: add
trigger
type in items (9cf9f25) - NavigationMenu: handle
vertical
orientation with Accordion instead of Collapsible (1e2a10b), closes #4072 #3911 - Popover: add
anchor
slot (#4119) (473513c)
:bug: Bug Fixes
- CheckboxGroup/RadioGroup: variant
table
borders in RTL mode (#4192) (43d281f) - CommandPalette: add
presentation
role to viewport (2ba94db) - ContextMenu/DropdownMenu: wrap groups in a viewport (dcf34a7), closes #3315
- Drawer: improve title & description accessibility (41087d4), closes #4199
- icons: update
loading
icon (#4163) (fe4e1f8) - Input/Textarea: define model modifiers types (#4195) (3243fb8)
- InputMenu/Select/SelectMenu: manual viewport to display scrollbars (f95abf8), closes #4069
- NavigationMenu: incorrect hover when disabled and active (d0be599)
- NavigationMenu: only display
tooltip
when collapsed (44f536f) - NavigationMenu: revert new
collapsible
field (3c78e2f) - Textarea: missing imports (#4207) (6aab62e)
- theme: define
old-neutral
color as static (#4193) (dae9f0b) - Tooltip: increase padding for consistency (0634a75)
:globe_with_meridians: Locales
- locale: add Kyrgyz language (#4189) (4053047)
- locale: add Lithuanian language (#4171) (d86956e)
- locale: add Malay language (#4160) (c00f6e8)
- locale: add Mongolian language (#4214) (44ea02c)
:wave: New Contributors
- @syhmi made their first contribution in https://github.com/nuxt/ui/pull/4160
- @zikju made their first contribution in https://github.com/nuxt/ui/pull/4171
- @aloky made their first contribution in https://github.com/nuxt/ui/pull/4189
- @alireza-ab made their first contribution in https://github.com/nuxt/ui/pull/4192
- @alectrocute made their first contribution in https://github.com/nuxt/ui/pull/4163
- @scottcarlton made their first contribution in https://github.com/nuxt/ui/pull/4207
- @byambajav-m made their first contribution in https://github.com/nuxt/ui/pull/4214
Full Changelog: https://github.com/nuxt/ui/compare/v3.1.2...v3.1.3