Releases: gilbarbara/react-joyride
Releases · gilbarbara/react-joyride
1.10.1
- set
start
and stop
as private methods da68933
- fix callback not triggering the
finished
event 13a7273
- fix
allowClicksThruHole
on iOS touch devices 7da0b85
1.10.0
- add styling options to header, main and footer 29361dd
- update build system and simplify /lib structure (new bundle) 88f9633
- recalculate tooltip's top/bottom position if initial position doesn't fit f371cd3 (@chriscain)
1.9.3
- fix onClickTooltip expecting for anchors 851b69b
- move listeners from module root to class a4639cb
1.9.2
- remove unnecessary line breaks on main.scss
1.8.2
- Allow pointer-events in tooltips 035ec13
- Do not require steps to contain
text
5c96851
1.8.1
- fix
callback::finished
being executed multiple times e54250b
1.8.0
- Add
fixed
option to position steps as fixed within the viewport a5bc796 (@coox)