Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add change log #21032

Merged
merged 1 commit into from
May 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
## Changelog

### 2.15.2

*2021-05-28*

#### Bug fixes

- Image
- fix z-index and keydown event add stopPropagation (#20859 by @cs1707)
- Input
- fix show password cursor (#20870 by @cs1707)
- fix show password icon in edge (#20902 by @cs1707)
- Carousel
- fix interval and scale bug (#20931 by @cs1707)
- Cascader
- fix delete tag bug (#20939 by @cs1707)
- Drawer
- add overflow auto (#20948 by @cs1707)
- Others
- fix isFunction (#20912 by @cs1707)

### 2.15.1

*2021-02-23*
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.es.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
## Changelog

### 2.15.2

*2021-05-28*

#### Bug fixes

- Image
- fix z-index and keydown event add stopPropagation (#20859 by @cs1707)
- Input
- fix show password cursor (#20870 by @cs1707)
- fix show password icon in edge (#20902 by @cs1707)
- Carousel
- fix interval and scale bug (#20931 by @cs1707)
- Cascader
- fix delete tag bug (#20939 by @cs1707)
- Drawer
- add overflow auto (#20948 by @cs1707)
- Others
- fix isFunction (#20912 by @cs1707)

### 2.15.1

*2021-02-23*
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.fr-FR.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
## Changelog

### 2.15.2

*2021-05-28*

#### Bug fixes

- Image
- fix z-index and keydown event add stopPropagation (#20859 by @cs1707)
- Input
- fix show password cursor (#20870 by @cs1707)
- fix show password icon in edge (#20902 by @cs1707)
- Carousel
- fix interval and scale bug (#20931 by @cs1707)
- Cascader
- fix delete tag bug (#20939 by @cs1707)
- Drawer
- add overflow auto (#20948 by @cs1707)
- Others
- fix isFunction (#20912 by @cs1707)

### 2.15.1

*2021-02-23*
Expand Down
24 changes: 22 additions & 2 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
## 更新日志

### 2.15.2

*2021-05-28*

#### Bug 修复

- Image
- 修复 z-index 增加 keydown 事件 添加 stopPropagation (#20859 by @cs1707)
- Input
- 修复 password cursor 展示 (#20870 by @cs1707)
- 修复 password icon 在 edge 下的展示 (#20902 by @cs1707)
- Carousel
- 修复 interval 和 scale bug (#20931 by @cs1707)
- Cascader
- 修复 delete tag bug (#20939 by @cs1707)
- Drawer
- 支持 overflow auto (#20948 by @cs1707)
- 其他
- 修复 isFunction (#20912 by @cs1707)

### 2.15.1

*2021-02-23*

#### Bug fixes
#### Bug 修复

- Drawer
- 修复 Drawer bug (by @cs1707)
Expand All @@ -17,7 +37,7 @@
- ColorPicker
- 修复 bugs (by @UxieVerity)

#### Optimization
#### 优化

- Doc
- 更新 Axure 设计资源 v2.1.0 (by @iamkun)
Expand Down