Skip to content

Releases: tscanlin/tocbot

2.3.0

01 Mar 06:49
Compare
Choose a tag to compare

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

12 Jan 06:04
Compare
Choose a tag to compare

Changed

  • [patch] Removed updateUrl option from docs since it doesn't work, see: smooth-scroll #283.

2.2.1

30 Nov 05:00
Compare
Choose a tag to compare

Added

  • [patch] Made bower.json reference unminified file.

2.2.0

25 Nov 07:49
Compare
Choose a tag to compare

Added

  • [minor] Added bower.json to provide bower support.

2.1.5

12 Sep 04:21
Compare
Choose a tag to compare

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

14 Aug 08:20
Compare
Choose a tag to compare

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

23 Jul 16:14
Compare
Choose a tag to compare

Added

  • [patch] listItemClass option to set classes on list items (#12)

2.1.2

07 Jun 06:17
Compare
Choose a tag to compare

Fixed

  • [patch] prevent errors from being thrown when elements are not present and add tests.

v2.1.1

11 May 02:57
Compare
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
Compare
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