Skip to content

thirdweb@5.48.1

Compare
Choose a tag to compare
@jnsdls jnsdls released this 22 Aug 06:56
· 2750 commits to main since this release
279d81e

Patch Changes

  • #4237 b38308d Thanks @gregfromstl! - Enable external redirects for electron support

    import { authenticate } from "thirdweb/wallets/in-app";
    
    const result = await authenticate({
      client,
      strategy: "google",
      redirectUrl: "https://example.org",
      mode: "window",
    });
  • #4213 6c87d7b Thanks @MananTank! - Fix "conditionally rendereed hooks error" in various components in thirdweb/react and thirdweb/react-native

  • #4214 0a1bce8 Thanks @gregfromstl! - Fix custom image metadata on in-app wallets

  • #4239 d93ec63 Thanks @joaquim-verges! - Fix passkey domain not being respected on login