Releases: Dirkster99/AvalonDock
V3.5.8: Merge pull request #48 from scdmitryvodich/AvailableSizeRecalculate
Language Support Added
Added ca-es localization. Updated es localization. (thanx to xnaval)
Adding support for Japanes, Korean, and Polish
Additional Fixes
Fix Visibility issue on closing LayoutFloatingWindowControl (thanx to scdmitryvodich)
#42 Fix Dispatcher Suspend Exception issue (thanx to vkotenev-sc, scdmitryvodich)
#46 Check if we are not on the UI thread before doing Dispatcher.Invoke (thanx to dgosbell, vkotenev-sc)
Tool Window (Anchorable) Layout Fixes
Fixing crashes in ShutDown and wrong casting in AvalonDock
Improved Support for 2nd Monitor and crash (FloatingWindow)
Additional Features & Major Bugs resolved
-
BugFix Hidden anchorable cannot be shown again (Issue #19)
-
CanDockAsTabbedDocument (Added drag & drop support of LayoutAnchorable) (Issue #18)
-
Improved support for LayoutAnchorableFloatingWindow (floating tool window) on 2nd screen (Issue #20)
- Added Reload of floating LayoutAnchable when maximized on 2nd screen
- Added repositioning of floating LayoutAnchable when:
- 2nd Monitor is not available or
- changed resolution puts floating LayoutAnchable out of bounds
-
zh-Hant localization
Thanks for your support and discussions to:
Fixing IsActive Document Crash
Details see:
#17
xceedsoftware/wpftoolkit#1481
This Commit:
fabbd21
Stabilized Version 3.5 (resolved 15 known issues + 4 new issues)
This version AvalonDock version 3.5.2 contains bug fixes/improvements for:
- 15 known issues from AvalonDock version 3.4 and
- 4 new issues that are specific to AvalonDock version 3.5
Correct order of layoutIten.Add()/ApplyStyleToLayoutItem() Fix
re-ordered sequence of
_layoutItems.Add( layoutItem );
ApplyStyleToLayoutItem( layoutItem );
to allow correct handling of resulting ModelChange
event.
Added language support for nl-BE
Added support for nl-BE https://github.com/xceedsoftware/wpftoolkit/issues/1424