Releases: JonasGessner/JGProgressHUD
Releases · JonasGessner/JGProgressHUD
2.2
2.1
• Full SwiftPM and Catalyst support.
• Updates for iOS 13.
• Removed all assets — images are now generated programatically.
2.0.4
• Modifications to indicator view can be done while the HUD is transitioning.
• Improved handling of tint color in image indicator views.
• Updates for Xcode 11.
• Accio support.
2.0.3
• Use resource bundle when using CocoaPods
2.0.2
- Removed
interactionType
property on tvOS. - Added
wantsFocus
property on tvOS. - Improved documentation and add generated docs as html.
2.0.1
• Fix layout bugs
2.0
New:
- Use AutoLayout for a fully dynamic layout.
- Added attributed text support.
- Added option to enable vibrancy.
- Added easier drop shadow support with JGProgressHUDShadow.
- Allow shadow opacity animations.
- Full iOS 11 support with support for safeAeraInsets.
- Added nullability specifiers.
- Added simple Swift example project.
- Added full tvOS support and tvOS example project.
Fixed:
- Fixed layout bug that limited the labels to be single line only.
- Improved transitions and animations.
Changed:
- Deprecated -showInRect:
- Deprecated -marginInsets in favor of -layoutMargins.
- Deprecated -layoutChangeAnimationDuration. The HUD no longer animates changes itself but changes can be wrapped in a UIView animation block to achieve a custom animation.
- Removed static library target. Since iOS 8 is a requirement now the framework target can always be used.
- Increased font sizes.
- Simplified initialization of indicator views.
- Updated success and error indicator images.
- Requires iOS 8.
1.4.1
Xcode 8.1 support.
1.4
Full Split View support, keyboard bug fixes Fixes #62
1.3.6
v1.3.6 Bug fixes