Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Jul 28, 2023
1 parent 4ac1620 commit c350fc9
Show file tree
Hide file tree
Showing 13 changed files with 96 additions and 5 deletions.
12 changes: 12 additions & 0 deletions packages/web-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
changelog: true
```
## 2.49.2
`2023-07-28`

### 🐛 BugFix

- **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))
- **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))
- **typography:** enhanced typography styles for handling long words ([#2583](https://github.com/arco-design/arco-design-vue/pull/2583))
- **table:** fix drag issue in tree table ([#2503](https://github.com/arco-design/arco-design-vue/pull/2503))


## 2.49.1

`2023-07-24`
Expand Down
12 changes: 12 additions & 0 deletions packages/web-vue/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
changelog: true
```
## 2.49.2
`2023-07-28`

### 🐛 问题修复

- **statistic:** 修复 `value-style` 在数字内容时不能修改字体大小的问题 ([#2600](https://github.com/arco-design/arco-design-vue/pull/2600))
- **table:** 修复在固定列中开启调整列宽出现的问题 ([#2598](https://github.com/arco-design/arco-design-vue/pull/2598))
- **typography:** 增强对连续长单词的省略支持 ([#2583](https://github.com/arco-design/arco-design-vue/pull/2583))
- **table:** 修复树形表格拖拽问题 ([#2503](https://github.com/arco-design/arco-design-vue/pull/2503))


## 2.49.1

`2023-07-24`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ exports[`<calendar> demo: render [basic] correctly 1`] = `
</div>
</div>
</div>
<div class=\\"arco-calendar-cell arco-calendar-cell-in-view arco-calendar-cell-today arco-calendar-cell-selected\\">
<div class=\\"arco-calendar-cell arco-calendar-cell-in-view\\">
<div class=\\"arco-calendar-date\\">
<div class=\\"arco-calendar-date-value\\">
<div class=\\"arco-calendar-date-circle\\">24</div>
Expand Down Expand Up @@ -268,7 +268,7 @@ exports[`<calendar> demo: render [basic] correctly 1`] = `
</div>
</div>
</div>
<div class=\\"arco-calendar-cell arco-calendar-cell-in-view\\">
<div class=\\"arco-calendar-cell arco-calendar-cell-in-view arco-calendar-cell-today arco-calendar-cell-selected\\">
<div class=\\"arco-calendar-date\\">
<div class=\\"arco-calendar-date-value\\">
<div class=\\"arco-calendar-date-circle\\">28</div>
Expand Down Expand Up @@ -339,5 +339,5 @@ exports[`<calendar> demo: render [basic] correctly 1`] = `
</div>
<!---->
<!---->
</div> select: Mon Jul 24 2023 11:29:52 GMT+0800 (China Standard Time)"
</div> select: Fri Jul 28 2023 18:53:07 GMT+0800 (China Standard Time)"
`;
9 changes: 9 additions & 0 deletions packages/web-vue/components/statistic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.49.2
`2023-07-28`

### 🐛 BugFix

- 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))


## 2.32.0

`2022-06-24`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/statistic/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.49.2
`2023-07-28`

### 🐛 问题修复

- 修复 `value-style` 在数字内容时不能修改字体大小的问题 ([#2600](https://github.com/arco-design/arco-design-vue/pull/2600))


## 2.32.0

`2022-06-24`
Expand Down
10 changes: 10 additions & 0 deletions packages/web-vue/components/table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
changelog: true
```
## 2.49.2
`2023-07-28`

### 🐛 BugFix

- 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))
- fix drag issue in tree table ([#2503](https://github.com/arco-design/arco-design-vue/pull/2503))


## 2.49.0

`2023-07-21`
Expand Down
10 changes: 10 additions & 0 deletions packages/web-vue/components/table/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
changelog: true
```
## 2.49.2
`2023-07-28`

### 🐛 问题修复

- 修复在固定列中开启调整列宽出现的问题 ([#2598](https://github.com/arco-design/arco-design-vue/pull/2598))
- 修复树形表格拖拽问题 ([#2503](https://github.com/arco-design/arco-design-vue/pull/2503))


## 2.49.0

`2023-07-21`
Expand Down
6 changes: 6 additions & 0 deletions packages/web-vue/components/table/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ type Sorter = { filed: string; direction: 'ascend' | 'descend' } | Record<string

## FAQ



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.
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.
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).
Expand Down Expand Up @@ -394,3 +396,7 @@ example 2:
</td>
</template>
```

### 2. About the `row-key` setting in the data

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.
6 changes: 6 additions & 0 deletions packages/web-vue/components/table/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,3 +394,9 @@ table 组件提供了内部元素的自定义插槽,这些插槽不同于普
</td>
</template>
```

### 2. 关于数据中的 `row-key` 设置

表格默认会通过数据中设置的 `key` 字段来唯一定位行数据,在提供数据时请确保行数据中都设置了 `key` 字段。这个字段在开启选择器等功能时为必要字段,如果想要更换默认的字段名,可以修改 `row-key` 进行设置。


1 change: 0 additions & 1 deletion packages/web-vue/components/table/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,6 @@ export default defineComponent({
column={column}
operations={operations.value}
dataColumns={dataColumns.value}
columnWidth={columnWidth}
resizable={resizable}
onClick={(ev: Event) => handleHeaderClick(column, ev)}
/>
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/typography/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.49.2
`2023-07-28`

### 🐛 BugFix

- enhanced typography styles for handling long words ([#2583](https://github.com/arco-design/arco-design-vue/pull/2583))


## 2.41.0

`2022-12-30`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/typography/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.49.2
`2023-07-28`

### 🐛 问题修复

- 增强对连续长单词的省略支持 ([#2583](https://github.com/arco-design/arco-design-vue/pull/2583))


## 2.41.0

`2022-12-30`
Expand Down
2 changes: 1 addition & 1 deletion packages/web-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arco-design/web-vue",
"version": "2.49.1",
"version": "2.49.2",
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
"keywords": [
"arco",
Expand Down

0 comments on commit c350fc9

Please sign in to comment.