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

Release Date: 2020-06-02 // almost 4 years ago
  • ๐Ÿ”„ Changes for 2.1.18

    • โž• Added the Belts and Rollers sample, showing belts or chains wending around rollers or gears.
    • ๐Ÿ›  Fixed finding a node by key after undoing a call to Model.setKeyForNodeData.
    • ๐Ÿ›  Fixed Diagram initialization without DIVs or with delayed initialization, where setting some properties like Diagram.scaleComputation would cause measuring errors.
    • ๐Ÿ‘Œ Improved handling of numeric large arc flag values when creating SVG arc PathSegments via PathSegment.constructor.
    • ๐Ÿ›  Fixed the TypeScript declaration for GraphObject.make to handle AnimationTriggers.