Skip to content

Commit 0552d1f

Browse files
author
Clauderic Demers
committed
2.0.3
1 parent acd0bc9 commit 0552d1f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Changelog
22
------------
3+
### 2.0.3
4+
Fixes a bug introduced in `2.0.2` where `nextProps.estimatedItemSize` wasn't being passed down properly in `componentWillReceiveProps`
35

46
### 2.0.2
57
Added support for dynamic property updates to `itemCount` and `estimatedItemSize` [#3](https://github.com/clauderic/react-tiny-virtual-list/issues/3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tiny-virtual-list",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A tiny but mighty list virtualization component, with zero dependencies 💪",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)