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

Release Date: 2019-06-03 // almost 5 years ago
  • ๐Ÿ”„ Changes for 2.0.12

    • ๐Ÿ›  Fixed a memory leak with internal Picture caching when modifying Panel item arrays.
    • ๐Ÿ›  Fixed animation when expanding and collapsing during Diagram load.
    • Drawing fix for IE when drawing zero width or height geometries that have a stroke.
    • ๐Ÿšš The DraggingTool will no longer auto scroll the diagram if Diagram.isReadOnly is true or both Diagram.allowMove and Diagram.allowCopy are false. This means that, by default, a Palette will no longer auto scroll while the DraggingTool is active.
    • ๐Ÿ‘Œ Improved positioning of unrotated link labels when GraphObject.segmentOffset is  go.Point(NaN, NaN)  and the link segment is more vertical than horizontal.