Skip to content

Commit 56babfa

Browse files
author
Brian Vaughn
committed
1.1.2
1 parent f65379a commit 56babfa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
------------
33

4+
### 1.1.2
5+
* 🐛 Fixed edge case `scrollToItem` bug that caused lists/grids with very few items to have negative scroll offsets.
6+
47
### 1.1.1
58
* 🐛 `FixedSizeGrid` and `FixedSizeList` automatically clear style cache when item size props change.
69

package.json

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

0 commit comments

Comments
 (0)