Releases: gilbarbara/react-joyride
Releases · gilbarbara/react-joyride
0.7.5
- update
joyrideAddSteps
to return the steps - improve debug logging
- Encodes '#' character so that SVG arrows work in Firefox
0.7.4
0.7.3
- add a debug option
0.7.2
0.7.1
- add
joyrideReplaceSteps
- identify a skipped tour in
completeCallback
- restore stepCallback functionality
0.7.0
- move the options to the
joyride
object, cleaning up the component clutter - add a new public method
joyrideSetOptions
- stores bound event listeners for proper removal on component unmount
0.6.7
- add
joyrideShowSkipButton
0.6.6
- add support to use DOM Elements as a selector for tour's steps
0.6.5
- add JSdoc comments for
joyride
- move calcPlacement to
joyride
- extra cleanup mixin functions
- remove unnecessary
_scrollToNextStep
method - rename mixin shared functions
- add keyboard navigation
- share the mixin scope with the internal object
0.6.4
- cleanup mixin functions
- fix tooltip arrowPosition
- update
_scrollToNextStep
- refactor
_preventWindowOverflow
- initial override step position left/right position on small screens
- fix duplicate reactid
- cleanup browser function
- initial IE fixes