SDK change log

VersionDateUpdate content

V1.0.0

2024.06.05

Support etransferServices、login and withdrawal methods.

V1.2.0

2024.07.16

Support EOA address login and UI components for deposit assets.

V1.3.0

2024.08.16

Add UI components for withdrawal assets.

V1.4.0

2024.08.19

Add UI components for querying historical records.

V1.5.0

2024.08.20

Provide a UI component integrating deposit assets, withdrawal assets and querying historical records.

V1.6.0

2024.09.06

  1. Added support for deposit and withdrawal transaction notifications:

    - Prompt for transaction amount.

    - Notifications for success and failure, including browser notifications.

  2. Added a new transaction details component:

    - Allows viewing of transaction steps and detailed transaction information.

V1.7.0

2024.09.24

  1. Signature

    - Modify signature text.

    - Add a demo example for discover plaintext signature.

  2. <Deposit />

    - Optimize prompts.

    - When not logged in, add a prompt and entry for connecting a wallet.

  3. <Withdraw />

    - Optimize the logic for clicking 'max'.

    - When not logged in, add a prompt and entry for connecting a wallet.

  4. Transaction history

    - Optimize the UI and UX for address and hash.

V1.8.0

2024.10.14

  1. Add logos to the network and chain dropdowns in the <Deposit /> and <Withdraw /> components.

  2. Optimize the Max logic in the <Withdraw /> component to account for gas fees and approval fees.

  3. Merge the <NetworkLogoForMobile /> and <NetworkLogoForWeb /> components into <NetworkLogo />.

Last updated