Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 22, 2025

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 58f953381ee0826bfeb6d068c28bf8853b470915 Thanks @mfbz! - Added NftCard component 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 through showTraits and showExtra props.

  • #2685 f47dd3bd1efce2498b3ab731ca08da2326604f5f Thanks @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 8ef9cc6933f61c45e32a69c9d723ab669a7757ec Thanks @mfbz! - Added ScheduledTransactionList component, 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 Connect component to display scheduled transactions in the profile modal. The modal now shows the user's scheduled transactions below their account info with a configurable modalConfig prop to control visibility.

  • #2680 b7d73c709f009b192bed02f476edcc997538213d Thanks @mfbz! - Enhanced the Connect component to enable visualizing different tokens like USDC and other stablecoins within the Connect modal.

Patch Changes

  • Updated dependencies []:
    • @onflow/fcl@1.20.4

@onflow/types@1.5.0

Minor Changes

  • #2689 bfb2665f759dd406fdd12900dd5bbdf7619dbc73 Thanks @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

@onflow/fcl@1.20.4

Patch Changes

@onflow/fcl-core@1.22.1

Patch Changes

@onflow/fcl-ethereum-provider@0.0.11

Patch Changes

  • Updated dependencies []:
    • @onflow/fcl@1.20.4
    • @onflow/fcl-wc@6.0.9

@onflow/fcl-rainbowkit-adapter@0.2.7

Patch Changes

  • Updated dependencies []:
    • @onflow/fcl@1.20.4
    • @onflow/fcl-ethereum-provider@0.0.11
    • @onflow/fcl-wagmi-adapter@0.0.11

@onflow/fcl-react-native@1.13.4

Patch Changes

@onflow/fcl-wagmi-adapter@0.0.11

Patch Changes

  • Updated dependencies []:
    • @onflow/fcl@1.20.4
    • @onflow/fcl-ethereum-provider@0.0.11

@onflow/fcl-wc@6.0.9

Patch Changes

@onflow/sdk@1.11.1

Patch Changes

@onflow/demo@1.2.0

Minor Changes

  • #2677 58f953381ee0826bfeb6d068c28bf8853b470915 Thanks @mfbz! - Added NftCard component 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 through showTraits and showExtra props.

  • #2685 f47dd3bd1efce2498b3ab731ca08da2326604f5f Thanks @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 8ef9cc6933f61c45e32a69c9d723ab669a7757ec Thanks @mfbz! - Added ScheduledTransactionList component, 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 Connect component to display scheduled transactions in the profile modal. The modal now shows the user's scheduled transactions below their account info with a configurable modalConfig prop to control visibility.

  • #2673 e4e921a552caa78a8ef02b50a3e8431faee6764a Thanks @mfbz! - Added flow-react-sdk-starter banner.

  • #2681 3d6d1ab75898ff3b2d151ee2d1bd5923461f8b51 Thanks @mfbz! - Optimized hot reload for demo running locally

@github-actions github-actions bot requested a review from a team as a code owner October 22, 2025 16:56
@vercel
Copy link

vercel bot commented Oct 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
react-sdk-demo Ready Ready Preview Comment Nov 6, 2025 8:10pm

@github-actions github-actions bot force-pushed the changeset-release/master branch from 72dd7bc to 6b86df4 Compare October 22, 2025 20:01
@github-actions github-actions bot force-pushed the changeset-release/master branch from 6b86df4 to 4d95c4f Compare October 22, 2025 20:50
@github-actions github-actions bot force-pushed the changeset-release/master branch from 4d95c4f to 1cdeb05 Compare October 23, 2025 20:40
@github-actions github-actions bot force-pushed the changeset-release/master branch from 1cdeb05 to dfbc130 Compare October 30, 2025 20:50
@github-actions github-actions bot force-pushed the changeset-release/master branch from dfbc130 to b76e691 Compare October 31, 2025 08:31
@github-actions github-actions bot force-pushed the changeset-release/master branch from b76e691 to e48a3a1 Compare November 3, 2025 23:37
@github-actions github-actions bot force-pushed the changeset-release/master branch from e48a3a1 to 2b920a5 Compare November 4, 2025 16:42
@github-actions github-actions bot force-pushed the changeset-release/master branch from 2b920a5 to c738d79 Compare November 4, 2025 22:44
@github-actions github-actions bot force-pushed the changeset-release/master branch from c738d79 to eab090f Compare November 5, 2025 22:19
@github-actions github-actions bot force-pushed the changeset-release/master branch from eab090f to f571b53 Compare November 5, 2025 22:43
@github-actions github-actions bot force-pushed the changeset-release/master branch from f571b53 to ef8e10c Compare November 6, 2025 19:09
@jribbink jribbink disabled auto-merge November 6, 2025 20:14
@jribbink jribbink merged commit e569019 into master Nov 6, 2025
2 checks passed
@jribbink jribbink deleted the changeset-release/master branch November 6, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants