- First commit
- Add support for custom background colors and new shape
Includes breaking changes: TutorialItems -> TutorialItem
Major change on the TutorialItem model. See the documentation
This update permits users to have more control over the onboarding flow
- Use the
Tutorial.skipAll()
method to skip the tutorial - Replaced
children
property withchild
, which allows for full control over the content - Added the
radius
property, which will be used to set a custom radius for theShapeFocus.oval
shape