diff --git a/.changeset/wise-cars-shout.md b/.changeset/wise-cars-shout.md new file mode 100644 index 0000000..8a2bcd6 --- /dev/null +++ b/.changeset/wise-cars-shout.md @@ -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.