Releases: redth-org/BTProgressHUD
Releases · redth-org/BTProgressHUD
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
Release 1.3.4
What's Changed
- Removed iOS 6 Support, update Error & Success (Added Image), A bit of code clean-up by @KevinvdBurg in #83
- Get window from ConnectedScenes on iOS 13 and up by @Cheesebaron in #85
Full Changelog: 1.3.3...1.3.4
NuGet Package: https://www.nuget.org/packages/BTProgressHUD/
Release 1.3.2
Release 1.3.1
- Fixes crash on iOS versions lower than 13 (#74)
Release 1.3.0
- Updates project to Xamarin.iOS10 and removing legacy targeting
- Fixes keyboard changing HUD offset
- Adds support for Dark mode
- Controlled by
UIColor.SystemBackgroundColor
andUIColor.LabelColor
- Controlled by