All Versions
45
Latest Version
Avg Release Cycle
15 days
Latest Release
1207 days ago

Changelog History
Page 4

  • v2.0.20 Changes

    November 20, 2019

    ๐Ÿ”„ Changes for 2.0.20

  • v2.0.19 Changes

    November 18, 2019

    ๐Ÿ”„ Changes for 2.0.19

    Note: these bugfixes will be incorporated into the 2.1 branch as part of the upcoming 2.1.1 release.

  • v2.0.18 Changes

    October 28, 2019

    ๐Ÿ”„ Changes for 2.0.18

    • โœ… Shapes with a shadow and a Shape.fill value of "transparent" now apply the shadow to the Shape.stroke, instead of the invisible Shape.fill.
    • ๐Ÿ›  Minor scrollbar fixes.
    • ๐Ÿ›  Fixed "PanelExpanderButton" click event handler to set InputEvent.handled to true, so that other click event handlers in containing panels will not run.
    • ๐Ÿ‘Œ Improved the Map constructor and Map.addAll method to accept an instance of Map.

    ๐Ÿš€ for previous releases, see: https://forum.nwoods.com/t/gojs-version-2-0-17/12682/2

  • v2.0.17 Changes

    September 27, 2019

    ๐Ÿ”„ Changes for 2.0.17

    • ๐Ÿ›  Fixed a bug with scrollbars when setting invisible/hidden Diagram DIVs to visible/unhidden while modifying their size.
    • ๐Ÿ‘Œ Improved orthogonal link segment overlap avoidance in LayeredDigraphLayout.
    • Optimizations for Puppeteer
  • v2.0.16 Changes

    August 20, 2019

    ๐Ÿ”„ Changes for 2.0.16

  • v2.0.15 Changes

    July 22, 2019

    ๐Ÿ”„ Changes for 2.0.15

    • ๐Ÿ”— Link JumpOver fixes.
    • ๐Ÿ›  Fixed an animation bug where some Model loading events might not respect the value of AnimationManager.isInitial.
    • ๐Ÿ›  Fixed a bug with AnimationManager.isInitial, where subsequent animations may not occur when it is false.
    • ๐Ÿ›  Fixed a bug with Picture drawing when the Picture is scaled to be drawn smaller than a pixel. During expanding animations, it is possible that such a small scale is applied to a Picture.
  • v2.0.14 Changes

    July 10, 2019

    ๐Ÿ”„ Changes for 2.0.14

  • v2.0.13 Changes

    June 21, 2019

    ๐Ÿ”„ Changes for 2.0.13

    • โœ… When dragging over a different Diagram than the source, such as in a drag from a Palette, the DraggingTool now checks the Diagram's cursor and only changes it to  "copy"  if the Diagram.currentCursor value is  ""  or  "auto" .
    • Drawing fix for some objects disappearing when rotated, and the Diagram is scaled.
    • โšก๏ธ Optimized Group.move not to try moving member parts when the offset is zero. This improves the stability of layouts that move groups, such as PoolLayout in some samples.
    • ๐Ÿ›  This bugfix potentially breaks old  elementFinished  code in Shape geometries with multiple figures.  Fix for Diagram.makeSVG  elementFinished  optional argument: Shapes with multiple geometry figures would pass the final SVG  <path>  generated as the SVG element, when they should be grouped together and pass an SVG  <g>  instead. This is what TextBlock already does when there is more than one line of text.
  • v2.0.12 Changes

    June 03, 2019

    ๐Ÿ”„ 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.
  • v2.0.11 Changes

    May 23, 2019

    ๐Ÿ”„ Changes for 2.0.11