Skip to content

Commit 0a69723

Browse files
Add withMount in subscribe
1 parent 67d6877 commit 0a69723

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 0.0.65
28

39
- Fix bug withClear fields
410
- Add support new struct extraData for `Table`
511
Example: `extraData: { filter: <path>, searchValue: <path> }`
612
- Change reducer. If set undefined value then remove field
713

8-
9-
1014
## 0.0.64
1115

1216
- Fix isValid for Table props `customFields`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rt-design",
3-
"version": "0.0.65",
3+
"version": "0.0.66",
44
"description": "React technical design library",
55
"author": "Iron tech space",
66
"license": "MIT",

0 commit comments

Comments
 (0)