Skip to content

Commit fd1fb9b

Browse files
committed
v1.12.0
1 parent 8e657a4 commit fd1fb9b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## NEXT VERSION
44

5+
## v1.12.0 (2020-10-11)
6+
57
- feat: add the ability to pass function in `estimatedRowHeight` to determine the initial height of rows
68

79
## v1.11.3 (2020-08-24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-base-table",
3-
"version": "1.11.3",
3+
"version": "1.12.0",
44
"description": "a react table component to display large data set with high performance and flexibility",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)