Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

66 lines (38 loc) · 3.4 KB

@hashicorp/react-tabs

8.1.0

Minor Changes

8.0.0

Major Changes

7.2.1

Patch Changes

  • #706 77dff81a Thanks @BRKalow! - Fix case where the activeTabIdx of a nested Tabs instance is not reset when tabs content changes

7.2.0

Minor Changes

7.1.2

Patch Changes

7.1.1

Patch Changes

7.1.0

Minor Changes

7.0.1

Patch Changes

7.0.0

Major Changes

  • #296 c6b7a4d Thanks @zchsh! - Converts Tabs to CSS modules.

    • 💥✨ BREAKING CHANGE: Refactored to CSS modules.
      • Consumers will need to remove any @hashicorp/react-tabs/style.css imports.
    • 🔨 Refactors previous class component implementations to functional components with hooks
    • 🔨 Converts to Typescript
    • 🔨 Replaces Tippy with reach/tooltip and reach/portal.
      • This change was necessary to fully transition the component to CSS modules.
      • reach/tooltip is also smaller than Tippy.js
    • 🔧 move icons to SVG files to match other components
    • 🔧 fix casing on some files and folders
    • 🐛 minor fixes for visual bugs, including overflow issues on smaller viewports