Skip to content

Latest commit

 

History

History
472 lines (297 loc) · 9.42 KB

CHANGELOG.md

File metadata and controls

472 lines (297 loc) · 9.42 KB

@treasure-dev/tdk-react

3.9.5

Patch Changes

  • b5b9265: Fixed active wallet missing from TDK API client

3.9.4

Patch Changes

  • a03f52e: Fixed ConnectButton not resetting state when encountering auth error
  • 767178d: Added CRV to View Funds section of connected account modal
  • Updated dependencies [767178d]

3.9.3

Patch Changes

  • 34f6153: Updated Tailwind CSS configs to use TypeScript
  • e91b0e2: Fixed smart account not created when using switchChain to a new chain

3.9.2

Patch Changes

  • 2380371: Update switchChain and smartAccount types
  • Updated dependencies [2380371]

3.9.1

Patch Changes

  • 047dbbe: Fixed double account abstraction wrapping of ecosystem wallets
  • Updated dependencies [047dbbe]

3.9.0

Minor Changes

  • 5ef7963: Updated Web3 wallet login to use ecosystem wallets

Patch Changes

  • 037e6d2: Fix error where analytics failed to track event immediately on app start
  • Updated dependencies [5ef7963]

3.8.0

Minor Changes

  • 95ac5b2: Allow full suite of props on connected account modal

Patch Changes

  • dcc4bc5: Updated ConnectButton to fall back to Blobbie avatar
  • ecc2568: Added ability to specify auth token duration with authTokenDurationSec config
  • Updated dependencies [ecc2568]

3.7.1

Patch Changes

  • Updated dependencies [d133cb5]
  • Updated dependencies [b9b7858]

3.7.0

Minor Changes

  • 3b8bccc: Added legacy user migration flow to connect modal

Patch Changes

  • c9f0393: Moved account factory to be constant address across all chains
  • 7262679: Updated connected account modal to show user tag and profile pic when available
  • 0412906: Updated ConnectButton to show user tag and profile pic when available
  • Updated dependencies [3b8bccc]
  • Updated dependencies [c9f0393]

3.6.0

Patch Changes

  • Updated dependencies [64ac715]
  • Updated dependencies [41d00c2]
  • Updated dependencies [f1e1d53]

3.5.0

Patch Changes

  • 78bb7e6: Remove analytics manager from SSR
  • Updated dependencies [78bb7e6]
  • Updated dependencies [45fb5a3]

3.4.1

Patch Changes

3.4.0

Patch Changes

  • Updated dependencies [2ee4c54]
  • Updated dependencies [f5ce87e]
  • Updated dependencies [a3ce0c1]
  • Updated dependencies [f70b149]
  • Updated dependencies [e4ac175]

3.3.2

Patch Changes

  • 1bef9be: Fix analytics for no key
  • Updated dependencies [1bef9be]

3.3.1

Patch Changes

  • b3d65f6: Updated analytics, device tracking + auto default analytics tracking
  • 347d4aa: Set active wallet on TDK API instance to send transactions on ZKsync chains
  • 347d4aa: Updated ConnectButton connected view to show smart account per selected chain
  • Updated dependencies [b3d65f6]
  • Updated dependencies [347d4aa]
  • Updated dependencies [347d4aa]

3.3.0

Patch Changes

  • Updated dependencies [8ad8dbf]
  • Updated dependencies [8ad8dbf]

3.2.2

Patch Changes

  • 4f2c50f: Updated to handle attempts to log in with custom auth endpoint
  • Updated dependencies [b82e78b]
  • Updated dependencies [4f2c50f]

3.2.1

Patch Changes

  • 074405b: Moved cartridgeTag to analyticsOptions
  • Updated dependencies [074405b]

3.2.0

Patch Changes

3.1.0

Minor Changes

  • 399d230: Added support for analytics

Patch Changes

3.0.0

Major Changes

  • d468a1b: Migrated from in-app wallets to ecosystem wallets

Patch Changes

  • 7ef9a60: Added @treasure-dev/launcher package for usage with the launcher
  • Updated dependencies [7ef9a60]
  • Updated dependencies [d468a1b]

