From c2702f91713f905955002f5ea3bbfc90652cf367 Mon Sep 17 00:00:00 2001 From: cs1707 Date: Fri, 28 May 2021 15:21:05 +0800 Subject: [PATCH] feat: add change log --- CHANGELOG.en-US.md | 20 ++++++++++++++++++++ CHANGELOG.es.md | 20 ++++++++++++++++++++ CHANGELOG.fr-FR.md | 20 ++++++++++++++++++++ CHANGELOG.zh-CN.md | 24 ++++++++++++++++++++++-- 4 files changed, 82 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index ddd1c39e4c4..72466485568 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -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* diff --git a/CHANGELOG.es.md b/CHANGELOG.es.md index f88f2a17213..cc98c2d07b3 100644 --- a/CHANGELOG.es.md +++ b/CHANGELOG.es.md @@ -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* diff --git a/CHANGELOG.fr-FR.md b/CHANGELOG.fr-FR.md index 91779202e22..0984522909a 100644 --- a/CHANGELOG.fr-FR.md +++ b/CHANGELOG.fr-FR.md @@ -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* diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 827ed28db4d..bed7e41d24d 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -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) @@ -17,7 +37,7 @@ - ColorPicker - 修复 bugs (by @UxieVerity) -#### Optimization +#### 优化 - Doc - 更新 Axure 设计资源 v2.1.0 (by @iamkun)