Download Latest Version 1.8.0 source code.zip (4.5 MB) Google Add to Preferred Sources
Home / 1.6.0
Name Modified Size InfoDownloads / 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

  • animationDuration config to control how long the highlight transition takes. (#104)
  • allowScroll config to lock body scroll while a tour is active.
  • onDoneClick hook, fired when the done button on the final step is clicked. (#500)
  • data property 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-btn class instead of the .driver-popover-footer button selector. Buttons you add through onPopoverRender no longer inherit the default styling automatically — add the driver-popover-footer-btn class 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 onPopoverRender now 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-* and driver-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 onDriverClick that 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])
  • removeChild DOMException 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, respecting allowClose and any custom onCloseClick. (#444)
Source: README.md, updated 2026-06-25