Skip to content

Releases: vechain/vechain-kit

1.6.1

04 Apr 13:24
1291067
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.0

04 Apr 11:25
201fccc
Compare
Choose a tag to compare

What's Changed in the Kit

What's Changed in the project

New Contributors

Full Changelog: 1.5.13...1.6.0

1.5.13

21 Mar 12:51
0951ae9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.12...1.5.13

1.5.12

19 Mar 14:06
21afec8
Compare
Choose a tag to compare

What's Changed

  • fix: always use humanDomain on WalletDisplay component

Full Changelog: 1.5.11...1.5.12

1.5.11

19 Mar 11:25
8e7fe65
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.10...1.5.11

1.5.10

18 Mar 15:50
0756b49
Compare
Choose a tag to compare

What's Changed

  • fix: avoid running hooks conditionally in WalletDisplay

Full Changelog: 1.5.9...1.5.10

1.5.9

18 Mar 15:12
eb52ac0
Compare
Choose a tag to compare

What's Changed

  • fix: Minified React error in WalletDisplay component causing app to crash

Full Changelog: 1.5.8...1.5.9

1.5.8

18 Mar 14:53
4cae357
Compare
Choose a tag to compare

What's Changed

Please notice:

  • useGetAvatar(domainName): will now parse eip155 standard avatar record (getting the correct NFT image). This hook will also return now directly the URL of the image, removing the need for developers to convert the URI to URL manually. The response can be null if the domain name does not exist or if there is no avatar attached to this domain.
  • useGetAvatarOfAddress(userAddress): This hook will check if the address has any primary domain name set, if yes it will fetch and return the avatar URL (again, no need to manually convert URI to URL, the hook does it). If there is no domain name attached to it or if there is no avatar attached to the domain, it will return the Picasso image.

Full Changelog: 1.5.7...1.5.8

1.5.7

14 Mar 15:52
Compare
Choose a tag to compare

What's Changed

  • Fixed bug that was preventing the user to close the UpgradeSmartAccountModal
  • Show a red dot in settings to make the user understand he has some action to complete
  • Export useProfileModal so devs can open directly the profile content
  • Fixed: delegation url is not required if the app is not using social login (in any form)
  • fix: return to profile page after customization completed
  • Initial recovery methods implementation by @mikeredmond in #156

Full Changelog: 1.5.6...1.5.7

1.5.6

13 Mar 09:37
5c87a91
Compare
Choose a tag to compare

What's Changed

  • Moved test tag in header
  • Relocated claim domain to profile section
  • Fixed transaction modal to show title only in pending state
  • Increased signature validity to 5 minutes for batch transactions
  • Added apple as a login method for VeChain
  • Allow custom styling of UpgradeSmartAccountModal, eg:
    const { open: openUpgradeSmartAccountModal } = useUpgradeSmartAccountModal({
        accentColor: '#000000',
        modalSize: 'xl',
    });
  • Fixing an issue introduced in 1.5.1 where it was impossible anymore to open specific contents on demand (eg: only the send screen).
  • Added back the possibility to pass an accent colour to privy modals.

Full Changelog: 1.5.5...1.5.6