Skip to content

Releases: NorthwoodsSoftware/GoJS

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.

3.0.9

02 Aug 16:26
Compare
Choose a tag to compare

Changes for 3.0.9

  • Fixed updating Bindings in Adornments when data in itemArrays change.

3.0.8

18 Jul 17:11
Compare
Choose a tag to compare

Changes for 3.0.8

3.0.7

03 Jul 16:05
Compare
Choose a tag to compare

Changes for 3.0.7

Be sure to see also: https://forum.nwoods.com/t/gojs-3-0-released/16808

3.0.6

02 Jul 15:47
Compare
Choose a tag to compare

Changes for 3.0.6

  • Added another work-around for Babel transpilation bug.
  • Fixed the Robot to handle "Delete" key events.
  • Fixed GridLayout when GridLayout.alignment is Position for Parts that have non-zero GraphObject.margin on the left or top sides. Fixed other built-in Layouts that use LayoutNetworks when Nodes have non-zero GraphObject.margin on the left or top sides.

Be sure to see also: https://forum.nwoods.com/t/gojs-3-0-released/16808

3.0.5

24 Jun 18:20
Compare
Choose a tag to compare

Changes for 3.0.5

Be sure to see also: https://forum.nwoods.com/t/gojs-3-0-released/16808

3.0.4

05 Jun 19:29
Compare
Choose a tag to compare

Changes for 3.0.4

Be sure to see also: https://forum.nwoods.com/t/gojs-3-0-released/16808

3.0.3

30 May 01:53
Compare
Choose a tag to compare

Changes for 3.0.3

  • Fixed some Group layouts failing to invalidate links.
  • Efficiency improvements for AvoidsNodes Routing.

Be sure to see also: https://forum.nwoods.com/t/gojs-3-0-released/16808

3.0.2

09 May 16:21
Compare
Choose a tag to compare

Changes for 3.0.2

  • Fixed some interactions with animations and mouse-over events leading to incorrect Part positions.
  • Fixed an issue where Binding.ofModel Bindings could cause problems with the clipboard.
  • Removed erroneous position: absolute inline CSS from Diagram.makeSVG output elements.
  • Fixed some Adornment locations when a locationObjectName is set and there is no Adornment.placeholder.
  • LinkLabelRouter will no longer unnecessarily move labels after an initial run.

Be sure to see also: https://forum.nwoods.com/t/gojs-3-0-released/16808

3.0.1

25 Apr 16:46
Compare
Choose a tag to compare

Changes for 3.0.1

  • Potentially incompatible: We have added InputEvent.code to correspond to KeyboardEvent.code CommandHandler.doKeyDown now uses KeyboardEvent.code instead of KeyboardEvent.key for better cross-language shortcut support. This may lead to incompatibilities if you have code (such as testing code) that sets an InputEvent.key value. You may need to additionally set InputEvent.code. If your code does not modify the value of InputEvent.key anywhere (such as in a tool customization or in a CommandHandler.doKeyDown override), you do not need to do anything.
  • Fix for initial position when Diagram.autoScale scales initial contents, but a scrollbar is still required.
  • Fixed some Iterators returned by GoJS (such as from Node.findLinksInto) returning faulty values from use of Symbol.iterator.
  • Fixed a bug where large nodes in a ForceDirectedLayout would sometimes overlap.

Be sure to see also: https://forum.nwoods.com/t/gojs-3-0-released/16808