Releases: TxnLab/use-wallet
Releases · TxnLab/use-wallet
v3.5.0
Changes
Features
import { LogLevel, NetworkId, WalletManager } from '@txnlab/use-wallet'
// Set `logLevel` option to `LogLevel` enum
const walletManager = new WalletManager({
wallets: [...],
network: NetworkId.TESTNET,
options: {
logLevel: LogLevel.DEBUG // DEBUG, INFO, WARN, or ERROR
},
})
// Or, set `debug: true` for convenience
const walletManager = new WalletManager({
wallets: [...],
network: NetworkId.TESTNET,
options: {
debug: true // same as { logLevel: LogLevel.DEBUG }
},
})
Fixes
Other Changes
- Update non-major dependencies by @renovate in #262
- Pin dependencies by @renovate in #261
- Lock file maintenance by @renovate in #263
Full Changelog: v3.4.0...v3.5.0
Packages
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
v3.4.0
Changes
Features
Fixes
Other Changes
- Update non-major dependencies by @renovate in #248
- Update wallet dependencies by @renovate in #249
- Lock file maintenance by @renovate in #257
New Contributors
Full Changelog: v3.3.0...v3.4.0
Packages
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
v3.3.0
Changes
Features
Fixes
New Contributors
Full Changelog: v3.2.1...v3.3.0
Packages
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
v3.2.1
Changes
Documentation
- Add
CONTRIBUTING.md
with contribution guidelines by @drichar in #254
Other Changes
- Update Renovate configuration to no longer ignore
examples/**
projects' dependencies - Update all dependencies to latest versions, including
algosdk
(v2.9.0),@tanstack/store
(v0.5.5), andtypescript
(v5.5.4) - Improve dev/build process with new development scripts by @drichar in #253
Full Changelog: v3.2.0...v3.2.1
Packages
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
v3.2.0
Changes
Features
Full Changelog: v3.1.6...v3.2.0
Packages
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
v3.1.6
Changes
Fixes
Full Changelog: v3.1.5...v3.1.6
Packages
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
v3.1.5
Changes
Full Changelog: v3.1.4...v3.1.5
Packages
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
v3.1.4
Changes
Full Changelog: v3.1.3...v3.1.4
Packages
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
v3.1.3
Changes
Full Changelog: v3.1.2...v3.1.3
Packages
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
v3.1.2
Changes
This release reverts the changes in #211
The fix for the Webpack "module not found" errors in https://github.com/TxnLab/use-wallet/releases/tag/v3.1.1 introduced a different bug, so this release rolls back those changes and the issue will be addressed in a future release.
Full Changelog: v3.1.1...v3.1.2