Releases: redth-org/BTProgressHUD
2.3.0
What's Changed
- Update to .NET 10 in CI and adjust TFMs by @Cheesebaron in #123
- Support Liquid Glass effect by @Cheesebaron in #125
Liquid Glass Support
With BTProgressHUD 2.3.0 we now support showing the HUD with Liquid Glass appearance. This is done through some new properties on ProgressHudAppearance, which you can tweak to get the desired effect.
We've added the following new properties with some defaults, which you can override:
So on iOS/maccatalyst 26.0 and up we now default to Liquid Glass appearance set by:
| Property Name | iOS 26+ | Other |
|---|---|---|
| BackgroundVisualEffect | UIGlassEffectStyle.Regular | UIBlurEffectStyle.Regular |
| HudBorderThickness | 1 pt | 0 pt |
| HudBorderColor | UIColor.White | UIColor.Clear |
| HudCornerRadius | 20 pt | 10 pt |
When providing a BackgroundVisualEffect (this is a default) then HudBackgroundColor is ignored. In order to use a color, set BackgroundVisualEffect to null.
Full Changelog: v2.2.7...v2.3.0
2.2.7
What's Changed
- Switch to Cake.Frosting + tooling updates by @Cheesebaron in #120
- Fix regression preventing Hud to display more than once by @Cheesebaron in #122
Full Changelog: 2.2.2...v2.2.7
2.2.2
What's Changed
- Don't access property getters in Remove methods by @Cheesebaron in #119
Full Changelog: 2.2.1...2.2.2
2.2.1
What's Changed
- Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows by @dependabot[bot] in #115
- Fix potential ObjectDisposeException when Window gets disposed while running cleanup by @Cheesebaron in #118
New Contributors
- @dependabot[bot] made their first contribution in #115
Full Changelog: 2.2.0...2.2.1
2.2.0
Release 2.1.1
What's Changed
- Fix issue when using Clear HudBackgroundColor by @Cheesebaron in #110
Full Changelog: 2.1.0...2.1.1
2.1.0
.NET 6.0 support has been removed and .NET 8.0 target has been added.
Additionally a new ProgressHUDAppearance class has been added to allow customization of a lot of the aspects of the progress hud. You can change fonts, colors images, corner radii and more.
What's Changed
- Update build tools by @Cheesebaron in #105
- Allow customization of ProgressHUD through ProgressHUDAppearance by @Cheesebaron in #107
Full Changelog: 2.0.0...2.1.0
2.0.0
- .NET 7.0 Support
- Removed legacy xamarin support
Full Changelog: 1.5.0...2.0.0
1.5.0
What's Changed
New Contributors
Full Changelog: 1.4.0...1.5.0
NuGet package here: https://www.nuget.org/packages/BTProgressHUD/1.5.0
Release 1.3.5
What's Changed
- Fix more KeyWindow usage by @Cheesebaron in #89
- Fix Namespace change in #84 by @Cheesebaron in #90
Full Changelog: 1.3.4...1.3.5