Skip to content

Commit 4f3b0b3

Browse files
authored
Fix wording in changelog
1 parent d6897c8 commit 4f3b0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#### Breaking Changes
66

7-
- `activeTabClassName` and `disabledTabClassName` moved from `<TabList />` to `<Tabs />`
8-
- `activeTabClassName` was renamed to `selectedTabClassName` on `<Tabs />`
7+
- `activeTabClassName` moved from `<TabList />` to `<Tabs />` and renamed to `selectedTabClassName`
8+
- `disabledTabClassName` moved from `<TabList />` to `<Tabs />`
99
- `className` property on all components now overwrites the default classes instead of adding a second class name
1010

1111
```js

0 commit comments

Comments
 (0)