MindFusion.Diagramming for JavaScript 4.4.4
Released: Jul 26, 2024
4.4.4 での更新項目
機能
- New mouse events
- NodePointed event has been replaced by a set of more specific events: NodePointerEnter and NodePointerLeave are raised when the mouse pointer enters or leaves the boundaries of a node. NodeHovered fires if the pointer rests over a node for 'HoverDelay' milliseconds.
- LinkPointed event has been replaced by a set of more specific events: LinkPointerEnter and LinkPointerLeave are raised when the mouse pointer enters or leaves the boundaries of a link. LinkHovered fires if the pointer rests over a link for 'HoverDelay' milliseconds.
- Miscellaneous
- You can now enable the autoDeleteChildren property to automatically delete child nodes when a container is deleted.
- Angular bindings have been updated to Angular 18.
- API changes
- LinkPointed and NodePointed events have been replaced by LinkHovered and NodeHovered.
不具合の修正
- Miscellaneous
- Fix for selected property setter of DiagramItem not immediately reflecting assigned value due to async calls.
- Fix for custom Shape definitions not setting the id property.