Releases: kamranahmedse/driver.js
Releases · kamranahmedse/driver.js
0.9.3
0.9.2
Patch to expose the driver.refresh()
method in the build
0.9.1
- 9fe4828 Fix – Positioning the popover on scrollable elements
- 991eb5d Fix – Tap event on mobile closes the driver in some cases
- 9c530a4 Feat – New
mid-center
position allows popovers to be positioned on top of the element - e29a33e Feat –
refresh
method has been exposed that repositions and re-renders the driver
0.9.0
v0.8.0
Refactor, build optimizations and packages updates
0.5.0
0.4.0
- Adds
overlayClickNext: false
in driver options – allowing you to move to next step if clicked on overlay. - Element can now be a string or a DOM element
- Stacking context fix