- Fixed issue with signing Solana Versioned Transactions on the latest version of the Solana Web3.js library.
- Fixed an issue where the web3 provider showed duplicate modals in rare cases.
- Fixed compatibility issues with Nuxt.js apps.
- Fixed an issue with
duplicate modals
if a new action was triggered before the previous action was completed. The SDK will now close the previous modal
and reject the Promise
before opening a new modal.
- Fixed compatibility issues with the
Next.js
apps.
- Removed unnecessary logging statements.
- Fixed an issue with signing Solana transactions in rare cases.
- Fixed an issue with the MetaKeep modal showing an opaque background when the parent page uses dark mode meta tags.
- Added support for signing multiple transactions on Solana.
- Added support for Passkeys.
- Fixed clipboard copy issue.
- Fixed type for
rpcNodeUrls
option in the SDK constructor.
- Added null and undefined checks for all SDK methods.