Skip to content

Releases: Kinnara/ModernWpf

v0.9.0-preview.200528.0

Pre-release

Choose a tag to compare

@Kinnara Kinnara released this 27 May 18:11

Changes:

v0.9.0-preview.200515.2

Pre-release

Choose a tag to compare

@Kinnara Kinnara released this 14 May 18:41

Features:

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

Changes:

v0.9.0-preview.200505.0

Pre-release

Choose a tag to compare

@Kinnara Kinnara released this 05 May 16:11

Features:

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

Changes:

v0.9.0-preview.200425.2

Pre-release

Choose a tag to compare

@Kinnara Kinnara released this 24 Apr 18:54

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

Choose a tag to compare

@Kinnara Kinnara released this 20 Apr 06:18

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

Pre-release

Choose a tag to compare

@Kinnara Kinnara released this 17 Apr 10:27

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

Choose a tag to compare

@Kinnara Kinnara released this 09 Apr 19:23

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

v0.8.2-preview.1

v0.8.2-preview.1 Pre-release
Pre-release

Choose a tag to compare

@Kinnara Kinnara released this 04 Apr 17:03

Notable changes:

  • 5a2554d Fix combo box popup issue (#38)
  • 7b1e56e Fix bug where sort icon occupies space even when not shown (#48)
  • d835e29 Tweak ToggleSwitch style to match the design
  • 32c64f1 Tweak ContentDialog style to match the design
  • 7fc8d4c Refine shadow
  • ce3698c Enable shadow by default for ContentDialog
  • a54ae79 Use layout rounding by default
  • dcae0da Fix maximized window padding
  • 1270e86 Fix SimpleTimePicker accept and dismiss buttons' foreground in dark theme (#21)
  • 19da839 Add "pressed" state to Hyperlink
  • d3e87dd Add ContentPresenterEx
  • 30108b7 Improve high contrast support
  • 261560f Add automation peer for ProgressRing
  • 43690eb Rework dark theme TextBox and RichEditBox

v0.8.1

Choose a tag to compare

@Kinnara Kinnara released this 22 Feb 14:00

https://www.nuget.org/packages/ModernWpfUI/0.8.1

Changes:

  • Add ability to show any flyout as context flyout
  • Fix bug where ProgressBar animation stops on hover (#39)

v0.8.0

Choose a tag to compare

@Kinnara Kinnara released this 18 Feb 05:42

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

Features:

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