Skip to content

Releases: gilbarbara/react-joyride

0.7.5

29 Oct 00:29
Compare
Choose a tag to compare
  • update joyrideAddSteps to return the steps
  • improve debug logging
  • Encodes '#' character so that SVG arrows work in Firefox

0.7.4

25 Oct 19:15
Compare
Choose a tag to compare
  • fix stepCallback not firing with keyboard navigation
  • Add (optional) debouncing for resize event, fix repositioning of tooltips (@jmrog)

0.7.3

23 Oct 23:52
Compare
Choose a tag to compare
  • add a debug option

0.7.2

22 Oct 02:58
Compare
Choose a tag to compare
  • refactor joyrideReplaceSteps
  • [fix] make joyrideReplaceSteps respect user-specified false for restart param (thanks @jmrog)

0.7.1

15 Oct 01:31
Compare
Choose a tag to compare
  • add joyrideReplaceSteps
  • identify a skipped tour in completeCallback
  • restore stepCallback functionality

0.7.0

07 Oct 03:43
Compare
Choose a tag to compare
  • 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

30 Sep 00:06
Compare
Choose a tag to compare
  • add joyrideShowSkipButton

0.6.6

23 Sep 04:13
Compare
Choose a tag to compare
  • add support to use DOM Elements as a selector for tour's steps

0.6.5

19 Sep 04:09
Compare
Choose a tag to compare
  • 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

16 Sep 02:03
Compare
Choose a tag to compare
  • 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