Skip to content

Releases: kamranahmedse/driver.js

0.9.3

19 Feb 20:21
Compare
Choose a tag to compare

#134 Adds close button on the single highlight

0.9.2

07 Feb 21:28
Compare
Choose a tag to compare

Patch to expose the driver.refresh() method in the build

0.9.1

07 Feb 21:26
Compare
Choose a tag to compare
  • 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

07 Feb 14:26
Compare
Choose a tag to compare
  • b734961 Adds scoped class names for popovers
  • b074110 Decrease animation duration
  • 5309108 Improve performance and proper positioning
  • 92ac285 Fixes type definitions for positions

v0.8.0

12 Oct 19:02
Compare
Choose a tag to compare

Refactor, build optimizations and packages updates

0.5.0

15 Apr 15:52
Compare
Choose a tag to compare
  • Makes popover description optional. You may only provide title 6bd2494
  • Fixes stacking-contexts issue. But you have to be using non-animated version. 783018d

0.4.0

10 Apr 18:26
Compare
Choose a tag to compare
  • 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