We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8095e78 commit bee1cd2Copy full SHA for bee1cd2
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## NEXT VERSION
4
5
+## v1.7.3 (2019-08-27)
6
+
7
- fix: fix possible memory leak in `ColumnResizer`
8
- fix: bring back column resize on touch events support
9
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-base-table",
- "version": "1.7.2",
+ "version": "1.7.3",
"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