Release Notes

v2.2.8

  • Fixed issue with signing Solana Versioned Transactions on the latest version of the Solana Web3.js library.

v2.2.7

  • Fixed an issue where the web3 provider showed duplicate modals in rare cases.
  • Fixed compatibility issues with Nuxt.js apps.

v2.2.6

  • 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.

v2.2.5

  • Fixed compatibility issues with theNext.js apps.

v2.2.4

  • 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.

v2.2.3

  • Added support for signing multiple transactions on Solana.

v2.2.2

  • Added support for Passkeys.
  • Fixed clipboard copy issue.

v2.2.1

  • Fixed type for rpcNodeUrls option in the SDK constructor.
  • Added null and undefined checks for all SDK methods.