From 60491b90f3bcc7a45cf091de651f64344993ba40 Mon Sep 17 00:00:00 2001 From: Dennis Daume Date: Tue, 19 Aug 2014 22:39:49 +0200 Subject: [PATCH] First iteration on the 0.14 release notes --- docs/release-notes/0.14.0.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/release-notes/0.14.0.md b/docs/release-notes/0.14.0.md index a8eff492d8..886aabc792 100644 --- a/docs/release-notes/0.14.0.md +++ b/docs/release-notes/0.14.0.md @@ -2,4 +2,32 @@ # Features +## Fine grained titlebar element overlay behavior + +The overlay behavior of the elements of the window titlebar can now be controlled individually. + +There are is now an enum with four values: +- `Never` +- `OverlayFlyout` +- `OverlayHiddenTitleBar` +- `Always` + +For more info, see PR #1427. + +## Underlined TabControl + +Added the attached property `ControlsHelper.IsUnderlined="True"` for the `TabControl` control that adds an underline. + +See PR #1425 for reference. + +# Changes +- The `DropDownButton` now works less like a `SplitButton` #1442 #1459 +- Made a disabled Textbox, RichTextbox and PasswordBox a bit more visible #1410 #1420 + # Fixes + +- Don't focus window titlebar elements #1472 #1475 +- Fixed selection with SelectionUnit=CellOrRowHeader #1452 +- Fixed treeview style to allow custom styling #1444 #1450 +- Fixed the `Flyout`control opening again when clicking on a control under the overlay #1411 #1428 +- Better coloring for blackout days #1133 #1426