4.2.0
This is the last minor version before 5.0, which will make the library require iOS 13, macOS 10.5, tvOS 13 and watchOS 6 .
This version deprecates the OnboardingPresenter
concept and adds a tryPresent
function to the Onboarding
instead.
✨ New features
TutorialPageInfo
is a new struct.UrlTutorialPage
is a new tutorial page with aURL
.
💡 Behavior changes
Tutorial
is now generic to better handle custom tutorial page types.
📦 Dependencies
- TuttiTests no longer depends on
MockingKit
. - TuttiTests no longer depends on
Quick
andNimble
.