Skip to content

Commit 6678afb

Browse files
committed
release version
1 parent 273f696 commit 6678afb

14 files changed

+115
-5
lines changed

packages/web-vue/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
changelog: true
33
```
44
5+
## 2.54.3
6+
7+
`2024-01-19`
8+
9+
### 🐛 BugFix
10+
11+
- **rate:** Fix missing icon elements in `nuxt` ([#2930](https://github.com/arco-design/arco-design-vue/pull/2930))
12+
- **avatar:** fix partial avatars not displaying in the avatar group popover ([#2925](https://github.com/arco-design/arco-design-vue/pull/2925))
13+
- **image:** adjust incorrect type definitions and documentation ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
14+
- **image:** fix spelling mistakes ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
15+
- **input:** fix spelling mistakes ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
16+
17+
518
## 2.54.2
619

720
`2024-01-11`

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

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
changelog: true
33
```
44
5+
## 2.54.3
6+
7+
`2024-01-19`
8+
9+
### 🐛 问题修复
10+
11+
- **rate:** 修复在`nuxt`中图标元素缺失的问题 ([#2930](https://github.com/arco-design/arco-design-vue/pull/2930))
12+
- **avatar:** 修复头像组气泡中部分头像不显示问题 ([#2925](https://github.com/arco-design/arco-design-vue/pull/2925))
13+
- **image:** 修复错误的类型定义和文档说明 ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
14+
- **image:** 修正单词拼写错误 ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
15+
- **input:** 修正文档单词拼写错误 ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
16+
17+
518
## 2.54.2
619

720
`2024-01-11`

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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.3
6+
7+
`2024-01-19`
8+
9+
### 🐛 BugFix
10+
11+
- fix partial avatars not displaying in the avatar group popover ([#2925](https://github.com/arco-design/arco-design-vue/pull/2925))
12+
13+
514
## 2.52.0
615

716
`2023-09-22`

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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.3
6+
7+
`2024-01-19`
8+
9+
### 🐛 问题修复
10+
11+
- 修复头像组气泡中部分头像不显示问题 ([#2925](https://github.com/arco-design/arco-design-vue/pull/2925))
12+
13+
514
## 2.52.0
615

716
`2023-09-22`

packages/web-vue/components/avatar/__test__/__snapshots__/demo.test.ts.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ exports[`<avatar> demo: render [group] correctly 1`] = `
9090
<!---->
9191
<div class=\\"arco-space-item\\">
9292
<div class=\\"arco-avatar-group\\">
93-
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 4; margin-left: -6px; background-color: rgb(123, 198, 22);\\" class=\\"arco-avatar arco-avatar-circle\\"><span class=\\"arco-avatar-text\\">A</span>
93+
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 6; margin-left: -6px; background-color: rgb(123, 198, 22);\\" class=\\"arco-avatar arco-avatar-circle\\"><span class=\\"arco-avatar-text\\">A</span>
9494
<!--v-if-->
9595
</div>
96-
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 4; margin-left: -6px; background-color: rgb(20, 201, 201);\\" class=\\"arco-avatar arco-avatar-circle\\"><span class=\\"arco-avatar-text\\">B</span>
96+
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 6; margin-left: -6px; background-color: rgb(20, 201, 201);\\" class=\\"arco-avatar arco-avatar-circle\\"><span class=\\"arco-avatar-text\\">B</span>
9797
<!--v-if-->
9898
</div>
99-
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 4; margin-left: -6px; background-color: rgb(22, 140, 255);\\" class=\\"arco-avatar arco-avatar-circle\\"><span class=\\"arco-avatar-text\\">C</span>
99+
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 6; margin-left: -6px; background-color: rgb(22, 140, 255);\\" class=\\"arco-avatar arco-avatar-circle\\"><span class=\\"arco-avatar-text\\">C</span>
100100
<!--v-if-->
101101
</div>
102-
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 4; margin-left: -6px;\\" class=\\"arco-avatar arco-avatar-circle arco-avatar-group-max-count-avatar\\"><span class=\\"arco-avatar-text\\">+2</span>
102+
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 6; margin-left: -6px;\\" class=\\"arco-avatar arco-avatar-circle arco-avatar-group-max-count-avatar\\"><span class=\\"arco-avatar-text\\">+2</span>
103103
<!--v-if-->
104104
</div>
105105
<!---->

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

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
changelog: true
33
```
44
5+
## 2.54.3
6+
7+
`2024-01-19`
8+
9+
### 🐛 BugFix
10+
11+
- adjust incorrect type definitions and documentation ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
12+
- fix spelling mistakes ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
13+
14+
515
## 2.50.0
616

717
`2023-08-11`

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

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
changelog: true
33
```
44
5+
## 2.54.3
6+
7+
`2024-01-19`
8+
9+
### 🐛 问题修复
10+
11+
- 修复错误的类型定义和文档说明 ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
12+
- 修正单词拼写错误 ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
13+
14+
515
## 2.50.0
616

717
`2023-08-11`

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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.3
6+
7+
`2024-01-19`
8+
9+
### 🐛 BugFix
10+
11+
- fix spelling mistakes ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
12+
13+
514
## 2.54.2
615

716
`2024-01-11`

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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.3
6+
7+
`2024-01-19`
8+
9+
### 🐛 问题修复
10+
11+
- 修正文档单词拼写错误 ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
12+
13+
514
## 2.54.2
615

716
`2024-01-11`

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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.3
6+
7+
`2024-01-19`
8+
9+
### 🐛 BugFix
10+
11+
- Fix missing icon elements in `nuxt` ([#2930](https://github.com/arco-design/arco-design-vue/pull/2930))
12+
13+
514
## 2.18.0
615

716
`2022-03-04`

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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.3
6+
7+
`2024-01-19`
8+
9+
### 🐛 问题修复
10+
11+
- 修复在`nuxt`中图标元素缺失的问题 ([#2930](https://github.com/arco-design/arco-design-vue/pull/2930))
12+
13+
514
## 2.18.0
615

716
`2022-03-04`

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

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
changelog: true
33
```
44
5+
## 2.54.3
6+
7+
`2024-01-19`
8+
9+
510
## 2.45.0
611

712
`2023-04-07`

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

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
changelog: true
33
```
44
5+
## 2.54.3
6+
7+
`2024-01-19`
8+
9+
510
## 2.45.0
611

712
`2023-04-07`

packages/web-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arco-design/web-vue",
3-
"version": "2.54.2",
3+
"version": "2.54.3",
44
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
55
"keywords": [
66
"arco",

0 commit comments

Comments
 (0)