Skip to content

1.0.0

Compare
Choose a tag to compare
@mmorainville mmorainville released this 16 Mar 22:21
· 166 commits to master since this release

Bug Fixes

  • add default props to prevent error when the property is not passed (3405237)
  • prevent the tour of starting again when using arrow keys (d7e8d42)
  • remove the side-effects by removing only our event listener (3b9e389)

Features

  • add a GitHub button on the demo and scroll back to the top (94adbdd)
  • add a header slot in VStep (8cd3883), closes #6
  • add custom callback management (83481b1), closes #4
  • add support for Popper's parameters (4328c37), closes #5
  • handle keyboard events + support a config prop + min and max props (bba1ed6)
  • initial constant file (623e962)
  • prevent dismissing the tour using the keyboard (bd73513)
  • prevent dismissing the tour when using previousStep on the first step (fa93aac)
  • use isFinished in previous/nextStep + reset isFinished when starting the tour (b70c371)