Skip to content

Releases: thirdweb-dev/js

thirdweb@5.25.1

28 May 23:14
46a3caa
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.25.0

28 May 20:04
31a4943
Compare
Choose a tag to compare

Minor Changes

  • #3140 fc1b658 Thanks @gregfromstl! - Show in-app wallet users an option to export their private key. Enabled by default.

    Usage

    To hide the private key export:

    import { inAppWallet } from "thirdweb/wallets";
    const wallet = inAppWallet({
      hidePrivateKeyExport: true,
    });
  • #3154 99d11bb Thanks @gregfromstl! - Adds the ability to copy the wallet connect connection link as an alternative to scanning the QR code

  • #3150 9c417d9 Thanks @gregfromstl! - Adds onDisconnect callback to connect button

    Usage

    <ConnectButton
      client={THIRDWEB_CLIENT}
      onDisconnect={() => console.log("disconnect")}
      theme={theme === "light" ? "light" : "dark"}
    />

Patch Changes

@thirdweb-dev/wallets@2.5.29

28 May 23:14
46a3caa
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [8d0c985]:
    • @thirdweb-dev/chains@0.1.115
    • @thirdweb-dev/sdk@4.0.89

@thirdweb-dev/wallets@2.5.28

28 May 20:04
31a4943
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [bd8fb7a]:
    • @thirdweb-dev/chains@0.1.114
    • @thirdweb-dev/sdk@4.0.88

@thirdweb-dev/unity-js-bridge@0.6.38

28 May 23:14
46a3caa
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [8d0c985]:
    • @thirdweb-dev/chains@0.1.115
    • @thirdweb-dev/sdk@4.0.89
    • @thirdweb-dev/wallets@2.5.29
    • @thirdweb-dev/auth@4.1.87

@thirdweb-dev/unity-js-bridge@0.6.37

28 May 20:04
31a4943
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [bd8fb7a]:
    • @thirdweb-dev/chains@0.1.114
    • @thirdweb-dev/sdk@4.0.88
    • @thirdweb-dev/wallets@2.5.28
    • @thirdweb-dev/auth@4.1.86

@thirdweb-dev/sdk@4.0.89

28 May 23:14
46a3caa
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [8d0c985, f8cad77]:
    • @thirdweb-dev/chains@0.1.115
    • thirdweb@5.25.1

@thirdweb-dev/sdk@4.0.88

28 May 20:04
31a4943
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/react@4.6.28

28 May 23:14
46a3caa
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [8d0c985]:
    • @thirdweb-dev/chains@0.1.115
    • @thirdweb-dev/react-core@4.6.28
    • @thirdweb-dev/sdk@4.0.89
    • @thirdweb-dev/wallets@2.5.29

@thirdweb-dev/react@4.6.27

28 May 20:04
31a4943
Compare
Choose a tag to compare

Patch Changes

  • #3153 3b03cd0 Thanks @gregfromstl! - Improve the copy on the pending connection QR code screen in the connect modal

  • Updated dependencies [bd8fb7a]:

    • @thirdweb-dev/chains@0.1.114
    • @thirdweb-dev/sdk@4.0.88
    • @thirdweb-dev/react-core@4.6.27
    • @thirdweb-dev/wallets@2.5.28