diff --git a/Material.Avalonia/Material.Avalonia.csproj b/Material.Avalonia/Material.Avalonia.csproj index d8eb70e..330b449 100644 --- a/Material.Avalonia/Material.Avalonia.csproj +++ b/Material.Avalonia/Material.Avalonia.csproj @@ -11,22 +11,26 @@ 8 MIT README.md - 3.0.0-rc1 + 3.0.0-avalonia10-preview2 -- Removed Material.Icons dependency (must be installed separately from https://github.com/AvaloniaUtils/Material.Icons.Avalonia) #127 -- Rework styles (details https://github.com/AvaloniaCommunity/Material.Avalonia/wiki/Advanced-Theming#migrating-25---30) -- Fix neverest version of Avalonia support #133 -- Add SideSheet control #145 -- Add opening navigation drawer from right side #131 -- Fix context menu item submenu appearing and disappearing in infinite loop #142 -- Fix binding on LeftDrawerWidth hides all content/behavior of NavigationDrawer #151 -- Fix custom dialog view datacontext binding #152 -- Fix ProgressBar styles inheritance #125 -- Fix show password button is not visible until clicked #124 -- Fix CustomDialogs content #121 -- Set KeyboardNavigation.TabNavigation property to Continue on ItemsPresenter #146 -- Stop Spinner from rotating when hidden. -- Other fixes and improvements +Most likely latest version with Avalonia 0.10.x support +Version 3.0.0-rc0 was replaced with 3.0.0-avalonia10-preview1 (in order to keep version names clear) +- Bump Avalonia version dependency to 0.10.13 +- Implement adapting to system base theme mode on Windows +- Improve/redesign Expander, TextBlock, Separator and other styles +- Create ContentExpandControl, used for animate resizing +- Add TransitioningContentControl style support +- Allow use Avalonia.Diagnostics to dialogs when using DEBUG profile +- Attach TextBlock properties to NumericUpDown +- Add padding to alert dialog and text field dialog +- Fix AutoCorrectPositionConverter #172 +- Add default value for Slider, correct dots positioning +- Change resources apply logic to avoid colors apply delay while application starting +- Correct HsbConverter.ToColor method +- Add static part names pool +- Add auto-expand feature on NavigationDrawer +- Update contrast color algorithm +- Add InputMethod.IsInputMethodEnabled for TextBox