Skip to content

8.3.0

Latest
Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 23 May 11:57
· 1 commit to main since this release

✨ New features

  • OnboardingPageInfo currentPageIndex is now mutable.
  • OnboardingPageManager is a new page manager protocol.
  • OnboardingPageState is a new observable page state class.
  • OnboardingPageView & OnboardingSlideshow now supports edge taps on all platforms.
  • OnboardingPageView & OnboardingSlideshow now supports arrow keys on macOS & tvOS.
  • OnboardingPrimaryButton is a new button view that can be used in an onboarding flow.
  • OnboardingScreen is a new container view that can be used to wrap any onboarding flow.
  • OnboardingScreenCenteredContent is a new container view that can be used to center a page view.
  • View has new onboardingPopover modifiers that makes it easy to present a popover from any view.

💡 Adjustments

  • OnboardingSlideshow now takes a configuration as a view modifier.

🐛 Bug Fixes

  • OnboardingPageView & OnboardingSlideshow no longer block interactions.

🗑️ Deprecated

  • LocalizedOnboarding has been deprecated.
  • OnboardingSlideshow no longer takes a background view builder.
  • OnboardingSlideshowConfiguration no longer has an isAnimated property.