Skip to content

Releases: TreasureProject/tdk-js

@treasure-dev/[email protected]

22 Aug 17:22
62fdaa6
Compare
Choose a tag to compare

Minor Changes

  • 61ec250: Removed the ThirdwebProvider from the main TreasureProvider React context and moves thirdweb to a peer dependency. This allows the react package to share the same ThirdwebProvider context as consumer apps without forcing the consumer app to use the same exact version as the React package. This means that thirdweb must be installed alongside the React package by consumers:
npm install --save thirdweb @treasure-dev/tdk-react

And the provider must be added to the app:

<ThirdwebProvider>
  <TreasureProvider ... />
</ThirdwebProvider>

Patch Changes

  • c569aa4: Added option for custom auto-connect timeout
  • d07b6a1: Added size options to Treasure Connect modal
  • d110c16: Added new redirect support

@treasure-dev/[email protected]

22 Aug 23:43
a27d894
Compare
Choose a tag to compare

@treasure-dev/[email protected]

22 Aug 17:22
62fdaa6
Compare
Choose a tag to compare

Minor Changes

  • 61ec250: Reduced dependencies on wagmi/viem
    Removed exports of supported chains and other undocumented utilities

Patch Changes

  • d110c16: Added new redirect support

@treasure-dev/[email protected]

20 Aug 17:45
365c05b
Compare
Choose a tag to compare

Minor Changes

  • 9b2218d: Enabled chain switching in connected account modal

Patch Changes

@treasure-dev/[email protected]

20 Aug 01:55
238bc24
Compare
Choose a tag to compare

Patch Changes

@treasure-dev/[email protected]

20 Aug 17:45
365c05b
Compare
Choose a tag to compare

@treasure-dev/[email protected]

20 Aug 01:55
238bc24
Compare
Choose a tag to compare

@treasure-dev/[email protected]

15 Aug 16:53
73f03a6
Compare
Choose a tag to compare

Minor Changes

  • 9d7bb39: Allow authentication via redirect. Update thirdweb sdk to latest and remove old param authenticatorType from passkey auth

Patch Changes

@treasure-dev/[email protected]

15 Aug 16:53
73f03a6
Compare
Choose a tag to compare

Minor Changes

  • 9d7bb39: Allow authentication via redirect. Update thirdweb sdk to latest and remove old param authenticatorType from passkey auth
  • 6e391d7: fix add liquidity for erc20-nft

@treasure-dev/[email protected]

09 Aug 18:40
2cf1778
Compare
Choose a tag to compare

Minor Changes

  • f4ff171: Removed payments module hooks, utils and components

Patch Changes