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

Release Date: 2020-07-17 // almost 4 years ago
  • ๐Ÿ”„ Changes for 2.1.21

    • โž• Added the Swim Lane Layout extension, demonstrated in the Swim Lane Layout sample. This layout is a version of LayeredDigraphLayout that positions each node in the lane in which it is supposed to be.
    • ๐Ÿ›  Fix for parts that have their location or position set when not in the Diagram. This issue could affect temporary parts, such as adornments created by tools that are repeatedly added and removed from the Diagram.
    • ๐Ÿ›  Fixed ordering of links on a Spot.TopSide or Spot.BottomSide port when linking with a node to the right.
    • ๐Ÿ›  Fixed some scaling animations when Diagram.autoScale is set.