Skip to content

Commit 6e648bb

Browse files
authored
Update CHANGELOG.md
1 parent c1ead86 commit 6e648bb

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
@@ -27,7 +27,7 @@
2727
</Tabs>
2828
```
2929

30-
- `selectedIndex` now enables controlled mode, which disables internal management of the active tab. If you were using `selectedIndex` to set the initial displayed tab use `defaultIndex`
30+
- `selectedIndex` now enables controlled mode, which disables internal management of the active tab. If you were using `selectedIndex` before to set the initial displayed tab use `defaultIndex` now.
3131
- Support for bower package manager was removed.
3232
- Removed deprecated default export of tabs:
3333

@@ -80,7 +80,7 @@ resetIdCounter();
8080
- New prop `selectedClassName` on `<Tab />` to allow changing selected class name of individual tabs.
8181
- New prop `disabledClassName` on `<Tab />` to allow changing disabled class name of individual tabs.
8282
- Property `className` on all components can now officially take an array as argument.
83-
- PropTypes are now wrapped in `if(process.env.NODE_ENV === 'production') Component.propTypes = { ... }` in order to allow removing if proptypes in production builds.
83+
- PropTypes are now wrapped in `if(process.env.NODE_ENV === 'production') Component.propTypes = { ... }` in order to allow removing of proptypes in production builds.
8484

8585
#### Documentation
8686

0 commit comments

Comments
 (0)