Bump version to 3.0.0-avalonia10-preview2 [no nightly]

This commit is contained in:
SKProCH
2022-09-25 21:29:47 +03:00
parent e20b47db59
commit db3ebff3ff
+19 -15
View File
@@ -11,22 +11,26 @@
<LangVersion>8</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<VersionPrefix>3.0.0-rc1</VersionPrefix>
<VersionPrefix>3.0.0-avalonia10-preview2</VersionPrefix>
<PackageReleaseNotes>
- 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
</PackageReleaseNotes>
</PropertyGroup>