Skip to content

release_9.2.5

Compare
Choose a tag to compare
@matthoward366 matthoward366 released this 04 Dec 23:57
6dbc71c

Feature Enhancements

Common-Canvas

  • The ghost image displayed when dragging a node from the palette now works correctly when the Chrome or Firefox browser page is zoomed. Note: There is still an issue with this on Safari.
  • Zoom amounts are now saved in a valid format in the pipelineFlow document when enableSaveZoom is set to "Pipelineflow"
  • Comments that are positioned with either a negative x or y coordinate are now saved to a pipeline flow document that conforms to the pipeline flow UI schema.
  • Elbow lines now behave the same way as curved lines when the target node is 'behind' the source node. That is, they loop around the outside of the source and target nodes instead of going underneath them.
  • The Paste option does not now appear in the Edit submenu for Nodes, Links and Comments.
  • Port circles are now removed if an empty inputs or outputs array is specified for a node in the Canvas Controller API
  • The Canvas Controller API now returns copies of objects from the object store instead of a pointer to the actual data in the object store.

Issues resolved

#399 Use latest pipeline-schemas module (#400)
#394 Add publish Action (#398)
#381 Palette icon positioning does not match cursor when browser zoom… (#382)
#385 Saved pipelineFlow should store valid zoom amount (#386)
#387 Adapt overlapping link algorithm to elbow link type (#388)
#389 propertyListener return values as object if the parameter structureType is object (#390)
#394 Move to github actions (#395)
#383 Remove Paste option from node and link overflow menus (#384)
#376 Port circle still visible after port has ben removed (#377)
#373 Common canvas API should not return Redux store data to host app (#374)
Attribute copyright notice to Elyra Authors (#380)