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