MindFusion.Diagramming for JavaScript 4.4.2

Released: Mar 20, 2024

Aggiornamenti in 4.4.2

Funzionalità

  • TableNode improvements
    • getRow and getColumn methods now return strongly-typed TableRow and TableColumn objects.
    • The anchorPattern property of TableRow and rowAnchorPattern property of TableNode now let you specify the points where links connect to table rows.
    • cellTextColor property now lets you set default color of cell texts, without changing caption color.
  • TabbedDiagramView improvements
    • You can now enable allowRenamePages to let users edit the title of DiagramPage by clicking the active tab.
    • The control now raises pageAdding event when users click the plus icon to let you validate the operation, and pageAdded once the page is added.
    • The control now raises pageRemoving event when users close a tab to let you validate the operation, and pageRemoved once the page is removed.
  • Miscellaneous
    • You can now disable allowUnanchoredLinks to prevent users from drawing links to nodes without designated anchor points.
    • You can now set inplaceEditAcceptOnEnter and inplaceEditCancelOnEsc properties to specify whether edit operations end when user presses respectively Enter and Esc keys.
    • The showAnchors property can be set to Selected | Auto combination.
    • You can now set horizontalDropAlignment and verticalDropAlignment properties to specify how nodes are positioned relatively to the drop point after drag operations from NodeListView.
    • You can now set dragIndicatorOpacity property to specify the opacity of drag indicator displayed during drag-and-drop operations.

Correzioni

  • TabbedDiagramView improvements
    • Fixed scroll range not updating when changing tabs.