- Fixes bug where
buttons: false
resulted in the default Next button instead of showing the desired result of no buttons.
- Patches issue where Tether anchor reference was being cached instead of reset when step is shown.
- Adds functionality to pass an object
{element: el, on: tetherPositionString}
to tour stepattachTo
parameter.
- Exposes
scrollTo
option in Eager
- Positioning string parse improvements with regex
- Installation support for dynamically rendered pages in Eager
- Live updates for eager / creation of
tour.removeStep
- Moves
Tether.js
out ofbower_components
and intodist
for supoort in Eager
- Exposes tour object on eager install
- Adds
showOn
for conditionally showing tour steps
- Eager - Install helper now checks for the presence of first attach node before starting
- Fix stacking event listeners
- Pointer event none for arrows
- Update
Tether
to version 1 - Bump all dependencies
- Add proper UMD to
Shepherd
- Convert from
Coffeescript
toES6 (Babel)
- Fix
*.json
files to includemain
- Remove bundled versions
- Restructure directory layout
- Update
gulp
builds