Releases: sourcechord/FluentWPF
Releases · sourcechord/FluentWPF
v0.5.0
New Features ✨
- AcrylicContextMenu class
v0.4.1
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
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
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
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
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
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
Updated
- AcrylicWindow
- Added TitleBarForeground property to change TitleBar's caption color(#2)