Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Mar 1, 2024
1 parent 9e01577 commit 526ad9e
Show file tree
Hide file tree
Showing 13 changed files with 123 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/web-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
changelog: true
```
## 2.54.6
`2024-03-01`

### 🐛 BugFix

- **input-number:** fix overlap between step button and suffix/append ([#3005](https://github.com/arco-design/arco-design-vue/pull/3005))
- **collapse:** resolve reserved property warning ([#2997](https://github.com/arco-design/arco-design-vue/pull/2997))
- **transfer:** fix disabled props not working ([#2996](https://github.com/arco-design/arco-design-vue/pull/2996))
- **tree:** resolve invalid property name console warning issue ([#2995](https://github.com/arco-design/arco-design-vue/pull/2995))

### 💅 Style

- **modal:** fix fade-modal transition effect works on enter state ([#3007](https://github.com/arco-design/arco-design-vue/pull/3007))


## 2.54.5

`2024-02-21`
Expand Down
16 changes: 16 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,22 @@
changelog: true
```
## 2.54.6
`2024-03-01`

### 🐛 问题修复

- **input-number:** 修复步进按钮与 suffix/append 的样式重叠 ([#3005](https://github.com/arco-design/arco-design-vue/pull/3005))
- **collapse:** 解决 `vue` 保留属性警告 ([#2997](https://github.com/arco-design/arco-design-vue/pull/2997))
- **transfer:** 修复 disabled 属性不生效问题 ([#2996](https://github.com/arco-design/arco-design-vue/pull/2996))
- **tree:** 解决无效的属性名称控制台警告问题 ([#2995](https://github.com/arco-design/arco-design-vue/pull/2995))

### 💅 样式更新

- **modal:** 修复遮罩层 fade-modal 过渡动画在进入时不生效问题 ([#3007](https://github.com/arco-design/arco-design-vue/pull/3007))


## 2.54.5

`2024-02-21`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/collapse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.6
`2024-03-01`

### 🐛 BugFix

- resolve reserved property warning ([#2997](https://github.com/arco-design/arco-design-vue/pull/2997))


## 2.38.0-beta.1

`2022-10-14`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/collapse/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.6
`2024-03-01`

### 🐛 问题修复

- 解决 `vue` 保留属性警告 ([#2997](https://github.com/arco-design/arco-design-vue/pull/2997))


## 2.38.0-beta.1

`2022-10-14`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/input-number/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.6
`2024-03-01`

### 🐛 BugFix

- fix overlap between step button and suffix/append ([#3005](https://github.com/arco-design/arco-design-vue/pull/3005))


## 2.54.5

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

### 🐛 问题修复

- 修复步进按钮与 suffix/append 的样式重叠 ([#3005](https://github.com/arco-design/arco-design-vue/pull/3005))


## 2.54.5

`2024-02-21`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.6
`2024-03-01`

### 💅 Style

- fix fade-modal transition effect works on enter state ([#3007](https://github.com/arco-design/arco-design-vue/pull/3007))


## 2.50.0

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

### 💅 样式更新

- 修复遮罩层 fade-modal 过渡动画在进入时不生效问题 ([#3007](https://github.com/arco-design/arco-design-vue/pull/3007))


## 2.50.0

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

### 🐛 BugFix

- fix disabled props not working ([#2996](https://github.com/arco-design/arco-design-vue/pull/2996))


## 2.52.0

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

### 🐛 问题修复

- 修复 disabled 属性不生效问题 ([#2996](https://github.com/arco-design/arco-design-vue/pull/2996))


## 2.52.0

`2023-09-22`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.6
`2024-03-01`

### 🐛 BugFix

- resolve invalid property name console warning issue ([#2995](https://github.com/arco-design/arco-design-vue/pull/2995))


## 2.54.3

`2024-01-19`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/tree/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.6
`2024-03-01`

### 🐛 问题修复

- 解决无效的属性名称控制台警告问题 ([#2995](https://github.com/arco-design/arco-design-vue/pull/2995))


## 2.54.3

`2024-01-19`
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.5",
"version": "2.54.6",
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
"keywords": [
"arco",
Expand Down

0 comments on commit 526ad9e

Please sign in to comment.