v13.48.0
Minor Release v13.48.0
Common Canvas
#3204 Support decorations for Comments
Common Canvas now supports decorations on comments in the same way that decorations can be applied to nodes and links. Four new functions have been added to the canvas-controller that mirror the equivalent functions for node and link decorations:
setCommentDecorations
setCommentsMultiDecorations,
getCommentDecorations
setCommentDecorationLabelEditingMode
All aspects of comment decorations are the same as for node and link decorations such as:
- persistence in the pipeline flow,
- keyboard navigation,
- callback to the decorationActionHandler, etc
Common Properties
- Bug fixes
Issues Resolved
- #3177 Default node stroke color on hover not strong enough by @tomlyn in #3178
- #3179 Arrows displayed in port circles should be proportional to port… by @tomlyn in #3180
- #3182 Add missing default message fallback to sort c… by @justin-panopio in #3185
- #3204 Support decorations for Comments by @tomlyn in #3205
- #3207 Replace DEC_NODE, DEC_COMMENT, DEC_LINK with generic constants by @tomlyn in #3208
- #3210 Rename TOOLBAR_* constants to ACTION_* constants and use consis… by @tomlyn in #3212
- #3189 Numberfield doesn't handle integers and invalid numbers correctly by @AlecAsdourian in #3190
- #3194 Add row_selection option of 'none' to suppress row selection UI by @rbeshay1 in #3191
- #3183 Fix vertical scrollbar on properties table by @jsochava in #3181
- #3213 Cannot use external objects (JSX ports) with React 19 by @tomlyn in #3214
- #3217 Port arrows being displayed too small with 'port-arcs' nodeShape by @tomlyn in #3218
- #3197 Toolbar settings dropdown menu is cut off when canvas is zoomed in by @nathayu in #3201
New Contributors
- @justin-panopio made their first contribution in #3185
- @AlecAsdourian made their first contribution in #3190
- @rbeshay1 made their first contribution in #3191
- @jsochava made their first contribution in #3181
- @nathayu made their first contribution in #3201
Full Changelog: v13.47.1...v13.48.0