Skip to content

Latest commit

 

History

History
389 lines (230 loc) · 19.6 KB

CHANGELOG.md

File metadata and controls

389 lines (230 loc) · 19.6 KB

Changelog

v2.0.0-beta.28 (2018-10-08)

Full Changelog

Implemented enhancements:

  • Not all of popper.js placement values are supported #259
  • Integrate Tippy for step modal creation #255
  • Tippy.js Integration #261 (BrianSipple)

Merged pull requests:

v2.0.0-beta.27 (2018-09-13)

Full Changelog

Breaking changes:

  • Rename Tour.options.defaults to Tour.options.defaultStepOptions. #244 (BrianSipple)

Implemented enhancements:

  • Change tour.options.defaults to tour.options.stepOptions #240

Merged pull requests:

v2.0.0-beta.26 (2018-09-07)

Full Changelog

Fixed bugs:

  • Build syntax errors and element.prepend function not supported (Internet Explorer) #238
  • Syntax errors and ParentNode.prepend not supported in IE #239 (alexdaube)

v2.0.0-beta.25 (2018-09-06)

Full Changelog

v2.0.0-beta.24 (2018-09-05)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • advanceOn doesn't complete tour #93
  • advanceOn blur? #89

Closed issues:

  • Action required: Greenkeeper could not be activated 🚨 #227

Merged pull requests:

v2.0.0-beta.23 (2018-08-29)

Full Changelog

Implemented enhancements:

Merged pull requests:

v2.0.0-beta.22 (2018-08-29)

Full Changelog

Implemented enhancements:

Fixed bugs:

v2.0.0-beta.21 (2018-08-27)

Full Changelog

Merged pull requests:

v2.0.0-beta.20 (2018-08-26)

Full Changelog

Implemented enhancements:

v2.0.0-beta.19 (2018-08-25)

Full Changelog

v2.0.0-beta.18 (2018-08-25)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v2.0.0-beta.17 (2018-08-15)

Full Changelog

Merged pull requests:

v2.0.0-beta.16 (2018-08-14)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Uncaught TypeError: _shepherd2.default.Tour is not a constructor #202

Merged pull requests:

v2.0.0-beta.15 (2018-08-06)

Full Changelog

Fixed bugs:

  • Error: Cannot find module 'popper' from '\node_modules\shepherd.js\dist\js' #201

v2.0.0-beta.14 (2018-08-02)

Full Changelog

Fixed bugs:

  • Error thrown if element not visible anymore #197

Merged pull requests:

v2.0.0-beta.13 (2018-07-16)

Full Changelog

Implemented enhancements:

  • Refactor css in shepherd-theme-arrows theme #52
  • Automatically use theme if styles are included #1

v2.0.0-beta.12 (2018-07-12)

Full Changelog

v2.0.0-beta.11 (2018-07-12)

Full Changelog

Implemented enhancements:

  • Attach shepherd-step to "custom" element / supporting dialog elements. #157
  • Add renderLocation option #192 (rwwagner90)

Fixed bugs:

  • Tours fail to load on Chrome 65 #180
  • Step divs remain after tour has ended #66

Closed issues:

  • Step class cleanup #36

v2.0.0-beta.10 (2018-07-11)

Full Changelog

v2.0.0-beta.9 (2018-07-11)

Full Changelog

Implemented enhancements:

  • CSS should not be required to use this library #166

Fixed bugs:

  • Arrows don't appear on some boxes randomly (video) #156

Closed issues:

  • Undocumented scrollToHandler option #107

v2.0.0-beta.8 (2018-07-09)

Full Changelog

v2.0.0-beta.7 (2018-07-07)

Full Changelog

Fixed bugs:

  • Use frame safe way for isArray() & isObject() #153
  • remove shepherd-target class on tour.next()/tour.back() #109

Closed issues:

  • Rethethering issue when target element is re-rendered. #112

v2.0.0-beta.6 (2018-07-07)

Full Changelog

Implemented enhancements:

  • Close button as HTML entity #148 (bm2u)

Fixed bugs:

  • Hide events being triggered twice when there is another step #167
  • Removing duplicate call to hide step #168 (pedroceles)

Closed issues:

  • The install doc is not working #179
  • addStep not return step instance #165
  • cancelling the tour when clicking outside the element #141
  • showCancelLink yields weird characters #117

Merged pull requests:

v2.0.0-beta.5 (2018-07-03)

Full Changelog

v2.0.0-beta.4 (2018-07-03)

Full Changelog

v2.0.0-beta.3 (2018-07-03)

Full Changelog

Closed issues:

  • How can i use it with ionic 2 typescript? #174

v2.0.0-beta.2 (2018-07-02)

Full Changelog

v2.0.0-beta.1 (2018-07-02)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Attempting to fix uncaught exception caused by non-existing element f… #190 (rwwagner90)

Closed issues:

  • href of the "View docs" button on demo site --> 404 #187
  • Demo site is down #185
  • Maintainer/transfer #183
  • cannot get node_modules/tether-shepherd/dist/js/shepherd.min.js #173
  • ES6 import from NPM failed. #171
  • Display Shepherd only during first visit #164
  • Tether EOL implications #163
  • Get the AttachTo object #150
  • Arrow problem #145
  • attachment: together does not work as expected if attachment width greater than target width #142
  • shepherd-step not placed in proper position #130
  • attachTo is not working when passing a string #122
  • Triggering click of an page element on tour step "show" #119
  • Inherit animation styles from Drop #84
  • Shepherd might need jQuery... #79
  • Not accessibility friendly #26

Merged pull requests:

v1.7.0

  • Fixes bug where buttons: false resulted in the default Next button instead of showing the desired result of no buttons.

v1.6.0 & v1.6.2

  • Patches issue where Tether anchor reference was being cached instead of reset when step is shown.

v1.5.2

  • Adds functionality to pass an object {element: el, on: tetherPositionString} to tour step attachTo parameter.

v1.5.1

  • Exposes scrollTo option in Eager

v1.5.0

  • Positioning string parse improvements with regex
  • Installation support for dynamically rendered pages in Eager
  • Live updates for eager / creation of tour.removeStep

v1.2.2

  • Moves Tether.js out of bower_components and into dist for supoort in Eager

v1.2.1

  • Exposes tour object on eager install

v1.2.0

  • Adds showOn for conditionally showing tour steps

v1.1.4

  • Eager - Install helper now checks for the presence of first attach node before starting

v1.1.2 & v1.1.3

  • Fix stacking event listeners

v1.1.1

  • Pointer event none for arrows

v1.1.0

  • Update Tether to version 1
  • Bump all dependencies

v1.0.0

  • Add proper UMD to Shepherd
  • Convert from Coffeescript to ES6 (Babel)
  • Fix *.json files to include main
  • Remove bundled versions
  • Restructure directory layout
  • Update gulp builds

* This Changelog was automatically generated by github_changelog_generator