github xyflow/xyflow 4.0.0
Release 4.0.0

latest releases: 11.11.3, reactflow@11.11.3, @reactflow/node-toolbar@1.3.13...
3 years ago

Breaking Changes

We dropped the isInteractive property and introduced more adjustable properties to control the level of interaction: nodesDraggable, nodesConnectable and elementsSelectable.

  • feat(graph): more adjustable interaction closes #329, closes #291 (1d8a9d6)

New Features

We added a new smoothstep edge type and also added the existing edge types as types for the connection line. You can draw a default (bezier), straight, step or smoothstep connection line. Moreover we implemented onNodeMouseEnter, onNodeMouseMove, onNodeMouseLeave and onNodeContextMenu handlers.

  • feat(nodes): add enter, move, leave and context handler #301 (32f6101)
  • feat(edges): add smooth step type (b32d545)
  • feat(connectionline): add step and smoothstep types (152acbe)

Don't miss a new xyflow release

NewReleases is sending notifications on new releases.