Skip to content

Releases: dockpanelsuite/dockpanelsuite

3.1.0

28 Aug 00:38
Compare
Choose a tag to compare

Core Package

https://www.nuget.org/packages/DockPanelSuite/3.1.0

Theme Packages

The theme package version must match the core package version.

Aug 27, 2021: 3.1.0

  • Fixed #571 VS2005 theme is now in its own NuGet package.
  • Fixed #618 (by @odalet).
  • Default docking style is changed to DockingWindow. This might break your apps.
  • The packages are now .NET Core compliant (.NET Core 3.1/.NET 5/.NET 6).
  • Improved dark theme #605 (by @dowdybrown).

Known Issues

A theme must be set to DockPanel in visual designer, or via code. Otherwise, exceptions are thrown at application startup.

3.0.6

24 Oct 02:43
Compare
Choose a tag to compare

https://www.nuget.org/packages/DockPanelSuite/3.0.6

Visual Studio 2003 Theme: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2003/
Visual Studio 2012 Themes: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2012/
Visual Studio 2013 Themes: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2013/
Visual Studio 2015 Themes: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2015/

October 23, 2018: 3.0.6

Fixed #558 Changed which tab to activate when a tab is closed.

3.0.5

24 Oct 02:39
Compare
Choose a tag to compare

This release is skipped due to packaging issues.

3.0.4

20 Jan 20:22
Compare
Choose a tag to compare

https://www.nuget.org/packages/DockPanelSuite/3.0.4

Visual Studio 2003 Theme: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2003/
Visual Studio 2012 Themes: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2012/
Visual Studio 2013 Themes: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2013/
Visual Studio 2015 Themes: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2015/

January 20, 2018: 3.0.4

Fixed #528 set ActiveContent to a proper value after docking.

3.0.3

20 Nov 16:07
Compare
Choose a tag to compare

v3.0.2

15 Nov 00:43
Compare
Choose a tag to compare

https://www.nuget.org/packages/DockPanelSuite/3.0.2

Visual Studio 2003 Theme: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2003/
Visual Studio 2012 Themes: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2012/
Visual Studio 2013 Themes: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2013/
Visual Studio 2015 Themes: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2015/

November 14, 2017: 3.0.2

  • Fixed #516 Suppressed the unexpected InvalidOperationException.
  • Fixed #524 Splitter does not in some scenarios.

v3.0.1

24 Sep 13:36
Compare
Choose a tag to compare

https://www.nuget.org/packages/DockPanelSuite/3.0.1

September 24, 2017: 3.0.1

  • Fixed #510 The close button on the tab does not work in some scenarios.

v3.0.0

16 Aug 02:40
Compare
Choose a tag to compare

https://www.nuget.org/packages/DockPanelSuite/3.0.0

August 15, 2017: 3.0.0

  • Added a patch for #502 to avoid wrong active control assignment.

v2.16.1

25 Jul 00:00
Compare
Choose a tag to compare

v2.16.0

20 Jul 13:00
Compare
Choose a tag to compare

https://www.nuget.org/packages/DockPanelSuite/2.16.0

July 16, 2017: 2.16.0

  • Fixed #493 HitTestCaption issue on Mono.
  • Fixed #494 Renderer issue on Mono.
  • Fixed #499 Default text color in dark themes.
  • Removed VS2010 theme (as it was never finished).