We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f091d4 commit 8fe4fa8Copy full SHA for 8fe4fa8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.8.11
4
+- Reduce MAX_SYNC_UPDATES to 50 to match [upstream
5
+ changes](https://github.com/facebook/react/pull/13163).
6
+
7
## 0.8.10
8
- Add `scrollParentViewportSizeGetter` prop.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react-list",
- "version": "0.8.10",
+ "version": "0.8.11",
"author": "Casey Foster <[email protected]>",
"license": "MIT",
"main": "react-list.js",
0 commit comments