v13.44.0
Minor Release v13.44.0
Common Canvas
#3068 Support setLinkParameters similar to setNodeParameters
A new parameters field for links has been added to the pipeline-flow schema. A new method has been added to the Canvas Controller to set the parameters for a link:
/**
* Sets the link parameters
* @param linkId - The ID of the link
* @param parameters - An array of parameters
* @param pipelineId - Optional. The ID of the pipeline of the link.
* Defaults to the currently displayed pipeline.
*/
setLinkParameters(
linkId: CanvasLinkId,
parameters: Record<string, unknown>[],
pipelineId?: PipelineId
): void;
#3094 Add types for setRightFlyoutMinWidth in Canvas Controller
The setRightFlyoutWidth and setRightFlyoutMinWidth are bow included in the typescript declarations.
Issues Resolved
- #3068 Support setLinkParameters similar to setNodeParameters by @tomlyn in #3069
- #3071 Update github actions to node 22 or node 24 by @tomlyn in #3072
- #3075 Objects move with keyboard navigation in sub-flow in React Node… by @tomlyn in #3077
- #3073 Focus does not return to parent object after editing a node … by @tomlyn in #3074
- #3078 Expanded supernode background in Flows sample app is transparent. by @tomlyn in #3079
- #3080 Types use fallback condition by @tomlyn in #3081
- #3078 Expanded supernode background in Flows sample app is transparen… by @tomlyn in #3083
- #3080 Types use fallback condition (Part 2) by @tomlyn in #3086
- #3087 package-lock.json for test harness by @tomlyn in #3088
- #3084 Add an nvmrc file to set node version by @tomlyn in #3085
- #3094 Add types for setRightFlyoutMinWidth in Canvas Controller by @tomlyn in #3095
- Bump cookie, express and express-session in /canvas_modules/harness by @dependabot[bot] in #3093
- Bump qs and body-parser in /canvas_modules/harness by @dependabot[bot] in #3098
- Bump ajv from 8.12.0 to 8.18.0 in /canvas_modules/harness by @dependabot[bot] in #3092
- #3076 Update translation files 20260415.031842 by @ningzhang-svl in #3082
- #3096 Codemirror line numbers do not have sufficient contrast in dark… by @tomlyn in #3097
- 3099 Ensure NPM packages being used do not have vulnerabilities by @tomlyn in #3100
Full Changelog: v13.43.2...v13.44.0