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

Release Date: 2020-01-15 // over 4 years ago
  • ๐Ÿ”„ Changes for 2.1.6

    • ๐Ÿš€ The release/go-module.js file now exports every class, so that you can import only specific classes, instead of go . For example: import { Diagram, Node, Link, Point, Shape, TextBlock } from ... .
    • โž• Added a sample demonstrating generating a PDF file for a Diagram, in the projects/pdf subdirectory. The sample is at minimalPDF.
    • ๐Ÿ›  Fix for AnimationTriggers erroneously starting when dragging and dropping Parts from another Diagram or Palette.
    • ๐Ÿ›  Fix for LinkingTool not deselecting other parts when a new link is created.