Read our updated documentation on https://ui.nuxt.com.
✨ Highlights
- New
InputMenu
component
Like the SelectMenu
, it allows you to create an autocomplete input with real-time suggestions.
🚀 Features
- Breadcrumb: handle
labelClass
and mergeiconClass
(f623ec1) - Dropdown: handle
labelClass
and mergeiconClass
(1c9835d), closes #716 - Dropdown: handle manual mode (3844714), closes #1143
- Form: expose
submit
function (#1186) (4a25a12) - InputMenu: new component (#1095) (6d8d82a)
- Pagination: add
disabled
prop (0976833), closes #1189 - SelectMenu: add
empty
slot when no options (5d1919a), closes #1089 - SelectMenu: allow control of search query (f735db0), closes #1174
- SelectMenu: allow creating option despite search (#1080) (0fdc8f7)
- Table: add
sort-mode
prop (56e0c9a), closes #1149 - Table: add custom sort function to columns (#1075) (4f3af6c)
- VerticalNavigation: ability to add dividers (#963) (ffd20b3)
- VerticalNavigation: handle
labelClass
and mergeiconClass
(a79f7c0)
🐛 Bug Fixes
- Alert: always pass a function to actions click events (5d78111), closes #1197
- Card: remove
overflow-hidden
on wrapper (4124406), closes #806 #1034 - config: prevent class merge of
avatar
size (b22bd70) - Dropdown: improve placement with
hover
mode (c6aa421), closes #1179 - Dropdown: merge item
class
(7151b7b), closes #1157 - Form: invalid errors when using
clear
by path (#1165) (97a3975) - Form: memory leak (#1185) (ea2a24b)
- forms: dont disable inputs and selects on
loading
(3258167), closes #1117 - Link: handle
active
override when value is false (83631cc) - Popover: allow manual mode without blocking normal behaviour (3334e2a)
- Popover: improve placement with
hover
mode (bc00f9c), closes #781 - RadioGroup: pass
option.disabled
to children (0c8ab9d), closes #1109 - Table: display nothing instead of error when key is missing (00d0fd5), closes #1173
- Table: respect sort prop updates from parent component (#1208) (c6841d0)
- Toggle: add missing
change
event (4c84839), closes #1113 - useShortcuts: include
contenteditable="plaintext-only"
elements inusingInput
(#1159) (648eec3) - VerticalNavigation: improve accessibility (#948) (29e64ca)
👋 New Contributors
- @jchrobakk made their first contribution in #1141
- @slugcat-dev made their first contribution in #1159
- @nathanjcollins made their first contribution in #1145
- @neilmispelaar made their first contribution in #948
- @akintoluvic made their first contribution in #1181
- @Ragura made their first contribution in #1075
- @ivantopo made their first contribution in #1208
Full Changelog: v2.11.1...v2.12.0