v1.1.0
HIGDesign v1.1.0
Minor release adding custom activity indicator styles, a shimmer placeholder modifier, and PhotoPicker Swift concurrency improvements.
Added
HIGActivityIndicatorStylewith ten custom indicator styles (orbital, pulsing, arcs, rotating dots, flickering dots, scaling dots, opacity dots, equalizer, growing circle, gradient) alongside the system defaulthigShimmer(isActive:mode:)modifier withHIGShimmerModeandHIGShimmerTokenswired through all built-in themesPhotoKitCoordinatoractor for PhotoPicker image loading and cachingScripts/verify_no_gcd.shto 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