Skip to content

Releases: tscanlin/tocbot

v2.1.1

11 May 02:57

Choose a tag to compare

Changed

  • [patch] update file size estimates in the docs
  • [patch] switch from throwing errors to using console.warn

v2.1

30 Apr 23:54

Choose a tag to compare

Added

  • [minor] add positionFixedSelector option to specify the element to add a fixed position class to
  • [dev] use travis-ci for builds

v2.0

30 Apr 23:31

Choose a tag to compare

Added

  • [major] smooth-scroll is included by default now
  • [patch] throttling support to improve performance, also the throttleTimeout option
  • [patch] new "try it now" option on documentation site

Changed

  • [minor] broke up scss files and separate tocbot styles better
  • [minor] default option for contentSelector to be .js-toc-content
  • [minor] default option for ignoreSelector to be .js-toc-ignore
  • [minor] default option for collapsibleClass to be .is-collapsible
  • [patch] reorder default-options.js
  • [patch] update documentation

Removed

  • [patch] dependency on classList to improve browser support

Fixed

  • [minor] new and improved tests using jsdom
  • [dev] switched from gulp to npm scripts
  • [dev] switched from browserify to webpack
  • [dev] switched from swig to react for building the documentation

v1.0

29 Apr 06:52

Choose a tag to compare

  • First published source code