| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.6.0 source code.tar.gz | 2026-06-25 | 719.3 kB | |
| 1.6.0 source code.zip | 2026-06-25 | 766.9 kB | |
| README.md | 2026-06-25 | 1.8 kB | |
| Totals: 3 Items | 1.5 MB | 0 | |
Added
animationDurationconfig to control how long the highlight transition takes. (#104)allowScrollconfig to lock body scroll while a tour is active.onDoneClickhook, fired when the done button on the final step is clicked. (#500)dataproperty on a step for passing arbitrary data, accessible from hooks for custom per-step logic. (#539)
Changed
- Breaking — Popover footer buttons are now styled through the
driver-popover-footer-btnclass instead of the.driver-popover-footer buttonselector. Buttons you add throughonPopoverRenderno longer inherit the default styling automatically — add thedriver-popover-footer-btnclass to opt in, or leave it off to apply your own styles. The built-in next/previous buttons carry the class out of the box. (#555) - Custom buttons added through
onPopoverRendernow receive their own click events. Only the built-in next, previous, and close buttons have their default action intercepted by the library. - The popover exposes
driver-popover-side-*anddriver-popover-align-*classes so you can target its position from CSS, and the arrow positioning was rewritten for more accurate placement.
Fixed
- Document event listener leak in
onDriverClickthat left handlers attached after the tour was destroyed. (#452) - Dropped the CSS
:has()selector for broader browser compatibility. (#586) - Positioned highlighted elements and their children (e.g. dropdown menus) no longer get clipped. (#454, [#563])
removeChildDOMException when re-rendering a popover whose wrapper was already detached from the DOM. (#572)- Close button on a single-element
highlight()popover did nothing when clicked. It now closes the popover by default, respectingallowCloseand any customonCloseClick. (#444)