Releases: useElven/core
Releases · useElven/core
v0.17.0
- unify callbacks naming (could be a breaking change; see docs for updates)
- add transaction watcher timeout and patience configuration
- update dependencies
Full Changelog: v0.16.0...v0.17.0
v0.16.0
v0.15.2
- fix import
v0.15.1
- add missing transaction id logic for guardian 2FA hooks
v0.15.0
- change the way we're getting the smart contract address in the useScDeploy hook
- add optional id for all hooks that use useTransaction. It helps with signing providers' logic based on redirections to differentiate and track which hook triggered the redirection
- url cleanup after redirect for useLogin hook and web wallet
v0.14.0
- make the sign message callback work the same as in the case of transactions
- add missing Ledger support in the sign message hook
- add more gas limit automatically when the transaction is guarded
v0.13.2
- update dependencies with npm audit fix
v0.13.1
- bugfix: wrong imports. In some cases, it was breaking the app that used it