v2.2.11
版本发布时间: 2022-06-13 22:51:52
NorthwoodsSoftware/GoJS最新发布版本:v3.0.11(2024-08-30 08:12:32)
Changes for 2.2.11
- Like the DraggingTool in v2.2.0, LinkReshapingTool, ResizingTool, and RotatingTool now optimize transactions to reduce memory usage by only saving the first and last changes for each property of each object in the transaction. This can be changed by overriding stopTransaction on the respective tool.
- Shape.graduatedSkip, TextBlock.graduatedSkip, and TextBlock.graduatedFunction now take a second argument, the Shape or TextBlock.
- Graduated Panels now correctly draw ticks/labels at very large Panel.graduatedMax values.
- The AMD
define
statement has been removed from the module version of the library (go.mjs
,go-module.js
,go-debug-module.js
) - The DraggingTool, when dragging a Link (DraggingTool.draggedLink), now passes that link as the RelinkingTool.originalLink so that link validation predicates are passed that link.
- Disconnected links now support setting Part.locationSpot.