Skip to content

Releases: TxnLab/use-wallet

3.0.0-beta.6

16 May 14:12
Compare
Choose a tag to compare
3.0.0-beta.6 Pre-release
Pre-release

What's Changed

Features

Other Changes

Full Changelog: v3.0.0-beta.5...v3.0.0-beta.6

2.8.2

15 May 21:20
Compare
Choose a tag to compare

What's Changed

Fixes

  • Lute: Fix signedTxns reconstruction by @acfunk in #168

Full Changelog: v2.8.1...v2.8.2

3.0.0-beta.5

11 Apr 16:05
Compare
Choose a tag to compare
3.0.0-beta.5 Pre-release
Pre-release

What's Changed

Hotfix

  • Core: Use correct Localnet algod default port by @drichar in #165

Full Changelog: v3.0.0-beta.4...v3.0.0-beta.5

3.0.0-beta.4

11 Apr 08:14
Compare
Choose a tag to compare
3.0.0-beta.4 Pre-release
Pre-release

What's Changed

Features

  • Core: Set default LocalNet network config by @drichar in #164

Bug Fixes

  • Core: Use correct this context in setActiveNetwork by @drichar in #163

Full Changelog: v3.0.0-beta.3...v3.0.0-beta.4

3.0.0-beta.3

09 Apr 18:25
Compare
Choose a tag to compare
3.0.0-beta.3 Pre-release
Pre-release

What's Changed

Bug Fixes

  • Core: Perform byte array <-> b64 conversions w/ native JS by @drichar in #153

Full Changelog: v3.0.0-beta.2...v3.0.0-beta.3

2.8.1

09 Apr 21:21
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Perform byte array <-> b64 conversions w/ native JS (v2) by @drichar in #155

Full Changelog: v2.8.0...v2.8.1

3.0.0-beta.2

02 Apr 07:18
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release

What's Changed

Bug Fixes

  • Core: Ensure correct this context in public callback methods by @drichar in #152

Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2

3.0.0-beta.1

28 Mar 02:17
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

Summary

Introduces a complete rewrite of the use-wallet library, now structured as a monorepo to support vanilla JavaScript/TypeScript applications alongside framework-specific adapters for React and Vue. Key advancements include:

  • Transition to a vanilla TypeScript core library, ensuring framework-agnostic compatibility.
  • Addition of framework-specific adapters, initially for React and Vue, with plans for Solid.js and Svelte.
  • Examples for vanilla TS, React, Vue, along with SSR examples for Next.js and Nuxt.
  • Modernization of the toolchain, adopting PNPM for package management and Vitest for testing.

Version 3.x – in particular, the React adapter – retains a familiar API design for ease of transition from v2.x, while significantly expanding the library's functionality and developer experience.

Documentation: https://github.com/TxnLab/use-wallet/tree/v3.0.0-beta.1/README.md

Development branch: https://github.com/TxnLab/use-wallet/tree/v3

Alpha stage development history: https://github.com/TxnLab/use-wallet-js

2.8.0

27 Mar 21:34
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

  • Allow any connected account to be set active by @AustP in #141
  • Wrap postMessage in timeout to prevent race conditions by @AustP in #143

New Contributors

Full Changelog: v2.7.0...v2.8.0

2.7.0

06 Feb 22:23
Compare
Choose a tag to compare

What's Changed

Features

  • Lute: New Lute icon, util function to convert SVG to Base64 by @acfunk in #137

Bug Fixes

Changes

Full Changelog: v2.6.2...v2.7.0