You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)