Skip to content

v0.4.0

Compare
Choose a tag to compare
@alecananian alecananian released this 16 May 21:05
· 91 commits to develop since this release

What's Changed

  • Added multi-chain support
  • Added new configuration fields for Thirdweb settings
  • Upgraded to Thirdweb SDK v4.13.1

Breaking Changes

General

  • Config format updated, please reset with the new file provided by Treasure

TDK.Identity

  • GetWalletAddress() method changed to Address getter
  • GetChainId() method moved to TDK.Connect class
  • Project param removed from ValidateUserSession() method
  • Project param removed from StartUserSession() method
  • Optional ChainId and auth token params added to StartUserSession() method for validating and using existing sessions
  • LogOut() method renamed to EndUserSession()

TDK.Connect

  • Show() method renamed to ShowConnectModal()

TDKConnectUIManager

  • Removed auto-show of account modal after login
  • ShowConfirmLoginModal() method requires email parameter for display
  • ConnectEmail() method moved to TDK.Connect
  • IsConnected() method moved to TDK.Connect as IsWalletConnected() method
  • GetUserEmail() method removed
  • Disconnect() method moved to TDK.Connect

Full Changelog: v0.3.2...v0.4.0