Skip to content

Commit 97d7091

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

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
@@ -48,15 +48,15 @@ import { Tabs } from 'react-tabs';
4848

4949
#### New Features
5050

51-
- New static method to reset the id counter for isomorphic apps. Call this before rendering your application on the server.
51+
- New static method to reset the id counter for isomorphic apps. Call this before rendering your application on the server. (#129) (Neehar Venugopal)
5252

5353
```js
5454
import { resetIdCounter } from 'react-tabs';
5555

5656
resetIdCounter();
5757
```
5858

59-
- Allows arbitrary components anywhere inside `<TabList>`
59+
- Allows arbitrary components anywhere inside `<TabList>` (#139) (Alexander Wallin)
6060
- Allow random order of `<TabList />`, `<TabPanel />` and other arbitrary components. The `<TabPanel />` components are matched to the `<Tab />` components in order from top to bottom.
6161

6262
```js

0 commit comments

Comments
 (0)