Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@bolt/components-toc

A navigation list, usually found on an article page, of its section titles.

bolt design system, bolt, css framework, design system, components, table of contents

readme

Table of Contents is part of the collection of components, visual styles, and build tools that power the Bolt Design System.

Install via NPM
npm install @bolt/components-toc

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.8.0 (2022-10-18)

Note: Version bump only for package @bolt/components-toc

5.5.0 (2022-05-23)

Note: Version bump only for package @bolt/components-toc

5.0.0 (2021-11-10)

Note: Version bump only for package @bolt/components-toc

4.6.0 (2021-10-12)

Note: Version bump only for package @bolt/components-toc

4.4.0 (2021-09-13)

Note: Version bump only for package @bolt/components-toc

4.3.0 (2021-08-30)

Note: Version bump only for package @bolt/components-toc

4.2.0 (2021-08-03)

Note: Version bump only for package @bolt/components-toc

4.1.0 (2021-07-19)

Note: Version bump only for package @bolt/components-toc

4.0.0 (2021-06-23)

Note: Version bump only for package @bolt/components-toc

3.6.0 (2021-05-13)

Note: Version bump only for package @bolt/components-toc

3.4.0 (2021-03-29)

Note: Version bump only for package @bolt/components-toc

3.1.2 (2021-03-05)

Note: Version bump only for package @bolt/components-toc

3.1.0 (2021-02-08)

Note: Version bump only for package @bolt/components-toc

3.0.1 (2021-01-22)

Note: Version bump only for package @bolt/components-toc

2.30.0 (2021-01-13)

Note: Version bump only for package @bolt/components-toc

3.0.0 (2021-01-08)

Note: Version bump only for package @bolt/components-toc

2.29.0 (2020-11-23)

Note: Version bump only for package @bolt/components-toc

2.28.0 (2020-09-16)

Note: Version bump only for package @bolt/components-toc

2.27.0 (2020-08-28)

Note: Version bump only for package @bolt/components-toc

2.26.0 (2020-07-22)

Bug Fixes

2.25.1 (2020-07-14)

Note: Version bump only for package @bolt/components-toc

2.25.0 (2020-07-13)

Bug Fixes

  • add update snapshot for Table of Contents (7c7d493)
  • proper role attributes and card media border radius (9b1b67e)
  • update componet descriptions (b9fefe6)
  • update Jest tests based on List / aria role updates (e18a259)

Features

  • globally lazyload JS bundles to expose same existing issues as the ones found with the new lazy-queue functionality (7cc4ce2)

2.24.0 (2020-06-05)

Note: Version bump only for package @bolt/components-toc

2.23.0 (2020-05-06)

Bug Fixes

  • add update snapshot for Table of Contents (7c7d493)
  • proper role attributes and card media border radius (9b1b67e)
  • update Jest tests based on List / aria role updates (e18a259)

Features

  • globally lazyload JS bundles to expose same existing issues as the ones found with the new lazy-queue functionality (7cc4ce2)

2.21.0 (2020-04-08)

Note: Version bump only for package @bolt/components-toc

2.20.2 (2020-03-30)

Bug Fixes

  • make sure querySelector returns element before getting clientHeight (097c17e)
  • race condition on smoothScroll stop (318e6ad)
  • remove default header value, causing unexpected results on Academy (a60bab8)
  • turn off pointer events on waypoint debugger, just a bug while debugging (62dbd1a)

2.20.0 (2020-03-18)

Features

  • add offset support to TOC component (8bcc05d)

2.19.0 (2020-03-04)

Note: Version bump only for package @bolt/components-toc

2.18.0 (2020-02-19)

Note: Version bump only for package @bolt/components-toc

2.17.0 (2020-02-04)

Bug Fixes

  • add role navigation attribute (47bd77b)
  • add z-index comment (54164cf)
  • indicator height (a7e1911)
  • js conventions (6244e89)
  • rename content prop to text and grammar edits (f5a4575)
  • SSR hydration prep not working in IE11, new approach (98fbf0a)
  • tests (dda716e)

Features

  • add smooth scroll and scroll-spy behavior to bolt-toc (87ff840)
  • add test uuid to JS, use getUniqueId helper function (291002c)
  • check for active item on first update, ensure only one active item at a time (e9edd79)
  • tighten up the TOC styles to better match the comps (948fd64)