Commit Graph

76 Commits

Author SHA1 Message Date
zernonia
d17bb2bb2a chore: bump deps 2024-05-06 23:32:31 +08:00
zernonia
8633bc95f2 chore: release v0.10.4 2024-04-25 23:40:50 +08:00
Sadegh Barati
5f774f83d9
fix: replace lodash.template with lodash-es to prevent vulnerabilities (#515) 2024-04-25 23:03:26 +08:00
sadeghbarati
0937fb6af5 chore: bump deps
root
www
cli
2024-04-23 09:45:42 +03:30
Sadegh Barati
8052eb1a33 chore: update deps, fix build error
- root
- www
- cli
- module

remove @iconify/json pkg
2024-04-11 19:06:45 +03:30
zernonia
92d3e2c7f0 chore: release v0.10.3 2024-04-06 11:22:45 +08:00
zernonia
8aa0e2a41d chore: bump radix-vue 2024-04-04 17:21:19 +08:00
Sadegh Barati
d34c620055
chore: lint and enable Volar hybrid mode (#419)
* chore: update deps

* feat: enable Volar hybrid mode

* chore: lint

* chore: build registry
2024-03-20 22:29:42 +03:30
zernonia
874ee643aa chore: release v0.10.2 2024-03-15 09:09:10 +08:00
Sadegh Barati
4672f2247d chore: update deps
root
apps/www
packages/cli
2024-03-14 21:00:25 +03:30
zernonia
b516995e15 chore: release v0.10.1 2024-03-07 13:33:04 +08:00
Sadegh Barati
a3e1db9578
fix: make c12 look only for components.json for now (#388) 2024-03-07 09:01:07 +03:30
zernonia
33003deadf chore: release v0.10.0 2024-03-07 08:53:13 +08:00
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
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
zernonia
d3806fc056 chore: release v0.8.7 2024-01-12 10:20:28 +08:00
zernonia
1d563bbcdc chore: upgrade deps 2024-01-11 14:36:47 +08:00
zernonia
856ab15179 chore: bump version 2024-01-09 16:20:38 +08:00
zernonia
755d864f14 chore: release v0.8.6 2024-01-02 16:13:30 +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
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
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
63197f03ce chore: release v0.6.1 2023-10-21 18:03:06 +08:00
zernonia
ccfe4a891d
refactor: transform css variables for components (#129)
* refactor: transform css only in component

* refactor: more concise

* fix: pipeline
2023-10-21 18:02:19 +08:00
zernonia
f995f53aa2 chore: release v0.6.0 2023-10-21 10:51:39 +08:00
zernonia
c7d323b080 chore: release v0.5.0 2023-10-10 15:10:26 +08:00
zernonia
137ecb8d01 chore: release v0.4.0 2023-10-06 13:27:13 +08:00
zernonia
8c2e6f1539 chore: release v0.3.2 2023-10-02 17:02:36 +08:00
zernonia
1d678d9564 chore: release v0.3.1 2023-10-02 10:14:53 +08:00
zernonia
97a6369f2f chore: release v0.3.0 2023-09-28 17:35:35 +08:00
zernonia
9355cd1671 chore: bump radix-vue version 2023-09-28 17:34:06 +08:00
zernonia
bd1953d35f chore: bump radix-vue version 2023-09-28 15:03:55 +08:00