J-Michalek
|
473513c246
|
feat(Popover): add anchor slot (#4119)
Co-authored-by: Jakub <jakub.michalek@freelo.io>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-05-22 17:04:17 +02:00 |
|
Alec Armbruster
|
fe4e1f859d
|
fix(icons): update loading icon (#4163)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-05-22 16:51:46 +02:00 |
|
Hugo Richard
|
3243fb88f7
|
fix(Input/Textarea): define model modifiers types (#4195)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-05-22 14:51:24 +02:00 |
|
Alireza Alibeiki
|
43d281f6d1
|
fix(CheckboxGroup/RadioGroup): variant table borders in RTL mode (#4192)
|
2025-05-22 14:36:44 +02:00 |
|
aydin
|
405304775e
|
feat(locale): add Kyrgyz language (#4189)
|
2025-05-22 14:35:30 +02:00 |
|
Benjamin Canac
|
9cf9f25f44
|
feat(NavigationMenu): add trigger type in items
|
2025-05-22 12:51:44 +02:00 |
|
Benjamin Canac
|
02363994d6
|
fix(NavigationMenu): remove font-medium in popover children
|
2025-05-22 11:56:49 +02:00 |
|
Benjamin Canac
|
f2682fd2ae
|
feat(NavigationMenu): add tooltip and popover props
Resolves #4186
|
2025-05-21 18:39:02 +02:00 |
|
Benjamin Canac
|
0634a756a4
|
fix(Tooltip): increase padding for consistency
|
2025-05-21 15:24:20 +02:00 |
|
Benjamin Canac
|
44f536fd00
|
fix(NavigationMenu): only display tooltip when collapsed
|
2025-05-20 17:06:20 +02:00 |
|
Benjamin Canac
|
d0be59946b
|
fix(NavigationMenu): incorrect hover when disabled and active
|
2025-05-20 17:06:20 +02:00 |
|
Benjamin Canac
|
1e2a10b4bd
|
feat(NavigationMenu): handle vertical orientation with Accordion instead of Collapsible
Resolves #4072, resolves #3911
|
2025-05-20 17:06:20 +02:00 |
|
Benjamin Canac
|
3c78e2fd98
|
fix(NavigationMenu)!: revert new collapsible field
Reverts 2be60cddfe
|
2025-05-20 14:36:57 +02:00 |
|
zikju
|
d86956e1d5
|
feat(locale): add Lithuanian language (#4171)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-05-19 10:53:02 +02:00 |
|
Muhammad Syahmi Mohd Ikram
|
c00f6e8cdf
|
feat(locale): add Malay language (#4160)
|
2025-05-16 12:14:21 +02:00 |
|
Benjamin Canac
|
204953b780
|
fix(ButtonGroup): add z-index on focused element
|
2025-05-15 14:30:56 +02:00 |
|
Benjamin Canac
|
2e4c3082a1
|
fix(InputNumber): handle inside button group
Resolves #4155
|
2025-05-15 14:26:32 +02:00 |
|
Benjamin Canac
|
f2fd778c0a
|
fix(Checkbox/RadioGroup): render correct element without variant
Resolves #3998
|
2025-05-15 11:32:15 +02:00 |
|
Romain Hamel
|
d79da9d7b6
|
fix(FormField): block form field injection after use (#4150)
|
2025-05-14 19:24:47 +02:00 |
|
Benjamin Canac
|
0905b2b3d5
|
chore(components): move back item.class on link
Partial revert of #4060
|
2025-05-14 18:18:21 +02:00 |
|
Hugo Richard
|
c7fba2e0eb
|
feat(InputNumber): add increment-disabled / decrement-disabled props (#4141)
|
2025-05-14 17:41:34 +02:00 |
|
Benjamin Canac
|
276268d311
|
fix(module): configure @nuxt/fonts with default weights
|
2025-05-14 13:18:09 +02:00 |
|
Benjamin Canac
|
459a0410ab
|
fix(FormField): use div for error and help slots
|
2025-05-14 12:55:58 +02:00 |
|
J-Michalek
|
b9adc83e78
|
feat(components): add ui field in items (#4060)
Co-authored-by: Jakub <jakub.michalek@freelo.io>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-05-13 17:40:29 +02:00 |
|
Benjamin Canac
|
d7a4d029b7
|
fix(Slider): handle generic types
|
2025-05-13 17:21:42 +02:00 |
|
Benjamin Canac
|
3c8d6cd01d
|
fix(Input/Textarea): handle generic types
Resolves nuxt/ui-pro#887
|
2025-05-13 17:18:06 +02:00 |
|
Benjamin Canac
|
67da90a2f6
|
fix(Link): consistent behavior between nuxt, vue and inertia (#4134)
|
2025-05-13 14:45:18 +02:00 |
|
Daniele Nicosia
|
894e8a61b6
|
feat(Badge): add square prop (#4008)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-05-13 14:44:23 +02:00 |
|
TribeWeb
|
1b6ab271ea
|
feat(CheckboxGroup): add table variant (#3997)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-05-13 14:28:15 +02:00 |
|
Vachmara
|
0dc4678c68
|
fix(NavigationMenu): arrow position conflict (#4137)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-05-13 14:02:02 +02:00 |
|
kacijan
|
e86dc79e51
|
feat(locale): add Slovenian language (#4140)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-05-13 12:45:52 +02:00 |
|
Benjamin Canac
|
12303a87be
|
fix(inertia): make useAppConfig reactive
Follow-up 869c0708bd
|
2025-05-12 17:11:19 +02:00 |
|
Benjamin Canac
|
869c0708bd
|
fix(vue): make useAppConfig reactive
Resolves #3952
Co-Authored-By: Hugo Richard <hugo.richard@epitech.eu>
|
2025-05-12 15:05:25 +02:00 |
|
Benjamin Canac
|
c63d2f380a
|
fix(Toaster): allow base slot override
|
2025-05-12 14:53:09 +02:00 |
|
Hugo Richard
|
92632e969e
|
feat(Toast): add progress prop to hide progress bar (#4125)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-05-12 14:47:02 +02:00 |
|
Benjamin Canac
|
d140acc608
|
feat(Slider): handle tooltip around thumbs
Resolves #1469
|
2025-05-10 21:53:12 +02:00 |
|
Mateusz Kalinowski
|
cc20a26f07
|
fix(ColorPicker): make thumb touch draggable (#4101)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-05-10 20:03:56 +02:00 |
|
Benjamin Canac
|
a57844e416
|
fix(Stepper): use div tag for title & description
Resolves #4096
|
2025-05-10 17:59:27 +02:00 |
|
Benjamin Canac
|
2be60cddfe
|
feat(NavigationMenu): add collapsible field in items
Resolves #3353, resolves #3911
Reverts 07e1b4f1f4
|
2025-05-10 17:51:49 +02:00 |
|
Norbiros
|
09b4699aea
|
fix(Select): support more primitive types in value field (#4105)
|
2025-05-10 15:06:20 +02:00 |
|
Benjamin Canac
|
46c2987ebf
|
feat(NavigationMenu): handle tooltip in items
Resolves #4050
|
2025-05-10 13:09:21 +02:00 |
|
Malik
|
f244d15b96
|
fix(Badge/Button): handle zero value in label correctly (#4108)
|
2025-05-09 19:27:00 +02:00 |
|
Benjamin Canac
|
999a0f8467
|
fix(Tabs): set focus:outline-none with link variant
|
2025-05-07 21:20:36 +02:00 |
|
Benjamin Canac
|
e6e510b848
|
fix(components): class should have priority over ui prop
|
2025-05-07 17:23:27 +02:00 |
|
Benjamin Canac
|
7d51a9e479
|
fix(Calendar): wrong color for today date with neutral color
Resolves #4084
Possible regression of #3629
|
2025-05-06 17:36:46 +02:00 |
|
Benjamin Canac
|
04bdbcfc6e
|
chore(module): remove processCSSVariables option
Not needed since https://github.com/nuxt/fonts/releases/tag/v0.11.0
|
2025-05-06 17:02:12 +02:00 |
|
Benjamin Canac
|
d3df3bb929
|
fix(templates): dont write unused variants in theme files
|
2025-05-06 16:03:28 +02:00 |
|
Benjamin Canac
|
7551a85ad2
|
fix(CheckboxGroup): relative UCheckbox import
Resolves #4090
|
2025-05-06 12:15:54 +02:00 |
|
Benjamin Canac
|
06e5689da8
|
fix(Tabs): prevent trigger truncate without parent width
Resolves #4056
|
2025-05-05 15:47:27 +02:00 |
|
Victor Bianchi
|
e81464a43e
|
fix(inertia): link always render as anchor tag (#3989)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Eugen Istoc <eugenistoc@gmail.com>
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
|
2025-05-04 17:36:45 +02:00 |
|