Skip to content

v1.1.0

Latest

Choose a tag to compare

@ChrisUser ChrisUser released this 11 Apr 15:48
5535a63

Features

  • Added keyboard navigation — arrow keys advance/go back, Escape closes
  • Added Back button so users can return to previous steps
  • Added onBeforeStep / onAfterStep async lifecycle callbacks
  • Added advanceOnClick mode — tour advances when the user clicks the highlighted element
  • Automatically scrolls off-screen target elements into view
  • Added animated step transitions via CSS keyframes
  • OnboardingWizard and StickyOnboardingWizard support controlled currentStepIndex prop
  • Improved overall a11y standard compatibility

Fixes

  • Fixed spotlight misalignment on the first step at tour start
  • Fixed stale element bounds when navigating to later steps after a layout shift
  • Fixed spotlight and modal drifting from the target element after a window resize
  • Fixed overflow: hidden remaining on the body when closing the tour mid-scroll