GoJS version 1.5.4

Version 1.5.4 is now available as GoJS - Build Interactive Diagrams for the Web.

Changes for 1.5.4:

  • Added the Realtime Drag Selecting sample, with the RealtimeDragSelectingTool defined in the RealtimeDragSelectingTool.js in the Extensions directory.
  • Added the Hover Buttons sample, demonstrating how an Adornment can be used to show buttons for a node when the mouse is briefly motionless over the node.
  • Added the Spiral Layout sample, with the SpiralLayout defined in the SpiralLayout.js file in the Extensions directory.
  • Fixed ContextMenuTool so that any click events (Tool.standardMouseClick) in the ContextMenuTool.currentContextMenu occur on mouse-up, not mouse-down.