Releases: useElven/core
Releases · useElven/core
v0.22.0
- update core dependencies and adjust the codebase
- native auth configuration improvements
Full Changelog: v0.21.0...v0.22.0
v0.21.0
- 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
- update MultiversX dependencies
Full Changelog: v0.20.0...v0.20.1
v0.20.0
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
- fix callback path in
useSignMessage
Full Changelog: v0.19.2...v0.19.3
v0.19.2
- export missing type
- update dependencies
Full Changelog: v0.19.1...v0.19.2
v0.19.1
- fix web wallet connect regression
Full Changelog: v0.19.0...v0.19.1
v0.19.0
- 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 touseTokenTransfer
. The olduseTokenTransfer
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
andparseAmount
Full Changelog: v0.18.0...v0.19.0
v0.18.0
- unify path callbacks for the useLogin hook
- update dependencies
Full Changelog: v0.17.1...v0.18.0
v0.17.1
- fix the useTokenTransfer payload for Fungible ESDT
- fix typings where TypedValue was used
- update dependencies
Full Changelog: v0.17.0...v0.17.1