From 8a6e45be92968a52ad2f30c8c81cf4cc260345d0 Mon Sep 17 00:00:00 2001 From: sjsjsj1246 Date: Wed, 25 Mar 2026 00:39:57 +0900 Subject: [PATCH] =?UTF-8?q?[-]:=20=EB=88=84=EB=9D=BD=EB=90=9C=20changeset?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/wise-cars-shout.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/wise-cars-shout.md 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.