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

Release Date: 2020-10-26 // over 3 years ago
  • ๐Ÿ”„ Changes for 2.1.28

    • โž• Added the Diagram.ensureBounds method. Like Part.ensureBounds, this is useful when you need the document bounds computed immediately. It is rare that you will need to call either method, because the normal updating process will perform the computations for you as part of a transaction, asynchronously.
    • ๐Ÿ›  Fixed some parsing issues when using Geometry.parse or Shape.geometryString with SVG arcs.
    • ๐Ÿ›  Fixed the Picture.source setter from failing in non-DOM environments.
    • ๐Ÿ›  Fixed DOM-less environments that do not have setImmediate defined.
    • ๐Ÿ›  Fixed Link routing when connecting to the edge of an arc segment.