Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 2.6 KB

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 2.6 KB

@hashicorp/react-docs-sidenav

9.0.1

Patch Changes

  • #666 7ec02621 Thanks @thiskevinwang! - This adds the array index to the end of all sidenav "nodes" to increase the uniqueness in keys

9.0.0

Major Changes

8.4.1

Patch Changes

8.4.0

Minor Changes

8.3.1

Patch Changes

8.3.0

Minor Changes

  • #336 9b190b0 Thanks @jescalan! - Add "headline" option which can be used to inject a headline at any point in the navigation

8.2.5

Patch Changes

  • #298 4c3e3d1 Thanks @zchsh! - Converts Search to CSS modules, and makes tweaks in consuming components to account for related changes.

    • 💥✨ BREAKING CHANGE: Refactored to CSS modules.
      • Consumers will need to remove any @hashicorp/react-search/style.css imports.
      • For .hit-content, consumers will need to import @hashicorp/react-search/hit-content-styles.module.css, and use s.root on their renderHitContent container.