You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added node_actions parameter to allow users to list which node actions to enable (e.g. remove, expand, or both). (#28)
Added caption parameter for EdgeStyle to allow users to specify which edge attribute to use as caption/label. (#30)
Changed
Reduce use of wait_for_timeout in tests by replacing it with selectors where appropriate, allowing Playwright to handle waiting automatically. (#25)
Add pytest reruns to to avoid manual retrying of CI flaky tests. (#25)
Deprecated
Depreceated the use of enable_node_actions parameter. node_actions should be used instead to enable node actions. If enable_node_actions is set to True and node_actions is not provided, default actions ('remove', 'expand') will be enabled. (#28)
Depreceated the use of labeled parameter for EdgeStyle. caption should be used instead to specify edge caption/label. If labeled is set to True and caption is not provided, default caption 'label' will be used. (#30)