Skip to content

Releases: NorthwoodsSoftware/GoJS

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

3.0.14

14 Nov 21:28
Compare
Choose a tag to compare

Changes for 3.0.14

3.0.13

18 Oct 19:30
Compare
Choose a tag to compare

Changes for 3.0.13

  • Fixed SVG rendering context not updating the undocumented GraphObject.filter property.
  • Fixed SVG rendering context not updating (removing) Nodes when they became zero-sized.
  • Fixed SVG rendering context drawing Parts with non-real Part.locations.
  • Fixed grid updating when toggling Diagram.grid values.
  • Fixed a case where Diagram and Layer findObject... methods would only partially update a Part's location or position.
  • Added a work-around for improper minification by Terser so that calls to toString on instances of GoJS classes produce the expected output.