All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- fix privacy manifest PrivacyInfo.xcprivacy.
- add privacy manifest PrivacyInfo.xcprivacy.
- fix crash when currentStep is less than -1.
- add SwiftUI wrapper
StepsView
. (Requires minimum deployment target iOS 11.0)
- calculate
intrinsicContentSize
. - make SwiftUI frame correctly respond to
.fixedSize(horizontal: false, vertical: true)
.
- export
StepProgressView.Shape
to Objective-C asStepProgressViewShape
in order to avoid conflict with other libraries'Shape
type.
- support Swift Package Manager.
- fix Interface Builder render error.
- Better support for auto layout, now has correct intrinsicContentSize.
- MiniLayout moved to SweeterSwift.
- Swift 5, CocoaPods 1.7.
- UIAppearance support.
- Swift 4.2
- Better format code, use MiniLayout.
- Swift 4
- make
IBDesignable
.