Haytham A. Salama
|
a071e4b875
|
fix(Pagination): handle max > 5 and max equal total pages (#728)
|
2023-09-28 17:01:44 +02:00 |
|
Benjamin Canac
|
a74de152d7
|
chore(deps): bump @nuxt/ui-pro
|
2023-09-28 14:24:15 +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 |
|
Haytham A. Salama
|
874447cb41
|
feat(Table): add ability to custom style for td and tr (#741)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-28 12:11:26 +02:00 |
|
KeJun
|
8b7a013319
|
docs(ComponentCard): fix inline highlighter (#750)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-28 11:28:43 +02:00 |
|
Benjamin Canac
|
3e647e4af1
|
fix(module): move @headlessui/tailwindcss to plugins on module install
|
2023-09-27 15:13:57 +02:00 |
|
Benjamin Canac
|
0da85e1463
|
docs: bump @nuxt/content
|
2023-09-27 14:52:44 +02:00 |
|
Benjamin Canac
|
dcf6e63471
|
docs: bump @nuxt/content to 2.8.3
|
2023-09-27 13:48:06 +02:00 |
|
Benjamin Canac
|
cbb2f28c3f
|
fix(Tabs): prevent focus of TabPanel with tabindex="-1"
|
2023-09-27 13:47:48 +02:00 |
|
Horu
|
be734fc026
|
fix(Tabs): add visible focus indicator on active tabs (#690)
|
2023-09-27 13:38:58 +02:00 |
|
Sébastien Chopin
|
b306138574
|
docs: add figma kit
|
2023-09-26 16:41:09 +02:00 |
|
Benjamin Canac
|
1ebf456ffc
|
docs: add figma kit community link
|
2023-09-26 15:10:53 +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
|
d088d8a7b8
|
chore(github): missing question form
|
2023-09-23 14:34:55 +02:00 |
|
Benjamin Canac
|
f60543a234
|
chore(github): update issue forms
|
2023-09-23 14:33:44 +02:00 |
|
Benjamin Canac
|
2531c8e66d
|
chore(github): use issue forms
|
2023-09-23 14:26:18 +02:00 |
|
Benjamin Canac
|
4b68760f6a
|
chore(github): improve issue templates
|
2023-09-23 12:04:43 +02:00 |
|
Benjamin Canac
|
568772382f
|
playground: add missing .nuxtrc
|
2023-09-22 10:17:45 +02:00 |
|
Romain Hamel
|
46879dc1b7
|
chore(FormGroup): simplify bindings between input and form group p… (#704)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-21 23:22:55 +02:00 |
|
Benjamin Canac
|
a94782d94b
|
docs: fetch select values from config
|
2023-09-21 22:16:34 +02:00 |
|
Benjamin Canac
|
853d58ad5f
|
chore(module): add @ts-ignore on appConfig assign
|
2023-09-21 16:01:24 +02:00 |
|
Benjamin Canac
|
38b1eb6c5f
|
docs: migrate to @nuxt/ui-pro
|
2023-09-21 15:00:08 +02:00 |
|
Benjamin Canac
|
f24ff9c47f
|
chore: revert ui. prefix when using useUI composable
|
2023-09-21 14:30:34 +02:00 |
|
Benjamin Canac
|
60210aad75
|
chore(module): allow key extend in app.config
|
2023-09-21 14:26:21 +02:00 |
|
Benjamin Canac
|
67e85f98e2
|
docs: bump @nuxthq/elements
|
2023-09-21 13:14:20 +02:00 |
|
Benjamin Canac
|
b3a52482f2
|
docs: invalid Edit this page link on main branch
|
2023-09-21 12:53:42 +02:00 |
|
Benjamin Canac
|
86dc49ecc9
|
chore: use get in useUI
|
2023-09-21 12:50:18 +02:00 |
|
Benjamin Canac
|
c937736734
|
chore: rename prepare to dev:prepare
|
2023-09-21 11:29:14 +02:00 |
|
Benjamin Canac
|
d379c579c0
|
docs: fix preset display
|
2023-09-21 11:12:03 +02:00 |
|
Benjamin Canac
|
f983c974c4
|
chore(scripts): remove pnpm install
|
2023-09-20 18:51:29 +02:00 |
|
Benjamin Canac
|
b90b151588
|
chore(github): add pull request template
|
2023-09-20 18:11:08 +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 |
|
Benjamin Canac
|
2c98628f98
|
docs: add discord link in footer
|
2023-09-20 12:28:49 +02:00 |
|
Aditio Pangestu
|
681f0e5684
|
fix(FormGroup): use explicit label instead of implicit label (#638)
|
2023-09-20 11:06:23 +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 |
|
Benjamin Canac
|
00594ea59b
|
docs: improve plausible track event
|
2023-09-15 17:50:54 +02:00 |
|
Benjamin Canac
|
3ba95d3c4d
|
docs: fix validation warns on color picker
|
2023-09-15 17:50:40 +02:00 |
|
Benjamin Canac
|
3424ce118d
|
docs: fetch index page from dev source
|
2023-09-15 17:50:22 +02:00 |
|
Benjamin Canac
|
40b1d30f5c
|
docs: bump @nuxthq/elements & nuxt-component-meta
|
2023-09-15 17:50:12 +02:00 |
|
Benjamin Canac
|
8ec23c042d
|
docs: improve multi-source handling (#682)
|
2023-09-15 14:37:53 +02:00 |
|
Benjamin Canac
|
81463cd21d
|
docs: lazy load images for performances
|
2023-09-14 22:55:55 +02:00 |
|
renovate[bot]
|
c44d363f62
|
chore(deps): update all non-major dependencies (#649)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-14 19:40:25 +02:00 |
|
Benjamin Canac
|
fbfa14a6a3
|
docs: track search
|
2023-09-14 19:30:26 +02:00 |
|
Benjamin Canac
|
4127caac76
|
docs: remove lodash (#678)
|
2023-09-14 19:19:20 +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
|
5fc44b97c6
|
chore(CommandPalette): add search? function to types
|
2023-09-14 18:43:14 +02:00 |
|
Honza Pobořil
|
15e418e6c6
|
fix(Tabs): allow custom keys in TabItem (#671)
|
2023-09-13 17:39:29 +02:00 |
|
Benjamin Canac
|
3b8ca9886d
|
docs: fix demo components z-index
Fixes #670
|
2023-09-13 15:28:58 +02:00 |
|
Romain Hamel
|
4c5833083f
|
fix(FormGroup): prevent input click from propagating to label (#651)
|
2023-09-12 16:01:01 +02:00 |
|