Skip to content

Releases: sourcechord/FluentWPF

v0.5.0

04 Dec 15:36
Compare
Choose a tag to compare

New Features ✨

  • AcrylicContextMenu class
    acryliccontextmenu

v0.4.1

22 Oct 23:19
Compare
Choose a tag to compare

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

14 Oct 00:32
Compare
Choose a tag to compare

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

16 Jul 05:56
Compare
Choose a tag to compare

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

27 May 04:12
Compare
Choose a tag to compare

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

02 Apr 15:58
Compare
Choose a tag to compare

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

20 Feb 23:15
Compare
Choose a tag to compare

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

27 Jan 08:39
Compare
Choose a tag to compare

Updated

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