You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
</Tabs>
28
28
```
29
29
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.
31
31
- Support for bower package manager was removed.
32
32
- Removed deprecated default export of tabs:
33
33
@@ -80,7 +80,7 @@ resetIdCounter();
80
80
- New prop `selectedClassName` on `<Tab />` to allow changing selected class name of individual tabs.
81
81
- New prop `disabledClassName` on `<Tab />` to allow changing disabled class name of individual tabs.
82
82
- 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.
0 commit comments