MindFusion.Diagramming for Blazor 1.0.6

Released: Nov 4, 2024

1.0.6 での更新項目

機能

  • New Mouse Events
    • NodePointed event has been replaced by a set of more specific events: NodePointerEnter and NodePointerLeave are raised when the mouse pointer respectively enters or leaves the boundaries of a node.LinkPointed event has been replaced by a set of more specific events: LinkPointerEnter and LinkPointerLeave are raised when the mouse pointer respectively enters or leaves the boundaries of a link. NodeHovered fires if the pointer rests over a node for 'HoverDelay' milliseconds.
    • LinkHovered fires if the pointer rests over a link for 'HoverDelay' milliseconds.
  • Miscellaneous
    • DividerPen property added to ContainerNode, TableNode and TreeViewNode classes. It lets you customize the appearance of the divider line drawn between a node's caption bar and content area.

不具合の修正

  • Miscellaneous
    • Set the AutoDeleteLinks property to false to prevent deleting links along with a node they connect, and disconnect the links instead.
    • Fixed label placement when SetLinkLengthPosition is called with 1 as argument value.
    • Text alignment fixes.
  • API changes
    • LinkPointed and NodePointed events replaced by LinkHovered and NodeHovered.