Tags: skdevelopers/GoJS
Tags
2.1.8
<h4>Changes for 2.1.8</h4>
<ul>
<li>
Added the <a href="samples/gameOfLife.html">Game of Life cellular automation</a> sample.
</li>
<li>
You can improve the performance of an <a href="api/symbols/Overview.html" target="api">Overview</a> that is observing a large diagram with a visible <a href="api/symbols/Diagram.html#grid" target="api">Diagram.grid</a>
by setting <a href="api/symbols/Overview.html#drawsTemporaryLayers" target="api">Overview.drawsTemporaryLayers</a> to false.
</li>
<li>
Improved the behavior from 2.1.7 when trying to open text editors in multiple diagrams.
A new text editor can be started only if the previous one was able to be accepted.
If <a href="api/symbols/TextBlock.html#textValidation" target="api">TextBlock.textValidation</a> or <a href="api/symbols/TextEditingTool.html#textValidation" target="api">TextEditingTool.textValidation</a> fails,
focus remains in that older editor and a new one cannot be started.
</li>
<li>
Fixed exception during copy-dragging when some parts are not <a href="api/symbols/Part.html#copyable" target="api">Part.copyable</a>.
</li>
2.1.7 - Added the Packed Hierarchy sample, which demonstrates a custom PackedLayout for nested circular groups. - Added an optional argument to Diagram.clearSelection, and allowed that method to be overridden. - The TextEditingTool now only allows one active text editor globally, instead of one per Diagram. This avoids some focus problems in various browsers.
PreviousNext