ProductsServicesDownloadsNewsCompanyContact

yFiles.NET 4.1.0.1 Versionsinformationen

Die aktuelle Versionsnummer von yFiles.NET ist 4.1.0.1.

Technische Voraussetzungen

  • Visual Studio 2008 oder 2010 für die Softwareentwicklung mit yFiles.NET
  • Anwendungen, die auf yFiles.NET Complete bzw. yFiles.NET Viewer basieren, benötigen die Microsoft .NET Framework 3.5 (oder höher) Runtime. Anwendungen, die auf yFiles.NET Layout basieren, benötigen die Microsoft .NET Framework 2.0 (oder höher) Runtime.
  • Ein Browser für die HTML Dokumentation.
  • Ein Microsoft Windows Betriebssystem, das Unterstützung für die .NET Plattform bietet.

yFiles.NET 4.1.0.1 - Änderungen zu Version 4.1 (englisch)

Bugfixes

  • Fixed text painting in IconLabelStyle
  • Some table related classes were not excluded from obfuscation.
  • Fixed exception in LayoutExecutor when animation and grouping were both disabled.
  • Fixed potential memory leaks in TableLayoutConfigurator when exceptions occurred.
  • yWorks.yFiles.Algorithms.Groups.EdgeBetweennessClustering: The parameters minGroupCount and maxGroupCount had no effect.

Automatic Layout

  • LayoutExecutor did not provide the GraphControl's selection to the layout engine.
  • Fixed NullReferenceException in PartitionGridLayoutStage if no partition cells were assigned to any nodes.
  • Fixed Exception that was triggered when using a generic labeling algorithm (i.e. a subclass of yWorks.yFiles.Layout.Labeling.AbstractLabelingAlgorithm) together with layout stage yWorks.yFiles.Layout.LabelLayoutDataRefinement.