Skip to content

v0.8.0

Compare
Choose a tag to compare
@sourcechord sourcechord released this 04 Nov 04:29
· 84 commits to master since this release

New Features ✨

  • Native .NET Core3.0 support
    • Now FluentWPF has both .NET Framework and .NET Core assemblies.
  • SystemTheme
    • Add SystemTheme.WindowsTheme property, indicates the value whether system uses LightTheme.(#47)
      windowstheme

Updated ⚡

  • Reveal styles
    • Refine ButtonRevealStyle/ButtonAccentRevealStyle
    • Add ButtonRoundRevealStyle/ButtonRoundAccentRevealStyle
    • Now you can customize reveal buttons with following properties.
      • Background, BorderBrush, BorderThickness property
      • RevealElement.MouseOverForeground attached property
      • RevealElement.MouseOverBackground attached property
      • RevealElement.MouseOverBorderOpacity attached property
      • RevealElement.BorderOpacity attached property
      • RevealElement.PressBorderOpacity attached property
      • RevealElement.BorderRadius attached property
      • RevealElement.PressTintBrush attached property

reveal

Bug Fix 🐛

  • Fix binding errors in AcrylicWindow.
  • Fix SizeToContent property(#56)
  • TitleBar property doesn't work when using AcrylicWindow.Enabled attached property(#54)
  • Caption buttons are disabled for inactive window(#62)
  • Fixed disabled caption buttons for inactive window(#63)
  • Fix AcrylicContextMenu styles
    • MenuItem text in AcrylicContextMenu doesn't follows system theme changes.

Breaking Changes 💥

  • SystemTheme class
    • Rename SystemTheme.Theme property to SystemTheme.AppTheme.