Commit Graph

610 Commits

Author SHA1 Message Date
zernonia
d7c4f34bab refactor(Command): adapt command component to use listbox 2024-12-10 12:33:34 +08:00
zernonia
b5cf49e8ae chore: bump reka 2024-12-10 09:17:53 +08:00
Sadegh Barati
4d87066777 chore: bump cli tag 2024-12-05 00:06:05 +03:30
Sadegh Barati
5eee449df5 chore: build registry 2024-12-05 00:04:34 +03:30
Sadegh Barati
8a8d1ef20a refactor: use get-tsconfig instead of tsconfig-paths
refactor: replace `node:path` with `pathe`
chore: add `tinyexec` instead of `execa`
2024-12-05 00:00:10 +03:30
Sadegh Barati
3f0ded8e7f refactor: replace kleur with consola colors 2024-12-04 23:24:33 +03:30
Sadegh Barati
b8f60e6883 Merge branch 'dev' into next-reka 2024-12-04 23:22:21 +03:30
Fabian Bernhart
8a24d11a65
fix: add missing useMediaQuery in SidebarProvider.vue new-york style (#927) 2024-12-04 22:36:12 +03:30
Leo Chiu
e4fea78b33
docs: update code highlight and step configurations in vite.md (#936) 2024-12-04 10:22:52 +03:30
Stephan Koglin-Fischer
5869165a84
docs: added missing import in auto-form example (#919) 2024-12-03 12:36:41 +03:30
Damien Roche
857f10de51
docs: update responsive breadcrumb example (#933) 2024-12-03 12:26:41 +03:30
Thomas La Salmonie
5ada562803
build(cli): update proxy agent using undici agent to match ofetch requirements (#934) 2024-12-03 12:25:37 +03:30
zernonia
20bb9c612b chore: update demo 2024-11-27 13:26:29 +08:00
zernonia
69fbfb3545 chore: release v1.0.0-next.0 2024-11-27 11:54:54 +08:00
zernonia
2326784ba0 chore: release next tag 2024-11-27 11:54:38 +08:00
zernonia
dc5c3fbb3c chore: update playground 2024-11-27 11:47:22 +08:00
zernonia
124f28240e test: update 2024-11-27 11:28:21 +08:00
zernonia
47c4fbf815 chore: cleanup 2024-11-27 11:21:46 +08:00
zernonia
8fec27eed4 refactor: replace with lucide icon, dropped v-calendar 2024-11-27 11:10:55 +08:00
zernonia
b4e1135b15 feat: transform icons 2024-11-27 11:10:34 +08:00
zernonia
b3e10e480f chore: make sure to detect reka-ui as deps 2024-11-26 17:34:54 +08:00
zernonia
ec790cb5ba chore: fix regsitry dependencies adding .vue files 2024-11-26 13:46:07 +08:00
zernonia
6d2515f02a chore: fix crawled content 2024-11-26 12:15:04 +08:00
zernonia
d963607719 chore: fix json 2024-11-25 21:55:02 +08:00
zernonia
41d836335f docs: sidebar 2024-11-25 18:01:47 +08:00
zernonia
99c685e411 chore: add sidebars block (2/2) 2024-11-25 13:35:17 +08:00
zernonia
360e55fd3d chore: add sidebars block 2024-11-25 12:00:15 +08:00
zernonia
bb5d5b2a71 docs: block preview and codes 2024-11-23 00:49:59 +08:00
zernonia
097830a15c docs: fix build, update paths 2024-11-22 17:58:53 +08:00
zernonia
01808de25c refactor: cli, add test 2024-11-22 15:03:41 +08:00
zernonia
ec54afa796 chore: lint generated files 2024-11-21 15:56:39 +08:00
zernonia
aec80c9342 refactor: build registry 2024-11-21 15:23:29 +08:00
zernonia
ac14ca835a chore: move registry, update import path, run app 2024-11-21 12:40:47 +08:00
zernonia
5ff0b20ac2 refactor: build registry 2024-11-21 11:52:31 +08:00
zernonia
8cd51af246 refactor: new CLI 2024-11-20 18:07:34 +08:00
zernonia
6927943477 docs: update content, styling 2024-11-20 12:54:16 +08:00
zernonia
f3f84b8e4e chore: revamp sitte 2024-11-20 00:15:52 +08:00
zernonia
5c4b16c76b docs: update reference api link 2024-11-19 20:13:56 +08:00
zernonia
da5f36227f chore: run pnpm i and build regsitry 2024-11-19 17:12:19 +08:00
zernonia
215e365d16 Merge remote-tracking branch 'origin/dev' into next-reka 2024-11-19 17:11:44 +08:00
zernonia
5ff9cda0aa chore: update deps 2024-11-19 17:10:16 +08:00
zernonia
6c0ab55e92 chore: release v0.11.3 2024-11-19 16:13:22 +08:00
Fatih Solhan
3ddd70dd6b
docs: prevent shrinking theme customizer circles (#914)
* fix: prevent shrinking theme customizer circles

* use `shrink-0` instead of deprecated `flex-shrink-0`
2024-11-19 14:51:56 +08:00
Whbbit1999
2d5ad5b962
fix: mobile sidebar component #840 (#884)
* fix: sidebar component mobile #840

* chore: update new-york style too

* chore: run registry build

* revert: change in templates.ts

---------

Co-authored-by: zernonia <zernonia@gmail.com>
2024-11-19 14:51:24 +08:00
Leo Chiu
16f1d19460
fix(CLI): temporarily downgrade package to 3.2.0 due to TSInterfaceHeritage issue (#913)
Co-authored-by: leochiu <leochiu@hahow.in>
2024-11-19 14:31:12 +08:00
Louis Van Aken
ac69980ac9
fix: Error in the build of the auto form with Vite and TypeScript #870 (#896)
* fix: Error in the build of the auto form with Vite and TypeScript #870

* fix: new york registry
2024-11-16 17:40:29 +08:00
Titus Kirch
58fc125974
docs: fix primitive link in data-table.md (#898) 2024-11-16 17:34:26 +08:00
sinsky
383c846c02
docs: input components use "default-value" instead of "value" (#904)
* docs(example): input components used in SheetDemo use default-value instead of value

* docs(example): input components used in DialogDemo use default-value instead of value
2024-11-16 17:32:00 +08:00
sea
b7ef4653f7
docs: update * scrollbar style (#885) 2024-11-11 12:24:52 +03:30
Brian Le
384c87a91c
fix: add missing classes to button (#877) 2024-11-10 08:20:18 +03:30