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
|
6c0ab55e92
|
chore: release v0.11.3
|
2024-11-19 16:13:22 +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 |
|
zernonia
|
26df827d33
|
chore: release v0.11.2
|
2024-11-04 14:53:22 +08:00 |
|
zernonia
|
3c506ef188
|
chore: release v0.11.1
|
2024-11-04 14:45:18 +08:00 |
|
Selemon Brahanu
|
3646203d4f
|
refactor(CLI): base dependencies not installing when using shadcn-nuxt (#821)
* refactor: 815 shadcn-nuxt dependencies and CLI init
Closes: 815
* chore: remove unnecessary dependencies
* chore: update pnpm-lock.yaml file
* chore: cleanup
* chore: update pnpm-lock
---------
Co-authored-by: zernonia <zernonia@gmail.com>
|
2024-11-04 14:20:14 +08:00 |
|
zernonia
|
e0d4980e31
|
feat: Sidebar (1/2) (#827)
* feat: add default sidebar
* chore: add images, docs item
* refactor: rename and fix styling`
* feat: add new-york style
* chore: move typescript to catalog
* docs: fix block preview
* chore: build registry, add sidebar block
* docs: update sidebar demo
* chore: bump radix-vue
* chore: fix build
|
2024-10-28 01:05:55 +08:00 |
|
zernonia
|
c164421e58
|
chore: release v0.11.0
|
2024-10-14 20:39:41 +08:00 |
|
zernonia
|
5c71911104
|
chore: run lint:fix, re-build registry
|
2024-10-14 19:48:05 +08:00 |
|
zernonia
|
f8f3fc754f
|
feat: support tailwind prefix (#619)
* chore: enable tw prefix
* chore: enable tw prefix during init
* fix: cater for cn function
* fix: prevent transforming importDeclaration
* chore: update registry to make sure tailwind prefix parse correctly
* chore: fix wrong import
* chore: checkpoint
* refactor: goodbye ts-morph
* chore: remove ts-morpg
* chore: update test
* chore: cleanup
* chore: fix test
* fix: move vue-metamorph to dep
* refactor: transform tw prefix by specific case
* fix: transform-sfc not parsing .ts file
* fix: prefix double quote
* chore: patch vue-eslint-parser
* refactor: transform to cater only for class in sfc
* refactor: replace detypes with @unovue/detypes
* chore: update test snapshot
* chore: update pnpm-lock, fix import
* chore: bump detypes version
* chore: update deps
|
2024-10-14 19:39:58 +08:00 |
|
AlvesJorge
|
ec350df9d4
|
fix(cli): replace tab symbol with spaces (#756)
|
2024-09-19 14:59:05 +03:30 |
|
Sadegh Barati
|
514949706f
|
chore: fix StepperForm and NumberFieldForm examples (#711)
update deps
|
2024-08-13 14:47:12 +03:30 |
|
Sadegh Barati
|
0ee23fb53d
|
docs: add dialog with form example (#682)
|
2024-07-26 00:56:56 +03:30 |
|
Sadegh Barati
|
bec12b1653
|
chore: add pnpm catalog (#674)
run nolyfill to found redundant packages
update deps
|
2024-07-23 14:17:28 +08:00 |
|
Sadegh Barati
|
4d4804231b
|
chore: update deps
|
2024-07-19 16:00:15 +03:30 |
|
sadeghbarati
|
b371e5f3ad
|
chore: update deps
|
2024-07-07 16:10:42 +03:30 |
|
sadeghbarati
|
2e93d15af4
|
chore: update deps
close #584
root
www
cli
module
|
2024-06-18 09:26:41 +03:30 |
|
Sadegh Barati
|
9960925881
|
chore: update deps and fix tailwindcss for charts reproductions (#596)
|
2024-06-09 09:15:46 +03:30 |
|
zernonia
|
80f06066c6
|
chore: bump radix-vue version
|
2024-05-28 13:43:52 +08:00 |
|
Muhammad Mahmoud
|
bd0a8206ef
|
chore(module): add critical packages to module's dependencies (#531)
|
2024-05-24 17:03:48 +03:30 |
|
zernonia
|
1aa9b6172e
|
chore: release v0.10.5
|
2024-05-21 13:28:12 +08:00 |
|
Dunqing
|
175762a959
|
chore: bump detypes (#548)
* chore: bump detypes
* test: update snapshot
* test: add test to check all type references
---------
Co-authored-by: zernonia <zernonia@gmail.com>
|
2024-05-21 13:12:12 +08:00 |
|
zernonia
|
3e5dd97fc5
|
chore: rerun pnpm-lock
|
2024-05-13 14:56:31 +08:00 |
|
Dunqing
|
cc3503689f
|
chore: bump vitest to 1.6.0 (#549)
* chore: bump vitest to 1.6.0
* fix: update
|
2024-05-13 14:32:36 +08:00 |
|
Sadegh Barati
|
60e12b962f
|
fix: add tailwind.config and global CSS overwrite warning (#541)
|
2024-05-09 11:21:00 +03:30 |
|
zernonia
|
d17bb2bb2a
|
chore: bump deps
|
2024-05-06 23:32:31 +08:00 |
|
Sam K
|
10319df960
|
fix(cli): add an option to component.json to resolve nuxt buildDir (#447)
* fix(cli): add an option to `component.json` to resolve nuxt buildDir dynamically
* feat: add `tsConfigPath` option
* docs: updated installation docs to reflect the new option `tsConfigPath`
* feat: include option in init
---------
Co-authored-by: Sadegh Barati <sadeghbaratiwork@gmail.com>
Co-authored-by: zernonia <zernonia@gmail.com>
|
2024-05-06 16:13:46 +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 |
|
Sadegh Barati
|
9712ba9bae
|
fix(CLI): shadcn-vue init not installing all dependencies or devDependencies (#469)
|
2024-04-06 10:57:20 +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 |
|
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 |
|