Releases: near/wallet-selector
Releases · near/wallet-selector
v3.0.1
v3.0.0
- Switched to an Nx powered monorepo architecture (#196).
- [BREAKING] Support for Wallet Modules (#221).
- [BREAKING] Split
core
into separate packages (#226). - [BREAKING] Support for multiple accounts (#210).
- [BREAKING] Condensed API to focus on transaction signing (#210).
- Fixed NEAR Wallet
walletUrl
Resolution (#222). - Support for Ad Hoc Smart Contract Calls (#223).
- Support for WalletConnect v2 (#207).
- Support for Math Wallet (#200).
- Published React Guest Book example (#228).
- Removed "Wallet" suffix from Ledger and Sender (#233).
- Updated documentation (#232 & #233).
- Support for
signAndSendTransactions
(#231, #239, #240, #241). - Fixed bug with Ledger when signing out (#242).
- Fixed bug with Ledger not showing error message when connecting (#247).
v3.0.0-alpha.2
v3.0.0-alpha.1
v3.0.0-alpha.0
- Initial preview of v3.0.0!
near-wallet-selector
has now moved to@near-wallet-selector/core
.- Support for multiple active accounts
- Simplified API to focus on transaction signing.
v2.1.0
v2.0.0
- Added support for the new Sender Wallet API (#162).
- [BREAKING] Added support for all NEAR Actions (#141).
- [BREAKING] Added support for programmatically signing in with Ledger Wallet (#178).
- [BREAKING] Restructured the options object (#179).
- Improved TypeScript support for
.contract.view(params)
calls (#185). - Rewritten the API Reference documentation (#180).
- Exported useful TypeScript interfaces (#172).
- Added 2 more example dApps:
v1.0.0
- Initial release of
near-wallet-selector
. - Support for NEAR Wallet, Sender Wallet & Ledger Wallet.