StepProgressView v1.6.0 Release Notes

Release Date: 2022-10-09 // about 2 years ago
  • ➕ Added

    • ➕ add SwiftUI wrapper StepsView. (Requires minimum deployment target iOS 11.0)

    🛠 Fixed

    • calculate intrinsicContentSize.
    • 🛠 make SwiftUI frame correctly respond to .fixedSize(horizontal: false, vertical: true).

Previous changes from v1.5.7

  • 🔄 Changed

    • export StepProgressView.Shape to Objective-C as StepProgressViewShape in order to avoid conflict with other libraries' Shape type.