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
zernonia
33003deadf
chore: release v0.10.0
2024-03-07 08:53:13 +08:00
Sadegh Barati
0265b48b35
chore: update deps
...
root
apps/www
packages/module
2024-03-04 06:56:57 +03:30
Sadegh Barati
28efdc07c4
chore: update antfu config, update root deps ( #347 )
2024-02-15 22:20:52 +03:30
zernonia
5dc01fa62a
chore: release v0.9.0
2024-02-04 21:55:01 +08:00
Sadegh Barati
a829212d42
refactor: use class as prop to prevent class duplication with cn function ( #241 )
2024-02-02 19:08:06 +03:30
Sadegh Barati
f9ab01e11b
docs: fix new line-number, fix highlight color on txt md block in shikiji ( #299 )
...
* docs: tweaks container size and shiki styles
2024-01-22 01:16:48 +03:30
zernonia
d3806fc056
chore: release v0.8.7
2024-01-12 10:20:28 +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
zernonia
3778a51feb
chore: release v0.8.4
2023-12-01 11:55:53 +08:00
zernonia
a9c3c8709f
chore: release v0.8.3
2023-11-25 09:55:28 +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
Sadegh Barati
3e74fe7de6
docs: fix component preview alias path ( #150 )
...
* chore: update deps
* docs: fix alias path
2023-11-04 21:07:41 +08:00
zernonia
f9243d4efe
chore: kick build
2023-11-03 13:56:39 +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
Sadegh Barati
c8551d58ff
chore: upgrade deps
2023-10-23 23:48:39 +03:30
zernonia
63197f03ce
chore: release v0.6.1
2023-10-21 18:03:06 +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
Sadegh Barati
d03067db67
feat: add vee-validate ( #85 )
...
* feat: add `vee-validate`
* chore: update
* chore: update `AccountForm` example
- add `FormDescription` component
- include `src` in tsconfig
* refactor: use radix-vue `Slot` component
* chore: refresh lockfile
* chore: update `ProfileForm.vue` and `AccountForm`
fix vee-validate initialValues on components with `componentField` slotProp
* chore: update `AppearanceForm.vue`
update pnpm and some deps -_-
* refactor: update
- add new-york style
- off eslint import/first rule
- use `useId` from radix-vue
* fix: class-name -> class
* refactor: simplify validation for `Command` component
* fix: v-bind="field" -> v-bind="componentField"
* fix: useAttrs to prevent class duplication
* docs: add `form.md`
- change TabPreview.vue to showcase way of using vee-validate
* docs: add form example for `checkbox` `input` and `datepicker`
* docs: add `combobox`, `datepicker`, `radio-group`, `select`, `switch` and `textarea` form and some other exmaples
* chore: typo, update `zod`, `vite`, and `@vitejs/plugin-vue`
2023-10-06 12:04:38 +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
2001d1be3f
chore: release v0.2.0
2023-09-27 12:26:56 +08:00
zernonia
5613a70b18
chore: release v0.1.9
2023-09-23 22:22:26 +08:00
zernonia
f4701c3642
chore: release v0.1.8
2023-09-20 17:01:04 +08:00
Dunqing
ad05aab3d2
feat(cli): support remove type when non-typescript ( #45 )
...
* fix(cli): shouldn't load tsconfig when typescript disabled
* feat(cli): support remove type when non-typescript
* feat: patch `detype` and fix ts extension
* test: update
* chore: update lock
* feat: patch again
* fix: missing
* chore: update lock
* feat: support root option
* chore: update lock
* feat: transform utils to js by detype
* refactor: load jsconfig and remove root option
* chore: remove babel/core
2023-09-18 15:19:59 +08:00
Sadegh Barati
57138b9641
feat: add taze ( #48 )
...
* feat: add taze for updating monorepo dependencies
* chore: lint
2023-09-15 23:18:45 +08:00
zernonia
bc545c95e4
test: add test not fully functioning yet
2023-09-06 10:59:42 +08:00
zernonia
9399f6606a
chore: publish cli
2023-09-06 10:19:39 +08:00
zernonia
648b34f961
chore: cleanup
2023-09-06 10:12:44 +08:00
zernonia
36716468d9
add registry
2023-09-05 23:45:14 +08:00
zernonia
8ea7e586dd
chore: add public assets, update registry
2023-09-05 23:24:27 +08:00
zernonia
77b96ccbd7
feat: improve component preview components
2023-09-04 22:36:40 +08:00
zernonia
0b952c02bd
fix: build
2023-08-30 16:20:55 +08:00
zernonia
90e2e2f7c0
chore: add vitepress
2023-08-30 10:14:37 +08:00
zernonia
dd48dd8132
chore: add docs
2023-08-30 09:28:05 +08:00
Mukund Shah
ea5c63a250
feat: add cli
2023-08-28 10:50:32 +05:45
Mukund Shah
ee23efc3e9
chore: convert to turbo repo
2023-08-26 21:17:53 +05:45
zernonia
37817baf27
chore: rearrange the directory
2023-08-23 16:15:10 +08:00
zernonia
f540d332fb
refactor: poc using radix-vue
2023-08-23 13:49:04 +08:00