Skip to content

Releases: ChrisUser/react-wizard-onboarding

v1.1.0

11 Apr 15:48
5535a63

Choose a tag to compare

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

v1.0.2

17 Jan 09:30

Choose a tag to compare

What's Changed

  • Add support to React 19

Full Changelog: v1.0.1...v1.0.2

v1.0.1

15 Jan 22:19

Choose a tag to compare

What's Changed

  • Improved docs

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Jan 22:16

Choose a tag to compare

First release

  • Add component, logics, customizations and docs.

Full Changelog: https://github.com/ChrisUser/react-wizard-onboarding/commits/v1.0.0