Skip to content

v13.46.0

Choose a tag to compare

@tomlyn tomlyn released this 18 May 23:09
530e5e5

Minor Release v13.46.0

Build

  • Bumped fast-uri from 3.1.0 to 3.1.2
  • Bumped @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4

Common Canvas

#3129 Create link between multi-ports nodes for createAutoNode action by @tomlyn in #3130

Previously, when the user 'automatically' added a node from the palette into the flow editor by either clicking on the node or using the keyboard, the new node would only be connected to the existing flow if the source node and the new node had single input and output ports. In this release, nodes with multiple input or output ports can be automatically added to the flow from the palette and a link will be created between whatever ports are available for connection in the output ports of the source node and the input ports of the new node.

Common Properties

#3131 Code mirror colors - don't rely on data-carbon-theme

Previously, for code mirror text to be shown in the expression editor of Common Properties with colors that enabled high contrast display, an attribute called data-carbon-theme had to be added to one of the parent containers of the expression editor. This is no longer needed because the expression editor will detect which theme is being used and adjust the colors appropriately.


Issues Resolved

  • #3124 Unexpected module syntax (part 2) by @tomlyn in #3126
  • Bump fast-uri from 3.1.0 to 3.1.2 in /canvas_modules/harness by @dependabot[bot] in #3127
  • Bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 in /canvas_modules/harness by @dependabot[bot] in #3128
  • #3129 Create link between multi-ports nodes for createAutoNode action by @tomlyn in #3130
  • #3131 Code mirror colors - don't rely on data-carbon-theme by @tomlyn in #3132

Full Changelog: v13.45.2...v13.46.0