Releases: vechain/vechain-kit
Releases · vechain/vechain-kit
1.6.1
1.6.0
What's Changed in the Kit
- Fix: Add fallback for
getAvatar
fetch by @victorkl400 in #206 - Setup Analytics by @Jennievon in #153
- centralise error handling for user rejections by @Jennievon in #217
- feat: add evearn as login method by @Agilulfo1820 in #223
- feat: bump privy sdk by @Agilulfo1820 in #228
- fix: cucumber issue by @Agilulfo1820 in #230
- feat: fix avatr fetch by @Agilulfo1820 in #232
- fix: validate input by not allowing special characters by @Agilulfo1820 in #233
- Style: login modal + settings modal by @Agilulfo1820 in #234
What's Changed in the project
- Initial preview environments by @mikeredmond in #202
- Change basepath to be processed branch name by @mikeredmond in #204
- Feat/add faq section to homepage by @Agilulfo1820 in #205
- chore(deps): bump next from 15.1.2 to 15.2.3 by @dependabot in #218
- Add initial api and lambda using AWS SAM by @mikeredmond in #221
- Feat/remove tests by @Agilulfo1820 in #231
New Contributors
- @dependabot made their first contribution in #218
Full Changelog: 1.5.13...1.6.0
1.5.13
What's Changed
- fix: pass signer to veworld when using
useSignTypedData
by @Agilulfo1820 in #198 - Fix/get avatar by @Agilulfo1820 in #199
- Fix/domain and subdomain claiming by @Agilulfo1820 in #199
Full Changelog: 1.5.12...1.5.13
1.5.12
What's Changed
- fix: always use
humanDomain
onWalletDisplay
component
Full Changelog: 1.5.11...1.5.12
1.5.11
What's Changed
- feat(hooks): add useDecodeFunctionSignature by @akanoce in #186
- Fix/dapp-kit version resolution by @Agilulfo1820 in #187
- feat: add usdglo by @Agilulfo1820 in #188
New Contributors
Full Changelog: 1.5.10...1.5.11
1.5.10
What's Changed
- fix: avoid running hooks conditionally in WalletDisplay
Full Changelog: 1.5.9...1.5.10
1.5.9
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
What's Changed
- Fix: Set Minimum Size for
AccountAvatar
by @victorkl400 in #171 - Fix: Make Account Button Responsive on Small Screens by @victorkl400 in #176
- Style/access and security for crossapp by @Agilulfo1820 in #168
- Feat/refactor
useGetAvatar
and addeduseGetAvatarOfAddress
by @Agilulfo1820 in #178
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
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
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