StepProgressView v1.6.0 Release Notes

Release Date: 2022-10-09 // over 1 year 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.