Skip to content

Commit dcf8b95

Browse files
author
Clauderic Demers
committed
2.0.6
1 parent fd3472d commit dcf8b95

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.6
4+
Fix PropType definitions for `width` and `height` props ([#13](https://github.com/clauderic/react-tiny-virtual-list/issues/13))
5+
36
### 2.0.5
47
Fixes slow wheel scrolling / scroll-interruption issues with browsers such as Firefox (see [#7](https://github.com/clauderic/react-tiny-virtual-list/pull/7)). Thanks for the contribution [Magnitus-](https://github.com/Magnitus-)!
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.5",
3+
"version": "2.0.6",
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)