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 3576376 commit 7e6e194Copy full SHA for 7e6e194
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## NEXT VERSION
4
5
+## v1.10.6 (2020-07-25)
6
+
7
- fix: `getTotalRowsHeight` could be different before/after render in dynamic mode
8
9
## v1.10.5 (2020-07-10)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-base-table",
- "version": "1.10.5",
+ "version": "1.10.6",
"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