Skip to content

Releases: NorthwoodsSoftware/GoJS

3.0.23

11 Jun 14:12
Compare
Choose a tag to compare

Changes for 3.0.23

  • Removed static { . . . } initialization blocks, an ES2022 feature, from the library.
  • Setting the Diagram.renderer to "svg" no longer throws an error in non-DOM environments.
  • Remove instanceof checks for the browser interface Path2D, in case some systems have their own implementation.

3.0.22

19 May 19:22
Compare
Choose a tag to compare

Changes for 3.0.22

  • Fixed the potential creation of DOM elements on library load, which may interfere with some non-DOM environments or setting Diagram.useDom.

3.0.21

25 Mar 18:47
Compare
Choose a tag to compare

Changes for 3.0.21

  • Simplified some minified names for simpler debugging.
  • Licensing fixes on some systems.

3.0.20

18 Mar 15:16
Compare
Choose a tag to compare

Changes for 3.0.20

Fixed Diagram.allowDragOut causing a Diagram's Diagram.documentBounds to fluctuate while dragging Parts out of the Diagram.

Fixed an unusual initialization exception involving Links with AvoidsNodes routing and collapsed Groups.

3.0.19

03 Feb 20:09
Compare
Choose a tag to compare

Changes for 3.0.19

2.3.18

16 Jan 14:49
Compare
Choose a tag to compare

Changes for 2.3.18

  • Fixed SVG rendering context when updating TextBlock.stroke
  • Fixed Table Panel layout when some previously-visible elements were set to invisible.
  • Fix for SVG Diagram.renderer shadows: building some objects would cause a shadow to disappear when redrawn.
  • Fixed Table Panel regression from 2.3.13: Some elements that both spanned and stretched would measure a column or row too large

3.0.18

14 Jan 21:22
Compare
Choose a tag to compare

Changes for 3.0.18

  • Fixed an internal problem introduced in 3.0.17 with Bindings evaluated when there's no Diagram.

3.0.17

11 Jan 13:14
Compare
Choose a tag to compare

Changes for 3.0.17

  • Fixed some TextBlock properties not updating when using the SVG renderer.
  • Fixed DraggingTool not updating completely when modifier keys change without a mouse/pointer movement.
  • Fixed pointerMove events when dragging between Diagrams separated by a shadow DOM
  • Fixed the measuring of some multiple lines when TextBlock.maxLines is used

3.0.16

09 Dec 16:09
Compare
Choose a tag to compare

Changes for 3.0.16

3.0.15

21 Nov 19:48
Compare
Choose a tag to compare

Changes for 3.0.15