v13.20.0
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 flow
button 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
- #2382 Bug: The beforeEditActionHandler, no longer correctly returns b… by @tomlyn in #2383
- #2384 Fix deleteLink in canvas-controller-api-test.js by @tomlyn in #2385
- #2386 SelectionChangedHandlerData: update addedNotes and selectedNode… by @tomlyn in #2387
- #2388 Expand and export InternalAction type by @tomlyn in #2389
- #2326 Accessibility Violations in Common Properties Controls without Label by @srikant-ch5 in #2327
- #2392 Deselect All not displayed in canvas context menu/toolbar when … by @tomlyn in #2393
- #2390 [Feature Request] Draw decorations on top of nodes by @tomlyn in #2391
- #2396 Double clicking to go back to previous pipeline can go too far back by @tomlyn in #2397
- #2398 TypeScript definitions do not work with isolatedModules by @samueldmeyer in #2399
- #2394 Pressing escape after entering multiline comment doesn't return…by @Jerinjk14 in #2395
Full Changelog: v13.19.2...v13.20.0