Malik
|
2971a31242
|
fix(Badge/Button): support numeric zero as visible label (#4116)
|
2025-05-10 16:41:59 +02:00 |
|
kyyy
|
c0e14d006e
|
fix(Table): checkbox still emit @select event (#3269)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-04-22 17:01:44 +02:00 |
|
renovate[bot]
|
252189de0a
|
chore(deps): update devdependency @nuxt/module-builder to v1 (v2) (#3801)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-04-05 11:12:17 +02:00 |
|
Benjamin Canac
|
2bef1e26c6
|
fix(Link): properly pick all aria-* & data-* attrs
Resolves https://github.com/nuxt/ui-pro/issues/494, resolves #3007
|
2025-03-24 18:55:27 +01:00 |
|
Benjamin Canac
|
c7b1fc32ad
|
chore(Meter): lint
|
2025-03-24 12:28:16 +01:00 |
|
Romain Hamel
|
ee373629d5
|
refactor(Form)!: drop explicit support for zod and valibot (#3618)
|
2025-03-19 11:56:32 +01:00 |
|
Benjamin Canac
|
4e96dcca42
|
fix(Table): remove type annotation in template
Resolves #3146
|
2025-03-18 15:26:54 +01:00 |
|
Corey Shuman
|
23d9b51a58
|
fix(Table): revert #2600 to fix excessive column data slot re-renders (#3375)
|
2025-03-08 11:53:46 +01:00 |
|
renovate[bot]
|
6565472570
|
chore(deps): update dependency ohash to v2 (dev) (#3453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Sébastien Chopin <atinux@gmail.com>
|
2025-03-05 15:39:34 +01:00 |
|
Léonard PLOTON
|
feb716c941
|
feat(SelectMenu): add inputTargetForm prop to handle input validation (#3107)
|
2025-02-14 15:30:37 +01:00 |
|
Benjamin Canac
|
125a28190b
|
fix(Alert/Notification): allow description ui override
Resolves #2554
|
2025-02-14 14:25:59 +01:00 |
|
Gerben Mulder
|
9c36d37b84
|
feat(Form): add standard schema support (#2880)
|
2025-02-05 09:27:51 +01:00 |
|
Benjamin Canac
|
d2ceeadae7
|
feat(module): add colorMode option
Resolves #3143
|
2025-01-24 12:30:31 +01:00 |
|
kyyy
|
d9d4f1915a
|
fix(Table): remove @select event on checkbox (#3042)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-01-08 11:23:26 +01:00 |
|
Stijn Slats
|
ea15e21cdc
|
feat(module): handle tailwindMerge config from app.config (#2902)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-12-26 11:11:02 +01:00 |
|
Inesh Bose
|
8cf9f27d53
|
fix(tailwind): use mjs template (#2945)
|
2024-12-21 14:33:36 +01:00 |
|
kyyy
|
d573fb636f
|
fix(Table): v-model causing first column missing (#2890)
|
2024-12-13 14:43:17 +01:00 |
|
Sandro Circi
|
4cde571e38
|
fix(Link): exactQuery prop type (#2781)
|
2024-11-27 09:47:39 +01:00 |
|
Harsh Patel
|
11b8c3d9db
|
feat(Notification): add pauseTimeoutOnHover prop (#2661)
|
2024-11-25 22:09:40 +01:00 |
|
Hans Knöchel
|
419a24f703
|
feat(Accordion): add close event (#2750)
|
2024-11-25 14:58:30 +01:00 |
|
kyyy
|
f3632ddee5
|
fix(Form)!: resolve async validation in yup & issue directly mutate state (#2701)
|
2024-11-23 19:29:54 +01:00 |
|
Giorgio Boa
|
51c8b8e3e5
|
fix(components): replace as const with correct type in config (#2652)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-11-20 10:54:37 +01:00 |
|
Sandro Circi
|
03e24f4583
|
feat(Link): allow partial query match for activeClass (#2663)
|
2024-11-17 12:15:22 +01:00 |
|
Julien Blatecky
|
976b03f241
|
fix(types): improve DeepPartial type for App Config (#2621)
|
2024-11-14 10:33:26 +01:00 |
|
Benjamin Canac
|
07ef771b17
|
fix(Carousel): wrong ui type with strategy
|
2024-11-13 21:02:00 +01:00 |
|
kyyy
|
53df9d9a8c
|
feat(InputMenu/SelectMenu): add support for dot notation in by prop (#2607)
|
2024-11-13 12:25:31 +01:00 |
|
Malik-Jouda
|
0d1a76e3c6
|
feat(Badge): handle icon prop (#2594)
Co-authored-by: malik jouda <m.jouda@approved.tech>
|
2024-11-12 16:16:20 +01:00 |
|
kyyy
|
acecff40ec
|
fix(Form): use parsed value from joi instead of original state (#2587)
|
2024-11-11 19:29:46 +01:00 |
|
kyyy
|
b23f2decfc
|
fix(Table): data outdated when rows change (#2600)
|
2024-11-11 18:44:49 +01:00 |
|
kyyy
|
7154254ac2
|
fix(InputMenu/SelectMenu): use by prop to compare objects & support dot notation in value-attribute (#2566)
|
2024-11-10 19:44:20 +01:00 |
|
kyyy
|
97037864b3
|
fix(Table): prevent onClick while blocking element (#2592)
|
2024-11-10 16:59:34 +01:00 |
|
kyyy
|
ac323c4ccc
|
feat(Table): add custom @select:all event (#2581)
|
2024-11-09 18:48:52 +01:00 |
|
kyyy
|
d4e408cfd8
|
fix(Notification): element renders even when no notification is present (#2561)
|
2024-11-09 11:24:13 +01:00 |
|
kyyy
|
d6daf466ac
|
feat(Table): allow dynamically render checkbox (#2549)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-11-08 17:24:41 +01:00 |
|
kyyy
|
6e66990372
|
fix(Table): missing type on props loadingState (#2551)
|
2024-11-08 09:46:00 +01:00 |
|
Norman Feiß
|
c9e6256e7f
|
feat(Table): add contextmenu handling to table rows (#2283)
|
2024-11-06 19:12:51 +01:00 |
|
Snack
|
bf580863af
|
fix(AvatarGroup/ButtonGroup/MeterGroup): allow deeply partial ui config (#2542)
|
2024-11-06 10:27:08 +01:00 |
|
Benjamin Canac
|
212f7df35b
|
fix(Button): put back target override
|
2024-11-05 19:26:37 +01:00 |
|
Benjamin Canac
|
cb6f5f2d71
|
fix(InputMenu/SelectMenu): regex breaks build
|
2024-11-05 17:57:49 +01:00 |
|
kyyy
|
ceecb60c3b
|
feat(Form): apply transformations (#2460)
|
2024-11-05 16:13:25 +01:00 |
|
CJBoy
|
23971efdb0
|
fix(module): missing types in ui config (#2467)
|
2024-11-05 16:08:54 +01:00 |
|
Ersan Karimi
|
1a94b55caa
|
fix(InputMenu/SelectMenu): prevent unnecessary updates when modelValue is unchanged (#2507)
|
2024-11-05 16:08:36 +01:00 |
|
offich
|
c71fdc8795
|
feat(Pagination): improve slot props (#2522)
|
2024-11-05 16:06:49 +01:00 |
|
kyyy
|
1acd01a440
|
feat(Table): improve expanded row (#2485)
|
2024-11-05 15:52:10 +01:00 |
|
Eder Soares
|
ddf67a060b
|
feat(InputMenu): allows to customize labels (#2295)
|
2024-10-31 15:29:08 +01:00 |
|
Eder Soares
|
54e713d31a
|
feat(SelectMenu): allows to customize labels (#2266)
|
2024-10-31 15:17:08 +01:00 |
|
kyyy
|
ff1806143c
|
fix(InputMenu/SelectMenu): allow access nested object in option-attribute (#2465)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-10-30 17:33:06 +01:00 |
|
Nestor Vera
|
b6ed1c59ff
|
fix(RadioGroup): rendering empty slots (#2456)
|
2024-10-30 12:42:56 +01:00 |
|
Benjamin Canac
|
8ab4a14394
|
fix(Button): wrong to type
Resolves #1253
|
2024-10-30 11:16:04 +01:00 |
|
Mateus Bellei
|
25378df1d8
|
fix(Accordion): improve items type (#2487)
|
2024-10-29 16:38:59 +01:00 |
|