Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/wise-cars-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
'react-tutorial-overlay': minor
---

Improve the tutorial overlay with a more complete onboarding API and release workflow.

- Added keyboard navigation, backdrop close controls, and a Promise-based `tutorial.open()` result for easier flow control.
- Improved highlight padding, overlay positioning, accessibility, and built-in UI customization options.
- Stabilized runtime behavior, restored test coverage, fixed docs lint/build issues, and aligned README/docs with the current API.
- Added Changesets-based versioning and release automation so changelog updates and npm publishing are easier to manage.
Loading