Skip to content

Releases: thirdweb-dev/js

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

11 May 01:26
1ed1255
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @thirdweb-dev/sdk@4.0.80
    • @thirdweb-dev/wallets@2.5.20
    • @thirdweb-dev/auth@4.1.78

@thirdweb-dev/sdk@4.0.80

11 May 01:26
1ed1255
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/react@4.6.19

11 May 01:26
1ed1255
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @thirdweb-dev/sdk@4.0.80
    • @thirdweb-dev/react-core@4.6.19
    • @thirdweb-dev/wallets@2.5.20

@thirdweb-dev/react-core@4.6.19

11 May 01:26
1ed1255
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @thirdweb-dev/sdk@4.0.80
    • @thirdweb-dev/wallets@2.5.20
    • @thirdweb-dev/auth@4.1.78

@thirdweb-dev/cli@0.13.86

11 May 01:26
1ed1255
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @thirdweb-dev/sdk@4.0.80
    • @thirdweb-dev/wallets@2.5.20
    • @thirdweb-dev/auth@4.1.78

@thirdweb-dev/auth@4.1.78

11 May 01:26
1ed1255
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @thirdweb-dev/wallets@2.5.20

thirdweb@5.18.1

10 May 22:44
a58d116
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.17.0

10 May 01:22
aad5f9f
Compare
Choose a tag to compare

Minor Changes

  • #2931 24c1670 Thanks @joaquim-verges! - New smartAccount prop for inAppWallet()

    You can now convert an inAppWallet to a smart account simply by passing the smartAccount prop.

    const wallet = inAppWallet({
      smartAccount: {
        chain: sepolia,
        sponsorGas: true,
      },
    });
    
    await wallet.connect({
      client,
      strategy: "google",
    });

    Note: beware that when toggling this flag on and off, you will get a different address (admin EOA vs smart account).

Patch Changes

  • #2959 3377fc9 Thanks @MananTank! - Fix custom details button not opening the details modal in ConnectButton

  • #2955 fd1bd7e Thanks @kien-ngo! - Add resolve method for Arweave URIs

  • #2950 d4808fd Thanks @gregfromstl! - Export getUserPhoneNumber and getAuthenticatedUser in-app wallet functions

  • #2972 b1ca05e Thanks @gregfromstl! - Fix issue with nonce set to 0 on toSerializableTransaction

  • #2966 4de8802 Thanks @gregfromstl! - Fixes issue with contract compilation in hardhat

  • #2962 5b6b241 Thanks @gregfromstl! - Makes multiple bugfixes on the deployPublishedContract code path

    • Contracts with no constructor can now deploy as abi inputs defaults to [] when encoding the parameters
    • Properly finds contract versions when specified
    • Defaults to standard deployment if no deployType is specified
  • #2965 ae10776 Thanks @kien-ngo! - Add Arweave URI support to

  • #2969 d660b6c Thanks @gregfromstl! - Fixes deterministic deploys of contracts with no constructor

  • #2958 02a0ca9 Thanks @gregfromstl! - Fixes inconsistent block numbers when fetching events.

    getContractEvents will now properly handle blockRange interaction with fromBlock and toBlock given they are both inclusive (i.e. it will only return logs for the number of blocks specified in blockRange).

@thirdweb-dev/wallets@2.5.19

10 May 22:44
a58d116
Compare
Choose a tag to compare

Patch Changes

  • #2988 02c0319 Thanks @jnsdls! - bump all to fix release

  • Updated dependencies [02c0319]:

    • @thirdweb-dev/chains@0.1.108
    • @thirdweb-dev/contracts-js@1.3.23
    • @thirdweb-dev/crypto@0.2.6
    • @thirdweb-dev/sdk@4.0.79

@thirdweb-dev/wallets@2.5.17

10 May 01:22
aad5f9f
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [2bfaafc, 0e45f24]:
    • @thirdweb-dev/chains@0.1.106
    • @thirdweb-dev/sdk@4.0.77