Skip to content

Commit

Permalink
Update 1.2.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Oct 3, 2015
1 parent e9e6236 commit fc40853
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/release-notes/1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ This is a bug fix and feature release of MahApps.Metro v1.2.0.
- Catch `ConfigurationErrorsException` if the user.config file is corrupt #2112 (@Remolutionary)
- Only apply SizeToContent workaround when necessary #2116 (@tgjones)
- `Canceled` event (and `IsCanceled` property) for `ProgressDialogController` #2150 (@bigworld12)
- New attached property `Controls:ControlsHelper.ContentCharacterCasing`, fixes #1701: DropdownButton with all UpperCase label
- New attached property `Controls:ControlsHelper.ContentCharacterCasing` for ContentControl, DropDownButton and in the future for WindowCommands
+ Fixes #1701: DropdownButton with all UpperCase label
+ Remove `PreserveTextCase` attached property from ControlsHelper (it was introduced in alpha version)
+ Mark ButtonHelper `PreserveTextCase` attached property as obsolete
+ Use `ContentCharacterCasing` for `MetroDataGridColumnHeader` and `MetroGridViewColumnHeader` too

# Bugfixes

Expand Down

0 comments on commit fc40853

Please sign in to comment.