Skip to content

Commit 98b5c79

Browse files
committed
v0.5.9
1 parent fe4be2a commit 98b5c79

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ description: React Admin Kit 组件库的更新日志
1010
---
1111

1212
# 更新日志
13+
## 0.5.9
14+
🐛 增加 pro-component 警告信息的捕获 `antd: Form.Item` .
15+
16+
ModalForm 组件
17+
🐛 initialValues 与 openModal 中初始值的合并处理.
18+
1319
## 0.5.8
1420
🐛 增加对 pro-component 警告信息的捕获, 例如 `Warning: findDOMNode is deprecated`
1521

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.8",
3+
"version": "0.5.9",
44
"private": false,
55
"description": "A react based UI components for admin system",
66
"keywords": [

0 commit comments

Comments
 (0)