Commit Graph

38 Commits

Author SHA1 Message Date
MuhammadM1998
907e908de2 chore: remove 'clsx' as its already a dependency of 'class-variance-authority' 2024-05-21 16:53:12 +03:00
MuhammadM1998
68a434453a chore: add shadcn-nuxt to playground's dependencies 2024-05-21 16:52:57 +03:00
MuhammadM1998
44b42b0a74 chore: remove redundant embla-carousel from playgrounds' package.json
-- It's an `embla-carousel-vue` dependency anyways
2024-05-21 16:52:22 +03:00
MuhammadM1998
c02e2d2a0f chore: remove explicit dependencies from background 2024-05-21 16:52:13 +03:00
MuhammadM1998
4fcff0d0fe chore: add critical packages to module's dependencies 2024-05-21 16:51:49 +03:00
zernonia
1aa9b6172e chore: release v0.10.5 2024-05-21 13:28:12 +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
Muhammad Mahmoud
631ffb81d5
feat(module): auto inject lib/utils & refresh the playground (#528)
* chore: add dev:nuxt script

* chore(module): add `.npmrc` to playground

* chore: bump 'nuxtjs/tailwindcss' and add it to modules

* chore: add schema to components.json

* chore: bump playground deps

* fix: add missing tailwind.css by the cli

* chore: bump tailwind config

* chore(playground): bump Button component

* chore: add comments

* refactor: simplify components registration

* chore(module): bump deps

* chore(module): remove `oxc-parser`

* chore: dedupe

* feat(module): auto generate `lib/utils`

* feat(module): refresh playground style and dark mode

* chore: revert components registration and link the comment

* chore: readd oxc-parser

* chore: bump vitest
2024-05-07 12:44:15 +08:00
zernonia
8633bc95f2 chore: release v0.10.4 2024-04-25 23:40:50 +08:00
Saeid Zareie
798aa0ec24
fix: oxc-parser wasm issue (#484) 2024-04-13 09:45:06 +08:00
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
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
zernonia
8e58b6e196 chore: update deps 2024-03-15 09:08:56 +08:00
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
zernonia
27fae5c24c chore: bump radix 2024-02-21 14:25:12 +08:00
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
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
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
Hubert Kowalski
dbdf91294e
fix(module): fixed the typo (#249) 2024-01-07 20:33:35 +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
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
7a09929887 chore: bump deps version 2023-12-01 11:55:46 +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