Releases: vechain/vechain-kit
Releases · vechain/vechain-kit
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
1.1.1
1.1.0
Release Notes
New Features
- Added new variant options for UI customization
- Implemented app logo display and connection instructions
- Added close button in transaction modal
- Show balance in send token summary
- Show icon domain and address by default on desktop
- Added variants to connect modal and exported login hooks
- Changed flow of sending token
- Inverted value display with amount in asset tab
- Export contracts, utils and assets separately
- Export useWalletModal hook
- Force specific versions of react-query and Chakra UI
- Hide coming soon tabs
Bug Fixes
- Fixed ability to change domain to an owned one
- Resolved i18n issues
- Fixed Chakra provider implementation
- Prevented sending tokens with zero balance
- Fixed build issues and spinner positioning
Style Changes
- Ensured consistent image width
- Improved account balance styling
Maintenance
- Refactored account to handle null values
- Minor code improvements
- Code linting updates
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- fix: upgrade cross-app and wagmi dependencies by @Agilulfo1820 in #10
- fix: useCall args
- fix: add custom names to chakra ui custom elements in theme
Full Changelog: 1.0.0...1.0.1