Skip to content

Releases: Simnico99/MicaWPF

4.7.0

19 Oct 15:23
Compare
Choose a tag to compare
  • Added fallback if no Hook is found for Dialogs.
  • Handling IsThemeAware and UpdateAccentFromWindows internally.

What's Changed

  • Bump Microsoft.Extensions.DependencyInjection from 6.0.0 to 6.0.1 by @dependabot in #29

New Contributors

Full Changelog: 4.6.2...4.7.0

4.6.2

16 Sep 16:10
Compare
Choose a tag to compare

Fixed these 2 errors:

System.Windows.Data Error: 40 : BindingExpression path error: 'Text' property not found on 'object' ''RichTextBox' (Name='')'. BindingExpression:Path=Text; DataItem='RichTextBox' (Name=''); target element is 'RichTextBox' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'Watermark' property not found on 'object' ''RichTextBox' (Name='')'. BindingExpression:Path=Watermark; DataItem='RichTextBox' (Name=''); target element is 'Label' (Name='WatermarkLabel'); target property is 'Content' (type 'Object')

4.6.1

14 Sep 16:39
Compare
Choose a tag to compare

Added summaries to alot of methods and classes + removed useless classes and other useless methods.
Added support down to .Net Framework 4.6.1.

Full Changelog: 4.6.0...4.6.1

4.6.0

14 Sep 14:35
Compare
Choose a tag to compare

Sealed a bunch of classes to get better performance. It has been done on classes I don't expect peoples to extend.

4.5.2

14 Sep 14:11
Compare
Choose a tag to compare

Added the transparent button style.
Updated PasswordBox button to use the transparent button style.

4.5.1

13 Sep 16:27
Compare
Choose a tag to compare

Fixed the TextBox weird selection + the bottom border not showing up.

4.5.0

13 Sep 15:50
Compare
Choose a tag to compare

Breaking internal changes:
Reorganized animations and style.
Sealed internal classes

4.4.1

07 Sep 12:56
Compare
Choose a tag to compare

Added UseAccentOnTitleBarAndBorder to MicaWindows and IsTitleBarAndBorderAccentAware to Accent service it will now adjust to Windows setting controlling if there should be an accent border or not.
image

4.4.0

26 Aug 16:49
Compare
Choose a tag to compare

Updated theme refresh to only refresh needed controls.
ContentDialogs can be initialized just like the one in WinUI.

Breaking changes:
e124df7 - Modified ShowAsync() and ContentDialog initialization.

Full Changelog: 4.3.3...4.4.0

4.3.3

26 Aug 13:16
Compare
Choose a tag to compare

Ignore ToggleSwitch when refreshing doesn't need refresh and prevent flickering on/off when theme refreshes.

Full Changelog: 4.3.2...4.3.3