Version 4.0 - Back to the Roots
Breaking Change
The release of AvalonDock Version 4.0 introduces a small breaking change. The change is that we are going back to using the namespace names and library names as they were used in AvalonDock Version 2.0 and earlier releases. Please follow this guide to understand the adjustments necessary to continue using this library.
New Features and Fixes
This release adds 6 fixes and 2 new features:
-
Docking multiple Documents and LayoutAnchorables (tool windows) in a floating document window (much like in Visual Studio) is now possible.
-
AutoHideDelay property to control the time until an AutoHide window is reduced back to its anchored representation
I really want to say thank you for the contributions that made these fixes & features possible:
References
-
Fix #98 with floating window without a content #99 Thanx to scdmitryvodich
-
Changed coding style to using TABS as indentation
-
Breaking Change Changed namespaces to AvalonDock (as authored originally in version 2.0 and earlier) See also Issue #108
-
Fix #101 and new fix for #81 with docked pane becomes not visible. Thanx to scdmitryvodich
-
Feature added: allow documents to be docked in a floating window Thanx to amolf-se https://github.com/mkonijnenburg @ http://www.amolf.nl
-
Feature added: AutoHideDelay property to control the time until an AutoHide window is reduced back to its anchored representation Thanx to Alexei Stukov
-
Fix #111 AvalonDock.LayoutRoot doesn't know how to deserialize... Thanx to scdmitryvodich
-
Fix #117 Dragging LayoutAnchoreable into outer docking buttons of floating document result in Exception Thanx to scdmitryvodich