Skip to content

Commit ffa68c3

Browse files
author
Brian Vaughn
committed
Prepping for 8.11.3
1 parent 88cc19f commit ffa68c3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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+
##### 8.11.3
5+
* Adding missing `scrollToRow` method to `List` and `Table` (as pass-thrus for `Grid.scrollToCell`).
6+
* 🐛 Bugfixes with `MultiGrid` resize handling and caching. ([@codingbull](https://github.com/codingbull) - [#552](https://github.com/bvaughn/react-virtualized/pull/552))
7+
48
##### 8.11.2
59
* 🐛 Added `MultiGrid` method `measureAllCells`; deprecated misnamed `measureAllRows` method.
610

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": "8.11.2",
6+
"version": "8.11.3",
77
"next": "8.9.0",
88
"homepage": "https://github.com/bvaughn/react-virtualized",
99
"main": "dist/commonjs/index.js",

0 commit comments

Comments
 (0)