Skip to content

Commit 8af050d

Browse files
committed
v0.5.10
1 parent c6fc575 commit 8af050d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/changelog/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ description: React Admin Kit 组件库的更新日志
1010
---
1111

1212
# 更新日志
13+
## 0.5.10
14+
ModalForm 组件
15+
-🐛 消除 initialValue 相关告警.
16+
1317
## 0.5.9
1418
🐛 增加 pro-component 警告信息的捕获 `antd: Form.Item` .
1519

1620
ModalForm 组件
17-
🐛 initialValues 与 openModal 中初始值的合并处理.
21+
-🐛 initialValues 与 openModal 中初始值的合并处理.
1822

1923
## 0.5.8
2024
🐛 增加对 pro-component 警告信息的捕获, 例如 `Warning: findDOMNode is deprecated`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-admin-kit",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"private": false,
55
"description": "A react based UI components for admin system",
66
"keywords": [

0 commit comments

Comments
 (0)