Skip to content

Releases: relatedcode/ProgressHUD

15.0.1

Choose a tag to compare

@relatedcode relatedcode released this 10 Dec 14:42
44e04c7

Changed

  • Increased the swift-tools-version to 5.9 in Package.swift.

15.0.0

Choose a tag to compare

@relatedcode relatedcode released this 28 Nov 09:46

Changed

  • Complete rewrite from UIKit to SwiftUI.
  • Minimum iOS requirement updated from iOS 13.0+ to iOS 17.0+.
  • Source path changed from ProgressHUD/Sources to SwiftUI/Sources.
  • All color, font, and image properties now use SwiftUI types (Color, Font, Image) instead of UIKit types.
  • Updated API to use SwiftUI's @Observable and modern Swift concurrency.

Note

  • This version (15.0.0+) is built with SwiftUI. If you need the UIKit version, please use version 14.1.4.

14.1.4

Choose a tag to compare

@relatedcode relatedcode released this 04 Jul 20:29

Removed

  • Dropped CocoaPods support.

14.1.3

Choose a tag to compare

@relatedcode relatedcode released this 09 May 05:42

Changed

  • Added the defaultLocalization value to the Package.swift file.

14.1.2

Choose a tag to compare

@relatedcode relatedcode released this 03 May 07:36

Added

  • Added the PrivacyInfo.xcprivacy file.

14.1.1

Choose a tag to compare

@relatedcode relatedcode released this 22 Jan 19:40

Revision

  • Year bump.

14.1.0

Choose a tag to compare

@relatedcode relatedcode released this 15 Oct 09:06

Changed

  • Renamed the AnimatedIcon enum to LiveIcon.
  • The general show method has been split into multiple specialized methods: animate, progress, liveIcon, image, symbol.
  • Updated the Static Image SF Symbol weight configuration to utilize a bold setting.
  • Conducted minor code improvements for better maintainability and performance.

14.0.0

Choose a tag to compare

@relatedcode relatedcode released this 14 Oct 19:42

Added

  • Introduced the 'SF Symbol Bounce' animation feature, allowing for the display of over 5000 animated SF Symbols to enhance visual engagement.

Changed

  • Enhanced the existing animations through various code optimizations.

13.8.6

Choose a tag to compare

@relatedcode relatedcode released this 13 Oct 17:42

Fixed

  • Corrected an issue where displaying a banner would fail if a HUD had not been shown before the banner.

13.8.5

Choose a tag to compare

@relatedcode relatedcode released this 13 Oct 14:25

Added

  • Introduced 9 new animations to offer a more engaging and visually captivating user experience.

Changed

  • Refactored existing animation names, including adjustments to the AnimationType enum.
  • Split the animations-related source files for better maintainability and organization.
  • Updated a few of the existing animations in terms of shape, size, and duration.