Skip to content

Commit bee1cd2

Browse files
committed
v1.7.3
1 parent 8095e78 commit bee1cd2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## NEXT VERSION
44

5+
## v1.7.3 (2019-08-27)
6+
57
- fix: fix possible memory leak in `ColumnResizer`
68
- fix: bring back column resize on touch events support
79

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-base-table",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
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)