Skip to content

Commit 5ebe870

Browse files
author
Brian Vaughn
committed
1.2.1
1 parent b63def7 commit 5ebe870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

4-
### Unreleased
4+
### 1.2.1
55
* 🎉 Improved Flow types to include optional `itemData` parameter. ([TrySound](https://github.com/TrySound) - [#66](https://github.com/bvaughn/react-window/pull/66))
66
* 🐛 `VariableSizeList` and `VariableSizeGrid` no longer call size getter functions with invalid index when item count is zero.
77

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.0",
3+
"version": "1.2.1",
44
"description":
55
"React components for efficiently rendering large, scrollable lists and tabular data",
66
"author":

0 commit comments

Comments
 (0)