🚨 Breaking Changes
- NavigationMenu: revert new
collapsiblefield
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/tooltipprops or item fields:
🚀 Features
- Modal/Slideover: add
after:enterevent (#4187) (d9e9fea) - NavigationMenu: add
tooltipandpopoverprops (f2682fd), closes #4186 - NavigationMenu: add
triggertype in items (9cf9f25) - NavigationMenu: handle
verticalorientation with Accordion instead of Collapsible (1e2a10b), closes #4072 #3911 - Popover: add
anchorslot (#4119) (473513c)
🐛 Bug Fixes
- CheckboxGroup/RadioGroup: variant
tableborders in RTL mode (#4192) (43d281f) - CommandPalette: add
presentationrole to viewport (2ba94db) - ContextMenu/DropdownMenu: wrap groups in a viewport (dcf34a7), closes #3315
- Drawer: improve title & description accessibility (41087d4), closes #4199
- icons: update
loadingicon (#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
tooltipwhen collapsed (44f536f) - NavigationMenu: revert new
collapsiblefield (3c78e2f) - Textarea: missing imports (#4207) (6aab62e)
- theme: define
old-neutralcolor 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