GoJS version 2.1.26

Changes for 2.1.26

  • Added a ResizeObserver to automatically detect changes in the size of the HTMLDivElement (the Diagram.div) in recent browsers. You will still need to call Diagram.requestUpdate when running in older browsers or in Internet Explorer.
  • Added the ResizingTool.dragsMembers property, for controlling whether resizing a Group may move its Group.memberParts if it has no Placeholder.
  • Fixed regression since 2.1.24 causing some diagrams not to be drawn even after calling Diagram.requestUpdate.
  • Fixed some cases of finding the nearest intersection point of Bezier curves with a straight finite line.

The previous version: GoJS version 2.1.25