v3.1.3
🚨 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 1e2a10b, 9cf9f25 and f2682fd.
- 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:
🚀 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 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)
🌐 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)
👋 New Contributors
- @syhmi made their first contribution in #4160
- @zikju made their first contribution in #4171
- @aloky made their first contribution in #4189
- @alireza-ab made their first contribution in #4192
- @alectrocute made their first contribution in #4163
- @scottcarlton made their first contribution in #4207
- @byambajav-m made their first contribution in #4214
Full Changelog: v3.1.2...v3.1.3