-
Notifications
You must be signed in to change notification settings - Fork 134
Version Packages #2674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Version Packages #2674
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
72dd7bc to
6b86df4
Compare
6b86df4 to
4d95c4f
Compare
4d95c4f to
1cdeb05
Compare
1cdeb05 to
dfbc130
Compare
dfbc130 to
b76e691
Compare
b76e691 to
e48a3a1
Compare
e48a3a1 to
2b920a5
Compare
2b920a5 to
c738d79
Compare
c738d79 to
eab090f
Compare
eab090f to
f571b53
Compare
f571b53 to
ef8e10c
Compare
jribbink
approved these changes
Nov 6, 2025
ef8e10c to
6fd0b28
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/react-sdk@0.12.0
Minor Changes
#2677
58f953381ee0826bfeb6d068c28bf8853b470915Thanks @mfbz! - AddedNftCardcomponent for displaying NFT metadata. The component automatically fetches and renders NFT information including image, name, description, collection details, traits, and external links. Features loading states, error handling, dark mode support and optional display of traits and additional metadata throughshowTraitsandshowExtraprops.#2685
f47dd3bd1efce2498b3ab731ca08da2326604f5fThanks @mfbz! - Added standalone Profile component for displaying wallet information. The Profile component has been extracted from the Connect component modal to provide a reusable profile display that can be used independently. The component automatically detects connection state, showing a compact "No connected wallet" message when disconnected and full profile information when connected (including address, balance with cross-VM support, multi-token selector, copy/disconnect actions, and optional scheduled transactions).#2679
8ef9cc6933f61c45e32a69c9d723ab669a7757ecThanks @mfbz! - AddedScheduledTransactionListcomponent, a scrollable list that displays scheduled transactions for a Flow account with support for MetadataViews.Display (thumbnails, names, descriptions), transaction cancellation, automatic refresh, responsive design and dark mode. Each card shows the scheduled execution time, fee, priority, and effort with an optional cancel button for pending transactions.Enhanced
Connectcomponent to display scheduled transactions in the profile modal. The modal now shows the user's scheduled transactions below their account info with a configurablemodalConfigprop to control visibility.#2680
b7d73c709f009b192bed02f476edcc997538213dThanks @mfbz! - Enhanced the Connect component to enable visualizing different tokens like USDC and other stablecoins within the Connect modal.Patch Changes
@onflow/types@1.5.0
Minor Changes
#2689
bfb2665f759dd406fdd12900dd5bbdf7619dbc73Thanks @copilot-swe-agent! - Added support for UFix128 and Fix128 types to @onflow/types package and decoder support to @onflow/sdk package. These fixed-point number types have been added to the Flow protocol and are now available for use in Cadence transactions and scripts. UFix128 and Fix128 support up to 24 decimal places of precision.The decoder in @onflow/sdk now properly handles UFix128 and Fix128 values when decoding responses from Flow scripts and transactions.
@onflow/config@1.6.2
Patch Changes
c8b0b880d147840c66b8913894a8fe1e9804d557Thanks @jribbink! - EnsuregetContractsaccumulatesflow.jsondeployments across multiple accounts@onflow/fcl@1.20.4
Patch Changes
bfb2665f759dd406fdd12900dd5bbdf7619dbc73,c8b0b880d147840c66b8913894a8fe1e9804d557]:@onflow/fcl-core@1.22.1
Patch Changes
bfb2665f759dd406fdd12900dd5bbdf7619dbc73,c8b0b880d147840c66b8913894a8fe1e9804d557]:@onflow/fcl-ethereum-provider@0.0.11
Patch Changes
@onflow/fcl-rainbowkit-adapter@0.2.7
Patch Changes
@onflow/fcl-react-native@1.13.4
Patch Changes
bfb2665f759dd406fdd12900dd5bbdf7619dbc73,c8b0b880d147840c66b8913894a8fe1e9804d557]:@onflow/fcl-wagmi-adapter@0.0.11
Patch Changes
@onflow/fcl-wc@6.0.9
Patch Changes
c8b0b880d147840c66b8913894a8fe1e9804d557]:@onflow/sdk@1.11.1
Patch Changes
#2689
bfb2665f759dd406fdd12900dd5bbdf7619dbc73Thanks @copilot-swe-agent! - Added support for UFix128 and Fix128 types to @onflow/types package and decoder support to @onflow/sdk package. These fixed-point number types have been added to the Flow protocol and are now available for use in Cadence transactions and scripts. UFix128 and Fix128 support up to 24 decimal places of precision.The decoder in @onflow/sdk now properly handles UFix128 and Fix128 values when decoding responses from Flow scripts and transactions.
Updated dependencies [
bfb2665f759dd406fdd12900dd5bbdf7619dbc73,c8b0b880d147840c66b8913894a8fe1e9804d557]:@onflow/demo@1.2.0
Minor Changes
#2677
58f953381ee0826bfeb6d068c28bf8853b470915Thanks @mfbz! - AddedNftCardcomponent for displaying NFT metadata. The component automatically fetches and renders NFT information including image, name, description, collection details, traits, and external links. Features loading states, error handling, dark mode support and optional display of traits and additional metadata throughshowTraitsandshowExtraprops.#2685
f47dd3bd1efce2498b3ab731ca08da2326604f5fThanks @mfbz! - Added standalone Profile component for displaying wallet information. The Profile component has been extracted from the Connect component modal to provide a reusable profile display that can be used independently. The component automatically detects connection state, showing a compact "No connected wallet" message when disconnected and full profile information when connected (including address, balance with cross-VM support, multi-token selector, copy/disconnect actions, and optional scheduled transactions).#2679
8ef9cc6933f61c45e32a69c9d723ab669a7757ecThanks @mfbz! - AddedScheduledTransactionListcomponent, a scrollable list that displays scheduled transactions for a Flow account with support for MetadataViews.Display (thumbnails, names, descriptions), transaction cancellation, automatic refresh, responsive design and dark mode. Each card shows the scheduled execution time, fee, priority, and effort with an optional cancel button for pending transactions.Enhanced
Connectcomponent to display scheduled transactions in the profile modal. The modal now shows the user's scheduled transactions below their account info with a configurablemodalConfigprop to control visibility.#2673
e4e921a552caa78a8ef02b50a3e8431faee6764aThanks @mfbz! - Added flow-react-sdk-starter banner.#2681
3d6d1ab75898ff3b2d151ee2d1bd5923461f8b51Thanks @mfbz! - Optimized hot reload for demo running locally