v0.8.0
https://www.nuget.org/packages/ModernWpfUI/0.8.0
https://www.nuget.org/packages/ModernWpfUI.MahApps/0.8.0
Features:
- AutoSuggestBox control
- PersonPicture control
- Basic UWP-like ListView and GridView controls
Notable changes:
- HamburgerMenuEx:
- Add AutoSuggestBox property
- Add SelectionChanged event
- Make indicator animation smoother
- Add BitmapIcon.ShowAsMonochrome property
- Improve input gesture support for AppBarButton and AppBarToggleButton
- AppBarButton: Show chevron if has flyout
- Add default style for GridSplitter
- DataGrid: Show scroll bars inline
- Add support for WindowStyle.ToolWindow
- Add localized strings
- Add BackButtonCommandTarget property to TitleBar and HamburgerMenuEx
- Fix issue where setting the CornerRadius on a NumberBox only applies if the SpinButtonPlacement is set to Inline (#25)
- Improve keyboard support for SimpleTimePicker, ContentDialog, and ToggleSwitch
- Flyouts: Restore focus when closed
- Improve TabControlPivotStyle:
- Arrange headers in a single scrollable row
- Add support for Title, LeftHeader, and RightHeader
- Selected content now aligns with headers
- DefaultWindowStyle: Add Setters for FontFamily and FontSize
- ProgressBar Indeterminate Animation Update
- Fix issue where Flyout can get clipped at the bottom when Placement=Full
- Support Alt+LeftArrow key for back navigation
- Add support for tab strip header/footer
- UWP-like flyout animation
- Fixes for a few NumberBox bugs (including #23)
- Fix ComboBox shadow bug (#32)
- TransitionFrame:
- Make transitions smoother
- Remove TransitionsEnabled property
- Fix #36 (CommandBar: If nothing listed in SecondaryCommands, overflow items don't show up)
- Fixed SelectionModelChildrenRequestedEventArgs returning incorrect source index
- Update CommandBarFlyout animations to match UWP