Skip to content

Releases: vechain/vechain-kit

1.4.0

07 Feb 13:32
Compare
Choose a tag to compare

What's Changed

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

05 Feb 14:45
Compare
Choose a tag to compare

Features

  • Export openReceiveModal hook

Full Changelog: 1.3.0...1.3.1

1.3.0

03 Feb 16:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.4...1.3.0

1.2.4

27 Jan 14:51
Compare
Choose a tag to compare

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

27 Jan 12:24
Compare
Choose a tag to compare

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

24 Jan 15:45
Compare
Choose a tag to compare

Release notes

Fixes

  • Fix UI inconsistencies

Full Changelog: 1.2.0...1.2.1

1.2.0

24 Jan 14:13
Compare
Choose a tag to compare

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

22 Jan 08:01
Compare
Choose a tag to compare

Features

  • Pass style props to WalletButton

Full Changelog: v1.1.1...1.1.1

1.1.0

21 Jan 18:57
Compare
Choose a tag to compare

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

20 Jan 15:24
Compare
Choose a tag to compare

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