Commit Graph

14 Commits

Author SHA1 Message Date
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