Releases: thirdweb-dev/js
thirdweb@5.65.1
Patch Changes
- #5277
58fb28d
Thanks @joaquim-verges! - Respect bundlerUrl in waitForUserReceipt
thirdweb@5.65.0
Minor Changes
-
#5126
c621c13
Thanks @kien-ngo! - Allow to customize the display order of Asset tabsWhen you click on "View Assets", by default the "Tokens" tab is shown first.
If you want to show the "NFTs" tab first, change the order of the asset tabs to: ["nft", "token"]
Note: If an empty array is passed, the [View Funds] button will be hidden
<ConnectButton client={client} detailsModal={{ assetTabs: ["nft", "token"], }} />
Patch Changes
-
#5253
baf2198
Thanks @joaquim-verges! - Use stringify instead of JSON.stringify in most places to handle bigint serialization -
#5272
e3c0af2
Thanks @gregfromstl! - Tracks transaction chain IDs -
#5250
f40d247
Thanks @joaquim-verges! - Allow smart accounts to switch chains between zk and non zk chains -
#5270
0660416
Thanks @gregfromstl! - Enable configuring the analytics endpoint
thirdweb@5.64.5
Patch Changes
- #5246
82c8726
Thanks @joaquim-verges! - Fix custom paymaster callback not being respected
thirdweb@5.64.4
Patch Changes
-
#5237
802d3bf
Thanks @joaquim-verges! - Sanitize block explorer URLs -
#5231
686d0c3
Thanks @joaquim-verges! - Respect custom bundler URL for getting gas fees + better DX forpredictSmartAccountAddress()
-
#5187
68ce724
Thanks @ElasticBottle! - expose WalletUser type for in app / ecosystem wallets -
#5214
ad4af68
Thanks @joaquim-verges! - Reduce async calls before requesting webauthn credentials for ios 15 -
#5229
9425e9e
Thanks @ElasticBottle! - Consolidate custom jwt and custom auth endpoint through common endpoint -
#5244
178d407
Thanks @joaquim-verges! - Add support for custom singlePhase dropsIf you are using a custom drop contract, you can now set claim conditions and claim by passing the
singlePhaseDrop
option to thesetClaimConditions
andclaimTo
functions.setClaimConditions({ contract, phases: [ { startTime: new Date(0), maxClaimableSupply: 10n, }, ], tokenId: 0n, singlePhaseDrop: true, // <--- for custom drop contracts });
thirdweb@5.64.3
Patch Changes
-
#5207
adeda1e
Thanks @joaquim-verges! - Handle unsupported Pay chains properly for sending paid transactions -
#5176
84571ef
Thanks @joaquim-verges! - Redesigned Pay payment selection flow -
#5212
07ea65b
Thanks @joaquim-verges! - Better handling of ecosystem smart accounts
thirdweb@5.64.2
Patch Changes
- #5172
e8f952a
Thanks @joaquim-verges! - Always add URI to SIWE payload
@thirdweb-dev/service-utils@0.4.47
Patch Changes
- #5169
f23911e
Thanks @gregfromstl! - Reduce published even action parsing strictness
thirdweb@5.64.1
Patch Changes
- #5163
158c2b6
Thanks @joaquim-verges! - Respect theme accentColor for default icons in connect UI
thirdweb@5.64.0
Minor Changes
-
#5062
0cafa33
Thanks @gregfromstl! - Adds GitHub authentication -
#5036
f8c981c
Thanks @kien-ngo! - Add new ERC1155 extension: mintAdditionalSupplyToBatch
Patch Changes
-
#5125
d522343
Thanks @kien-ngo! - Optimize mintAdditionalSupplyToBatch extension -
#5153
47b1bbb
Thanks @joaquim-verges! - Enable Sign in with Wallet for ecosystems -
#5123
364d97e
Thanks @joaquim-verges! - Auto resolve entrypoint address from factory when available -
#5129
319a203
Thanks @gregfromstl! - Fixes Brave Wallet Metadata -
#5148
2fdb69d
Thanks @joaquim-verges! - Optimize mintAdditionalSupplyTo -
#5091
45fcfb1
Thanks @joaquim-verges! - Support smart account options for ecosystem wallets -
#5090
50f98d7
Thanks @joaquim-verges! - Fix useProfiles not updating when connecting to a different account