这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: MappingSystem/channel

Tags

v1.8.36

Toggle v1.8.36's commit message
1.8.36

v1.8.35

Toggle v1.8.35's commit message
1.8.35

* Fixed a bug with the LayoutCompleted DiagramEvent, which was not always firing when manually calling Diagram.layoutDiagram.
* Fixed a DraggingTool bug where dragging parts across Diagrams (or Palettes) would snap incorrectly on drop.

v1.8.34

Toggle v1.8.34's commit message
1.8.34

* Fixed a bug with geometry string parsing using quadratic bezier shorthand ("T").
* Fixed setting Part.category of a Part that is not in the Diagram. This simply changes the property value without replacing the visual tree with a new copy of a template.
* Updated some outdated documentation regarding PathSegment.radiusY matching radiusX.

v1.8.33

Toggle v1.8.33's commit message
1.8.33

* Fixed a bug with updating Adornments placed into non-temporary layers. Updating them might modify the parts list of that layer during iteration, causing an error.
* Documentation corrections for Tool.standardWaitAfter and Tool.doWaitAfter.

v1.8.32

Toggle v1.8.32's commit message
1.8.32

v1.8.31

Toggle v1.8.31's commit message
1.8.31

* Fixed a bug rendering to SVG when an arc was the first segment of a figure and it needed an initial straight line to get to the correct starting point.
* Fixed a bug in Diagram.findObjectsNear where complete inclusions weren't always returning the proper set of objects fully enclosed within the circular area given by the point and distance parameters.

v1.8.30

Toggle v1.8.30's commit message
1.8.30

* Fixed a bug with Node.collapseTree: In collapsing a circular subgraph it now correctly set Node.wasTreeExpanded on the original node, and now removes the Node's Adornments.
* Improved resizing behavior of the Overview.box to be smoother and more accurate.
* Fixed a bug with adornments not disappearing during deselection, after creating new Parts.
* Fixed a bug with Group sizing during drag-copy.
* Fixed the DiagramEvent.subject collection of a "SelectionDeleted" DiagramEvent to include connected Links.
* Fixed a bug with Group and member positioning during drag-copy, where the copy may sometimes incorrectly place the Parts relative to each other.
* The map returned by Shape.getFigureGenerators now includes string synonyms, such as "MinusLine" which references "LineH". Previously, it was only including figures directly associated with a generator function.

v1.8.29

Toggle v1.8.29's commit message
1.8.29

* Fixed improper updating of Adornments of member Parts after undo or redo of ungrouping a Group.
* Group.move will not set Link.points to non-real values if the original Link position was not real. It will invalidate the route instead.

v1.8.28

Toggle v1.8.28's commit message
1.8.28

* Fixed a Link re-routing bug during drags, when DraggingTool.isComplexRoutingRealtime is set to false. It would incorrectly re-compute AvoidsNodes routes during the drag if a node was crossed, instead of only deciding at the end of drag whether to re-compute.
* Fixed a drawing bug where the start of Group collapse/expand animations may draw one frame of its ending state.
* Setting Diagram.scrollMode now correctly updates the Diagram's scrollbars. The setter also no longer raises a Changed event.
* Fixed a bug where changing the Link.fromNode or Link.toNode in a TreeModel could result in duplicate links.

v1.8.27

Toggle v1.8.27's commit message
1.8.27

* Fixed a regression from 1.8.24 where some graduated panels will draw incorrectly.
* Dragging groups while DraggingTool.isGridSnapEnabled no longer snaps their members separately. This fixes some bugs where dragging a Group might shift group contents during a drag, such as links, or where Group contents may shift the Group as the placeholder is recomputed.
* Fixed Node.findLinksTo when the other port id is not null.
* Some fixes for scrollbar customization.