v0.2.0
@paytaca/wizardconnect-vue v0.2.0
Initial public release of the Vue 3 adapter for WizardConnect — a QR-based, relay-backed wallet connection protocol for decentralized applications.
What's Included
Composables
useWizardConnect(options)— core composable managing the full connection lifecycle (idle → connecting → connected → disconnected), QR code generation, session persistence, and auto-reconnect on page reload
Components
WizardConnectQRDialog— ready-to-use QR code modal dialog, teleported to<body>, with a copyable URI row and close button. No UI framework dependency.AlphanumericQRCode— low-level canvas-based QR code component with a WizardConnect logo overlay
Types
WizardConnectState,UseWizardConnectOptions,UseWizardConnectResultWizardConnectQRDialogProps,WizardConnectQRThemeAlphanumericQRCodeProps,SessionStorage
Dependencies
@wizardconnect/core ^0.2.0@wizardconnect/dapp ^0.2.0qrcode-generator ^1.4.4- Peer dependency:
vue ^3.0.0
Notes
- Pure ESM, tree-shakeable — no
.vueSFC files, written entirely with TypeScript and Vue render functions - Works with any Vue 3 project; no Quasar or other UI framework required