Benjamin Canac
|
ddb46905e7
|
fix(App): missing vue imports
|
2024-11-10 16:44:09 +01:00 |
|
Benjamin Canac
|
9e2cc5b125
|
fix(Modal/Slideover): prevent esc with prevent-close prop
Resolves #2501
|
2024-11-10 10:19:47 +01:00 |
|
Benjamin Canac
|
ea97759c2c
|
feat(Popover): add prevent-close prop
Resolves #2245
|
2024-11-10 10:18:08 +01:00 |
|
Dewdew
|
95a0bbc581
|
fix(Link): missing relative import (#2588)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-11-10 10:05:17 +01:00 |
|
Benjamin Canac
|
47f58f52ef
|
fix(ContextMenu/DropdownMenu): relative imports with prefix
|
2024-11-10 09:39:37 +01:00 |
|
Benjamin Canac
|
446f9c1085
|
feat(Table): add caption prop
|
2024-11-09 23:55:26 +01:00 |
|
Sandro Circi
|
d167c9b807
|
fix(locale): Italian translation (#2584)
|
2024-11-09 16:15:43 +01:00 |
|
Sandro Circi
|
4fbbb25f68
|
feat(locale): add support for Italian (#2583)
|
2024-11-09 13:50:03 +01:00 |
|
Muhammad Mahmoud
|
602a667343
|
feat(locale): add support for Arabic (#2582)
|
2024-11-09 13:49:50 +01:00 |
|
BlackWhite
|
febda5c2b6
|
feat(locale): translate chinese (#2580)
|
2024-11-09 10:40:42 +01:00 |
|
Alex
|
26362408b1
|
feat(module): support i18n in components (#2553)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-11-08 17:22:57 +01:00 |
|
renovate[bot]
|
1e7638bd03
|
chore(deps): update all non-major dependencies (v3) (#2563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-11-08 16:55:39 +01:00 |
|
Romain Hamel
|
afe40033b0
|
fix(module): skip devtools renderer page injection if router integration is disabled (#2571)
|
2024-11-08 16:27:25 +01:00 |
|
Benjamin Canac
|
503f701c7e
|
fix(InputMenu/SelectMenu): multiple not working with generic boolean casting
Resolves #2541
|
2024-11-08 10:59:13 +01:00 |
|
Benjamin Canac
|
d9822db6e8
|
chore(InputMenu/Select/SelectMenu): consistent types
|
2024-11-08 10:27:05 +01:00 |
|
Benjamin Canac
|
0ceafe1d54
|
fix(InputMenu/SelectMenu): look in items only with value-attribute
Resolves #2464
|
2024-11-08 10:26:44 +01:00 |
|
Benjamin Canac
|
f943f88fcc
|
fix(InputMenu/SelectMenu): use isEqual from ohash
|
2024-11-08 10:19:02 +01:00 |
|
Benjamin Canac
|
37a359701f
|
fix(module): remove fast-deep-equal in favor of custom isEqual
|
2024-11-07 21:56:56 +01:00 |
|
Benjamin Canac
|
7f6db45f1e
|
feat(css): add --ui-bg-muted / --ui-border-muted variables
Those are used in Nuxt UI Pro
|
2024-11-07 21:43:49 +01:00 |
|
Benjamin Canac
|
c9adf333be
|
feat(Avatar): infer width / height on <img> based on size prop
|
2024-11-07 14:49:39 +01:00 |
|
Benjamin Canac
|
f1a14dd87c
|
feat(Avatar): use NuxtImg component when available
Resolves nuxt/ui#2078
|
2024-11-07 13:01:52 +01:00 |
|
Benjamin Canac
|
0bfe2b60b3
|
fix(module): add fast-deep-equal in optimizeDeps
|
2024-11-07 12:19:41 +01:00 |
|
Benjamin Canac
|
860e6ed801
|
chore(module): pass resolver to templates
|
2024-11-06 16:13:42 +01:00 |
|
Benjamin Canac
|
12ae20df20
|
fix(module): define #build/app.config
Resolves nuxt/ui#2532
|
2024-11-06 15:46:05 +01:00 |
|
Benjamin Canac
|
64ad4b6892
|
fix(NavigationMenu): enforce data-orientation
|
2024-11-06 15:45:18 +01:00 |
|
Alex
|
f821e6681b
|
fix(Table): types in undeclared slots (#2544)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-11-06 14:27:22 +01:00 |
|
Alex
|
a6c1a6c587
|
feat(theme)!: migrate from heroicons to lucide (#2540)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-11-06 12:59:19 +01:00 |
|
Romain Hamel
|
701c75a2a8
|
feat(module): devtools integration (#2196)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-11-05 22:17:56 +01:00 |
|
Alex
|
f66c96e277
|
feat(DropdownMenu/ContextMenu): handle color field in items (#2510)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-11-05 21:21:01 +01:00 |
|
Malik-Jouda
|
2d52834529
|
feat(Badge): handle icon and avatar props (#2497)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-11-05 19:34:40 +01:00 |
|
Benjamin Canac
|
a97c511279
|
fix(utils): improve escapeRegExp function
|
2024-11-05 18:03:10 +01:00 |
|
Benjamin Canac
|
845f85a072
|
fix(useKbd): hydration issue
Related to #2494
|
2024-11-02 14:29:33 +01:00 |
|
Benjamin Canac
|
120eb920a8
|
chore(unplugin): improve ui types
|
2024-11-02 12:50:49 +01:00 |
|
Benjamin Canac
|
1a93d13a16
|
fix(components): missing relative imports
Resolves nuxt/ui#2515
|
2024-11-02 12:50:25 +01:00 |
|
Alexander
|
332c6c08d7
|
feat(Kbd): special keys for macOS and other systems (#2494)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-10-31 15:14:15 +01:00 |
|
Alexander
|
f26f6c8168
|
feat(InputMenu/Select/SelectMenu): arrow prop implementation (#2503)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-10-31 15:09:24 +01:00 |
|
Benjamin Canac
|
8669553ea4
|
fix(Chip): proxy attrs to slot
Resolves nuxt/ui#2484
|
2024-10-31 12:17:51 +01:00 |
|
Benjamin Canac
|
b5ca0d96f1
|
feat(NavigationMenu): add item-content slot
|
2024-10-31 11:27:52 +01:00 |
|
Benjamin Canac
|
d980115408
|
fix(ButtonGroup): merge class with theme
Resolves nuxt/ui#2498
|
2024-10-31 11:27:19 +01:00 |
|
Alexander
|
ef561e7cba
|
feat(Table): customize header and cell through slots (#2457)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-10-30 15:21:48 +01:00 |
|
renovate[bot]
|
ce427f7543
|
chore(deps): update all non-major dependencies (v3) (#2454)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-10-30 12:01:08 +01:00 |
|
Benjamin Canac
|
309e52faa7
|
fix(InputMenu/SelectMenu): fast-deep-equal import
Resolves nuxt/ui#2488
|
2024-10-29 22:15:24 +01:00 |
|
Yasser Lahbibi
|
fc2015bb0e
|
fix(NavigationMenu): improve generic types (#2482)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-10-29 19:21:35 +01:00 |
|
Fabian B.
|
03dd1eba7e
|
fix(Carousel): add missing aria-label on dots (#2489)
|
2024-10-29 18:31:13 +01:00 |
|
Benjamin Canac
|
77d18d8ab7
|
fix(templates): type error in app config
Resolves nuxt/ui#2481
|
2024-10-28 22:43:11 +01:00 |
|
Malik-Jouda
|
94c49186e1
|
feat(components): improve RTL support (#2433)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-10-28 21:37:01 +01:00 |
|
Yasser Lahbibi
|
db8111d783
|
fix(InputMenu/Select/SelectMenu): improve types (#2471)
|
2024-10-28 18:08:24 +01:00 |
|
Sandro Circi
|
1402436c2b
|
fix(NavigationMenu): add missing min-w-0 to make truncate work (#2476)
|
2024-10-28 17:13:30 +01:00 |
|
Benjamin Canac
|
e592da2fcb
|
fix(Tabs): same behaviour between pill and link variants
Resolves #2338
|
2024-10-28 10:48:53 +01:00 |
|
Daniel Roe
|
d4a943e631
|
feat(module): add support for vue using unplugin (#2416)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-10-25 17:15:26 +02:00 |
|