Releases: tscanlin/tocbot
Releases · tscanlin/tocbot
v2.1.1
v2.1
v2.0
Added
- [major] smooth-scroll is included by default now
 - [patch] throttling support to improve performance, also the 
throttleTimeoutoption - [patch] new "try it now" option on documentation site
 
Changed
- [minor] broke up scss files and separate tocbot styles better
 - [minor] default option for 
contentSelectorto be.js-toc-content - [minor] default option for 
ignoreSelectorto be.js-toc-ignore - [minor] default option for 
collapsibleClassto 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