Skip to content

Commit 959a443

Browse files
authored
Update CHANGELOG.md
1 parent c379763 commit 959a443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
```
2929

3030
- `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-
- The value `-1` for `selectedIndex` and `defaultIndex` do not activate the first tab anymore, but instead display no tab panel. Use `-1` if you want to display only the tabs but have not tab being active. If you want to have the first tab open us `0`
31+
- The value `-1` for `selectedIndex` and `defaultIndex` do not activate the first tab anymore, but instead display no tab panel at all. Use `-1` if you want to display only the tabs but have non of them being selected. If you want to have the first tab selected us `0`.
3232
- Support for bower package manager was removed.
3333
- Removed deprecated default export of tabs:
3434

0 commit comments

Comments
 (0)