Releases: vechain/vechain-kit
Releases · vechain/vechain-kit
1.4.2
Release notes
Fixes
- Fixed a bug introduced in v1.4.1 where we were not passing loginMethods to the PrivyProvider
Full Changelog: 1.4.1...1.4.2
1.4.1
Release notes
Features
- Export DAppKit useWallet as useDappKitWallet
- Reorganized style and order of settings modal
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- Feat/style choose name by @Agilulfo1820 in #68
- feat: installed latest versions of privy packages by @Agilulfo1820 in #69
- Feat/login modal refactor by @Agilulfo1820 in #70
Deprecations
The following parameters are now deprecated when using the VeChainKitProvider
:
- privyEcosystemAppIDS
- variant (in loginModalUI)
Now instead of choosing a variant we can use a new prop named loginMethods
where the dev can decide what to show.
Full Changelog: 1.3.1...1.4.0
1.3.1
1.3.0
What's Changed
- Community standards by @fabiorigam in #55
- Fix/translations by @Agilulfo1820 in #57
- Fix: Asset Balance Fetch on Testnet by @victorkl400 in #60
- Fix: Truncate domain on Account by @victorkl400 in #58
- Style/dappkit modal by @Agilulfo1820 in #61
- Fix: App Fetch Compatibility for Older SC Versions by @victorkl400 in #63
- feat: show list of owned domains by @Agilulfo1820 in #64
- Feat/ens avatar by @Agilulfo1820 in #65
- feat: moved passkey login in login methods section
- depracated: embeddedWallet and dappKitWallet return types from the useWallet() hook
New Contributors
- @victorkl400 made their first contribution in #60
Full Changelog: 1.2.4...1.3.0
1.2.4
Release notes
Features:
- Updated informations in connection details tab
- Disable embedded wallet buttons instead hiding them if connected throuh cross app
Full Changelog: 1.2.3...1.2.4
1.2.3
Release Notes
Features
- Added a new
next-template
project with very basic interactions with the kit - The old
sample-vechain-app
is now the homepage of the project - Updated Readmes
- Enhanced the “connection info” tab with additional data and insights.
Fixes
- Removed
humanDomain()
in account selector
Full Changelog: 1.2.1...1.2.3
1.2.1
1.2.0
Release notes
Code Structure
- Renamed VeChainKit to VeChainKitProvider
- Added peer dependencies configuration
Features
- Improved vet domains claiming
- Enhanced login functionality and home page refactoring
- Added disconnect confirmation dialog
- Aded search in FAQ
- New UI Components:
- Ecosystem details view
- Apps modal
- New feature card design
- Notification system structure and logic
- Reorganized settings flow:
- Removed accounts list
- Always showing active wallet
- Changed confirmation contents style
- General style refinements
Bug Fixes
- Resolved Safari-specific issues:
- Handled blocked login
- Fixed transaction popup behavior
- Made Chakra provider optional
- Fixed various deployment issues:
- GitHub Actions configuration
- Pages deployment
- Build process
- Removed animations to increase performances
- Addressed installation and dependency issues
- Fixed search functionality
- Corrected various typos
Full Changelog: 1.1.1...1.2.0