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 8e657a4 commit fd1fb9bCopy full SHA for fd1fb9b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## NEXT VERSION
4
5
+## v1.12.0 (2020-10-11)
6
+
7
- feat: add the ability to pass function in `estimatedRowHeight` to determine the initial height of rows
8
9
## v1.11.3 (2020-08-24)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-base-table",
- "version": "1.11.3",
+ "version": "1.12.0",
"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