Releases: near/wallet-selector
Releases · near/wallet-selector
v7.9.2
- Option to disable language detection from the browser, and only use the language provided in the
languageCode
(#728)
- Add browser detection for extension (injected) wallets, to show the wallets only on the browsers they are supported on (#735, #738)
- Minor Account Export UI improvements (#739)
v7.9.1
- Fixed the back button on the WalletNotInstalled view in the modal (#722)
- Bumped dependencies via Dependabot (#717, #719)
- Fixed broken links in docs (#724)
- Added InstantLinkWallet type (#727)
v7.9.0
- Added support for Near Snap via Metamask Flask (#460)
- Added known issues section to Near Snap docs (#712)
- Optimized loading time for Injected Wallets (#704)
- Upgraded
@here-wallet/core
to v1.4.0
(#709)
v7.8.2
- Added implementation of buildImportAccountsUrl on HERE Wallet (#700)
v7.8.1
- Add error handling on examples when viewing the Account ( #697, #701 )
- Fixed the case when
getPublicKey
would throw error for MyNearWallet ( #698 )
- Check whether getPublicKey is available in sender ( #702 )
v7.8.0
- Randomize wallet list (#684)
- Remove default wallet list (#681)
- Fix Failure to connect to NearWallet and MyNearWallet without contractId (#688)
- Bump dependencies via Dependabot (#672, #674, #675, #676)
- Added account-export for WELLDONE Wallet (#689)
v7.7.0
- Added support for Finer Wallet (#650)
- Fixed styles to avoid relying to on default browsers css styles (#668)
- Added EventEmitter and listen to events through modal instance (#671)
- Added account-export modal in the Angular example (#677)
- Added implementation of importAccountsInSecureContext on Nightly Wallet (#666)
- Minor bug fix and cosmetic improvements on account-export package (#679)
- Updated generateSecretKey from account-export package (#682)
v7.6.1
- Add publicKey to the Account type (#653)
- Optionally allow creating new wallet selector instances (#663)
- UI/UX improvements and cosmetic changes on account-export (#662)
v7.6.0
- Here Wallet: add support to
signIn
without addKey (#644)
- Added deploy script to all packages (#646)
- Add support for account-export (#634, #654, #647, #651 )
- Added support for XDEFI Wallet (#632)
- Added support for Narwallets (#503, #655)
- Updated release-packages script (#658)
- Removed waitFor timeout in wallets where it is not needed (#652)
- Added onHide callback method for modal-ui and modal-ui-js (#642)
v7.5.0
- Bump dependencies via Dependabot (#635, #625, #623, #622)
- Added support for Hindi language (#628, #643)
- Added support for Arabic language (#631)
- Added additional metadata to packages (#638)
- Added
verifyOwner
to WELLDONE wallet (#619)
- Method name change in WELLDONE Wallet (#615)
- Added
signMessage
to Here Wallet (#617)
- Fixed webkit-scrollbar issue (#630)