Skip to content

Commit dda3c06

Browse files
committed
release version
1 parent 22755e1 commit dda3c06

File tree

17 files changed

+118
-13
lines changed

17 files changed

+118
-13
lines changed

packages/web-vue/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
changelog: true
33
```
44
5+
## 2.54.5
6+
7+
`2024-02-21`
8+
9+
### 🐛 BugFix
10+
11+
- **menu:** Fix warning “Invalid prop name: key is a reserved property.” ([#2978](https://github.com/arco-design/arco-design-vue/pull/2978))
12+
- **date-picker:** refactor date utility functions and week picker to correctly show selected week ([#2970](https://github.com/arco-design/arco-design-vue/pull/2970))
13+
- **input-number:** fix v-model not working ([#2961](https://github.com/arco-design/arco-design-vue/pull/2961))
14+
15+
516
## 2.54.4
617

718
`2024-02-02`

packages/web-vue/CHANGELOG.zh-CN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
changelog: true
33
```
44
5+
## 2.54.5
6+
7+
`2024-02-21`
8+
9+
### 🐛 问题修复
10+
11+
- **menu:** 修复警告 “Invalid prop name: key is a reserved property.” ([#2978](https://github.com/arco-design/arco-design-vue/pull/2978))
12+
- **date-picker:** 重构日期 utility 函数和 WeekPicker,以正确显示所选星期 ([#2970](https://github.com/arco-design/arco-design-vue/pull/2970))
13+
- **input-number:** 修复双向绑定失效 ([#2961](https://github.com/arco-design/arco-design-vue/pull/2961))
14+
15+
516
## 2.54.4
617

718
`2024-02-02`

packages/web-vue/components/date-picker/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.5
6+
7+
`2024-02-21`
8+
9+
### 🐛 BugFix
10+
11+
- refactor date utility functions and week picker to correctly show selected week ([#2970](https://github.com/arco-design/arco-design-vue/pull/2970))
12+
13+
514
## 2.54.0
615

716
`2023-12-15`

packages/web-vue/components/date-picker/CHANGELOG.zh-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
changelog: true
33
```
44
5+
## 2.54.5
6+
7+
`2024-02-21`
8+
9+
### 🐛 问题修复
10+
11+
- 重构日期 utility 函数和 WeekPicker,以正确显示所选星期 ([#2970](https://github.com/arco-design/arco-design-vue/pull/2970))
12+
513
## 2.54.0
614

715
`2023-12-15`

packages/web-vue/components/input-number/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.5
6+
7+
`2024-02-21`
8+
9+
### 🐛 BugFix
10+
11+
- fix v-model not working ([#2961](https://github.com/arco-design/arco-design-vue/pull/2961))
12+
13+
514
## 2.54.4
615

716
`2024-02-02`

packages/web-vue/components/input-number/CHANGELOG.zh-CN.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.5
6+
7+
`2024-02-21`
8+
9+
### 🐛 问题修复
10+
11+
- 修复双向绑定失效 ([#2961](https://github.com/arco-design/arco-design-vue/pull/2961))
12+
13+
514
## 2.54.4
615

716
`2024-02-02`

packages/web-vue/components/menu/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.5
6+
7+
`2024-02-21`
8+
9+
### 🐛 BugFix
10+
11+
- Fix warning “Invalid prop name: key is a reserved property.” ([#2978](https://github.com/arco-design/arco-design-vue/pull/2978))
12+
13+
514
## 2.43.0
615

716
`2023-02-10`

packages/web-vue/components/menu/CHANGELOG.zh-CN.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.5
6+
7+
`2024-02-21`
8+
9+
### 🐛 问题修复
10+
11+
- 修复警告 “Invalid prop name: key is a reserved property.” ([#2978](https://github.com/arco-design/arco-design-vue/pull/2978))
12+
13+
514
## 2.43.0
615

716
`2023-02-10`

packages/web-vue/components/menu/README.en-US.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ description: Organize, arrange, and display a list of options.
7373

7474
|Attribute|Description|Type|Default|version|
7575
|---|---|---|:---:|:---|
76-
|key|Unique key|`string`|`-`||
7776
|title|The title of the submenu|`string`|`-`||
7877
|selectable|In the pop-up mode, whether the multi-level menu header is also used as a menu item to support the state such as click to select|`boolean`|`false`||
7978
|popup|Whether to force the use of pop-up mode, `level` indicates the level of the current submenu|`boolean \| ((level: number) => boolean)`|`false`||
@@ -108,7 +107,6 @@ description: Organize, arrange, and display a list of options.
108107

109108
|Attribute|Description|Type|Default|
110109
|---|---|---|:---:|
111-
|key|Unique key|`string`|`-`|
112110
|disabled|Whether to disable|`boolean`|`false`|
113111
### `<menu-item>` Slots
114112

@@ -117,3 +115,11 @@ description: Organize, arrange, and display a list of options.
117115
|icon|the icon of menu item|-|2.11.0|
118116

119117

118+
119+
120+
## FAQ
121+
122+
123+
### The `key` attribute of `<MenuItem>` and `<SubMenu>` components is required
124+
When using `<MenuItem>` and `<SubMenu>` components in the `<Menu>` component, please pass in the unique `key` attribute.
125+
The component will rely on this value when calculating internally. If no value is assigned, some Abnormality in the scene

packages/web-vue/components/menu/README.zh-CN.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ description: 收纳、排列并展示一系列选项的列表。
7171

7272
|参数名|描述|类型|默认值|版本|
7373
|---|---|---|:---:|:---|
74-
|key|唯一标志|`string`|`-`||
7574
|title|子菜单的标题|`string`|`-`||
7675
|selectable|弹出模式下,是否将多级菜单头也作为一个菜单项,支持点击选中等状态|`boolean`|`false`||
7776
|popup|是否强制使用弹出模式,`level` 表示当前子菜单的层级|`boolean \| ((level: number) => boolean)`|`false`||
@@ -106,7 +105,6 @@ description: 收纳、排列并展示一系列选项的列表。
106105

107106
|参数名|描述|类型|默认值|
108107
|---|---|---|:---:|
109-
|key|唯一标志|`string`|`-`|
110108
|disabled|是否禁用|`boolean`|`false`|
111109
### `<menu-item>` Slots
112110

@@ -115,3 +113,11 @@ description: 收纳、排列并展示一系列选项的列表。
115113
|icon|菜单的图标|-|2.11.0|
116114

117115

116+
117+
118+
## FAQ
119+
120+
### `<MenuItem>` 和 `<SubMenu>` 组件的 `key` 属性为必填
121+
在 `<Menu>` 组件中使用 `<MenuItem>` 和 `<SubMenu>` 组件时,请传入唯一的 `key` 属性。
122+
组件内部在进行计算时会依赖此值,如果没有赋值会导致部分场景下异常
123+

0 commit comments

Comments
 (0)