Skip to content

v4.2.0

Compare
Choose a tag to compare
@AndreasGassmann AndreasGassmann released this 25 Mar 14:51
· 180 commits to master since this release
v4.2.0
3026e3f

4.2.0 (2024-03-25)

Features

  • BREAKING CHANGE: DApp instances are now automatically destroyed when no active ACTIVE_ACCOUNT subscription is detected and the wallet sends a session_update indicating an account change. For more details, please visit the dedicated page in our wiki.
  • Tezos: Fireblocks and Kukai Mobile wallets are now included in our supported wallets list.
  • Tezos Tzip 28 is now supported, thanks to the contribution from @quentin-burg.
  • Performance: Introducing enableMetrics in DAppClientOptions. Set this to true to enable performance metrics tracking. For further information, visit our metrics guide.
  • UI: The migration guide link has been updated in the “No Subscription to Active Account” error alert and logs for better clarity and guidance.
  • Tezos: Missing OperationTypes such as transfer_ticket have been added.
  • SDK: enableAppSwitching has been introduced. To prevent automatic app switching on mobile devices, set this option to false in DAppClientOptions.
  • WalletConnect: Significant improvements in performance and stability for WalletConnect communications on mobile platforms.
  • SDK: On mobile, the senderId in requestPermissions now utilizes sessionTopic instead of pairingTopic, addressing the absence of pairingTopic in mobile sessions.
  • UI: The type?: TransportType parameter is no longer part of the hideUI method in DAppClient.