FluentWPF Versions Save

Fluent Design System for WPF.

v0.5.0

5 years ago

New Features :sparkles:

  • AcrylicContextMenu class acryliccontextmenu

v0.4.1

5 years ago

Updated

  • AcrylicWindow
    • Update AcrylicWindow's titlebar button style(#26)
    • Now, Titlebar button is shown correctly in Windows7, Windows8.x.

Bug Fixes๐Ÿ›

  • Button Styles
    • Fix disabled style & animation for RevealButtonStyle/RevealAccentButtonStyle

v0.4.0

5 years ago

Updated

  • AcrylicWindow
    • Refine AcrylicWindow's style(#20)
      • Support new AcrylicEffect(only Windows10(1809) or later)
  • ButtonRevealStyle
    • Make ButtonRevealStyle has visual difference between enabled/disabled state(#19)

v0.3.2

5 years ago

Bug Fixes ๐Ÿ›

  • Fix crash on some Windows8.x/10 environment
    • Use default value if AppsUseLightTheme key does not exist(#12)
  • Fix ResourceDictionaryEx.GlobalTheme property
    • Make ResourceDictionaryEx.GlobalTheme property works correctly

v0.3.1

6 years ago

Bug Fixes ๐Ÿ›

  • Fix crash when runs on Windows 7
    • Now AccentColors class uses fixed color code in Windows7.
  • Fix Attached property inheritance for DropShadowPanel

v0.3.0

6 years ago

New Features

  • ResourceDictionaryEx class
    • ThemeDictionaries property
      • Sets a theme specific ResourceDictionaries.
    • GlobalTheme static property
      • Gets or sets Application's theme settings.

Updated

  • Refine AcrylicWindow's style

Breaking Changes

  • Remove AcrylicWindow.TitleBarForeground property
    • Now AcrylicWindow's titlebar color is dependent on operationg system's theme settings.

v0.2.2

6 years ago

Updated

  • AcrylicWindow
    • Fixed issue that space for displaying caption was reserved even the caption was disabled(#3)
    • Fixed issue that space for displaying caption was reserved even the caption was disabled(#4)

v0.2.1

6 years ago

Updated

  • AcrylicWindow
    • Added TitleBarForeground property to change TitleBar's caption color(#2)