We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db16d6 commit 881ddbcCopy full SHA for 881ddbc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.2.1
4
+
5
+- Fix possible scroll-jump scenario with `useDynamicRowHeight`
6
7
## 2.2.0
8
9
- Support for dynamic row heights via new `useDynamicRowHeight` hook.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-window",
- "version": "2.2.0",
+ "version": "2.2.1",
"type": "module",
"author": "Brian Vaughn <[email protected]> (https://github.com/bvaughn/)",
"contributors": [
0 commit comments