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 df24186 commit 4573fc9Copy full SHA for 4573fc9
.nvmrc
@@ -0,0 +1 @@
1
+10.16.0
CHANGELOG.md
@@ -2,7 +2,10 @@
2
3
## NEXT VERSION
4
5
+## v1.13.0 (2021-10-24)
6
+
7
- fix: change propTypes for `BaseTable.components`
8
+- feat: add support for React 17
9
10
## v1.12.0 (2020-10-11)
11
package.json
@@ -1,6 +1,6 @@
{
"name": "react-base-table",
- "version": "1.12.0",
+ "version": "1.13.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