Whats New in React Flow 12.3.6

Patch Changes

  • #4846 Make it possible to use expandParent with immer and other immutable helpers
  • #4865 Add group node to BuiltInNode type. Thanks @sjdemartini!
  • #4877 Fix intersections for nodes with origins other than [0,0]. Thanks @gmvrpw!
  • #4844 Allow custom data-testid for ReactFlow component
  • #4816 Type isValidConnection prop correctly by passing EdgeType
  • #4855 Thanks @mhuggins! - Support passing path element attributes to BaseEdge component.
  • #4862 Prevent default scrolling behavior when nodes or a selection is moved with an arrow key press.
  • #4875 Prevent unnecessary rerenders of edges when resizing the flow.
  • #4826 Forward ref of the div inside Panel components.