Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@onflow/fcl-core@1.22.0
Minor Changes
#2638
d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960
Thanks @jribbink! - Adds support for signature extension data introduced by FLIP 264.Users can now include signature extension data in their transactions by returning an additional
extensionData
property in their signing functions.Patch Changes
#2655
81d21f98ab2838885ad32217de42b85481f5595c
Thanks @chasefleming! - Bugfix: adddiscoveryAuthnInclude
in FCL core configStoreUpdated dependencies [
ef3fb70d694e83bc19c2bd6b6d6ea44b6df6ac23
,d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960
]:@onflow/react-sdk@0.11.0
Minor Changes
#2652
879ae914da9f4cffa3bccffddef462ffbe8ed8c7
Thanks @mfbz! - AddeduseFlowAuthz
hook for handling Flow transaction authorization. This hook returns an authorization function that can be used when sending a transaction, defaulting to the current user's wallet authorization when no custom authorization is provided.#2661
e651d625af8e516d935e74d885524eca741dd9e6
Thanks @mfbz! - AdduseFlowNftMetadata
hook to fetch NFT metadata including name, description, thumbnail, traits, and collection information from Flow blockchain accounts.#2660
54672e6b16234d33fa33889d2b48451697fc8f8e
Thanks @mfbz! - Fixed transaction management so that it clears up transaction state on errorPatch Changes
@onflow/sdk@1.11.0
Minor Changes
#2669
ef3fb70d694e83bc19c2bd6b6d6ea44b6df6ac23
Thanks @mfbz! - Added support for mixed cadence imports#2638
d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960
Thanks @jribbink! - Adds support for signature extension data introduced by FLIP 264.Users can now include signature extension data in their transactions by returning an additional
extensionData
property in their signing functions.Patch Changes
d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960
]:@onflow/transport-http@1.14.0
Minor Changes
#2638
d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960
Thanks @jribbink! - Adds support for signature extension data introduced by FLIP 264.Users can now include signature extension data in their transactions by returning an additional
extensionData
property in their signing functions.@onflow/typedefs@1.8.0
Minor Changes
#2638
d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960
Thanks @jribbink! - Adds support for signature extension data introduced by FLIP 264.Users can now include signature extension data in their transactions by returning an additional
extensionData
property in their signing functions.@onflow/fcl@1.20.3
Patch Changes
ef3fb70d694e83bc19c2bd6b6d6ea44b6df6ac23
,81d21f98ab2838885ad32217de42b85481f5595c
,d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960
]:@onflow/fcl-ethereum-provider@0.0.10
Patch Changes
@onflow/fcl-rainbowkit-adapter@0.2.6
Patch Changes
@onflow/fcl-react-native@1.13.3
Patch Changes
ef3fb70d694e83bc19c2bd6b6d6ea44b6df6ac23
,81d21f98ab2838885ad32217de42b85481f5595c
,d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960
]:@onflow/fcl-wagmi-adapter@0.0.10
Patch Changes
@onflow/fcl-wc@7.0.0
Patch Changes
81d21f98ab2838885ad32217de42b85481f5595c
,d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960
]:@onflow/demo@1.1.0
Minor Changes
#2663
8ea4051b2a80024ade40bd58227c81f476011299
Thanks @mfbz! - Added improved Google Analytics tracking for hash anchors#2661
e651d625af8e516d935e74d885524eca741dd9e6
Thanks @mfbz! - AdduseFlowNftMetadata
hook to fetch NFT metadata including name, description, thumbnail, traits, and collection information from Flow blockchain accounts.#2657
5a0e093c5078253266b90cfc01884f532e0bd41e
Thanks @mfbz! - Updated playground adding anchoring support and full responsive mode for mobile and tablet#2662
5e88787e5b387bdc7289ff84b8d3e74f355b9ea8
Thanks @mfbz! - Added Google Analytics and SEO improvements