For version 1.3.5 we have created new installation kits. You can
download the desired kit from our evaluation page. You will need to
uninstall any existing installation of version 1.3.*.
Version 1.3.5 includes several bug fixes.
Changes since 1.3.4:
Parts
o Fixed orthogonal links sometimes being clipped improperly along the borders
Controls
o Improved <b>DiagramPanel.SetScaleAndPosition</b> when animated scroll/zoom
o <b>Overview.BoxTemplate</b> now respects <b>go:Part.InDiagramBounds</b> to control whether the whole <b>Overview.Box</b> should be visible in the overview, or just the observed diagram
o Reduced likelihood of memory leaks when data-binding through <b>PartBinding.Part</b> or <b>VirtualLinkData</b>
Layouts
o Fixed bug in network.<b>AddNodesAndLinks</b> where links connecting to nodes in deeply nested groups would be ignored
o Layouts handle better the <b>Location</b> of a <b>Group</b> with an invisible <b>GroupPanel</b>
o Fixed positioning of very broad nodes when <b>TreeLayout.Compaction="None"</b>
Models
o Fixed model.CreateInitializedCopy to copy some properties that had been ignored
Changes since 1.3.3:
Controls
o WPF: Improved autoscrolling to always call DoMouseMove on the current tool, so that the tool gets a chance to update during the autoscrolling
o WPF: Fixed some cases where the diagram was temporarily clipped after calling DiagramPanel.MakeBitmap of a small diagram
o Silverlight: Added PrintManager.Starting event and OnStarting protected virtual method, called before the printing actually starts but after the printer has been chosen
o Silverlight: Fixed ability to print after cancelling a print
Models
o Fixed MakeNodeKeyUnique to automatically handle duplicate Guids correctly
Tools, Commands
o Fixed RelinkingTool.DoActivate to initialize both temporary nodes/ports even before DoMouseMove is called
Changes since 1.3.2:
Samples
o Fixed missing templates for groups in the Piping sample
Parts
o Fixed bug to allow collapsing/expanding Node subtrees and Group subgraphs by changing the node data Category, thereby replacing the DataTemplate that presumably has the desired values of go:Node.IsTreeExpanded or go:Group.IsSubGraphExpanded
o Fixed visibility of offscreen Links re-created by changing templates
o Fixed orthogonal link jump-overs and jump-gaps when crossing precisely at a link point
o Fixed updating link jump-overs and jump-gaps after moving links
without rerouting (because the moved selection effectively included
those links)
Controls
o Improved auto-scrolling
o Fixed initial scale for Overview after setting Overview.Observed
Layouts
o Improved stack usage in recursive TreeLayout, to reduce likelihood of stack overflow