Releases: Dig-A-Hash/vue-evm-nft
v1.6.2
v1.5.0
Breaking changes are not very bad. This package now requires axios 1.8.2, as there are vulnerabilities found in lower versions.
Full Changelog: v1.4.3...v1.5.0
v1.4.3
Fixes a build bug with useDahGallery.
Full Changelog: v1.4.2...v1.4.3
v1.4.2
No breaking changes. This adds a new composable useDahGallery that is exactly like useEvmMetaDataGallery except it takes 2 new params so we do not need to call the blockchain at all. Supply, and startTokenId. More docs coming soon for that.
Full Changelog: v1.4.1...v1.4.2
v1.4.1
No breaking changes!
Adds support for Pinia 3.x.
Fixes bugs dealing with NFT Contracts that start with Token ID 1 instead of 0.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Breaking changes are that the Dig-A-Hash Contract ABIs are no longer included for TypeScript. They have been left in only for testing with JavaScript.
Full Changelog: v1.3.2...v1.4.0
v1.3.2
v1.3.1
Fixes a bug in useEvmMetaDataGallery where the count of NFTs was off by one.
Also updates the Dig-A-Hash nft url.
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Breaking changes.
The functions in the nftStore for working with meta data have changed. If you were using any of these, please see the updated nftStore for changes.
The blockchains explorer data structure was updated to support the nftStore changes. Types updated.
What's Changed
Full Changelog: v1.2.7...v1.3.0