Skip to content

Releases: useElven/core

v0.9.1

27 Aug 16:49
8d753fb
Compare
Choose a tag to compare
  • add 'use client' banner (preparing for better support of the Next.js 'app router' architecture)
  • update dependencies

v0.9.0

28 Jul 10:51
43be739
Compare
Choose a tag to compare
  • support for guardians (big thanks to @radumojic)
  • update all dependencies

v0.8.0

28 Jun 22:40
f0785cc
Compare
Choose a tag to compare
  • switch to tsup instead of bare esbuild and tsc, now the configuration should be more reliable
  • remove problematic export of PairingTypes (breaking change). Now it is a custom PairingTypesStruct, which is similar to the original one from WalletConnect
  • update dependencies

v0.7.0

18 Jun 14:22
13d1569
Compare
Choose a tag to compare
  • A new useTokenTransfer hook. It is a wrapper over useTransaction and should simplify transferring tokens to smart contracts with or without calling endpoints. You can still achieve the same using useTransaction with payload builders.
  • updated dependencies

v0.6.1

07 Jun 22:14
0b4020d
Compare
Choose a tag to compare
  • fix native auth login token handling

v0.6.0

04 Jun 18:12
e1f856e
Compare
Choose a tag to compare
  • improvements for nonce incrementation to let trigger multiple transactions at the same time. The logic is slightly different, but it shouldn't break anything (you can test it here. For now, additional steps are required for the Web Wallet to manage the pending states in UI properly. The solution is presented in the demo here). There will be more improvements in that regard.

v0.5.0

28 May 19:04
d7bddd8
Compare
Choose a tag to compare
  • Breaking: switch to using sdk-native-auth-client instead passing string-based login tokens. There is no fallback or other option, so it is a breaking change. Native Auth is recommended. The old way of doing that will be deprecated. Please freeze the previous version if you are not ready to switch yet
  • update dependencies

v0.4.0

14 May 13:29
17bfdae
Compare
Choose a tag to compare
  • update HW and Web Wallet providers, adjust the code
  • fix HW initialization when another provider was used before

v0.3.0

06 May 17:38
33215e4
Compare
Choose a tag to compare
  • update HW provider
  • fix bugs related to state handling

v0.2.1

25 Apr 20:34
50e3ef1
Compare
Choose a tag to compare
  • fixed a bug related to WalletConnect pairings removal and state management in UI
  • dependencies update