We are pleased to announce the last release of the beta program for version 1.2.
- 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.
See the complete list of changes for 1.2 beta: Change Log.
Changes for 1.2 beta 3
- Added a TypeScript definition file:
release/GoJS.d.ts
- Fixed the drawing of grid on Overviews.
- Overviews have a new property to disable drawing temporary layers, Overview.drawsTemporaryLayers.
- Stopped Tool.standardMouseOver from being called with the initial Diagram.lastInput.