Skip to content

v5.3.0

Compare
Choose a tag to compare
@0xFirekeeper 0xFirekeeper released this 27 Sep 20:44
· 117 commits to v5 since this release
250c791

What's Changed

  • ThirdwebManager inspector is a little more interactive now.
thirdwebmanager-tabs.mp4
  • Improved default redirect page visuals when logging in with OAuth from desktop platforms.

    • Added option to override said html with your own.
  • Option to bypass WalletConnect context checks by @BoysheO in #216

    • You now have the option to bypass WalletConnect Unity default synchronization context check as needed by setting AppContext.SetSwitch("IsSkipWalletConnectSyncCtxCheck", true);
  • ThirdwebClient.Create no longer takes in raw headers, now only takes in general sdk information optionally. This should not affect most users.
    • Improved http client cloning when needed in external modules.
    • Added CrossPlatformUnityHttpClient class which encompasses default .NET and WebGL ones.

New Contributors