Skip to content

Latest commit

 

History

History
121 lines (80 loc) · 4.62 KB

CHANGELOG.md

File metadata and controls

121 lines (80 loc) · 4.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Added

[0.3.2]

Added

Changed

  • Updated docs

Added

  • Added .gitignore
  • Added .npmignore
  • Added package.json
  • Created CHANGELOG

Changed

  • Updated README

Removed

  • Removed comments from bootstrap-tourist.js

Added

  • Added showIfUnintendedOrphan to show a tour step as an orphan if its element doesn't exist, overriding onElementUnavailable

Changed

  • New method of backdrop and highlight added, with major effort and code from @ibastevan:
    • Overlay divs and customizable transitions between tour steps, read more here
    • In short, previous versions of Tourist (and original Tour) used 4 divs to bracket the tour step elements. Tourist now uses overlays to produce the same effect. This solves many problems and enables many new features, including customizable transitions between tour steps.

0.2.1

Changed

  • delayOnElement option now waits for elements not yet created in the DOM (thanks to @lukaszmn)

Fixed

  • fix bug preventing element: function(){...} feature under BS4/popper.js

Fixed

Added

  • added support for changing button texts (thanks to @vneri)
  • added dummy init() to support drop-in replacement for Tour (thanks to @pau1phi11ips)

0.0.9-beta:

Added

  • default params compatibility for IE

Changed

  • major change to manipulation of BS4 popper.js for orphan steps
  • change to implementation of backdrop

Removed

  • smartPlacement option removed, deprecated

Fixed

  • auto progress bar was killed in changes 0.7 -> 0.8 due to Bootstrap sanitizer, this is readded

0.0.8-beta:

Changed

  • Improved BS4 support and template switching. Changed options for framework vs template.

Fixed

  • Fix in 0.0.7-beta didn't work for Bootstrap 4. This release is to ensure fully working popovers in BS4. Issue is that the Bootstrap CDN doesn't actually have the whitelist property, so developing against it is basically useless :(

0.0.7-beta:

Fixed

0.0.6-beta:

Added

Fixed

  • Fixed invalid call to debug in showNextStep()

0.0.5-beta:

Added

  • Added "unfix" for bootstrap selectpicker to revert zindex after step that includes this plugin

Changed

  • Improved the background overlay and scroll handling, unnecessary work removed

Fixed