v1.0.0-beta.10
版本发布时间: 2022-12-23 23:51:43
liteflow-labs/liteflow-js最新发布版本:v3.0.0(2024-05-17 17:40:59)
Hooks
Breaking Changes
- The
useCreateNFT
function has been updated to acceptchainId
andcollectionAddress
as arguments, rather than the previousstandard
attribute. To migrate your application to this new version, you will need to pass the desired collection touseCreateNFT
by either fetching it dynamically or hardcoding it in your code. #102 - Removed parsePrice from package. #106
Added
- Add new error message for user rejected transaction on wallet #99
Changed
- Change react library from dependency to peerDependencies and accept react 18 #97
- Updated
@nft/api-graphql
lib to1.0.0-beta.9
(https://github.com/liteflow-labs/liteflow-js/pull/102) - Improve types check #109
Email connector
Changed
- Improve types check #109