We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caede2 commit 6430054Copy full SHA for 6430054
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## NEXT VERSION
4
5
+## v1.7.1 (2019-08-22)
6
+
7
- fix: `scrollToRow` doesn't work regression introduced in #73
8
9
## v1.7.0 (2019-08-06)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-base-table",
- "version": "1.7.0",
+ "version": "1.7.1",
"description": "a react table component to display large data set with high performance and flexibility",
"main": "lib/index.js",
"module": "es/index.js",
0 commit comments