Skip to content

Commit a4bd05d

Browse files
author
Clauderic Demers
committed
2.0.4
1 parent 43d58f9 commit a4bd05d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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+
### 2.0.4
4+
Use `prop-types` package for PropType validation for compatibility with React ^15.5
5+
36
### 2.0.3
47
Fixes a bug introduced in `2.0.2` where `nextProps.estimatedItemSize` wasn't being passed down properly in `componentWillReceiveProps`
58

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.3",
3+
"version": "2.0.4",
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)