Skip to content

Commit 9b5a591

Browse files
author
Brian Vaughn
committed
1.3.1
1 parent 3c9a558 commit 9b5a591

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
------------
33

4+
### 1.3.1
5+
* 🎉 Pass `itemData` value to custom `itemKey` callbacks when present - [#90](https://github.com/bvaughn/react-window/issues/90))
6+
7+
### 1.3.0
8+
* (Skipped)
9+
410
### 1.2.4
511
* 🐛 Added Flow annotations to memoized methods to avoid a Flow warning for newer versions of Flow
612

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-window",
3-
"version": "1.2.4",
3+
"version": "1.3.1",
44
"description":
55
"React components for efficiently rendering large, scrollable lists and tabular data",
66
"author":

0 commit comments

Comments
 (0)