v0.9.0
https://www.nuget.org/packages/ModernWpfUI/0.9.0
https://www.nuget.org/packages/ModernWpfUI.MahApps/0.9.0
New features:
- NavigationView control
- Enhanced Frame and Page controls with UWP-like API. Supports object navigation and page transitions.
- Basic support for "Multiple Windows, Multiple Threads" scenario (#90)
Breaking changes:
- 36a4b01 Remove embedded Segoe MDL2 Assets font to avoid potential licensing issues (#92)
- 042bab2 Remove HamburgerMenuEx and style for NumericUpDown
- 8242284 Rename WindowHelper.IsAutoPaddingEnabled property to FixMaximizedWindow
Changes:
- afbbc8a Use custom VSM to fix transition issues
- 93da03f Fix issue where SplitView overlay prevents clicking title bar buttons
- e0443a3 Fix SimpleStackPanel issue with hidden children (#74)
- 208bdba Fix issue where IconElement.Foreground isn’t always respected
- e0abcea Add ApplicationPageBackgroundThemeBrush
- 4c023d1 Fix issue where AreOpenCloseAnimationsEnabled="false" in MenuFlyout not working (#80)
- 8a3771d Improve popup positioning when using ThemeShadowChrome
- ce1f327 Fix #81: ControlHelper.SetHeader() does not work on ToggleSwitch
- d18848a Prevent title bar buttons from getting focus
- a0c4b27 Fix for numberbox corner radius issues (microsoft/microsoft-ui-xaml#2224)
- 7bd16ce Progress Controls Template Settings from WUXC + Re-Templating Tests (microsoft/microsoft-ui-xaml#2268)
- 292f7ce Fixed corner radius on the query button on the AutoSuggestBox control (microsoft/microsoft-ui-xaml#2198)
- 929b4ae Fix regressions with NumberBox HeaderPresenter behavior (microsoft/microsoft-ui-xaml#2148)
- 18e9917 Fix AutoSuggestBox not respecting common TextBox properties (microsoft/microsoft-ui-xaml#2252)
- 3fdb68d Fix issue with item invoke and out of sync selection (microsoft/microsoft-ui-xaml#2318)
- 3432c82 Fix PersonPicture automation name
- e8fc07c Prevent SimpleTimePicker's popup from going off screen
- 569e623 Respect Windows animations setting
- 8add95a Implement IsTemplateFocusTarget property
- 495cceb Refactor PopupPositioner
- f9dfbea Rework FocusVisualHelper
- 4b2d5ee ToggleSwitch visual states fix
- 6387566 Hide deprecated types and members from IntelliSense
- cecc7d7 Rework app bar buttons
- 58d1fd7 Add font setters to TabControl styles
- 341e0d8 Reimplement page transitions (#95)
- 909b206 Move VisualStateGroupListener out of the visual tree
- 825c5b1 Rename ProgressBarTemplateSettings (microsoft/microsoft-ui-xaml#2362)
- dcecf18 SelectionModel: Fix for missing SelectionChanged event raise (microsoft/microsoft-ui-xaml#2359)
- 2d06655 Fix issue where some read-only DPs were read/write
- c470170 Fix #99: Clicking a combobox results in NullReferenceException
- b7c2293 Fix issue where auto-hide taskbar doesn’t show
- 22f15fe Fix background of MenuFlyout in white high contrast (microsoft/microsoft-ui-xaml#2446)
- 8b8a5ec Hide base BeginInit/EndInit
- 8c5915f ProgressBar: Update indicator size when Padding changes. (microsoft/microsoft-ui-xaml#2418)