wbkd/react-flow
 Watch   
 Star   
 Fork   
23 hours ago
react-flow

@xyflow/system@0.0.81

Patch Changes

23 hours ago
react-flow

@xyflow/svelte@1.6.5

Patch Changes

  • Updated dependencies [22e0be2]:
    • @xyflow/system@0.0.81
23 hours ago
react-flow

@xyflow/react@12.11.5

Patch Changes

  • Updated dependencies [22e0be2]:
    • @xyflow/system@0.0.81
1 days ago
react-flow

@xyflow/react@12.11.4

Patch Changes

  • #5974 8c42922 - Minimap still works after ReactFlow remounts

  • #5962 cbf40b9 - Show log if user hides attribution in development

  • #5976 3319ef4 - Fix the MiniMap zooming out to include the origin when every node is hidden.

  • #5955 965ca70 - Fix MiniMap calling useCallback conditionally for onNodeClick.

1 days ago
react-flow

@xyflow/svelte@1.6.4

Patch Changes

  • #5962 cbf40b9 - Show log if user hides attribution in development

  • #5976 3319ef4 - Fix the MiniMap zooming out to include the origin when every node is hidden.

  • #5959 ad025cf - Fix unnecessary edge rerenders

14 days ago
react-flow

@xyflow/system@0.0.80

Patch Changes

  • #5902 393d951 - Allow middle-mouse viewport panning to start from a selection rectangle.

  • #5889 ff126a0 - Fix extent: 'parent' not immediately resolving when parent has width or initialWidth.

  • #5871 e5d86bd - Fix getNodesBounds stretching the returned bounds to include the origin (0, 0) when one of the passed ids/nodes can't be resolved.

  • #5922 392da00 - Allow Control to activate pane panning with a primary-button drag.

14 days ago
react-flow

@xyflow/svelte@1.6.3

Patch Changes

  • #5902 393d951 - Allow middle-mouse viewport panning to start from a selection rectangle.

  • #5889 ff126a0 - Fix extent: 'parent' not immediately resolving when parent has width or initialWidth.

  • #5930 48293bf - Fix module imports to adhere to Node ESM & Typescript conventions

  • #5918 c5d7442 - Fix selection box appearing when dragging the pane via touch. Prefer touch panning over drag selection when selectionOnDrag is combined with mouse-button-specific panOnDrag settings.

  • #5922 392da00 - Allow Control to activate pane panning with a primary-button drag.

  • Updated dependencies [393d951, ff126a0, e5d86bd, 392da00]:

    • @xyflow/system@0.0.80
14 days ago
react-flow

@xyflow/react@12.11.3

Patch Changes

  • #5902 393d951 - Allow middle-mouse viewport panning to start from a selection rectangle.

  • #5889 ff126a0 - Fix extent: 'parent' not immediately resolving when parent has width or initialWidth.

  • #5943 d1def59 - Invoke an error if handle can not be found

  • #5947 2ba040f - Use correct nodeExtent for internal setNodes.

  • #5918 c5d7442 - Fix selection box appearing when dragging the pane via touch. Prefer touch panning over drag selection when selectionOnDrag is combined with mouse-button-specific panOnDrag settings.

  • #5922 392da00 - Allow Control to activate pane panning with a primary-button drag.

  • #5929 4c5d7d2 - Allow key combinations of three or more keys (e.g. 'Meta+Shift+s') for useKeyPress.

  • #5938 91a052f - Fix <Background /> pattern offset miscalculation.

  • Updated dependencies [393d951, ff126a0, e5d86bd, 392da00]:

    • @xyflow/system@0.0.80
2026-07-06 20:42:55
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.

2026-07-06 20:42:55
react-flow

@xyflow/svelte@1.6.2

Patch Changes