Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52b7db0

Browse files
committed
Added upcoming version
1 parent 8bda184 commit 52b7db0

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,6 +1,9 @@
11
Changelog
22
------------
33

4+
##### 6.0.3
5+
Small update to `FlexTable` to move the `rowGetter` call outside of the column loop to reduce the number of times that method gets called.
6+
47
##### 6.0.2
58
Added [transform-react-inline-elements](http://babeljs.io/docs/plugins/transform-react-inline-elements/) to UMD build for minor runtime performance improvements.
69
This change does not effect CommonJS or ES6 module builds because I did not want to remove prop-type checks.

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 <[email protected]>",
55
"user": "bvaughn",
6-
"version": "6.0.2",
6+
"version": "6.0.3",
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)