Pārlūkot izejas kodu

chore: add changelog (#21286)

好多大米 3 gadi atpakaļ
vecāks
revīzija
6e23dc3c5d
4 mainītis faili ar 98 papildinājumiem un 0 dzēšanām
  1. 25 0
      CHANGELOG.en-US.md
  2. 25 0
      CHANGELOG.es.md
  3. 25 0
      CHANGELOG.fr-FR.md
  4. 23 0
      CHANGELOG.zh-CN.md

+ 25 - 0
CHANGELOG.en-US.md

@@ -1,9 +1,34 @@
 ## Changelog
 
+### 2.15.6
+
+*2021-09-02*
+
+#### Bug fixes
+
+- Cascader
+  - fix a bug that makes the browser jitter in zoom mode (#21207 by @cs1707)
+  - optimize performance (#21231 by @cs1707)
+- Select
+  - fix long text overflow in multiple mode (#21237 by @cs1707)
+- Dropdown
+  - add disabled property (#21235 by @mshioda)
+- Radio
+  - fix checked state when browser go back (#21250 by @cs1707)
+- Descriptions
+  - fix type declaration (#21265 by @adaex)
+  - avoid table style conflict (#21254 by @adaex)
+- Drawer
+  - fix append to body (#21264 by @cs1707)
+- Local
+  - fix italian mistake (#21012 by @ricardotondello)
+
 ### 2.15.5
 
 *2021-08-04*
 
+#### Bug fixes
+
 - Select
   - fix resetInputHeight (#21201 by @cs1707)
 

+ 25 - 0
CHANGELOG.es.md

@@ -1,9 +1,34 @@
 ## Changelog
 
+### 2.15.6
+
+*2021-09-02*
+
+#### Bug fixes
+
+- Cascader
+  - fix a bug that makes the browser jitter in zoom mode (#21207 by @cs1707)
+  - optimize performance (#21231 by @cs1707)
+- Select
+  - fix long text overflow in multiple mode (#21237 by @cs1707)
+- Dropdown
+  - add disabled property (#21235 by @mshioda)
+- Radio
+  - fix checked state when browser go back (#21250 by @cs1707)
+- Descriptions
+  - fix type declaration (#21265 by @adaex)
+  - avoid table style conflict (#21254 by @adaex)
+- Drawer
+  - fix append to body (#21264 by @cs1707)
+- Local
+  - fix italian mistake (#21012 by @ricardotondello)
+
 ### 2.15.5
 
 *2021-08-04*
 
+#### Bug fixes
+
 - Select
   - fix resetInputHeight (#21201 by @cs1707)
 

+ 25 - 0
CHANGELOG.fr-FR.md

@@ -1,9 +1,34 @@
 ## Changelog
 
+### 2.15.6
+
+*2021-09-02*
+
+#### Bug fixes
+
+- Cascader
+  - fix a bug that makes the browser jitter in zoom mode (#21207 by @cs1707)
+  - optimize performance (#21231 by @cs1707)
+- Select
+  - fix long text overflow in multiple mode (#21237 by @cs1707)
+- Dropdown
+  - add disabled property (#21235 by @mshioda)
+- Radio
+  - fix checked state when browser go back (#21250 by @cs1707)
+- Descriptions
+  - fix type declaration (#21265 by @adaex)
+  - avoid table style conflict (#21254 by @adaex)
+- Drawer
+  - fix append to body (#21264 by @cs1707)
+- Local
+  - fix italian mistake (#21012 by @ricardotondello)
+
 ### 2.15.5
 
 *2021-08-04*
 
+#### Bug fixes
+
 - Select
   - fix resetInputHeight (#21201 by @cs1707)
 

+ 23 - 0
CHANGELOG.zh-CN.md

@@ -1,5 +1,28 @@
 ## 更新日志
 
+### 2.15.6
+
+*2021-09-02*
+
+#### Bug 修复
+
+- Cascader
+  - 修复浏览器缩放模式下抖动的 bug (#21207 by @cs1707)
+  - 优化性能 (#21231 by @cs1707)
+- Select
+  - 修复多选模式下文字溢出的 bug (#21237 by @cs1707)
+- Dropdown
+  - 增加 disabled 属性 (#21235 by @mshioda)
+- Radio
+  - 修复浏览器返回后保留状态的 bug (#21250 by @cs1707)
+- Descriptions
+  - 修复类型定义 (#21265 by @adaex)
+  - 修复与表格组件混用样式冲突的问题 (#21254 by @adaex)
+- Drawer
+  - 修复 append-to-body (#21264 by @cs1707)
+- Local
+  - 修复 italian 翻译错误 (#21012 by @ricardotondello)
+
 ### 2.15.5
 
 *2021-08-04*