Skip to content

Commit

Permalink
Bump version to 3.0.0-avalonia11-preview4 [no nightly]
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Apr 22, 2023
1 parent da78161 commit 3086424
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions Material.Avalonia/Material.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,19 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>FavIcon.png</PackageIcon>
<VersionPrefix>3.0.0-avalonia11-preview3</VersionPrefix>
<VersionPrefix>3.0.0-avalonia11-preview4</VersionPrefix>
<PackageReleaseNotes>
This is UNSTABLE version, I think what many things do not work properly here, report all bugs to issues at GitHub.
- Fixes (adds a workaround) runtime theme changing bug
- Add IReadOnlyTheme and change CurrentTheme to use it
- Move some styles to ControlTheme
- Improve some styles to proper work with Avalonia 11
- Make compability styles included by default
- Removed default font size for TextBlock to allow customizing it as part of other controls #208 #186
- Rework ProgressBar styles, add ShowProgressText support
- Fix scroll helper buttons content. #206
- Fixes TabControl style to support TabControlAssist.TabHeaderAlignment #203
- Rework first MenuItems, fix command execution for empty MenuItems #201, reformat MenuItem.xaml
- Fix Ripple effect remains after being simultaneously triggered
- Avalonia 11 Preview 6 support
- Removes workaround for theme changing
- Fixes and reformat sliders #217
- Migrate from DirectProperties to StylesProperties in Scroller. Fixes TabControl styles #217
- Exclude DatePicker from styles collection
- Add Flyout styles, migrate TextBox tooltip to flyout
- Make MaterialDesignLightTheme and MaterialDesignDarkTheme internal sealed, rename ThemeChanged to ThemeChangedEnd
- Add ActualBaseTheme property to MaterialTheme, allowing to adapt to Application
- Removes the shadow hint for ContextMenu. Fixes #219
- Add AreVerticalSnapPointsRegular and AreHorizontalSnapPointsRegular for ListBox and ItemsControl templates
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 3086424

Please sign in to comment.