Skip to content

v1.5.0

Choose a tag to compare

@fskpf fskpf released this 04 Nov 11:12
· 17 commits to main since this release

v1.5.0

New Features

  • The parent_configuration mapping now supports lambdas with the node as first parameter
  • Support a configurable node-to-cell mapping (widget.node_cell_mapping) that is considered by the automatic layout algorithms such that nodes are placed in the given grid cell. Typical use cases may be to highlight a critical path structurally by aligning these nodes in a row/column. For example, see this yFiles Graphs for Jupyter notebook.
  • Added circular_straight_line as new layout option that creates a circular layout with straight connections, instead of the bundled connections of the existing circular layout.

Improvements

  • Adjusted the interactive organic layout settings to make the result more airy.

Bugfixes

  • Fixed interactive organic failing when used multiple times in separate widgets in the same notebook.
  • Fixed widget resizing issue after switching from map-view to the normal graph view.