1.0.0 (2018-03-16)
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)
- add custom callback management (83481b1)
- add support for Popper's parameters (4328c37)
- 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)
<a name="1.0.0-beta.0"></a>