Skip to content

v13.20.0

Compare
Choose a tag to compare
@tomlyn tomlyn released this 11 Mar 21:49
· 11 commits to main since this release
77ca3c4

Minor release

Common Canvas

#2390 [Feature Request] Draw decorations on top of nodes

A new canvas config property has been added in this release called enableRaiseLinksToTopOnHover. By default, it is false but when set to true, when the mouse pointer is hovered over a link, the link and its decorations (if any) will be drawn on top of all other canvas objects.

#2392 Deselect All not displayed in canvas context menu/toolbar when a sub-set of canvas objects are selected

The Deselect All option is now displayed in the context menu (or context toolbar) for the Canvas background when one or more objects on the canvas are selected. This aids the keyboard user in being able to rapidly deselect currently selected objects in teh same way as a mouse/trackpad user can click on the canvas background.

#2396 Double clicking to go back to previous pipeline can go too far back

When a sub-flow is being viewed, if the user clicks the Return to previous flowbutton it is now immediately disabled. This prevents the user from accidentally clicking the button twice -- which can happen with some applications that manage supernodes and sub-flows themselves.

Common Properties

Bug fixes

Issues Resolved

Full Changelog: v13.19.2...v13.20.0