Skip to content

Releases: useElven/core

v0.22.0

09 Nov 22:44
0de910f
Compare
Choose a tag to compare
  • update core dependencies and adjust the codebase
  • native auth configuration improvements

Full Changelog: v0.21.0...v0.22.0

v0.21.0

13 Jul 21:35
07b9a21
Compare
Choose a tag to compare
  • fix nonce sync when working with multiple browser tabs
  • update dependencies
  • Node 20 or >=22 is now required

Full Changelog: v0.20.1...v0.21.0

v0.20.1

06 Jul 15:36
fb723fc
Compare
Choose a tag to compare
  • update MultiversX dependencies

Full Changelog: v0.20.0...v0.20.1

v0.20.0

20 Jun 17:28
6b10b33
Compare
Choose a tag to compare

What's Changed

  • xPortal and Web Wallet Hub integration (experimental, not tested with real Hubs)
  • update dependencies

Full Changelog: v0.19.3...v0.20.0

v0.19.3

04 May 14:01
d29fe02
Compare
Choose a tag to compare
  • fix callback path in useSignMessage

Full Changelog: v0.19.2...v0.19.3

v0.19.2

03 May 17:01
c06e015
Compare
Choose a tag to compare
  • export missing type
  • update dependencies

Full Changelog: v0.19.1...v0.19.2

v0.19.1

13 Apr 18:04
d316350
Compare
Choose a tag to compare
  • fix web wallet connect regression

Full Changelog: v0.19.0...v0.19.1

v0.19.0

13 Apr 18:00
dc795e6
Compare
Choose a tag to compare
  • update @multiversx/sdk-core library (v13)
  • breaking: with this version, the @multiversx/sdk-core is now a peer dependency, you must have it in your project to work with useElven, at least v13.0.0. So, as always, freeze on 0.18.0 if you still need to use older sdk-core
  • breaking: the useScDeploy hook accepts a different set of arguments
  • breaking: useMultiTokenTransfer is renamed to useTokenTransfer. The old useTokenTransfer has been removed. You should use the same hook for single and multi-transfers. Now, gasLimit param is required when transferring to a smart contract using the provided endpoint name. For standard transfers, the gas limit isn't required
  • added two simple utilities for parsing and formatting amounts: formatAmount and parseAmount

Full Changelog: v0.18.0...v0.19.0

v0.18.0

30 Mar 18:13
1839545
Compare
Choose a tag to compare
  • unify path callbacks for the useLogin hook
  • update dependencies

Full Changelog: v0.17.1...v0.18.0

v0.17.1

28 Feb 18:12
c60ba9c
Compare
Choose a tag to compare
  • fix the useTokenTransfer payload for Fungible ESDT
  • fix typings where TypedValue was used
  • update dependencies

Full Changelog: v0.17.0...v0.17.1