From 31286d724b33f5e429b7366037fa6f49b741bdb3 Mon Sep 17 00:00:00 2001 From: iamkun Date: Wed, 11 Nov 2020 17:34:02 +0800 Subject: [PATCH] chore: update changelog (#20427) --- CHANGELOG.en-US.md | 17 ++++++++++++++++- CHANGELOG.es.md | 17 ++++++++++++++++- CHANGELOG.fr-FR.md | 17 ++++++++++++++++- CHANGELOG.zh-CN.md | 17 ++++++++++++++++- 4 files changed, 64 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index b0b741b1e..efef2f07e 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,20 @@ ## Changelog +### 2.14.1 + +*2020-11-11* + +#### Bug fixes + +- Popover + - Compatible with Vue 2.6 new v-slot syntax (#20424 by @iamkun) + +#### Optimization + +- I18n + - Update Arabic translation (#20202 by @elkattan) + - Update Uighur translation (#20177 by @IlhamTahir) + ### 2.14.0 *2020-10-29* @@ -7,7 +22,7 @@ #### Breaking changes - Popconfirm - - Rename event name to `confirm`, `cancel` (#20240 by @hugiron)" + - Rename event name to `confirm`, `cancel` (#20240 by @hugiron) #### Bug fixes diff --git a/CHANGELOG.es.md b/CHANGELOG.es.md index 697efd57b..cfc25dc98 100644 --- a/CHANGELOG.es.md +++ b/CHANGELOG.es.md @@ -1,5 +1,20 @@ ## Changelog +### 2.14.1 + +*2020-11-11* + +#### Bug fixes + +- Popover + - Compatible with Vue 2.6 new v-slot syntax (#20424 by @iamkun) + +#### Optimization + +- I18n + - Update Arabic translation (#20202 by @elkattan) + - Update Uighur translation (#20177 by @IlhamTahir) + ### 2.14.0 *2020-10-29* @@ -7,7 +22,7 @@ #### Breaking changes - Popconfirm - - Rename event name to `confirm`, `cancel` (#20240 by @hugiron)" + - Rename event name to `confirm`, `cancel` (#20240 by @hugiron) #### Bug fixes diff --git a/CHANGELOG.fr-FR.md b/CHANGELOG.fr-FR.md index d2cda59bd..1d42848db 100644 --- a/CHANGELOG.fr-FR.md +++ b/CHANGELOG.fr-FR.md @@ -1,5 +1,20 @@ ## Changelog +### 2.14.1 + +*2020-11-11* + +#### Bug fixes + +- Popover + - Compatible with Vue 2.6 new v-slot syntax (#20424 by @iamkun) + +#### Optimization + +- I18n + - Update Arabic translation (#20202 by @elkattan) + - Update Uighur translation (#20177 by @IlhamTahir) + ### 2.14.0 *2020-10-29* @@ -7,7 +22,7 @@ #### Breaking changes - Popconfirm - - Rename event name to `confirm`, `cancel` (#20240 by @hugiron)" + - Rename event name to `confirm`, `cancel` (#20240 by @hugiron) #### Bug fixes diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index c29880c55..89b19e446 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -1,5 +1,20 @@ ## 更新日志 +### 2.14.1 + +*2020-11-11* + +#### Bug 修复 + +- Popover + - 兼容 Vue 2.6 新 v-slot 语法 (#20424 by @iamkun) + +#### 优化 + +- I18n + - 更新阿拉伯语翻译 (#20202 by @elkattan) + - 更新维吾尔语翻译 (#20177 by @IlhamTahir) + ### 2.14.0 *2020-10-29* @@ -7,7 +22,7 @@ #### 非兼容性更新 - Popconfirm - - 事件名称修改为 `confirm`, `cancel` (#20240 by @hugiron)" + - 事件名称修改为 `confirm`, `cancel` (#20240 by @hugiron) #### Bug 修复