Skip to content

Releases: NorthwoodsSoftware/GoJS

1.5.20

03 Feb 21:23
Compare
Choose a tag to compare

Changes for 1.5.20

  • Fixed TextBlock.OverflowEllipsis sometimes not displaying ellipses when a height was set on the TextBlock.
  • Fixed routing of links with Link.adjusting being Link.Scale or Link.Stretch sometimes resulting in straight lines.
  • Fixed TreeLayout not respecting Part.isLayoutPositioned set to false on Comment Nodes (Nodes with the category "Comment").
  • Text rendering improvements.

1.5.19

22 Jan 17:09
Compare
Choose a tag to compare

Changes for 1.5.19

  • Fixed error when operating in PhantomJS environment.
  • Fixed handling of control characters in text strings by Model.toJson.

1.5.18

06 Jan 17:18
Compare
Choose a tag to compare

Changes for 1.5.18

  • Fixed Diagram.alignDocument when scrolling the current screen out of view.
  • Fixed round-off errors in GridLayout positioning of nodes when GridLayout.alignment is GridLayout.Location.

1.5.17

15 Dec 22:28
Compare
Choose a tag to compare

Changes for 1.5.16 and 1.5.17

  • In CommonJS environments, set module.exports as well as window.module.exports, in case they are different objects.

1.5.16

15 Dec 19:08
Compare
Choose a tag to compare

Changes for 1.5.16

  • In CommonJS environments, set module.exports as well as window.module.exports, in case they are different objects.

1.5.15

08 Dec 21:25
Compare
Choose a tag to compare

Changes for 1.5.15

  • Fixed zero-sized Arc PathSegments.
  • Ensured Groups always redraw their bounds when collapsed or expanded.

1.5.14

27 Nov 14:46
Compare
Choose a tag to compare

Changes for 1.5.14

  • Fixed Picture.element property setter to allow null.

1.5.13

24 Nov 16:32
Compare
Choose a tag to compare

Changes for 1.5.13

  • Fixed GraphObject.isActionable items being erroneously clickable through other non-actionable Parts.
  • Diagram.makeSVG now uses globally unique identifiers for its elements so that SVG from makeSVG can be used multiple times in the same page.
  • Fixed DraggingTool movement of a Node with a half-connected Link when DraggingTool.isGridSnapEnabled is true.

1.5.12

09 Nov 21:07
Compare
Choose a tag to compare

Changes for 1.5.12

  • The TextEditingTool.selectsTextOnActivate now selects text on iOS Safari.
  • Fixed the Part.containingGroup of reflexive member Links.
  • Fixed the loading of Link routes via a Binding on Link.points when the Links were connected with a Group.

1.5.11

02 Nov 16:54
Compare
Choose a tag to compare

Changes for 1.5.11

  • Fixes for location data binding when animation is enabled.
  • Provisional fix for OSX scrollbars when invisible by default. Functionality may change in future releases.
  • Fixed ResizingTool when resizing a Group with reflexive links.
  • The TextEditingTool more accurately predicts the editable area for text.