Skip to content

Commit 7ff7d88

Browse files
committed
0.8.10
1 parent 20344b0 commit 7ff7d88

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## 0.8.10
4+
- Add `scrollParentViewportSizeGetter` prop.
5+
36
## 0.8.7
47
- Remove `findDOMNode` (and consequently the `react-dom` peer dependency) in
58
favor of the preferred `ref={c => this.el = c}` pattern.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-list",
3-
"version": "0.8.9",
3+
"version": "0.8.10",
44
"author": "Casey Foster <c@sey.me>",
55
"license": "MIT",
66
"main": "react-list.js",

0 commit comments

Comments
 (0)