Releases: useElven/core
Releases · useElven/core
v0.9.1
- add 'use client' banner (preparing for better support of the Next.js 'app router' architecture)
- update dependencies
v0.9.0
- support for guardians (big thanks to @radumojic)
- update all dependencies
v0.8.0
- 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 customPairingTypesStruct
, which is similar to the original one from WalletConnect - update dependencies
v0.7.0
- A new
useTokenTransfer
hook. It is a wrapper overuseTransaction
and should simplify transferring tokens to smart contracts with or without calling endpoints. You can still achieve the same usinguseTransaction
with payload builders. - updated dependencies
v0.6.1
- fix native auth login token handling
v0.6.0
- 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
- 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
- update HW and Web Wallet providers, adjust the code
- fix HW initialization when another provider was used before
v0.3.0
- update HW provider
- fix bugs related to state handling
v0.2.1
- fixed a bug related to WalletConnect pairings removal and state management in UI
- dependencies update