@accessible/tabs
Version:
🅰 An accessible and versatile tabs component for React with keyboard navigation and labeling features taught in w3.org's WAI-ARIA tabs example
18 lines (9 loc) • 678 B
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [3.0.0](https://github.com/accessible-ui/tabs/compare/v0.1.0...v3.0.0) (2020-08-11)
### âš BREAKING CHANGES
- Removes `useDisabled()`, `useControls()`, and `useIsActive()` hooks
- remove superfluous hooks ([97ab550](https://github.com/accessible-ui/tabs/commit/97ab550e9247b6aa50ab11801cd1c0d8bf8f1bea))
## 2.0.2 (2020-08-11)
### Bug Fixes
- fix onChange in controlled components ([ad55b9d](https://github.com/accessible-ui/tabs/commit/ad55b9dc6724053d62e92212d8801f622969655f))