Skip to content

Commit

Permalink
resolve version
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Sep 21, 2022
1 parent 9d15f06 commit 7198711
Show file tree
Hide file tree
Showing 14 changed files with 1,809 additions and 1,611 deletions.
18 changes: 18 additions & 0 deletions packages/web-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
changelog: true
```
## 2.37.2
`2022-09-21`

### 🐛 BugFix

- **list:** Fix loading more scrollbar heights in use ([#1658](https://github.com/arco-design/arco-design-vue/pull/1658))
- Fix the problem that the component with built-in virtual scrollbar loses its style when it is loaded on demand ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))
- **scrollbar:** Fix styling issues in Firefox ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))
- **table:** Fixed the virtual scroll bar style error caused by maxHeight in the scroll property ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))
- **select:** Fixed the problem that the drop-down menu did not follow the scrolling in keyboard interaction ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))
- **select:** Fix the problem of error reporting in some cases of built-in virtual scroll bar ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))

### 💎 Enhancement

- The return value of the component's onBeforeOk property `Promise<void>` and the `done()` method default behavior adjusted to success ([#1650](https://github.com/arco-design/arco-design-vue/pull/1650))


## 2.37.1

`2022-09-16`
Expand Down
18 changes: 18 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,24 @@
changelog: true
```
## 2.37.2
`2022-09-21`

### 🐛 问题修复

- **list:** 修复加载更多使用中滚动条高度的问题 ([#1658](https://github.com/arco-design/arco-design-vue/pull/1658))
- 修复内置虚拟滚动条的组件按需加载时丢失样式的问题 ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))
- **scrollbar:** 修复在 Firefox 下的样式问题 ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))
- **table:** 修复 scroll 属性中 maxHeight 导致虚拟滚动条样式错误问题 ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))
- **select:** 修复键盘交互中下拉菜单没有跟随滚动的问题 ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))
- **select:** 修复内置虚拟滚动条部分情况下报错的问题 ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))

### 💎 功能优化

- 组件 onBeforeOk 属性的返回值 `Promise<void>` 与 `done()`方法默认行为调整为成功 ([#1650](https://github.com/arco-design/arco-design-vue/pull/1650))


## 2.37.1

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

### 🐛 BugFix

- Fix loading more scrollbar heights in use ([#1658](https://github.com/arco-design/arco-design-vue/pull/1658))


## 2.37.0

`2022-09-16`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/list/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.37.2
`2022-09-21`

### 🐛 问题修复

- 修复加载更多使用中滚动条高度的问题 ([#1658](https://github.com/arco-design/arco-design-vue/pull/1658))


## 2.37.0

`2022-09-16`
Expand Down
2,556 changes: 1,300 additions & 1,256 deletions packages/web-vue/components/list/__test__/__snapshots__/demo.test.ts.snap

Large diffs are not rendered by default.

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

### 🐛 BugFix

- Fix styling issues in Firefox ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))


## 2.37.1

`2022-09-16`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/scrollbar/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.37.2
`2022-09-21`

### 🐛 问题修复

- 修复在 Firefox 下的样式问题 ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))


## 2.37.1

`2022-09-16`
Expand Down
10 changes: 10 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,16 @@
changelog: true
```
## 2.37.2
`2022-09-21`

### 🐛 BugFix

- Fixed the problem that the drop-down menu did not follow the scrolling in keyboard interaction ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))
- Fix the problem of error reporting in some cases of built-in virtual scroll bar ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))


## 2.36.1

`2022-09-09`
Expand Down
10 changes: 10 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,16 @@
changelog: true
```
## 2.37.2
`2022-09-21`

### 🐛 问题修复

- 修复键盘交互中下拉菜单没有跟随滚动的问题 ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))
- 修复内置虚拟滚动条部分情况下报错的问题 ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))


## 2.36.1

`2022-09-09`
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.37.2
`2022-09-21`

### 🐛 BugFix

- Fixed the virtual scroll bar style error caused by maxHeight in the scroll property ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))


## 2.36.0

`2022-09-02`
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.37.2
`2022-09-21`

### 🐛 问题修复

- 修复 scroll 属性中 maxHeight 导致虚拟滚动条样式错误问题 ([#1655](https://github.com/arco-design/arco-design-vue/pull/1655))


## 2.36.0

`2022-09-02`
Expand Down
Loading

0 comments on commit 7198711

Please sign in to comment.