v13.47.0
Minor Release v13.47.0
Build
- Various packages have been bumped up to later releases
Common Canvas
##155 Add option to test harness to switch off display of the notification panel
A new toggle has been added to the Notifications section of the test harness that, when switched to false, will prevent the notification config being provided to Common Canvas. This has the effect of removing the Notification Panel button from the toolbar which appears in the right-most position.
#3157 apiPipeline.getAutoSourceNode(false) is no longer available for application to call
A new canvas controller method called getAutoSourceNode(autoLinkOnlyFromSelNodes, pipelineId) has been added. This will return an appropriate source node for new node being automatically added to the flow.
As a result if this fix the creaetAutoNode method of canvas-controller has been changed to just create a new auto-positioned node in the object model. What used to be createAutoNode is now called createAutoNodeCommand.
createAutoNodeCommand(nodeTemplate, addLink = true)
This will create an automatically positioned node, along with a link to a suitable source node if addLink is true, by adding a command to the command stack. This allows the operation to be undone and redone by the user.
Common Properties
- Bug fixes
Issues Resolved
- Bump tmp from 0.2.5 to 0.2.7 in /canvas_modules/harness by @dependabot[bot] in #3145
- #3155 Add option to test harness to switch off display of the notific… by @tomlyn in #3156
- #3143 Tooltip on palette not closed when search string is enetered by @tomlyn in #3144
- #2518 Accessibility violation where multiple tables in the same panelhave the same search column by @caritaou in #3154
- #3157 apiPipeline.getAutoSourceNode(false) is no longer available for… by @tomlyn in #3158
- #3157 apiPipeline.getAutoSourceNode(false) is no longer available for… by @tomlyn in #3162
- #3160 Dropdown menu from right bar of toolbar does not behave correct… by @tomlyn in #3161
- #3163 enableDragWithoutSelect prevents link selection from working co… by @tomlyn in #3164
- #3151 Add check in expression setTheme by @matthoward366 in #3152
Full Changelog: v13.46.1...v13.47.0