Skip to content

Releases: useElven/core

v0.11.0

05 Nov 10:50
49dab89
Compare
Choose a tag to compare
  • add useMultiTokenTransfer
  • some changes in the useTransaction hook. Now you can also pass the whole Transaction object to triggerTx function (in such a case, other param are not required). This is optional. Previous functionality stays the same. In some cases, it can be a breaking change.

v0.10.3

01 Nov 16:44
457b888
Compare
Choose a tag to compare
  • update MulitversX sdk-core lib

v0.10.2

28 Oct 18:55
c798112
Compare
Choose a tag to compare
  • fix NativeAuth configuration

v0.10.1

28 Oct 14:42
18acc72
Compare
Choose a tag to compare
  • fix xAlias-related types

v0.10.0

28 Oct 14:16
ec6ae74
Compare
Choose a tag to compare
  • add xAlias login support (check the docs and demo example)
  • update dependencies

v0.9.6

10 Oct 15:58
c07e47c
Compare
Choose a tag to compare
  • fix the bug related to a hardcoded amount for token transfer in case of SFTs
  • update dependencies

v0.9.5

02 Oct 16:58
042b9ee
Compare
Choose a tag to compare
  • fix the bug related to reseting the active guardian local storage entry on hard refresh
  • update dependencies

v0.9.4

30 Sep 14:59
bbad2d9
Compare
Choose a tag to compare
  • export TransactionParams type
  • update dependencies

v0.9.3

28 Sep 16:23
5cd2e60
Compare
Choose a tag to compare
  • support domains with the port number in native auth token initialization
  • pass api url configuration (overwrite) to native auth token initialization
  • update dependencies

v0.9.2

23 Sep 12:54
c14ec4b
Compare
Choose a tag to compare
  • fix unnecessary calls for guardian data
  • update dependencies