Unreleased (2026-09-21)
🚀 New Feature
- #2203 feat(hint): add onHintDialogClose callback (@Parvinmh)
- #2196 feat(i18n): add Russian, Chinese, Portuguese, Italian, Japanese, Turkish and Korean translations (@Parvinmh)
- #2194 feat(theme): add light, dark and auto themes (@Parvinmh)
🐛 Bug Fix
- #2204 fix(tour): stop the highlight shadow eating the target's own border (@Parvinmh)
- #2202 fix(tour): let onSkip cancel the skip, like onBeforeExit does (@Parvinmh)
- #2201 fix(styles): force tooltip visibility to survive a WebKit inheritance bug (@Parvinmh)
- #2200 fix(styles): keep the tour overlay above page elements with z-index (@Parvinmh)
- #2199 fix(tour): complete the tour on nextStep() when already on the last step (@Parvinmh)
- #2198 fix(tour): reverse arrow key navigation in RTL tours (@Parvinmh)
- #2195 fix(hint): remove resize listener in disableHintAutoRefresh (@Parvinmh)
Committers: 2
- Parvin Mehrabani (@Parvinmh)
- @github-actions[bot]