Benjamin Canac
|
fd95a3f646
|
fix(module): handle tailwindMerge config from app.config
|
2023-12-15 14:55:28 +01:00 |
|
Benjamin Canac
|
83631ccbca
|
fix(Link): handle active override when value is false
|
2023-12-14 14:32:31 +01:00 |
|
Benjamin Canac
|
1c9835d7f1
|
feat(Dropdown): handle labelClass and merge iconClass
Resolves #716
|
2023-12-12 19:07:46 +01:00 |
|
Benjamin Canac
|
7c5b47ea72
|
chore(Progress): remove useless cast
|
2023-12-06 18:43:47 +01:00 |
|
Benjamin Canac
|
e408eabd8b
|
fix(components): move remaining classes to config (#1039)
|
2023-11-30 16:31:48 +01:00 |
|
Benjamin Canac
|
4a9b66aeb3
|
fix(types): improve with strict mode (#1041)
|
2023-11-30 12:02:37 +01:00 |
|
Benjamin Canac
|
15a40f53f2
|
fix(Link): reactivity issue with active prop
Fixes nuxt/nuxt.com#1432
|
2023-11-22 15:24:36 +01:00 |
|
Conner Blanton
|
f4be95dcf5
|
fix(ButtonGroup): handle components with children (#999)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-11-20 19:38:05 +01:00 |
|
Conner Blanton
|
d4f1b5ef82
|
feat(Chip): new component (#886)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-11-19 13:04:07 +01:00 |
|
Benjamin Canac
|
6cc77a3e6c
|
fix(Link): handle active state when to prop is not provided
Fixes #988
|
2023-11-17 18:56:54 +01:00 |
|
Benjamin Canac
|
7339324355
|
feat(types): support custom values from app.config.ts (#863)
|
2023-11-17 18:48:50 +01:00 |
|
Benjamin Canac
|
e1e5fa902b
|
refactor(Dropdown): move item click logic to a proper function
|
2023-11-16 12:32:41 +01:00 |
|
Benjamin Canac
|
60fa2beed0
|
fix(Dropdown): pass event to click function
|
2023-11-14 19:26:15 +01:00 |
|
Benjamin Canac
|
91511b921d
|
fix(Alert): improve config options
Resolves #760
|
2023-11-14 17:13:21 +01:00 |
|
Benjamin Canac
|
f323379909
|
fix(Dropdown): use NuxtLink with custom prop to close on select
Fixes #899
|
2023-11-14 16:26:24 +01:00 |
|
Benjamin Canac
|
9a1a1b8caf
|
fix(Alert): prevent gap when no close button or action
Fixes #831
|
2023-11-14 15:55:57 +01:00 |
|
max
|
c55871b844
|
fix(Progress): percentage calculation (#939)
|
2023-11-11 17:11:11 +01:00 |
|
Benjamin Canac
|
6f0bfb5d89
|
chore(Icon): use computed for dynamic prop
|
2023-11-09 16:20:22 +01:00 |
|
Benjamin Canac
|
c601fc6c55
|
feat(Icon): switch to nuxt-icon with dynamic prop or app config (#862)
|
2023-11-06 18:27:14 +01:00 |
|
Benjamin Canac
|
c37ad8b79a
|
fix(Dropdown): use NuxtLink instead of ULink (#882)
|
2023-10-29 17:11:12 +01:00 |
|
Benjamin Canac
|
327c7769da
|
chore(MeterGroup): unused import
|
2023-10-27 22:45:38 +02:00 |
|
Benjamin Canac
|
18e8d28272
|
chore(MeterGroup): consistency when multiple useUI
|
2023-10-27 22:08:29 +02:00 |
|
Italo
|
abbcc37fbb
|
feat(Meter): new component (#827)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-10-27 20:40:39 +02:00 |
|
Italo
|
2c5559b73e
|
feat(Progress): new component (#697)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-10-27 16:01:47 +02:00 |
|
Conner
|
f785ecd46f
|
feat(popper): arrow option & docs consistency across components (#875)
|
2023-10-27 15:03:06 +02:00 |
|
Sma11X
|
96296c3d38
|
fix(Accordion): toggle correct element when keyboard press (#805)
Co-authored-by: Haytham Salama <haythamasalama@gmail.com>
|
2023-10-12 11:46:02 +02:00 |
|
Benjamin Canac
|
d46eafb248
|
chore(Badge): add type
|
2023-09-29 16:17:06 +02:00 |
|
Aditio Pangestu
|
109ec52d50
|
fix(module): retain props reactivity through useUI (#745)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-28 14:06:57 +02:00 |
|
Benjamin Canac
|
8257a11dcb
|
feat(Link): add active prop to override default behaviour (#732)
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
|
2023-09-25 20:57:41 +02:00 |
|
Haytham A. Salama
|
6887f732ee
|
fix(Accordion): close other items in circular order (#735)
|
2023-09-24 11:36:35 +02:00 |
|
Benjamin Canac
|
f24ff9c47f
|
chore: revert ui. prefix when using useUI composable
|
2023-09-21 14:30:34 +02:00 |
|
Benjamin Canac
|
86dc49ecc9
|
chore: use get in useUI
|
2023-09-21 12:50:18 +02:00 |
|
Benjamin Canac
|
34d2f57801
|
feat(module)!: use tailwind-merge for app.config & move config to components & type props (#692)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2023-09-20 18:07:51 +02:00 |
|
Haytham A. Salama
|
e40491208a
|
feat(Link): add as prop (#535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-16 21:50:55 +02:00 |
|
Younes Barrad
|
d6476d17f9
|
feat: remove lodash-es (#648)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-14 18:47:09 +02:00 |
|
Benjamin Canac
|
6f77ee80ce
|
chore: add aria-label on close buttons
|
2023-09-12 10:59:26 +02:00 |
|
Benjamin Canac
|
290ab1d9c5
|
chore: reactive attrs without class
Fixes #650
|
2023-09-11 12:55:24 +02:00 |
|
Benjamin Canac
|
190378aaa9
|
chore(Alert): optional click function
|
2023-09-07 15:13:48 +02:00 |
|
Benjamin Canac
|
7c157ce886
|
fix(Badge): allow label as number
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
e49c673573
|
fix(AvatarGroup): pass default size to max avatar
|
2023-09-07 15:13:47 +02:00 |
|
Eduard Aymerich
|
b3bc6e2e9e
|
feat(ButtonGroup): add orientation prop (#603)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
53b2655ae5
|
docs: improve props types (#588)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
d4e3ab606b
|
fix(ButtonGroup): switch back to ui prop
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
88cc2e93af
|
chore(Dropdown): set default open-delay to 0
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
8880bdc456
|
feat(module)!: use tailwind-merge for class merging (#509)
|
2023-09-07 15:13:47 +02:00 |
|
171H
|
b243e8c946
|
fix(Alert): fix wrong type of actions (#507)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
55daed0e5a
|
feat(Avatar): handle icon default from app.config.ts
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
1c00a366c2
|
chore(Link): use $route instead of useRoute()
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
df3b2028ed
|
feat(Avatar): add icon prop as fallback
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
eb609b13e4
|
fix(AvatarGroup): use ui.wrapper as inheritAttrs is not false
|
2023-09-07 15:13:47 +02:00 |
|