Skip to content

Commit ea71792

Browse files
committed
Update 1.5.0.md
1 parent 5ab0773 commit ea71792

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/release-notes/1.5.0.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
+ Add `HamburgerVisibility` property [UWPCommunityToolkit #1020](https://github.com/Microsoft/UWPCommunityToolkit/pull/1020)
1717
+ Set `Content` for `HamburgerMenu` only if one of the inner ListBox controls has a selected item.
1818
+ New `HamburgerMenuHeaderTemplate` property to set a header right of the HamburgerMenu button. [@SilverDragon135](https://github.com/SilverDragon135) [#2917](https://github.com/MahApps/MahApps.Metro/pull/2917)
19-
+ Implement the interface `ICommandSource` and handle Command binding change to hook or unhook command executable.
19+
+ Implement the interface `ICommandSource` and handle Command binding change to hook or unhook command executable.
20+
![mahapps_hamburgermenu_commands](https://cloud.githubusercontent.com/assets/658431/25019804/3f0822d8-208c-11e7-939c-72be28092a0e.gif)
2021
+ Add `MahApps.Metro.Styles.HamburgerMenu` style key to the HamburgerMenu.
2122
- If `ShowInTaskbar = false`, when double click on the title bar of a minimized window, the window will be restored instead of maximized. [#2854](https://github.com/MahApps/MahApps.Metro/pull/2854) [@hausenism](https://github.com/hausenism)
2223
- Fix WindowCommands tab stop bug [#2858](https://github.com/MahApps/MahApps.Metro/pull/2858) [@neilt6](https://github.com/neilt6)
@@ -68,7 +69,8 @@
6869
- New `UsernameCharacterCasing` property for `LoginDialogSettings` [#2683](https://github.com/MahApps/MahApps.Metro/issues/2683)
6970
- Fix `SelectionChanged` event of `SplitButton` which fires now only once.
7071
- Add `TransitionCompleted` event to `MetroContentControl` and `WindowTransitionCompleted` event to `MetroWindow` which will be fired after the loaded Storyboard is completed.
71-
- Add new `WatermarkAlignment` attached property to `TextBoxHelper` which indicates the horizontal alignment of the watermark (incl. floating watermark).
72+
- Add new `WatermarkAlignment` attached property to `TextBoxHelper` which indicates the horizontal alignment of the watermark (incl. floating watermark).
73+
![mahapps_watermark](https://cloud.githubusercontent.com/assets/658431/25019759/14a50b28-208c-11e7-93cb-406fe8b65b7c.gif)
7274
- Add new `DataGridHelper` with `EnableCellEditAssist` attached property which enabled direct editing for CheckBox and ComboBox cells. (default to false) Thx to [@ButchersBoy](https://github.com/ButchersBoy) (taken from [MaterialDesignInXamlToolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit))
7375
7476
## Closed Issues

0 commit comments

Comments
 (0)