2.7.1

Patch Changes

  • 941d2e6: Fixed hardcoded chain options in connected account modal

2.7.0

Minor Changes

  • 01c4c35: Updated user sessions to be fetched through Thirdweb SDK

Patch Changes

  • 750b98e: Fixed file name for CommonJS package exports
  • 3d01c9a: Skip extra user session fetch on login
  • Updated dependencies [750b98e]
  • Updated dependencies [01c4c35]
  • Updated dependencies [3d01c9a]

2.6.1

Patch Changes

2.6.0

Patch Changes

  • 28cfa6b: Added X connect method option
  • Updated dependencies [28cfa6b]
  • Updated dependencies [947e37c]
  • Updated dependencies [d9afa84]

2.5.0

Patch Changes

  • Updated dependencies [df6d965]
  • Updated dependencies [65d384f]

2.4.0

Patch Changes

2.3.0

Patch Changes

2.2.4

Patch Changes

  • 1cfd245: Fixed connect modal colors
  • b9fa738: Disable passkey login option by default
  • 550a319: Streamlined error message in connect flow
  • 83aab09: Added txOverrides option for creating transactions through TDK API client
  • Updated dependencies [83aab09]

2.2.3

Patch Changes

  • b75e4c8: Added connect success and error callbacks
  • Updated dependencies [f42c891]
  • Updated dependencies [b75e4c8]
  • Updated dependencies [0137720]

2.2.2

Patch Changes

  • 34cfc5c: Fix passkey when using redirect for social
  • f88258b: Added hideSwitchWallet connected account modal param; set balance token to MAGIC
  • 77e0aa7: Disabled connect methods while modal is loading
  • Updated dependencies [34cfc5c]

2.2.1

Patch Changes

2.2.0

Minor Changes

  • 61ec250: Moved thirdweb to peer dependency to share context with consumer apps

Patch Changes

  • c569aa4: Added option for custom auto-connect timeout
  • d07b6a1: Added size options to Treasure Connect modal
  • d110c16: Added new redirect support
  • Updated dependencies [d110c16]
  • Updated dependencies [61ec250]

2.1.0

Minor Changes

  • 9b2218d: Enabled chain switching in connected account modal

Patch Changes

2.0.1

Patch Changes

  • 2b4137c: Replaced react-input-verification with input-otp

2.0.0

Major Changes

  • e4dd9d7: Updated Treasure Connect flow to use custom modal

Patch Changes

1.6.0

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]

1.5.0

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]

1.4.1

Patch Changes

  • d25ce6b: Temporarily allow consumer apps to specify auth options

1.4.0

Patch Changes

  • 361c861: Added telegram to social login options
  • Updated dependencies [361c861]
  • Updated dependencies [72d45e9]
  • Updated dependencies [ea0053b]
  • Updated dependencies [ac072df]

1.3.0

Patch Changes

  • 7494c70: Added Farcaster social auth option
  • a2de146: Exposed the useConnect hook
  • Updated dependencies [af94875]
  • Updated dependencies [f272eb2]

1.2.0

Minor Changes

  • 1ab9e76: Added Discord login option

Patch Changes

  • Updated dependencies [eeb81b0]
  • Updated dependencies [1ab9e76]
  • Updated dependencies [1ab9e76]

1.1.0

Minor Changes

  • cffb8e3: Added Treasure Connect login functions to core package

Patch Changes

  • Updated dependencies [cffb8e3]
  • Updated dependencies [fea2894]

1.0.1

Patch Changes

  • 1ae01e6: Fixed wallet disconnect not dismissing account modal

1.0.0

Major Changes

  • 5fa7564: Updated primary login method to connect modal flow

Patch Changes

0.2.8

Patch Changes

0.2.7

Patch Changes

  • 2bd76e8: Removed unused files and exports
  • Updated dependencies [786c1c7]
  • Updated dependencies [64d48ee]
  • Updated dependencies [2bd76e8]

0.2.6

Patch Changes

  • Updated dependencies [c5dc87b]
  • Updated dependencies [59caa63]

0.2.5

Patch Changes