Skip to content

Commit 6f7b975

Browse files
committed
chore: release v4.0.0
BREAKING CHANGE: Version 4.0.0 introduces several major improvements and breaking changes: - Migrate to `algosdk` v3 - New network configuration system - Remove Liquid Auth (Experimental) provider - Remove Pera Connect v2 (Beta) provider - Update local storage key for v4
1 parent b181bf6 commit 6f7b975

File tree

6 files changed

+36
-51
lines changed

6 files changed

+36
-51
lines changed

CHANGELOG-beta.md

-47
This file was deleted.

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# [4.0.0](https://github.com/TxnLab/use-wallet/releases/tag/v4.0.0) (2024-02-13)
2+
3+
### Summary
4+
5+
Version 4.0.0 introduces several major improvements and breaking changes, building upon the framework-agnostic foundation established in v3.x.
6+
7+
### Breaking Changes
8+
9+
- Migrate to `algosdk` v3
10+
- New network configuration system
11+
- Remove Liquid Auth (Experimental) provider
12+
- Remove Pera Connect v2 (Beta) provider
13+
- Update local storage key for v4
14+
15+
### Features
16+
17+
- **Network:** Enable runtime connection to custom Algorand nodes
18+
- **Network:** Add new `NetworkConfigBuilder`
19+
- **Pera:** Add auto-connect for Pera Discover browser
20+
- **Defly:** Add Defly Web extension wallet provider
21+
22+
### Bug Fixes
23+
24+
- Ensure consistent wallet interface across framework adapters
25+
26+
### Dependencies
27+
28+
- Update `@blockshake/defly-connect` to v1.2.1
29+
- Update `@perawallet/connect` to v1.4.1
30+
- Remove `@perawallet/connect-beta` from dependencies
31+
- Remove `@algorandfoundation/liquid-auth-use-wallet-client` from dependencies
32+
133
# [3.12.0](https://github.com/txnlab/use-wallet/compare/v3.11.1...v3.12.0) (2024-01-17)
234

335
### Features

packages/use-wallet-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-react",
3-
"version": "4.0.0-beta.6",
3+
"version": "4.0.0",
44
"description": "React library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <[email protected]>",
66
"license": "MIT",

packages/use-wallet-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-solid",
3-
"version": "4.0.0-beta.6",
3+
"version": "4.0.0",
44
"description": "Solid.js library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <[email protected]>",
66
"license": "MIT",

packages/use-wallet-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-vue",
3-
"version": "4.0.0-beta.6",
3+
"version": "4.0.0",
44
"description": "Vue library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <[email protected]>",
66
"license": "MIT",

packages/use-wallet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet",
3-
"version": "4.0.0-beta.6",
3+
"version": "4.0.0",
44
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)