Releases: near/wallet-selector
Releases · near/wallet-selector
v5.0.2
v5.0.1
v5.0.0
- [BREAKING] Added support for connecting to accounts that share public keys when using Ledger (#330).
- Added support for Nightly Connect (#337).
- Added support for setting the "active" account (#328).
- Added support for CommonJS and UMD build outputs to
wallet-connect
andnightly-connect
(#343). - Added support for displaying wallets that are unavailable (#339).
- Updated wallet icons to the official variations without greyscale (#332).
- Removed
betanet
as a network preset (#334).
v4.1.1
v4.1.0
- Support for Nightly (#314).
- Improved connecting flow (#313).
- Moved away from Ledger-specific derivation path screen (#315).
- Prevent side-effects from multiple calls to
setupWalletSelector
andsetupModal
(#316). - Added support for multiple derivation paths when connecting to hardware wallets (#317).
- Disabled selecting deprecated wallets and included sorting to push them to the end of the list (#323).
- Fixed support for Ledger by migrating to the new indexer service (#324).
- Updated examples to better demonstrate support for multiple transactions (#325).
v4.0.0
- Removed
accountId
parameter for hardware wallets (#256). - [BREAKING] Decouple modal from
core
and added support for styling with CSS variables (#257, #287 & #295). - Added support for closing the modal using the escape key (#269).
- Replaced browser alert with a custom variation (#270).
- Added support for connecting to hardware wallets using the enter key (#271).
- Added a guide for creating custom wallet integrations (#274).
- [BREAKING] Rearchitected the wallet integrations (#276, #277, #278, #280, #299 & #306).
- [BREAKING] Added multiple derivation path support for hardware wallets (#282).
- Decoupled web-specific APIs to support environments such as Node.js and React Native (#284).
- Added predefined scoping for
logger
andstorage
dependencies within wallet implementations (#285). - [BREAKING] Moved
contractId
andmethodNames
to thesignIn
method of each wallet implementation (#296). - Added support for flagging wallets that are considered deprecated (#300).
- Added support for My NEAR Wallet (#301).
- Added a
wallet-utils
package for building wallet implementations (#265, #289 & #294).
v4.0.0-alpha.1
- Added CommonJS and UMD support to build outputs (#303).
v4.0.0-alpha.0
- Initial preview of v4.0.0!
v3.1.0
v3.0.2
Fix signout from sender wallet
Full Changelog: v3.0.1...v3.0.2