wbkd/react-flow
 Watch   
 Star   
 Fork   
6 days ago
react-flow

@xyflow/system@0.0.79

Patch Changes

  • #5850 c707267 - Cache the zoom pane extent so panning and pinching no longer force a synchronous layout.

  • #5839 0c0cebc - Use correct fill color for bg pattern in dark mode

  • #5851 56cf3b0 - Fix fitView with includeHiddenNodes ignoring hidden nodes that declare an intrinsic size (width/height/initialWidth/initialHeight) but were never measured

  • #5845 a01bb6b - Check if parent node is in node lookup before clamp the position to prevent throwing an error.

  • #5849 9b3f390 - Always fire onPanZoomEnd when onPanZoomStart was fired due to a pan-on-scroll wheel tick

  • #5837 cdfcbeb - Check for element existence and type before checking property existence in node/edge typeguards.

6 days ago
react-flow

@xyflow/svelte@1.6.2

Patch Changes

6 days ago
react-flow

@xyflow/react@12.11.2

Patch Changes

20 days ago
react-flow

@xyflow/react@12.11.1

Patch Changes

  • #5815 87da45c - Fix FinalConnectionState type so it preserves the discriminated union.

  • #5823 a6afc91 - Update attribution link

  • #5824 6b1dac5 - Do not fire on pane click when connection ends on pane

  • #5818 4ddc2d8 - Provide the shared handle config (connectOnClick, noPanClassName, rfId) through context instead of subscribing to the store in every Handle, so a store update no longer runs a selector once per handle

  • #5817 8df250b - Reduce per-handle work on store updates by returning a shared connection state while no connection is in progress.

  • #5822 a6249de - Return stable reference for edge position when connected node gets deleted

  • Updated dependencies [ceb8604, 87da45c]:

    • @xyflow/system@0.0.78
20 days ago
react-flow

@xyflow/svelte@1.6.1

Patch Changes

  • #5815 87da45c - Fix FinalConnectionState type so it preserves the discriminated union.

  • #5823 a6afc91 - Update attribution link

  • #5824 6b1dac5 - Do not fire on pane click when connection ends on pane

  • Updated dependencies [ceb8604, 87da45c]:

    • @xyflow/system@0.0.78
20 days ago
react-flow

@xyflow/system@0.0.78

Patch Changes

  • #5806 ceb8604 - Reduce allocations in getNodesInside by testing nodes against the viewport without building a Rect per node

  • #5815 87da45c - Fix FinalConnectionState type so it preserves the discriminated union.

2026-06-01 21:28:44
react-flow

@xyflow/system@0.0.77

Patch Changes

  • #5791 732c8eb - Adds a type error when handleId is used without handleType in useNodeConnections

  • #5793 c5c853d - Dev Warnings now use library-specific messaging with the correct documentation links.

  • #5677 e6661de - Add autoPanOnSelection to auto-pan when user drags a selection close to the edge of the viewport.

  • #5803 737194d - Reset node drag state when drag is aborted

  • #5638 40660cd - Fix selection box issue on mobile devices by adding touch-action:none

  • #5105 4806e7c - Improve generic types for xydrag & xyhandle

  • #5784 7055140 - Fix node resizing possible beyond absolute extents

2026-06-01 21:28:44
react-flow

@xyflow/svelte@1.6.0

Minor Changes

  • #5677 e6661de - Add autoPanOnSelection to auto-pan when user drags a selection close to the edge of the viewport.

Patch Changes

2026-06-01 21:21:13
react-flow

@xyflow/react@12.11.0

12.11.0

Minor Changes

  • #5677 e6661de - Add autoPanOnSelection to auto-pan when user drags a selection close to the edge of the viewport.

Patch Changes

  • #5791 732c8eb - Adds a type error when handleId is used without handleType in useNodeConnections

  • #5793 c5c853d - Dev Warnings now use library-specific messaging with the correct documentation links.

  • #5776 0441e9f - Export NodeHandle type

  • #5755 88737f9 - Add @types/react and @types/react-dom as optional peer dependencies to prevent issues with pnpm strict mode (hoist: false)

  • #5105 076ad38 - Fix type for event passed to onNodeDrag

  • #5784 7055140 - Fix node resizing possible beyond absolute extents

  • #5769 ad4d547 - Use useEffect for StoreUpdater to restore previous behaviour

  • Updated dependencies [732c8eb, c5c853d, e6661de, 737194d, 40660cd, 4806e7c, 7055140]:

    • @xyflow/system@0.0.77
2026-03-27 19:52:18
react-flow

@xyflow/system@0.0.76

Patch Changes