Skip to content

Releases: NorthwoodsSoftware/GoJS

2.2.23

25 Jan 14:40
Compare
Choose a tag to compare

Changes for 2.2.23

  • Line (and therefore Link) intersection fix for some shape geometries containing arcs and beziers, when the start or end of the curve overlaps the adjacent path point.

2.2.22

04 Jan 16:19
Compare
Choose a tag to compare

Changes for 2.2.22

  • Disallow browser wheel events on the Diagram canvas from bubbling if the wheel has a horizontal component. This bubble prevention also prevents the browser in some systems from
  • Fixed a bug where resetting Picture.source to the empty string may cause a property set error.

2.2.21

19 Dec 21:01
Compare
Choose a tag to compare

Changes for 2.2.21

  • Improved Link.makeGeometry so that overrides do not need to test for situations where a Link has fewer than two points.
  • Improved shadows when Diagram and Part are scaled.

2.2.20

13 Dec 19:03
Compare
Choose a tag to compare

Changes for 2.2.20

  • Improved LinkingTool.doActivate to assign the location of the LinkingBaseTool.temporaryToNode (or the LinkingBaseTool.temporaryFromNode, if drawing a link in the reverse direction) so as to avoid momentarily seeing where the temporary node had been the last time the user tried to draw a new link.
  • Corrected functionality when a browser cancels a Pointer event (for instance when the browser is minimized during ongoing Pointer events).
  • Corrected GraphObject.mouseLeave sometimes not getting called when the user's pointer leaves the Diagram.
  • Fixed iOS Safari text highlighting when dragging Pointer events out of a Diagram.
  • Fixed a regression from 2.2.18 where link JumpOvers might cause "Change not within a transaction" warnings on model load.

2.2.19

30 Nov 16:13
Compare
Choose a tag to compare

Changes for 2.2.19

  • Event fix for some platforms that reimplement DOM functionality (Polymer and Salesforce Aura components).
  • Graduated panels no longer display shadows on Shape and TextBlock elements when those elements explicitly disable shadows with GraphObject.shadowVisible.

2.2.18

18 Nov 15:46
Compare
Choose a tag to compare

Changes for 2.2.18

  • Fix for some initialization animations which could set Part.location incorrectly.
  • Fixed operation of the LinkShiftingTool extension when the mouse is inside the connected node.
  • The TypeScript extensions are now compiled with options "noImplicitOverride": true, "noUnusedLocals": true.
  • Fix since 2.2.0: Link bounds now always contain all JumpOvers.
  • Fix since 2.2.0: When a Diagram.autoScale is applied, dragging Parts outside of the viewport now reliably triggers a redraw.

2.2.17

24 Oct 22:55
Compare
Choose a tag to compare

Changes for 2.2.17

2.2.16

29 Sep 20:52
Compare
Choose a tag to compare

Changes for 2.2.16

2.2.15

12 Sep 13:58
Compare
Choose a tag to compare

Changes for 2.2.15

  • Fixed non-Path Geometry copies not to have a null value for Geometry.figures.
  • Improved the calculation of the midpoint of Bezier curve Links that have exactly three points in their route.
  • Fixed some empty Table panels causing an exception.
  • Loading the GoJS library twice is now a console warning, instead of an error.

2.2.14

27 Jul 18:37
Compare
Choose a tag to compare

Changes for 2.2.14

  • Diagram Layouts with Layout.isRealtime set to true will no longer attempt real-time layouts during the DraggingTool operation.
  • Graduated Panels now deal with highly precise floating point numbers more accurately.