Skip to content

Commit c350fc9

Browse files
committed
release version
1 parent 4ac1620 commit c350fc9

13 files changed

+96
-5
lines changed

packages/web-vue/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
changelog: true
33
```
44
5+
## 2.49.2
6+
7+
`2023-07-28`
8+
9+
### 🐛 BugFix
10+
11+
- **statistic:** Fix the problem that `value-style` cannot modify the font size in digital content ([#2600](https://github.com/arco-design/arco-design-vue/pull/2600))
12+
- **table:** Fix the problem of turning on the adjustment of column width in the fixed column ([#2598](https://github.com/arco-design/arco-design-vue/pull/2598))
13+
- **typography:** enhanced typography styles for handling long words ([#2583](https://github.com/arco-design/arco-design-vue/pull/2583))
14+
- **table:** fix drag issue in tree table ([#2503](https://github.com/arco-design/arco-design-vue/pull/2503))
15+
16+
517
## 2.49.1
618

719
`2023-07-24`

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

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
changelog: true
33
```
44
5+
## 2.49.2
6+
7+
`2023-07-28`
8+
9+
### 🐛 问题修复
10+
11+
- **statistic:** 修复 `value-style` 在数字内容时不能修改字体大小的问题 ([#2600](https://github.com/arco-design/arco-design-vue/pull/2600))
12+
- **table:** 修复在固定列中开启调整列宽出现的问题 ([#2598](https://github.com/arco-design/arco-design-vue/pull/2598))
13+
- **typography:** 增强对连续长单词的省略支持 ([#2583](https://github.com/arco-design/arco-design-vue/pull/2583))
14+
- **table:** 修复树形表格拖拽问题 ([#2503](https://github.com/arco-design/arco-design-vue/pull/2503))
15+
16+
517
## 2.49.1
618

719
`2023-07-24`

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ exports[`<calendar> demo: render [basic] correctly 1`] = `
240240
</div>
241241
</div>
242242
</div>
243-
<div class=\\"arco-calendar-cell arco-calendar-cell-in-view arco-calendar-cell-today arco-calendar-cell-selected\\">
243+
<div class=\\"arco-calendar-cell arco-calendar-cell-in-view\\">
244244
<div class=\\"arco-calendar-date\\">
245245
<div class=\\"arco-calendar-date-value\\">
246246
<div class=\\"arco-calendar-date-circle\\">24</div>
@@ -268,7 +268,7 @@ exports[`<calendar> demo: render [basic] correctly 1`] = `
268268
</div>
269269
</div>
270270
</div>
271-
<div class=\\"arco-calendar-cell arco-calendar-cell-in-view\\">
271+
<div class=\\"arco-calendar-cell arco-calendar-cell-in-view arco-calendar-cell-today arco-calendar-cell-selected\\">
272272
<div class=\\"arco-calendar-date\\">
273273
<div class=\\"arco-calendar-date-value\\">
274274
<div class=\\"arco-calendar-date-circle\\">28</div>
@@ -339,5 +339,5 @@ exports[`<calendar> demo: render [basic] correctly 1`] = `
339339
</div>
340340
<!---->
341341
<!---->
342-
</div> select: Mon Jul 24 2023 11:29:52 GMT+0800 (China Standard Time)"
342+
</div> select: Fri Jul 28 2023 18:53:07 GMT+0800 (China Standard Time)"
343343
`;

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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.49.2
6+
7+
`2023-07-28`
8+
9+
### 🐛 BugFix
10+
11+
- Fix the problem that `value-style` cannot modify the font size in digital content ([#2600](https://github.com/arco-design/arco-design-vue/pull/2600))
12+
13+
514
## 2.32.0
615

716
`2022-06-24`

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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.49.2
6+
7+
`2023-07-28`
8+
9+
### 🐛 问题修复
10+
11+
- 修复 `value-style` 在数字内容时不能修改字体大小的问题 ([#2600](https://github.com/arco-design/arco-design-vue/pull/2600))
12+
13+
514
## 2.32.0
615

716
`2022-06-24`

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

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
changelog: true
33
```
44
5+
## 2.49.2
6+
7+
`2023-07-28`
8+
9+
### 🐛 BugFix
10+
11+
- Fix the problem of turning on the adjustment of column width in the fixed column ([#2598](https://github.com/arco-design/arco-design-vue/pull/2598))
12+
- fix drag issue in tree table ([#2503](https://github.com/arco-design/arco-design-vue/pull/2503))
13+
14+
515
## 2.49.0
616

717
`2023-07-21`

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

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
changelog: true
33
```
44
5+
## 2.49.2
6+
7+
`2023-07-28`
8+
9+
### 🐛 问题修复
10+
11+
- 修复在固定列中开启调整列宽出现的问题 ([#2598](https://github.com/arco-design/arco-design-vue/pull/2598))
12+
- 修复树形表格拖拽问题 ([#2503](https://github.com/arco-design/arco-design-vue/pull/2503))
13+
14+
515
## 2.49.0
616

717
`2023-07-21`

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

+6
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ type Sorter = { filed: string; direction: 'ascend' | 'descend' } | Record<string
356356

357357
## FAQ
358358

359+
360+
359361
The table component provides custom slots for internal elements, which are different from normal slots and have certain restrictions on what the user can pass in.
360362
Because the slot of vue does not provide a way to send out children and render them in the slot, we have done some special processing for the element slot in the table, and will append the original children to the content passed in by the user to ensure that children Normal rendering of the element.
361363
At this point, the user needs to pay attention that when custom rendering in the element slot, a single empty element needs to be passed in, and content cannot be added to the passed in element (refer to Example 1).
@@ -394,3 +396,7 @@ example 2:
394396
</td>
395397
</template>
396398
```
399+
400+
### 2. About the `row-key` setting in the data
401+
402+
By default, the table will uniquely locate the row data through the `key` field set in the data. When providing data, please ensure that the `key` field is set in the row data. This field is a necessary field when enabling functions such as selectors. If you want to change the default field name, you can modify `row-key` to set it.

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

+6
Original file line numberDiff line numberDiff line change
@@ -394,3 +394,9 @@ table 组件提供了内部元素的自定义插槽,这些插槽不同于普
394394
</td>
395395
</template>
396396
```
397+
398+
### 2. 关于数据中的 `row-key` 设置
399+
400+
表格默认会通过数据中设置的 `key` 字段来唯一定位行数据,在提供数据时请确保行数据中都设置了 `key` 字段。这个字段在开启选择器等功能时为必要字段,如果想要更换默认的字段名,可以修改 `row-key` 进行设置。
401+
402+

packages/web-vue/components/table/table.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,6 @@ export default defineComponent({
20322032
column={column}
20332033
operations={operations.value}
20342034
dataColumns={dataColumns.value}
2035-
columnWidth={columnWidth}
20362035
resizable={resizable}
20372036
onClick={(ev: Event) => handleHeaderClick(column, ev)}
20382037
/>

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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.49.2
6+
7+
`2023-07-28`
8+
9+
### 🐛 BugFix
10+
11+
- enhanced typography styles for handling long words ([#2583](https://github.com/arco-design/arco-design-vue/pull/2583))
12+
13+
514
## 2.41.0
615

716
`2022-12-30`

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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.49.2
6+
7+
`2023-07-28`
8+
9+
### 🐛 问题修复
10+
11+
- 增强对连续长单词的省略支持 ([#2583](https://github.com/arco-design/arco-design-vue/pull/2583))
12+
13+
514
## 2.41.0
615

716
`2022-12-30`

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.49.1",
3+
"version": "2.49.2",
44
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
55
"keywords": [
66
"arco",

0 commit comments

Comments
 (0)