From 0fb05a35b3554d6dcaae6db9be302336821fba12 Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Tue, 12 Dec 2017 16:45:26 +0800 Subject: [PATCH] Changelog: update for 2.0.8 --- CHANGELOG.en-US.md | 10 ++++++++++ CHANGELOG.es.md | 14 ++++++++++++-- CHANGELOG.zh-CN.md | 10 ++++++++++ examples/docs/en-US/i18n.md | 1 + examples/docs/es/i18n.md | 1 + examples/docs/zh-CN/i18n.md | 1 + packages/form/src/form-item.vue | 1 - 7 files changed, 35 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 2c4a6e50f..6dc016c35 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,15 @@ ## Changelog +### 2.0.8 + +*2017-12-12* + +- Added Spanish documentation +- Fixed `show-timeout` of Dropdown not working when trigger is click, #8734 (by @presidenten) +- Fixed Form validation timing for rules whose trigger is blur, #8776 +- Fixed blur event of ranged DatePicker, #8784 +- `format` of TimePicker now supports AM/PM, #8620 (by @firesh) + ### 2.0.7 *2017-11-29* diff --git a/CHANGELOG.es.md b/CHANGELOG.es.md index e2e639408..8978e7c24 100644 --- a/CHANGELOG.es.md +++ b/CHANGELOG.es.md @@ -1,5 +1,15 @@ ## Changelog +### 2.0.8 + +*2017-12-12* + +- Added Spanish documentation +- Fixed `show-timeout` of Dropdown not working when trigger is click, #8734 (por @presidenten) +- Fixed Form validation timing for rules whose trigger is blur, #8776 +- Fixed blur event of ranged DatePicker, #8784 +- `format` of TimePicker now supports AM/PM, #8620 (por @firesh) + ### 2.0.7 *2017-11-29* @@ -14,7 +24,7 @@ - Corregido activacion para Popover cuando `trigger` es manual, #8467 - Añadidos los atributos `prefix-icon` y `suffix-icon` para Autocomplete, #8446 (por @liyanlong) - Añadido el atributo `separator` para Cascader, #8501 -- Añadido atributo `clearable` para Input, #8509 (by @lbogdan) +- Añadido atributo `clearable` para Input, #8509 (por @lbogdan) - Añadido atributo `background` para Pagination, #8553 ### 2.0.5 @@ -36,7 +46,7 @@ - Arreglado el cambio de tamaño del Container cuando el ancho de la vista disminuye, #8042 - Arreglado Tree's `updateKeyChildren` borraba incorrectamente los nodos hijos, #8100 - Arreglado la altura de los bordes de CheckboxBotón's cuando esta anidado en un Form, #8100 -- Arreglado error de análisis de los Menu's para los colores personalizados, #8153 (by @zhouyixiang) +- Arreglado error de análisis de los Menu's para los colores personalizados, #8153 (por @zhouyixiang) ### 2.0.3 diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index b674ce91d..247d7c5c6 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -1,5 +1,15 @@ ## 更新日志 +### 2.0.8 + +*2017-12-12* + +- 新增西班牙语文档 +- 修复 `show-timeout` 对点击触发的 Dropdown 无效的问题,#8734(by @presidenten) +- 修复 Form 对于 `trigger` 为 blur 的校验规则触发时机有误的问题,#8776 +- 修复 DatePicker 在范围选择时 blur 事件触发时机有误的问题,#8784 +- TimePicker 的 `format` 新增对 AM/PM 的支持,#8620(by @firesh) + ### 2.0.7 *2017-11-29* diff --git a/examples/docs/en-US/i18n.md b/examples/docs/en-US/i18n.md index 9e00e34ae..ac78ac4ec 100644 --- a/examples/docs/en-US/i18n.md +++ b/examples/docs/en-US/i18n.md @@ -208,6 +208,7 @@ Currently Element ships with the following languages:
  • Arabic (ar)
  • Hebrew (he)
  • Lithuanian (lt)
  • +
  • Mongolian (mn)
  • Kazakh (kz)
  • Hungarian (hu)
  • diff --git a/examples/docs/es/i18n.md b/examples/docs/es/i18n.md index 28c568678..7b508cb99 100644 --- a/examples/docs/es/i18n.md +++ b/examples/docs/es/i18n.md @@ -208,6 +208,7 @@ Actualmente Element está disponible en los siguientes idiomas:
  • Arabic (ar)
  • Hebrew (he)
  • Lithuanian (lt)
  • +
  • Mongolian (mn)
  • Kazakh (kz)
  • Hungarian (hu)
  • diff --git a/examples/docs/zh-CN/i18n.md b/examples/docs/zh-CN/i18n.md index 9ee7cc9d8..939b11bec 100644 --- a/examples/docs/zh-CN/i18n.md +++ b/examples/docs/zh-CN/i18n.md @@ -220,6 +220,7 @@ ElementLocale.i18n((key, value) => i18n.t(key, value))
  • 阿拉伯语(ar)
  • 希伯来语(he)
  • 立陶宛语(lt)
  • +
  • 蒙古语(mn)
  • 哈萨克斯坦语(kz)
  • 匈牙利语(hu)
  • diff --git a/packages/form/src/form-item.vue b/packages/form/src/form-item.vue index 5d6b1d074..6a6743e3f 100644 --- a/packages/form/src/form-item.vue +++ b/packages/form/src/form-item.vue @@ -251,7 +251,6 @@ } }, mounted() { - console.log(11, this.prop); if (this.prop) { this.dispatch('ElForm', 'el.form.addField', [this]);