Releases: tscanlin/tocbot
Releases · tscanlin/tocbot
2.3.0
Changed
- [patch] Fix for proper header not being selected due to sub-pixel rounding issues. #31
- [dev] Updated test commands to be able to selectively run tests and debug them more easily. #29
2.2.2
Changed
- [patch] Removed updateUrl option from docs since it doesn't work, see: smooth-scroll #283.
2.2.1
Added
- [patch] Made bower.json reference unminified file.
2.2.0
Added
- [minor] Added bower.json to provide bower support.
2.1.5
Added
- [patch] Added
overflow-y: auto
to the .toc selector so that it scrolls
(#17).
- [dev] Added to deploy script to commit /dist files to master.
- [dev] Added to package.json for cdnjs.
2.1.4
Added
- [patch]
includeHtml
option to mirror markup from the headings in the TOC (#14).
- [patch]
listItemClass
will be omitted if an empty string in passed.
- [dev]
test:watch
command.
- [dev] more tests.
2.1.3
Added
- [patch]
listItemClass
option to set classes on list items (#12)
2.1.2
Fixed
- [patch] prevent errors from being thrown when elements are not present and add tests.
v2.1.1
Changed
- [patch] update file size estimates in the docs
- [patch] switch from throwing errors to using console.warn
v2.1
Added
- [minor] add
positionFixedSelector
option to specify the element to add a fixed position class to
- [dev] use travis-ci for builds