Version 1.2.4

We are pleased to announce the release of version 1.2.4.

  • Version 1.2 includes a lot of performance improvements – everything takes a lot less memory than before, and many things should be a bit faster too.
  • We have added support for drawing separator lines between some or all rows and/or columns of a Table Panel.
  • You can now customize Links in more ways than before.
  • There are additional ways to navigate or operate on trees.
  • We have added several new samples.
  • We have added an “extensions” folder: Extensions. This holds several sample apps which depend on the regular GoJS library plus extension classes inheriting from Layout, Tool, or CommandHandler.
  • We now supply a type definition file for TypeScript: GoJS.d.ts.

A full list of changes preceding this version is available in the Change Log.

Changes for 1.2.4

  • Fixed double-clicking in some circumstances on IE10 and IE11.
  • Fixed initial performance of Group.layouts even when Layout.isInitial was false.
  • Fixed some bugs with zero and near-zero sized Diagrams that caused update loops when layouts were viewport-sized.
  • Fixed Link.getLinkDirection to return better values for rotated ports when the Node is not rotated.
  • GraphObject.getDocumentAngle now returns a normalized angle from 0 to 360, instead of returning an angle between -180 and 180.