Skip to content

Commit a2bae7b

Browse files
committed
2.2.1 - 2.2.2
1 parent 5d59563 commit a2bae7b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.2.2
4+
5+
The return type of `List` and `Grid` components is explicitly annotated as `ReactElement`. The return type of `rowComponent` and `cellComponent` changed from `ReactNode` to `ReactElement`. This was done to fix TypeScript warnings for React versions 18.0 - 18.2. (See issue #875)
6+
37
## 2.2.1
48

59
- Fix possible scroll-jump scenario with `useDynamicRowHeight`

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": "2.2.1",
3+
"version": "2.2.2",
44
"type": "module",
55
"author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",
66
"contributors": [

0 commit comments

Comments
 (0)