Skip to content

Releases: thirdweb-dev/js

@thirdweb-dev/[email protected]

07 Jan 07:59
2d996cc
Compare
Choose a tag to compare

[email protected]

06 Jan 20:25
dd4b1e8
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #5837 ce3e850 Thanks @kumaryash90! - Update implementations

  • #5865 a9547c5 Thanks @gregfromstl! - SDK: Fix chain switching in smart account transactions

  • #5879 810f319 Thanks @kien-ngo! - Add onTimeout callback to useAutoConnect

  • #5605 e9c23ad Thanks @kien-ngo! - - Add onClose callback to Connect Details modal

    <ConnectButton
      detailsModal={{
        onClose: (screen: string) => {
          // The last screen name that was being shown when user closed the modal
          console.log({ screen });
        },
      }}
    />
    • Small fix for ChainIcon: Always resolve IPFS URI
    • Improve test coverage
  • #5869 273a320 Thanks @gregfromstl! - SDK: Removed co.lobstr from the available wallets (an unsupported non-EVM wallet)

  • #5871 1e8ddcb Thanks @gregfromstl! - SDK: Gracefully ignore chain with no chain ID in fromEip1193Provider

@thirdweb-dev/[email protected]

06 Jan 20:25
dd4b1e8
Compare
Choose a tag to compare

[email protected]

20 Dec 01:40
d14e0c4
Compare
Choose a tag to compare

Minor Changes

  • #5799 90e2b97 Thanks @gregfromstl! - Feature: Allows hiding the "Linked Profiles" button in the ConnectButton Details Modal

    <ConnectButton
      detailsModal={{ manageWallet: { allowLinkingProfiles: false } }}
    />

Patch Changes

@thirdweb-dev/[email protected]

20 Dec 01:40
d14e0c4
Compare
Choose a tag to compare

[email protected]

16 Dec 12:12
6994310
Compare
Choose a tag to compare

Minor Changes

  • #5691 5be197b Thanks @kien-ngo! - Add headless components for Wallets: WalletProvider, WalletIcon and WalletName

Patch Changes

@thirdweb-dev/[email protected]

16 Dec 12:12
6994310
Compare
Choose a tag to compare

@thirdweb-dev/[email protected]

16 Dec 12:12
6994310
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/[email protected]

13 Dec 05:15
aa72ba2
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/[email protected]

13 Dec 06:46
29d32b8
Compare
Choose a tag to compare

Patch Changes