Skip to content

Commit fd5f01f

Browse files
committed
release version
1 parent f4717b6 commit fd5f01f

File tree

16 files changed

+154
-26
lines changed

16 files changed

+154
-26
lines changed

packages/web-vue/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
changelog: true
33
```
44
5+
## 2.55.1
6+
7+
`2024-03-29`
8+
9+
### 🐛 BugFix
10+
11+
- **empty:** fix automatically inherited warn ([#3048](https://github.com/arco-design/arco-design-vue/pull/3048))
12+
- **trigger:** fix animation direction for position popup ([#3045](https://github.com/arco-design/arco-design-vue/pull/3045))
13+
- **color-picker:** fix v-model not working ([#3030](https://github.com/arco-design/arco-design-vue/pull/3030))
14+
- **color-picker:** Fix copywriting errors ([#3028](https://github.com/arco-design/arco-design-vue/pull/3028))
15+
16+
### 💅 Style
17+
18+
- **tree:** fix scrollHeight calculation exception problem ([#3044](https://github.com/arco-design/arco-design-vue/pull/3044))
19+
20+
521
## 2.55.0
622

723
`2024-03-15`

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
changelog: true
33
```
44
5+
## 2.55.1
6+
7+
`2024-03-29`
8+
9+
### 🐛 问题修复
10+
11+
- **empty:** 修复属性自动继承的错误 ([#3048](https://github.com/arco-design/arco-design-vue/pull/3048))
12+
- **trigger:** 修正位置的弹出动画方向 ([#3045](https://github.com/arco-design/arco-design-vue/pull/3045))
13+
- **color-picker:** 修复双向绑定不生效问题 ([#3030](https://github.com/arco-design/arco-design-vue/pull/3030))
14+
- **color-picker:** 修复文案错误 ([#3028](https://github.com/arco-design/arco-design-vue/pull/3028))
15+
16+
### 💅 样式更新
17+
18+
- **tree:** 修复scrollHeight计算异常问题 ([#3044](https://github.com/arco-design/arco-design-vue/pull/3044))
19+
20+
521
## 2.55.0
622

723
`2024-03-15`

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
changelog: true
33
```
44
5+
## 2.55.1
6+
7+
`2024-03-29`
8+
9+
### 🐛 BugFix
10+
11+
- fix v-model not working ([#3030](https://github.com/arco-design/arco-design-vue/pull/3030))
12+
- Fix copywriting errors ([#3028](https://github.com/arco-design/arco-design-vue/pull/3028))
13+
14+
515
## 2.55.0
616

717
`2024-03-15`

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
changelog: true
33
```
44
5+
## 2.55.1
6+
7+
`2024-03-29`
8+
9+
### 🐛 问题修复
10+
11+
- 修复双向绑定不生效问题 ([#3030](https://github.com/arco-design/arco-design-vue/pull/3030))
12+
- 修复文案错误 ([#3028](https://github.com/arco-design/arco-design-vue/pull/3028))
13+
14+
515
## 2.55.0
616

717
`2024-03-15`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ exports[`<color-picker> demo: render [only-panel] correctly 1`] = `
100100
</div>
101101
<div class=\\"arco-color-picker-panel-colors\\">
102102
<div class=\\"arco-color-picker-colors-section\\">
103-
<div class=\\"arco-color-picker-colors-text\\">最近使用顏色</div>
103+
<div class=\\"arco-color-picker-colors-text\\">最近使用颜色</div>
104104
<div class=\\"arco-color-picker-colors-wrapper\\"><span class=\\"arco-color-picker-colors-empty\\">暂无</span></div>
105105
</div>
106106
<div class=\\"arco-color-picker-colors-section\\">

packages/web-vue/components/empty/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.55.1
6+
7+
`2024-03-29`
8+
9+
### 🐛 BugFix
10+
11+
- fix automatically inherited warn ([#3048](https://github.com/arco-design/arco-design-vue/pull/3048))
12+
13+
514
## 2.47.0
615

716
`2023-06-02`

packages/web-vue/components/empty/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.55.1
6+
7+
`2024-03-29`
8+
9+
### 🐛 问题修复
10+
11+
- 修复属性自动继承的错误 ([#3048](https://github.com/arco-design/arco-design-vue/pull/3048))
12+
13+
514
## 2.47.0
615

716
`2023-06-02`

packages/web-vue/components/tree-select/__demo__/virtual.md

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,45 +12,53 @@ title:
1212

1313
## en-US
1414

15-
By specifying `treeProps.virtualListProps` to turn on the virtual list, high performance can be obtained when a large amount of data is used.
15+
By specifying `treeProps.virtualListProps` to turn on the virtual list, high performance can be obtained when a large
16+
amount of data is used.
1617

1718
```vue
1819
<template>
1920
<a-tree-select
2021
:data="treeData"
22+
:allow-search="{
23+
retainInputValue: true
24+
}"
25+
multiple
26+
tree-checkable
27+
:scrollbar="false"
28+
tree-checked-strategy="parent"
2129
:treeProps="{
2230
virtualListProps: {
23-
height: 200
31+
height: 200,
2432
},
2533
}"
26-
></a-tree-select>
34+
/>
2735
</template>
2836
<script>
29-
export default {
30-
setup() {
31-
const treeData = loop();
32-
return {
33-
treeData
34-
}
37+
export default {
38+
setup() {
39+
const treeData = loop();
40+
return {
41+
treeData
3542
}
3643
}
44+
}
3745
38-
function loop(path = '0', level = 2) {
39-
const list = [];
40-
for (let i = 0; i < 10; i += 1) {
41-
const key = `${path}-${i}`;
42-
const treeNode = {
43-
title: key,
44-
key,
45-
};
46-
47-
if (level > 0) {
48-
treeNode.children = loop(key, level - 1);
49-
}
46+
function loop(path = '0', level = 2) {
47+
const list = [];
48+
for (let i = 0; i < 10; i += 1) {
49+
const key = `${path}-${i}`;
50+
const treeNode = {
51+
title: key,
52+
key,
53+
};
5054

51-
list.push(treeNode);
55+
if (level > 0) {
56+
treeNode.children = loop(key, level - 1);
5257
}
53-
return list;
58+
59+
list.push(treeNode);
5460
}
61+
return list;
62+
}
5563
</script>
5664
```

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,11 @@ exports[`<tree-select> demo: render [trigger-element] correctly 1`] = `
229229
`;
230230
231231
exports[`<tree-select> demo: render [virtual] correctly 1`] = `
232-
"<span class=\\"arco-select-view-single arco-select-view arco-select-view-size-medium\\" title=\\"\\"><!----><input class=\\"arco-select-view-input\\" readonly=\\"\\"><span class=\\"arco-select-view-value arco-select-view-value-hidden\\"><!----></span><span class=\\"arco-select-view-suffix\\"><!----><span class=\\"arco-select-view-icon\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" stroke=\\"currentColor\\" class=\\"arco-icon arco-icon-down arco-select-view-arrow-icon\\" stroke-width=\\"4\\" stroke-linecap=\\"butt\\" stroke-linejoin=\\"miter\\"><path d=\\"M39.6 17.443 24.043 33 8.487 17.443\\"></path></svg></span>
232+
"<span class=\\"arco-select-view arco-select-view-size-medium arco-select-view-has-suffix arco-select-view-has-placeholder arco-select-view-multiple\\"><span class=\\"arco-select-view-mirror\\"><!----></span>
233+
<!---->
234+
<transition-group-stub><input class=\\"arco-select-view-input\\" style=\\"width: 12px;\\"></transition-group-stub>
235+
<!----><span class=\\"arco-select-view-suffix\\"><!----><span class=\\"arco-select-view-icon\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" stroke=\\"currentColor\\" class=\\"arco-icon arco-icon-down arco-select-view-arrow-icon\\" stroke-width=\\"4\\" stroke-linecap=\\"butt\\" stroke-linejoin=\\"miter\\"><path d=\\"M39.6 17.443 24.043 33 8.487 17.443\\"></path></svg></span>
236+
<!---->
233237
<!----></span></span>
234238
<!---->"
235239
`;

packages/web-vue/components/tree/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.55.1
6+
7+
`2024-03-29`
8+
9+
### 💅 Style
10+
11+
- fix scrollHeight calculation exception problem ([#3044](https://github.com/arco-design/arco-design-vue/pull/3044))
12+
13+
514
## 2.55.0
615

716
`2024-03-15`

0 commit comments

Comments
 (0)