Changelog
0.1.16 (2026-04-06)
Features
0.1.15 (2026-04-06)
Bug Fixes
- nuxt: expand auto import list (88b6ec7)
0.1.14 (2026-04-06)
Features
- add unified vue kaspa facade (7882822)
0.1.13 (2026-04-06)
Features
- add playground RPC pages and expand test coverage (ef39751)
- add useBlockListener and useTransactionListener composables (c3c2366)
0.1.12 (2026-03-31)
Bug Fixes
0.1.11 (2026-03-30)
Bug Fixes
- import vue-kaspa component CSS in playground (3148509)
0.1.10 (2026-03-30)
Features
- add ConnectWallet component and wallet documentation (c76a25c)
- add useWallet composable for third-party wallet integration (83f47ca)
- overhaul Vue DevTools integration (21fd4ed)
- use official wallet logos in ConnectWallet component (5ac58b6)
Bug Fixes
- poll KasWare accounts to detect switches reliably (f737049)
- refresh public key and balance on KasWare account switch (937546f)
- update Vue DevTools plugin logo and label (3635fcc)
- use project logo as Vue DevTools plugin icon (48527c4)
0.1.9 (2026-03-29)
Features
- bento link cards, testnet-12, and donation section (3e14f3e)
0.1.8 (2026-03-29)
Bug Fixes
- implement autoConnect in Nuxt module client plugin (b4aa823)
0.1.7 (2026-03-28)
Bug Fixes
- cli: bump scaffolded project deps to latest stable (276d5ec)
0.1.6 (2026-03-28)
Bug Fixes
- nuxt: ensure vite-plugin-wasm applies in Nuxt 4 (7b25fde)
0.1.5 (2026-03-28)
Bug Fixes
- nuxt: wire WASM support fully in the Nuxt module (6ff8217)
0.1.4 (2026-03-28)
Bug Fixes
- support Nuxt 4 in module and CLI template (990007f)
0.1.3 (2026-03-28)
Bug Fixes
- centralize kaspa-wasm access via single dynamic import to prevent Rolldown chunk duplication (40b2452)
- use globalThis to store kaspa-wasm singleton across chunk boundaries (89f6983)
0.1.2 (2026-03-28)
Bug Fixes
- mark @vue-kaspa/kaspa-wasm as external in vite build (c40523b)
[0.1.1](https://github.com/furatamasensei/Vue Kaspa/compare/vue-kaspa-v0.1.0...vue-kaspa-v0.1.1) (2026-03-28)
Features
- add Nuxt module support (vue-kaspa/nuxt) ([bd0aa3b](https://github.com/furatamasensei/Vue Kaspa/commit/bd0aa3bdc7afe830518bae87adf5b8e0e6307723))
- initial vue-kaspa plugin with playground ([a9e8efd](https://github.com/furatamasensei/Vue Kaspa/commit/a9e8efda4ea27436bb4c3010c95e060ece67ecec))
- rename to vue-kaspa, add @vue-kaspa/kaspa-wasm, release workflow ([731310f](https://github.com/furatamasensei/Vue Kaspa/commit/731310fdb0b48042c23383c590dd9bdc80fd24fd))
- replace useWallet with useUtxo + useTransaction for cross-platform support ([3a23927](https://github.com/furatamasensei/Vue Kaspa/commit/3a23927c54646f60afb234376f1cf8ad3e835113))
- rewrite playground with shadcn-vue + Tailwind CSS v4 ([e7cfde4](https://github.com/furatamasensei/Vue Kaspa/commit/e7cfde4e6fab6311177b8019bd5e4dd7903668f5))
Bug Fixes
- address review feedback across playground and plugin ([6149d80](https://github.com/furatamasensei/Vue Kaspa/commit/6149d80129ded8c1d6e6421665b9caa254cf8c81))
- resolve TypeScript errors in nuxt.ts ([7f9c2d5](https://github.com/furatamasensei/Vue Kaspa/commit/7f9c2d594547016dbdd1b4fc5104f1d4a02e2d5c))
