We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6897c8 commit 4f3b0b3Copy full SHA for 4f3b0b3
CHANGELOG.md
@@ -4,8 +4,8 @@
4
5
#### Breaking Changes
6
7
-- `activeTabClassName` and `disabledTabClassName` moved from `<TabList />` to `<Tabs />`
8
-- `activeTabClassName` was renamed to `selectedTabClassName` on `<Tabs />`
+- `activeTabClassName` moved from `<TabList />` to `<Tabs />` and renamed to `selectedTabClassName`
+- `disabledTabClassName` moved from `<TabList />` to `<Tabs />`
9
- `className` property on all components now overwrites the default classes instead of adding a second class name
10
11
```js
0 commit comments