Releases: sourcechord/FluentWPF
Releases · sourcechord/FluentWPF
v0.10.2
Bug Fix 🐛
- Fix the issue that AcrylicWindow doesn't respect MinWidth and MinHeight properties(#140)
- Fix the issue that PasswordBoxRevealStyle's PlaceholderText is still visible when not empty but fade when it get focused(#82)
- Fix the issue that the size of AcrylicWindow is affected by the window title string(#106)
v0.10.1
Bug Fix 🐛
- Fix the issue that drop down icon of ComboBox doesn't be rendered correctly(#135)
- Fix the issue that exception is thrown when
WindowStyle="None"
withAllowsTransparency="True"
(#131) - Fix the tab order for AcrylicWindow style(#137, #138)
- Fix the issue that
AcrylicWindow.Enabled
attached property doesn't work when used in a style setter(#118). - Fix the issue that AcrylicWindow doesn't work with MaxWidth/MaxHeight property correctly(#132)
v0.10.0
New Features ✨
- Update AcrylicWindow's acrylic effects
- Add AcrylicWindow.AcrylicAccentState property
- Specifies the type of acrylic effects.
- Support Disabling acrylic effect by setting AcrylicWindow.Enabled to false(#88, #94)
- Support ACCENT_ENABLE_ACRYLICBLURBEHIND(#42)
- Fix full screen behavior(#36)
- Prevent showing unnecessary blurred region on the another display
- Add AcrylicWindow.AcrylicAccentState property
- Add AcrylicMessageBox control.
var result = AcrylicMessageBox.Show(this, "This is AcrylicMessageBox\nTest", "Title", MessageBoxButton.YesNoCancel);
Bug Fix 🐛
- Fix the issue that AcrylicBrush doesn't be rendered correctly without Width/Height properties(#10)
- Fix the issue that sometimes TextBlock doesn't follow system themes(#120)
- Fix the issue that
DisplayMemberPath
doesn't work with ComboBoxRevealStyle(#123) - Fix the issue that app crashes when referenced AccentColors before
Application.Current.MainWindow
initialized(#107)
v0.10.0-alpha001
New Features ✨
- Update AcrylicWindow's acrylic effects
- Add AcrylicWindow.AcrylicAccentState property
- Specifies the type of acrylic effects.
- Support Disabling acrylic effect by setting AcrylicWindow.Enabled to false(#88, #94)
- Support ACCENT_ENABLE_ACRYLICBLURBEHIND(#42)
- Windows10 still has laggy behavior with ACRYLICBLURBEHIND
- Avoid laggy behavior by disabling acrylic blur when resizing or moving the window.
- Fix full screen behavior(#36)
- Prevent showing unnecessary blurred region on the another display
Bug Fix 🐛
- Fix the issue that AcrylicBrush doesn't be rendered correctly without Width/Height properties(#10)
v0.9.0
v0.9.0-alpha001
v0.8.0
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)
- Add SystemTheme.WindowsTheme property, indicates the value whether system uses LightTheme.(#47)
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
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 toSystemTheme.AppTheme
.
- Rename
v0.8.0-alpha
New Features ✨
- Add native .NET Core3 support
- Now FluentWPF contains both .NET framework and .NET Core libraries.
v0.7.0
New Features ✨
- AcrylicWindow.AcrylicWindowStyle property
AcrylicWindowStyle="Nomal" | AcrylicWindowStyle="NoIcon" | AcrylicWindowStyle="None" |
---|---|---|
Bug Fixes 🐛
- Fix AcrylicWindow style
- Support WPF on .NET Core 3.0(#39)
- FluetntWPF 0.7.0 omit dependency for System.Management.
- Allow FluentWPF to be installed on .NET Core3.0 projects
Breaking Changes 💥
- AcrylicWindow
- ShowTitleBar property is removed
Use AcrylicWindowStyle instead of ShowTitleBar property
- ShowTitleBar property is removed