Skip to content

Releases: useElven/core

v0.17.0

25 Feb 14:41
11a76de
Compare
Choose a tag to compare
  • 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

11 Jan 18:25
621c735
Compare
Choose a tag to compare
  • allow useMultiTokenTransfer to call the endpoint
  • some breaking changes when it comes to useTokenTransfer and useMultiTokenTransfer types and logic (check docs)
  • update dependencies

v0.15.2

29 Dec 22:02
b8e702a
Compare
Choose a tag to compare
  • fix import

v0.15.1

28 Dec 23:52
1c4883d
Compare
Choose a tag to compare
  • add missing transaction id logic for guardian 2FA hooks

v0.15.0

28 Dec 15:36
6d5841f
Compare
Choose a tag to compare
  • 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

24 Dec 21:39
457a79e
Compare
Choose a tag to compare
  • 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

23 Dec 11:55
fdcb6c2
Compare
Choose a tag to compare
  • update dependencies with npm audit fix

v0.13.1

12 Dec 07:44
bf6c8f3
Compare
Choose a tag to compare
  • bugfix: wrong imports. In some cases, it was breaking the app that used it

v0.13.0

03 Dec 16:32
3107ad5
Compare
Choose a tag to compare
  • add useScDeploy hook for smart contract deployments - check docs for more information

v0.12.0

30 Nov 20:19
19def04
Compare
Choose a tag to compare
  • add useSignMessage hook - check docs for more information
  • min Node version is 18
  • update dependencies