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 67d6877 commit 0a69723Copy full SHA for 0a69723
CHANGELOG.md
@@ -1,12 +1,16 @@
1
+## 0.0.66
2
+
3
+- Add withMount in subscribe
4
+- Refactor config loader for Ant Table
5
+- Refactor and add BodyCell for Ant Table
6
7
## 0.0.65
8
9
- Fix bug withClear fields
10
- Add support new struct extraData for `Table`
11
Example: `extraData: { filter: <path>, searchValue: <path> }`
12
- Change reducer. If set undefined value then remove field
13
-
14
## 0.0.64
15
16
- Fix isValid for Table props `customFields`
package.json
@@ -1,6 +1,6 @@
{
"name": "rt-design",
- "version": "0.0.65",
+ "version": "0.0.66",
"description": "React technical design library",
"author": "Iron tech space",
"license": "MIT",
0 commit comments