Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for JavaScript, V4.4.4 (Read 176 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 701
Joined: Apr 6th, 2003
Diagramming for JavaScript, V4.4.4
Jul 25th, 2024 at 9:53am
Print Post  
Version 4.4.4 is a maintenance release containing several fixes and customer-requested features:

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. 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 respectively enters or leaves the boundaries of a link. linkHovered fires if the pointer rests over a link for hoverDelay milliseconds.

Miscellaneous
  • Enable the autoDeleteChildren property to automatically delete child nodes when a container is deleted.
  • Angular bindings updated to Angular 18.
  • 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.

API changes
  • linkPointed and nodePointed events replaced by linkHovered and nodeHovered.

Distribution for the latest version can be downloaded here, or from the clients area on our site:
https://mindfusion.eu/JsDiagramTrial.zip

Updated scripts are also available as @mindfusion/diagramming NPM package.

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint