Skip to content

v26.172.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 16:44
· 9 commits to master since this release

26.172.0 (2024-10-22)

Bug Fixes

  • TabList: prefix console warn with mrv2 (dddda99)
  • TabList: use useState instead of useRef (a45d293)
  • TabPanel: remove id from props (c50ccb8)
  • TabPanel: rename as property to tagName (44bf4ae)
  • Tab: set isDisabled on button if tab is disabled (24a7c74)
  • Tabs: move to seperate component (d05ba98)
  • TabsProvider: rename Tabs to TabsProvider (7000af9)

Features

  • TabList: create TabList component (e10df37)
  • TabPanel: create TabPanel component (3f0dd2c)

Reverts

  • Revert "docs(tabs): add storybook a11y pattern page for tabs" (898b18b)