We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4be2a commit 98b5c79Copy full SHA for 98b5c79
docs/changelog/index.md
@@ -10,6 +10,12 @@ description: React Admin Kit 组件库的更新日志
10
---
11
12
# 更新日志
13
+## 0.5.9
14
+🐛 增加 pro-component 警告信息的捕获 `antd: Form.Item` .
15
+
16
+ModalForm 组件
17
+🐛 initialValues 与 openModal 中初始值的合并处理.
18
19
## 0.5.8
20
🐛 增加对 pro-component 警告信息的捕获, 例如 `Warning: findDOMNode is deprecated`
21
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-admin-kit",
3
- "version": "0.5.8",
+ "version": "0.5.9",
4
"private": false,
5
"description": "A react based UI components for admin system",
6
"keywords": [
0 commit comments