Skip to content

Commit 6c9f887

Browse files
committed
v1.0.5
1 parent 2fde47b commit 6c9f887

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"mcp__web-search-prime__web_search_prime",
2323
"Bash(npx vitest:*)",
2424
"Bash(find packages/react-admin-kit/src -name *ModalForm* -type f)",
25-
"Bash(npm run:*)"
25+
"Bash(npm run:*)",
26+
"Bash(,)"
2627
],
2728
"deny": [],
2829
"ask": [],

packages/react-admin-kit/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": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A react based UI components for admin system",
55
"keywords": [
66
"react-admin",

website/changelog/v1/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ title: v1 更新日志
1212
1313
### 类型 */}
1414

15+
## 1.0.5
16+
17+
#### 修复 🐛
18+
19+
- 修复 ModalForm 组件当 initialValues 变更后,打开弹窗时应该显示新的值。
20+
1521
## 1.0.4
1622

1723
#### 修复 🐛

website/i18n/en/docusaurus-plugin-content-blog-changelog/v1/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ title: v1 Changelog
1212
1313
### Types */}
1414

15+
## 1.0.5
16+
17+
#### Fixes 🐛
18+
19+
- Fixed ModalForm component to display new values when opening modal after initialValues change.
20+
1521
## 1.0.4
1622

1723
#### Fixes 🐛

0 commit comments

Comments
 (0)