Skip to content

Commit 90c95d3

Browse files
committed
Updated package.json to support React ^0.14.0 as well as ^15.0.0-rc.1.
Thanks to @opichals for the PR.
1 parent cbfb8cd commit 90c95d3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
------------
33

4+
##### 5.5.5
5+
Updated `package.json` to support React `^0.14.0` as well as `^15.0.0-rc.1`.
6+
Thanks to @opichals for the PR.
7+
48
##### 5.5.4
59
Changed key-down event handler in `VirtualScroll`, `FlexTable`, and `Grid` to no longer call `event.preventDefault()` for arrow-key events.
610
This was causing poor user interactions for `<input>` elements within `VirtualScroll` and `FlexTable` components.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React components for efficiently rendering large, scrollable lists and tabular data",
44
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
55
"user": "bvaughn",
6-
"version": "5.5.4",
6+
"version": "5.5.5",
77
"homepage": "https://github.com/bvaughn/react-virtualized",
88
"main": "dist/commonjs/index.js",
99
"jsnext:main": "dist/es/index.js",

0 commit comments

Comments
 (0)