There was an error while loading. Please reload this page.
1 parent dec4c57 commit 53c26b4Copy full SHA for 53c26b4
CHANGELOG.md
@@ -1,6 +1,9 @@
1
Changelog
2
------------
3
4
+### 1.7.0
5
+* 🎉 Grid `scrollToItem` supports optional `rowIndex` and `columnIndex` params ([jgoz](https://github.com/jgoz) - [#174](https://github.com/bvaughn/react-window/pull/174))
6
+
7
### 1.6.2
8
* 🐛 Bugfix for RTL when scrolling back towards the beginning (right) of the list.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react-window",
- "version": "1.6.2",
+ "version": "1.7.0",
"description":
"React components for efficiently rendering large, scrollable lists and tabular data",
"author":
0 commit comments