iamkun 4 жил өмнө
parent
commit
31286d724b

+ 16 - 1
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
 

+ 16 - 1
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
 

+ 16 - 1
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
 

+ 16 - 1
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 修复