Sadegh Barati
0e84af73de
feat: use unjs modules and improve cli from main shadcn-ui source, custom ui dir ( #324 )
...
* feat: add devDeps, add nypm for installing deps
* feat: custom ui dir
* refactor: use consola instead of chalk
* test: ui alias
* refactor: import { z } from 'zod' instead of *, replace node:path with pathe
* chore: add components name to `configFile` option
* chore: update `c12` which fix json5 parse issue
and it also supports .config directory
* chore: update `https-proxy-agent`
* fix: await until dependencies are installed then run detypes process
* feat: add tailwind prefix
* test: tw-prefix snapshot
* chore: add prefix option to init
* test: apply prefix
* fix: tw-prefix parse wrongly
* chore: hide prefix temporarily
---------
Co-authored-by: zernonia <zernonia@gmail.com>
2024-03-06 05:38:19 +03:30
Sadegh Barati
0265b48b35
chore: update deps
...
root
apps/www
packages/module
2024-03-04 06:56:57 +03:30
Braden Wong
6aa1ce4f1b
chore: remove unused imports in utils ( #364 )
2024-02-29 21:05:18 +03:30
zernonia
27fae5c24c
chore: bump radix
2024-02-21 14:25:12 +08:00
Dunqing
24576e3ef6
chore(cli): update detypes version to fix the problem that calendar cannot be installed ( #348 )
2024-02-20 19:11:49 +03:30
zernonia
60fbe49004
chore: bump radix
2024-02-15 14:58:12 +01:00
zernonia
a01c83c718
chore: bump radix-vue
2024-02-15 12:48:35 +01:00
zernonia
32552dc83a
chore: bump radix-vue
2024-02-05 11:06:21 +08:00
zernonia
5dc01fa62a
chore: release v0.9.0
2024-02-04 21:55:01 +08:00
zernonia
69576afcff
chore: cleanup
2024-02-04 21:53:32 +08:00
zernonia
6c99fd6dd1
chore: fix testing pipeline
2024-02-04 21:53:00 +08:00
itsTPM
83d0a06e6f
fix(cli): add xl item to borderRadius in tailwind.config template ( #319 )
2024-02-03 21:12:49 +03:30
Dunqing
5c69b2160c
fix(cli): cannot add Carousel component without enabled typescript ( #318 )
2024-02-03 18:44:10 +03:30
Roman Hrynevych
fc718145ae
refactor: tailwindcss, remove all unnecessary arbitrary values, update TailwindCSS to v3.4 ( #269 )
2024-02-02 22:48:58 +03:30
zernonia
d3806fc056
chore: release v0.8.7
2024-01-12 10:20:28 +08:00
zernonia
7a7cf9d05d
fix: Nuxt module throwing error due to parsing error ( #267 )
...
* chore: add carousel
* chore: add oxc-parser
* feat: use oxc-parser to get ExportNamedDeclaration node
* chore: add todo
2024-01-12 10:18:30 +08:00
zernonia
f46e2b98cd
test: fix test missing safelist
2024-01-11 14:43:50 +08:00
zernonia
1d563bbcdc
chore: upgrade deps
2024-01-11 14:36:47 +08:00
Antoine Lethimonnier
f05922dfd0
feat(cli): Add JSON schema ( #256 )
...
* Add schema
* Update schema.json
2024-01-10 10:15:02 +03:30
Hai Yang Tang
1ff244c475
fix(cli): safelist dark when CSS variable colors are used. ( #255 )
2024-01-10 09:15:21 +03:30
zernonia
856ab15179
chore: bump version
2024-01-09 16:20:38 +08:00
Hubert Kowalski
dbdf91294e
fix(module): fixed the typo ( #249 )
2024-01-07 20:33:35 +03:30
Sadegh Barati
989c0e2024
chore(cli): match cli prompt question (global CSS) with the documentation
2024-01-07 09:35:54 +03:30
zernonia
9adf96dd2b
fix: typo for @nuxt/kit import
2024-01-02 16:19:22 +08:00
zernonia
755d864f14
chore: release v0.8.6
2024-01-02 16:13:30 +08:00
zernonia
2f4f5a8291
fix(Module): HMR not working when edit component load too slow ( #235 )
...
* feat: add recast as deps
* refactor: use recast instead of ts-morph due to performance issue
2024-01-02 16:08:38 +08:00
Gary Thomas
9d66d15801
fix: allow .ts or .js extension in module package ( #225 )
...
* fix: allow .ts or .js extension in module package
* Update module.ts to replace node:path with pathe package
2023-12-30 00:22:32 +03:30
zernonia
eccfc9940d
chore: update test snapshot
2023-12-21 09:11:07 +08:00
zernonia
3a049d53ad
test: include radix-vue in deps
2023-12-21 09:10:15 +08:00
zernonia
2513dc5429
chore: release v0.8.5
2023-12-21 09:07:47 +08:00
Sadegh Barati
010e377669
fix: avoid failing resolve types by adding radix-vue to project deps in shadcn-vue init before the add command ( #216 )
...
* fix: avoid failing resolve types by adding `radix-vue` to project deps in `init` command
* chore: add `shell-emulator` and remove `cross-env`
fix some registry example import path
* chore: remove additional `radix-vue` dependency from components registry
* chore: update `tsx` and `vue-tsc`
* fix: normalize `components:example` path to process `crawlExample` function correctly
* chore: build registry
---------
Co-authored-by: zernonia <zernonia@gmail.com>
2023-12-21 09:06:14 +08:00
zernonia
3778a51feb
chore: release v0.8.4
2023-12-01 11:55:53 +08:00
zernonia
7a09929887
chore: bump deps version
2023-12-01 11:55:46 +08:00
zernonia
1a1e229849
test: hide failing test temporary, fix test
2023-12-01 11:51:58 +08:00
zernonia
692191104d
chore: lint, fix frozen lockfile
2023-12-01 11:36:12 +08:00
zernonia
7586b5e15c
feat: Nuxt module ( #197 )
...
* feat: add nuxt module
* chore: bundle module
* chore: update package, readme
* docs: update nuxt installation with new module
* docs: remove Ui prefix to prevent confusion
* chore: cleanup
2023-12-01 11:31:27 +08:00
Lucas Goyeche
89874ca324
feat(cli): add collapsible animations by default ( #186 )
...
* feat(cli): add collapsible animations by default
* docs: add collapsible animation instructions
2023-11-25 13:52:37 +08:00
zernonia
a9c3c8709f
chore: release v0.8.3
2023-11-25 09:55:28 +08:00
zernonia
9074d75d96
chore: update deps
2023-11-25 09:55:16 +08:00
zernonia
31a7198b70
chore: bump radix-vue version
2023-11-13 23:28:32 +08:00
zernonia
31b701429f
chore: release v0.8.2
2023-11-10 17:38:54 +08:00
zernonia
6e5963ebe9
fix: also parse tyepscript file ( #159 )
2023-11-10 17:36:18 +08:00
zernonia
9d8035566f
fix: toggle A all not working ( #157 )
2023-11-10 17:21:46 +08:00
zernonia
670b12c4c9
chore: release v0.8.1
2023-11-06 12:48:03 +08:00
zernonia
c9402fe9e7
chore: bump radix-vue version
2023-11-03 13:36:16 +08:00
zernonia
91d0553412
chore: release v0.8.0
2023-11-03 10:10:42 +08:00
Dunqing
a4774ff48d
fix(cli): missing props/emits when disable typescript ( #105 )
...
* feat(cli): support remove type when non-typescript
* fix(cli): missing props/emits when doesn't enable typescript
* test: add test cases for defineProps/defineEmits
* fix: withDefaults case
* fix: cannot resolve external and packages types
* fix: missing assign variable
2023-11-02 22:22:33 +08:00
zernonia
5120ad2742
chore: release v0.7.0
2023-10-24 20:57:13 +08:00
zernonia
73c561d698
chore: bump Radix Vue v1 ( #139 )
...
* refactor: apply all v1 changes
* chore: bump radix-vue version
* chore: remove WIP
* chore: update component preview
* chore: fix old pnpm lock
2023-10-24 20:51:00 +08:00
zernonia
b2caaca1e2
feat: stackblitz/codesandbox editor ( #130 )
...
* feat: stackblitz editor
* chore: update lockfile
* fix: cant fetch ?raw dynamically after bundling
* feat: add codesandbox
2023-10-21 21:21:46 +08:00