Skip to content

v13.48.0

Choose a tag to compare

@tomlyn tomlyn released this 10 Jul 18:38
09ea91e

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

New Contributors

Full Changelog: v13.47.1...v13.48.0