Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Oct 21, 2022
1 parent 887f27f commit 945a7e1
Show file tree
Hide file tree
Showing 16 changed files with 144 additions and 2 deletions.
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.38.0-beta.2
`2022-10-21`

### 🐛 BugFix

- **date-picker:** Fix the problem of disabled style error under safari ([#1770](https://github.com/arco-design/arco-design-vue/pull/1770))
- **trigger:** Fix the problem of wrong arrow positioning in windows ([#1480](https://github.com/arco-design/arco-design-vue/pull/1480))
- **modal:** Fixed the problem that the unloading of incoming subcomponents would not be triggered under the function call

### 💎 Enhancement

- **cascader:** When the submenus are all disabled when optimizing multi-selection, the parent prohibits the selection ([#1771](https://github.com/arco-design/arco-design-vue/pull/1771))
- **progress:** Optimize the display logic of split points ([#1755](https://github.com/arco-design/arco-design-vue/pull/1755))
- **pagination:** Optimize number processing when entering page numbers ([#1750](https://github.com/arco-design/arco-design-vue/pull/1750))


## 2.38.0-beta.1

`2022-10-14`
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.38.0-beta.2
`2022-10-21`

### 🐛 问题修复

- **date-picker:** 修复在 safari 下 disabled 样式错误的问题 ([#1770](https://github.com/arco-design/arco-design-vue/pull/1770))
- **trigger:** 修复在 windows 中 arrow 定位错误的问题 ([#1480](https://github.com/arco-design/arco-design-vue/pull/1480))
- **modal:** 修复函数式调用下,传入子组件不会触发卸载的问题

### 💎 功能优化

- **cascader:** 优化多选时的子菜单全部禁用时,父级禁止选择 ([#1771](https://github.com/arco-design/arco-design-vue/pull/1771))
- **progress:** 优化分割点的展示逻辑 ([#1755](https://github.com/arco-design/arco-design-vue/pull/1755))
- **pagination:** 优化输入页码时的数字处理 ([#1750](https://github.com/arco-design/arco-design-vue/pull/1750))


## 2.38.0-beta.1

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

### 💎 Enhancement

- When the submenus are all disabled when optimizing multi-selection, the parent prohibits the selection ([#1771](https://github.com/arco-design/arco-design-vue/pull/1771))


## 2.34.1

`2022-08-05`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/cascader/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.38.0-beta.2
`2022-10-21`

### 💎 功能优化

- 优化多选时的子菜单全部禁用时,父级禁止选择 ([#1771](https://github.com/arco-design/arco-design-vue/pull/1771))


## 2.34.1

`2022-08-05`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.38.0-beta.2
`2022-10-21`

### 🐛 BugFix

- Fix the problem of disabled style error under safari ([#1770](https://github.com/arco-design/arco-design-vue/pull/1770))


## 2.35.2

`2022-08-29`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/date-picker/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.38.0-beta.2
`2022-10-21`

### 🐛 问题修复

- 修复在 safari 下 disabled 样式错误的问题 ([#1770](https://github.com/arco-design/arco-design-vue/pull/1770))


## 2.35.2

`2022-08-29`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`Drawer should render Drawer 1`] = `
<div tabindex=\\"-1\\" role=\\"button\\" aria-label=\\"Close\\" class=\\"arco-drawer-close-btn\\"><span class=\\"arco-icon-hover\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\" stroke=\\"currentColor\\" class=\\"arco-icon arco-icon-close\\" stroke-width=\\"4\\" stroke-linecap=\\"butt\\" stroke-linejoin=\\"miter\\"><path d=\\"M9.857 9.858 24 24m0 0 14.142 14.142M24 24 38.142 9.858M24 24 9.857 38.142\\"></path></svg></span></div>
</div>
<div class=\\"arco-drawer-body\\">
<div>Modal Body</div>
<!--v-if-->
</div>
<div class=\\"arco-drawer-footer\\"><button class=\\"arco-btn arco-btn-secondary arco-btn-shape-square arco-btn-size-medium arco-btn-status-normal\\" type=\\"button\\">
<!--v-if-->取消
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.38.0-beta.2
`2022-10-21`

### 🐛 问题修复

- **modal:** Fixed the problem that the unloading of incoming subcomponents would not be triggered under the function call


## 2.38.0-beta.1

`2022-10-14`
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.38.0-beta.2
`2022-10-21`

### 🐛 问题修复

- **modal:** 修复函数式调用下,传入子组件不会触发卸载的问题


## 2.38.0-beta.1

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

### 💎 Enhancement

- Optimize number processing when entering page numbers ([#1750](https://github.com/arco-design/arco-design-vue/pull/1750))


## 2.35.2

`2022-08-29`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/pagination/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.38.0-beta.2
`2022-10-21`

### 💎 功能优化

- 优化输入页码时的数字处理 ([#1750](https://github.com/arco-design/arco-design-vue/pull/1750))


## 2.35.2

`2022-08-29`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/progress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.38.0-beta.2
`2022-10-21`

### 💎 Enhancement

- Optimize the display logic of split points ([#1755](https://github.com/arco-design/arco-design-vue/pull/1755))


## 2.12.0

`2021-12-24`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/progress/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.38.0-beta.2
`2022-10-21`

### 💎 功能优化

- 优化分割点的展示逻辑 ([#1755](https://github.com/arco-design/arco-design-vue/pull/1755))


## 2.12.0

`2021-12-24`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/trigger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.38.0-beta.2
`2022-10-21`

### 🐛 BugFix

- Fix the problem of wrong arrow positioning in windows ([#1480](https://github.com/arco-design/arco-design-vue/pull/1480))


## 2.35.1

`2022-08-19`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/trigger/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.38.0-beta.2
`2022-10-21`

### 🐛 问题修复

- 修复在 windows 中 arrow 定位错误的问题 ([#1480](https://github.com/arco-design/arco-design-vue/pull/1480))


## 2.35.1

`2022-08-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.38.0-beta.1",
"version": "2.38.0-beta.2",
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
"keywords": [
"arco",
Expand Down

0 comments on commit 945a7e1

Please sign in to comment.