You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.