Releases: relatedcode/ProgressHUD
Releases · relatedcode/ProgressHUD
13.8.1
Added
- Implemented custom delay option for Banners.
- Fixed the Banner orientation resizing issue.
- Added multi-window support: custom window can be defined now.
Fixed
- Corrected the device orientation HUD positioning issue.
13.8.0
Added
- Introduced an incredibly straightforward notification Banner feature.
13.7.3
Fixed
- Fixed a bug where a thin line occasionally appeared on the right side of the HUD.
13.7.2
Added
- Display any SF Symbols by specifying their names, e.g.,
ProgressHUD.show(symbol: "car.fill")
. - Enhanced
showFailed
andshowError
methods to accept optionalError?
parameters. When provided, thelocalizedDescription
will be shown.
Fixed
- Fixed
setupDelayTimer
method by incorporating[weak self]
in the timer's closure to prevent potential retain cycles and mitigate memory leaks.
13.7.1
Added
- Added
mediaSize
andmarginSize
options for customizable HUD dimensions.
13.7.0
Added
- Introduced
AnimationType.none
for text display without animation.
13.6.2
Added
- Added optional
delay:
parameter for setting timeout. - Introduced
.remove()
function for immediate HUD dismissal.
13.6.1
Changed
- Switched to semantic versioning for more consistent and understandable version management.
13.6
Fixed
- Fixed iPad split-screen related bug.
13.5
Fixed
- Resolved issue with
showProgress
.