Thilo Hettmer
|
c64c4cdea0
|
fix(FormField): resolve minor accessibility and rendering issues (#4515)
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
|
2025-07-16 21:55:57 +02:00 |
|
Benjamin Canac
|
cb160e6971
|
fix(InputMenu): reset search term on mounted
Resolves #3993
|
2025-07-16 12:52:58 +02:00 |
|
Benjamin Canac
|
4d4234d2f8
|
fix(InputMenu/SelectMenu): improve display value without valueKey
Resolves #4528
|
2025-07-16 12:43:38 +02:00 |
|
Artem Alesenko
|
7ef19333f0
|
feat(Table): add support for colspan and rowspan (#4460)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-07-14 12:18:17 +02:00 |
|
J-Michalek
|
1db21d1b00
|
feat(Table): add style to table and column meta (#4513)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-07-14 10:56:28 +02:00 |
|
J-Michalek
|
6f2ce5c610
|
refactor(components): unite syntax for emits declaration (#4512)
|
2025-07-14 10:46:47 +02:00 |
|
Benjamin Canac
|
488707e148
|
fix(InputMenu/SelectMenu): filter null items in search
|
2025-07-14 10:40:29 +02:00 |
|
J-Michalek
|
ef473c3848
|
fix(defineShortcuts): always pass event to shotcut handler (#4516)
|
2025-07-14 10:34:20 +02:00 |
|
Benjamin Canac
|
c92f908b8d
|
fix(InputMenu/SelectMenu): only filter non-null fields
Resolves #4509
|
2025-07-12 12:15:29 +02:00 |
|
Benjamin Canac
|
55e06e97e7
|
fix(Carousel): improve accessibility
Resolves #4494
|
2025-07-10 14:18:36 +02:00 |
|
Benjamin Canac
|
a4d0ca7396
|
fix(FormField): improve error type with boolean
Resolves #4496
|
2025-07-10 12:04:06 +02:00 |
|
Eugen Istoc
|
5ad7dabbdc
|
fix(useOverlay): don't use patch when passing props to open (#4497)
|
2025-07-10 10:45:55 +02:00 |
|
Benjamin Canac
|
d8160ba6ef
|
fix(vue): stub clearError
|
2025-07-09 17:48:30 +02:00 |
|
Alex
|
fc24e03cc4
|
fix(Carousel/Tree): add type to button elements for accessibility (#4493)
|
2025-07-09 17:43:49 +02:00 |
|
Benjamin Canac
|
35f90b9920
|
feat(module): add theme.defaultVariants option (#4400)
|
2025-07-09 14:37:49 +02:00 |
|
Benjamin Canac
|
836f74849b
|
fix(NavigationMenu/Tabs): proxy fallthrough attributes
|
2025-07-09 12:58:35 +02:00 |
|
Benjamin Canac
|
78f92a24f8
|
fix(module): merge user's options when installing modules
|
2025-07-09 12:24:18 +02:00 |
|
Eugen Istoc
|
6519a74de4
|
fix(useOverlay): improve props handling by merging existing and new (#4478)
|
2025-07-08 10:51:34 +02:00 |
|
Benjamin Canac
|
ec569e427b
|
feat(Toast): progress bar with Progress component
|
2025-07-07 17:10:05 +02:00 |
|
Benjamin Canac
|
1d052ec565
|
fix(Toast): only show progress when open
Resolves #4464
|
2025-07-07 16:40:59 +02:00 |
|
J-Michalek
|
1ba8a55bcb
|
fix(Carousel): add aria-current attribute to active dot (#4447)
Co-authored-by: Jakub <jakub.michalek@freelo.io>
|
2025-07-07 12:09:57 +02:00 |
|
Hugo Richard
|
63730d684b
|
feat(CommandPalette): add footer slot (#4457)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-07-07 12:01:26 +02:00 |
|
TonyWeb
|
9debce737c
|
fix(Button/Link): merge active-class / inactive-class with app config (#4446)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-07-03 16:18:27 +02:00 |
|
Sylvain Marroufin
|
772631cde9
|
fix(defineShortcuts): allow extra keys to be combined with shift (#4456)
|
2025-07-03 15:51:50 +02:00 |
|
Teages
|
d7aefa53b2
|
fix(useOverlay): support infering close argument from complex emits (#4414)
Co-authored-by: Eugen Istoc <eugenistoc@gmail.com>
|
2025-07-03 10:45:19 +02:00 |
|
Igor G
|
c355cacd43
|
feat(Table): add footer support to display column summary (#4194)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-07-02 16:57:21 +02:00 |
|
renovate[bot]
|
127e06ae83
|
chore(deps): update all non-major dependencies (v3) (#4443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-07-02 11:39:23 +02:00 |
|
Benjamin Canac
|
f903ec396f
|
feat(Table): add row hover event
Resolves #2435
|
2025-07-01 16:32:07 +02:00 |
|
Benjamin Canac
|
b00e07f13d
|
feat(Popover): add reference prop
|
2025-07-01 16:13:31 +02:00 |
|
Benjamin Canac
|
f62c5ec20c
|
feat(Table): add support for context menu
Resolves #4259
|
2025-07-01 13:15:00 +02:00 |
|
Benjamin Canac
|
b96a1ccbab
|
feat(InputTags): add max-length prop
Resolves #4405
|
2025-07-01 10:35:24 +02:00 |
|
VALERIY SINEVICH
|
4ce654076c
|
fix(Table): handle reactive columns (#4412)
|
2025-06-30 15:20:35 +02:00 |
|
Romain Hamel
|
fb9e7bb856
|
feat(Input/Textarea): add default-value prop (#4404)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-06-30 15:04:52 +02:00 |
|
Benjamin Canac
|
69a7b957d5
|
feat(Tooltip): add reference prop
Resolves #4430
|
2025-06-30 15:01:59 +02:00 |
|
Mike Newbon
|
3b67d54833
|
fix(Carousel): resolve plugins with page transitions (#4380)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-06-30 14:55:07 +02:00 |
|
Benjamin Canac
|
df8f20232f
|
fix(Button): add active styles to behave like hover on mobile
Resolves #991
|
2025-06-30 12:35:36 +02:00 |
|
J-Michalek
|
347694b4b5
|
fix(Table): add scope attribute to headers (#4417)
|
2025-06-30 12:33:11 +02:00 |
|
Benjamin Canac
|
57a5037b13
|
fix(vue): handle override when importing from @nuxt/ui
|
2025-06-26 16:40:35 +02:00 |
|
Benjamin Canac
|
752e2b69bd
|
fix(theme): colors autocomplete in app config
|
2025-06-26 12:45:57 +02:00 |
|
Benjamin Canac
|
b0364b96b7
|
fix(SelectMenu): dynamic input size
|
2025-06-25 16:04:04 +02:00 |
|
Benjamin Canac
|
ba3c6e8788
|
fix(InputMenu/SelectMenu): dynamic empty size
Resolves #4377
|
2025-06-25 16:01:04 +02:00 |
|
Estéban
|
595fc64515
|
feat(Table): add body-top / body-bottom slots (#4354)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-06-25 11:17:02 +02:00 |
|
Estéban
|
81569713e9
|
feat(Modal/Slideover): add actions slot (#4358)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-06-24 18:03:53 +02:00 |
|
Jack Bobakanoosh
|
1a8feb751e
|
fix(Form): expose reactive fields (#4386)
|
2025-06-24 17:56:12 +02:00 |
|
Artea
|
c3adc381c9
|
fix(Card/Drawer/Modal): prevent scrollbars overflow (#4368)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-06-24 17:16:13 +02:00 |
|
Lars Eberhardt
|
edca3bcb74
|
fix(Table): use tr as separator (#4083)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-06-24 17:09:04 +02:00 |
|
Estéban
|
be41aed1f3
|
fix(components): remove default md size on buttons (#4357)
|
2025-06-23 12:47:30 +02:00 |
|
Sigve Hansen
|
abfd0ede03
|
fix(Toaster): smoother visibility transition for stacked toasts (#4367)
|
2025-06-17 16:56:33 +02:00 |
|
Vachmara
|
2fa8db64dd
|
fix(NavigationMenu): nested accordion context at every level (#4363)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-06-17 10:49:07 +02:00 |
|
Estéban
|
4dd56c8111
|
fix(Pagination): match default button size (#4350)
|
2025-06-16 11:46:59 +02:00 |
|