7.0.0
This version drastically simplifies the library and bumps the platform deployment targets to more modern platform versions.
Please see the docs and the demo for updated examples.
💡 Behavior changes
Onboarding
and its subclasses have been simplified.Onboarding
is now based ontryPresent
regardless of which class you use.
💥 Breaking changes
- All deprecated code has been removed.
Hint
has been removed.Onboarding
no longer has auserId
property.Onboarding
no longer has ahasBeenPresented
property.Onboarding
no longer has aregisterPresentation
function.OnboardingPageView
now takes page values instead of a tutorial.Tutorial
has been removed and replaced with new onboarding views.