Releases: xyflow/xyflow
Releases · xyflow/xyflow
Release 3.0.2
Release 3.0.1
- style(nodes): put styles into specific node type classes (eef9b69)
Release 3.0.0
Breaking changes
We now apply the style
option of a node the the wrapper and not the node itself. The advantage is that your custom nodes don't need to care about applying the styles and you can just return a Fragment with the actual content. More over it's easier to overwrite default styles with css.
Bugfixes & Enhancements
Release 2.2.1
Release 2.2.0
Release 2.1.1
Release 2.1.0
- feat(nodes): add selectNodesOnDrag prop type (02b4dc8)