Skip to content

v1.1.0

Choose a tag to compare

@sweetmans sweetmans released this 19 Jun 17:28
fc99f74

HIGDesign v1.1.0

Minor release adding custom activity indicator styles, a shimmer placeholder modifier, and PhotoPicker Swift concurrency improvements.

Added

  • HIGActivityIndicatorStyle with ten custom indicator styles (orbital, pulsing, arcs, rotating dots, flickering dots, scaling dots, opacity dots, equalizer, growing circle, gradient) alongside the system default
  • higShimmer(isActive:mode:) modifier with HIGShimmerMode and HIGShimmerTokens wired through all built-in themes
  • PhotoKitCoordinator actor for PhotoPicker image loading and caching
  • Scripts/verify_no_gcd.sh to enforce Swift concurrency over GCD in library sources

Changed

  • PhotoPicker image loading and library access migrated from GCD to Swift concurrency (async/await, actors)
  • Picker chrome buttons use liquid glass style on iOS 26+ with bordered fallback
  • Activity indicator showcase subsection expanded with all custom styles and shimmer examples

Install

.package(url: "https://github.com/S-M-Technology-Ltd/HIGDesign.git", from: "1.1.0")

Full changelog: https://github.com/S-M-Technology-Ltd/HIGDesign/blob/v1.1.0/CHANGELOG.md