Skip to content

Commit c379763

Browse files
authored
Update CHANGELOG.md
1 parent e9166bf commit c379763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +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`
3132
- Support for bower package manager was removed.
3233
- Removed deprecated default export of tabs:
3334

0 commit comments

Comments
 (0)