Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Jan 11, 2024
1 parent c95993a commit 002604f
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/web-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
changelog: true
```
## 2.54.2
`2024-01-11`

### 🐛 BugFix

- **table:** Fix the problem of `span-method` reporting an error after exceeding the number of rows and columns ([#2914](https://github.com/arco-design/arco-design-vue/pull/2914))

### 💎 Enhancement

- **select:** enhance selected state style for options ([#2895](https://github.com/arco-design/arco-design-vue/pull/2895))

### 💅 Style

- **input:** Fix overlapping styles of neighboring components in input-group ([#2889](https://github.com/arco-design/arco-design-vue/pull/2889))


## 2.54.1

`2023-12-28`
Expand Down
17 changes: 17 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,23 @@
changelog: true
```
## 2.54.2
`2024-01-11`

### 🐛 问题修复

- **table:** 修复 `span-method` 在超出行列数后报错的问题 ([#2914](https://github.com/arco-design/arco-design-vue/pull/2914))

### 💎 功能优化

- **select:** 下拉选择器添加选中效果 ([#2895](https://github.com/arco-design/arco-design-vue/pull/2895))

### 💅 样式更新

- **input:** 修复 input-group 相邻组件样式叠加时的问题 ([#2889](https://github.com/arco-design/arco-design-vue/pull/2889))


## 2.54.1

`2023-12-28`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.2
`2024-01-11`

### 💅 Style

- Fix overlapping styles of neighboring components in input-group ([#2889](https://github.com/arco-design/arco-design-vue/pull/2889))


## 2.54.1

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

### 💅 样式更新

- 修复 input-group 相邻组件样式叠加时的问题 ([#2889](https://github.com/arco-design/arco-design-vue/pull/2889))


## 2.54.1

`2023-12-28`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.2
`2024-01-11`

### 💎 Enhancement

- enhance selected state style for options ([#2895](https://github.com/arco-design/arco-design-vue/pull/2895))


## 2.54.1

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

### 💎 功能优化

- 下拉选择器添加选中效果 ([#2895](https://github.com/arco-design/arco-design-vue/pull/2895))


## 2.54.1

`2023-12-28`
Expand Down
9 changes: 9 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,15 @@
changelog: true
```
## 2.54.2
`2024-01-11`

### 🐛 BugFix

- Fix the problem of `span-method` reporting an error after exceeding the number of rows and columns ([#2914](https://github.com/arco-design/arco-design-vue/pull/2914))


## 2.51.0

`2023-09-01`
Expand Down
9 changes: 9 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,15 @@
changelog: true
```
## 2.54.2
`2024-01-11`

### 🐛 问题修复

- 修复 `span-method` 在超出行列数后报错的问题 ([#2914](https://github.com/arco-design/arco-design-vue/pull/2914))


## 2.51.0

`2023-09-01`
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.54.1",
"version": "2.54.2",
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
"keywords": [
"arco",
Expand Down

0 comments on commit 002604f

Please sign in to comment.