Skip to content

Releases: NorthwoodsSoftware/GoJS

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.

3.0.12

30 Sep 16:12
Compare
Choose a tag to compare

Changes for 3.0.12

3.0.11

30 Aug 00:12
Compare
Choose a tag to compare

Changes for 3.0.11

  • TextBlocks inside "Graduated" Panels are no longer drawn as tiny lines when the scale is very small.
  • Fixed SVG rendering for some multi-line text.
  • Fixed incorrect Diagram.position setting when panning with some animations.

3.0.10

15 Aug 16:57
Compare
Choose a tag to compare

Changes for 3.0.10

  • Fixed a regression from 3.0.5: the built-in AvoidsNodes Router was not calling the base method Router.canRoute.
  • Unnecessary "Change not within a transaction" fix for images loading during animations.
  • Fixed some animations that were erratically changing the Diagram position when a Diagram.contentAlignment is set.
  • The AvoidsNodes router no longer routes during the default animation, and preserves AvoidsNodes routes during animation.