Releases: TreasureProject/tdk-js
Releases · TreasureProject/tdk-js
@treasure-dev/[email protected]
Minor Changes
- 61ec250: Removed the
ThirdwebProvider
from the mainTreasureProvider
React context and movesthirdweb
to a peer dependency. This allows thereact
package to share the sameThirdwebProvider
context as consumer apps without forcing the consumer app to use the same exact version as the React package. This means thatthirdweb
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
@treasure-dev/[email protected]
@treasure-dev/[email protected]
@treasure-dev/[email protected]
@treasure-dev/[email protected]
Minor Changes
- 9b2218d: Enabled chain switching in connected account modal
Patch Changes
- @treasure-dev/[email protected]
@treasure-dev/[email protected]
Patch Changes
- 2b4137c: Replaced react-input-verification with input-otp
- @treasure-dev/[email protected]
@treasure-dev/[email protected]
@treasure-dev/[email protected]
@treasure-dev/[email protected]
@treasure-dev/[email protected]
@treasure-dev/[email protected]
Minor Changes
- 9d7bb39: Allow authentication via redirect. Update thirdweb sdk to latest and remove old param authenticatorType from passkey auth
Patch Changes
- Updated dependencies [9d7bb39]
- Updated dependencies [6e391d7]
- @treasure-dev/[email protected]
@treasure-dev/[email protected]
@treasure-dev/[email protected]
Minor Changes
- f4ff171: Removed payments module hooks, utils and components
Patch Changes
- 59f25c3: Removed global base CSS styles from package
- Updated dependencies [f4ff171]
- Updated dependencies [9e56447]
- @treasure-dev/[email protected]