Skip to content

Commit 00ea255

Browse files
committed
v1.11.0
1 parent 4231399 commit 00ea255

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.11.0 (2020-08-17)
6+
57
- feat: add `ignoreFunctionInColumnCompare` to solve closure problem in renderers
68
- chore: skip unnecessary cloneElement in `renderElement`
79
- feat: add type declarations

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.10.9",
3+
"version": "1.11.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)