GoJS, a JavaScript Library for HTML Diagrams v2.1.30 Release Notes

Release Date: 2020-11-23 // over 3 years ago
  • ๐Ÿ”„ Changes for 2.1.30

    • ๐Ÿ”„ Changed the behavior of GraphLinksModel so that the use of a key of a non-existent node can be resolved by adding a node with that key in a later transaction, not just in the same transaction.
    • ๐Ÿ›  Fixed routing of duplicate orthogonal links between ports with "...Side" Spots to avoid producing little loops when the ports are close to each other.
    • ๐Ÿ›  Fixed ContextMenuTool to automatically stop running if the newly shown context menu is a not-GraphObject.visible Adornment.
    • ๐Ÿ›  Fixed exception on expanding a Group whose member nodes had partly disconnected links.