Skip to content

Commit e61e746

Browse files
author
Clauderic Demers
committed
2.0.5
1 parent 1a07b70 commit e61e746

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.5
4+
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-)!
5+
36
### 2.0.4
47
Use `prop-types` package for PropType validation for compatibility with React ^15.5
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.4",
3+
"version": "2.0.5",
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)