Skip to content

Latest commit

 

History

History
104 lines (81 loc) · 4.32 KB

CHANGELOG.md

File metadata and controls

104 lines (81 loc) · 4.32 KB

0.15.1 (2024-11-10)

  • remove @multiversx/sdk-wallet
  • replace SignableMessage with Message

0.15.0 (2024-11-10)

  • update useElven
  • update Next
  • updae other dependenecies

0.14.4 (2024-10-13)

  • fix Herotags (DNS) - works only on the mainnet

0.14.3 (2024-07-06)

  • improve transaction status UI
  • update dependencies

0.14.2 (2024-06-21)

  • update useElven to support MultiversX Web wallet hub
  • update dependencies

0.14.1 (2024-06-06)

  • remove domain name from title
  • update dependencies

0.14.0 (2024-05-31)

  • rebuild the UI. Each operation has a separate page now
  • some refactor
  • update dependencies

0.13.1 (2024-02-28)

  • update useElven and implement required changes in code

0.13.0 (2024-02-18)

  • improve ui
  • adjust useElven usage
  • refactor tokens Ids
  • update dependencies

0.12.1 (2024-01-02)

  • important bugfix - the ticker is not always the same (API) as token/collection id
  • important bugfix - fix property name

0.12.0 (2024-01-01)

  • improve roles and properties selectors to make them less confusing
  • use tokenId selectors for fungible ids and collections

0.11.1 (2023-12-29)

  • update dependencies (some improvements in useElven)

0.11.0 (2023-12-25)

  • add experimental inscriptions operation (the txData schema may change) read more at MultiversX Agora
  • fix sign message when using with redirections (web wallet)
  • fix sign message using Ledger
  • add possibility to open the operation dialog with URL link
  • update dependencies

0.10.0 (2023-12-01)

  • add sign a message operation

0.9.0 (2023-11-29)

  • add verify signature operation
  • update dependencies

0.8.0 (2023-11-18)

  • add burn for the NFTs (ESDTNFTBurn)
  • add freeze/unfreeze for SFTs and Meta tokens
  • add wipe for SFTs and Meta tokens
  • update dependencies

0.7.0 (2023-11-05)

  • add multi token transfer operation (For now, one token of each type. It will be more dynamic in the following improvements)
  • update dependencies

0.6.1 (2023-11-01)

  • improve UI
  • update dependences

0.6.0 (2023-10-29)

  • add NFT URIs functionality
  • add SFT/Meta Add/Burn quantity functionality
  • add Freeze/Unfreeze a single NFT functionality
  • add Wipe a single NFT functionality
  • adjust default setup for special roles for tokens

0.5.0 (2023-10-28)

  • update useElven - add support for xAlias
  • update Next.js v14

0.4.0 (2023-10-25)

  • add change NFT attributes functionality

0.3.0 (2023-10-23)

  • add herotag functionality
  • add check address (also by herotag) utility

0.2.0 (2023-10-22)

  • add transfer creation role for NFT/SFT/Meta
  • add stop creation for NFT/SFT/Meta
  • add transfer ownership for NFT/SFT/META
  • add check token data utility
  • update dependencies

0.1.0 (2023-10-14)

  • initial code