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