Skip to content

Releases: Kinnara/ModernWpf

v0.9.2-preview.200803.0

02 Aug 17:38
Compare
Choose a tag to compare
Pre-release

Changes:

v0.9.1

12 Jul 18:37
Compare
Choose a tag to compare

https://www.nuget.org/packages/ModernWpfUI/0.9.1
https://www.nuget.org/packages/ModernWpfUI.MahApps/0.9.1

Notable Changes:

v0.9.0

07 Jun 13:35
Compare
Choose a tag to compare

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:

v0.9.0-preview.200528.0

27 May 18:11
Compare
Choose a tag to compare
Pre-release

Changes:

v0.9.0-preview.200515.2

14 May 18:41
Compare
Choose a tag to compare
Pre-release

Features:

  • Add support for "Multiple Windows, Multiple Threads" scenario (#90)

Changes:

v0.9.0-preview.200505.0

05 May 16:11
Compare
Choose a tag to compare
Pre-release

Features:

  • Enhanced Frame and Page controls with UWP-like API. Supports object navigation and page transitions.

Changes:

v0.9.0-preview.200425.2

24 Apr 18:54
Compare
Choose a tag to compare
Pre-release

Features:

Notable 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

v0.8.3

20 Apr 06:18
Compare
Choose a tag to compare

Features:

Notable changes:

  • 2f4b9df Fix issue where SplitView with IsPaneOpen set to False and DisplayMode set to CompactInline glitching out (#67)
  • 28e3146 Make IconElement inherit Foreground from visual parent
  • c25d00a Suspend menu opening animation when a text control is focused to avoid flickering
  • 3e7f2b7 Make ResizeGrip actually work
  • 4d07d6f Fix issue with selection being raised when selection did not change
  • 8f0f49e Fix FlowLayout LineSpacing and MinItemSpacing (microsoft/microsoft-ui-xaml#2275)
  • 240e043 Fix "ToggleSwitch.Toggled event is not registered as routed event" (#60)
  • be46b2e Hide AppBarSeparator in the overflow menu if it's the first element
  • 3ac7789 Fix design-time exception caused by OpeningAnimationHelper
  • e73358c Enable text wrapping for ComboBox header

v0.8.3-preview.200417.3

17 Apr 10:27
Compare
Choose a tag to compare
Pre-release

Features:

Notable changes:

  • c25d00a Suspend menu opening animation when a text control is focused to avoid flickering
  • 3e7f2b7 Make ResizeGrip actually work
  • 4d07d6f Fix issue with selection being raised when selection did not change
  • 8f0f49e Fix FlowLayout LineSpacing and MinItemSpacing (microsoft/microsoft-ui-xaml#2275)
  • 240e043 Fix "ToggleSwitch.Toggled event is not registered as routed event" (#60)
  • be46b2e Hide AppBarSeparator in the overflow menu if it's the first element
  • 3ac7789 Fix design-time exception caused by OpeningAnimationHelper
  • e73358c Enable text wrapping for ComboBox header

v0.8.2

09 Apr 19:23
Compare
Choose a tag to compare

Notable changes:

  • bc5d592 Move FontFamily resources out of theme dictionaries to make them easier to override
  • aabe3f8 Simplify the usage of theme dictionaries
  • d86b8df Fix "Cannot find resource named 'DefaultRepeatButtonStyle'" (#51)
  • 0438fd8 Make it simpler to enable IntelliSense for XAML resources
  • 6e67032 Add NavigationViewItemSeparator lightweight styling theme resources
  • 454fd23 Simplify referencing system colors
  • 9e553b4 Let HamburgerMenuEx respect CompactPane length for icon size