Benjamin Canac
|
fa1103b4ec
|
docs: rebrand to Nuxt UI
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
28ebfc2575
|
docs: @nuxt-themes/ui-kit is now @nuxthq/elements
|
2023-09-07 15:13:47 +02:00 |
|
Christian López C
|
fdce429b3e
|
fix(Tabs): recompute marker position when v-model changes (#524)
|
2023-09-07 15:13:47 +02:00 |
|
Eduard Aymerich
|
7e2bebd3ef
|
feat(Modal): add fullscreen prop (#523)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
ccb0f6207c
|
chore(Table): typecheck
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
f501460ebb
|
docs: disable @nuxt/devtools
|
2023-09-07 15:13:47 +02:00 |
|
Vladyslav
|
858886a852
|
feat(Table): support nested keys in columns (#503)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
74f4903836
|
docs: bump @nuxt-themes/ui-kit
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
16ac4a0533
|
docs: bump @nuxt-themes/ui-kit
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
451e72a583
|
chore(app.config): revert -primary shortcuts after #493
Class priority issues in some cases when ring already defined on dark mode for example (input).
|
2023-09-07 15:13:47 +02:00 |
|
171H
|
a8a1c150a0
|
fix(Button): add missing prop types (#508)
|
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
|
a29877059e
|
docs: improve icon sections of Alert, Avatar and Notification
|
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
|
9866f051b2
|
chore(Avatar): add flex-shrink-0 to wrapper
|
2023-09-07 15:13:47 +02:00 |
|
Paul Grau
|
3d6839da97
|
fix(Form): fix wrong type of validate (#496)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-07 15:13:47 +02:00 |
|
Paul Grau
|
8b19b1880e
|
fix(Form): use safeParseAsync for zod (#497)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
2d6badd4b0
|
docs(Avatar): add edge badge on icon
|
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 |
|
Benjamin Canac
|
aaf09ad555
|
feat(Tabs): control selected index (#490)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
ad0fe230ba
|
docs(ui): also add the --color-primary-DEFAULT variable
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
c6056ed133
|
feat(module): add DEFAULT shade to primary color (#493)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
7008df0988
|
fix(FormGroup): size were invalid since default has been removed
Bug introduced in c59595f2c6
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
dc951ff69d
|
fix(Popover): handle hover mode with padding like dropdown
|
2023-09-07 15:13:47 +02:00 |
|
Romain Hamel
|
e2146a5a58
|
docs(Form): fixed invalid state attributes in examples (#479)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
75d26e0c2b
|
docs: improve dynamic page
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
32a32d00ab
|
docs: update badges
|
2023-08-12 22:26:02 +02:00 |
|
Benjamin Canac
|
189bd4cd3e
|
chore(release): 2.7.0
v2.7.0
|
2023-08-01 14:53:24 +02:00 |
|
Benjamin Canac
|
871d3b3a85
|
docs(tailwind.config): override green with nuxt one
|
2023-08-01 14:52:34 +02:00 |
|
Romain Hamel
|
248b0a68c6
|
fix(Form): return state on validate (#472)
|
2023-08-01 12:56:55 +02:00 |
|
Benjamin Canac
|
396aae7563
|
fix(Link): handle disabled prop
Fixes #473
|
2023-08-01 12:32:11 +02:00 |
|
Romain Hamel
|
dc1979cae1
|
fix(FormGroup): missing imports (#470)
|
2023-07-31 16:11:24 +02:00 |
|
Benjamin Canac
|
d51ad93f40
|
docs(Form): prevent duplicate ids
|
2023-07-31 15:43:20 +02:00 |
|
Benjamin Canac
|
c59595f2c6
|
fix(FormGroup): set size default to null
This prevents passing a `size` prop when not specified, especially when having a Checkbox, Radio, etc. underneath that don't support this prop.
|
2023-07-31 15:42:54 +02:00 |
|
Romain Hamel
|
a3aba1abad
|
feat(Form): new component (#439)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-31 15:22:14 +02:00 |
|
Exotical
|
c37a927b4e
|
docs(installation): fix incorrectly placed comma in array (#467)
|
2023-07-31 10:20:09 +02:00 |
|
Benjamin Canac
|
05ea5d2d78
|
chore(Link): add missing useRoute import
|
2023-07-30 21:11:46 +02:00 |
|
Benjamin Canac
|
963d81324c
|
docs: bump @nuxt-themes/ui-kit
|
2023-07-30 20:04:17 +02:00 |
|
Benjamin Canac
|
927b63fa2e
|
fix(module): omit colors defined as strings
|
2023-07-30 20:04:04 +02:00 |
|
Benjamin Canac
|
cefe5a76e0
|
feat(Link)!: rename from LinkCustom and add exact-query / exact-hash props
|
2023-07-30 19:46:27 +02:00 |
|
Haytham A. Salama
|
a9300db91e
|
docs(examples): add advanced table example (#393)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-30 16:55:38 +02:00 |
|
KeJun
|
8e1aa2f1b6
|
docs(VerticalNavigation): add slots examples (#456)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-30 16:12:41 +02:00 |
|
Haytham A. Salama
|
5221294f78
|
chore: add eslint rules for spacing (#464)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-30 15:56:01 +02:00 |
|
Benjamin Canac
|
1bc055935e
|
docs: update badges
|
2023-07-30 15:13:44 +02:00 |
|
Benjamin Canac
|
e25be118b7
|
fix(module): smart safelisting for components in snake case
Fixes #461
|
2023-07-30 14:56:48 +02:00 |
|
Benjamin Canac
|
93aebe6fc6
|
fix(FormGroup): err when no prop defined
|
2023-07-30 14:53:48 +02:00 |
|
Haytham A. Salama
|
2b3dc8d065
|
fix(Table): hide data when loading state is active (#460)
|
2023-07-29 23:31:29 +02:00 |
|
Benjamin Canac
|
5cf3bcf32d
|
docs: fix after inject refactor
|
2023-07-29 20:30:32 +02:00 |
|