Commit 0fb05a35 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Changelog: update for 2.0.8

parent d5881429
## Changelog ## 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 ### 2.0.7
*2017-11-29* *2017-11-29*
......
## Changelog ## 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 ### 2.0.7
*2017-11-29* *2017-11-29*
...@@ -14,7 +24,7 @@ ...@@ -14,7 +24,7 @@
- Corregido activacion para Popover cuando `trigger` es manual, #8467 - Corregido activacion para Popover cuando `trigger` es manual, #8467
- Añadidos los atributos `prefix-icon` y `suffix-icon` para Autocomplete, #8446 (por @liyanlong) - Añadidos los atributos `prefix-icon` y `suffix-icon` para Autocomplete, #8446 (por @liyanlong)
- Añadido el atributo `separator` para Cascader, #8501 - 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 - Añadido atributo `background` para Pagination, #8553
### 2.0.5 ### 2.0.5
...@@ -36,7 +46,7 @@ ...@@ -36,7 +46,7 @@
- Arreglado el cambio de tamaño del Container cuando el ancho de la vista disminuye, #8042 - 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 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 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 ### 2.0.3
......
## 更新日志 ## 更新日志
### 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 ### 2.0.7
*2017-11-29* *2017-11-29*
......
...@@ -208,6 +208,7 @@ Currently Element ships with the following languages: ...@@ -208,6 +208,7 @@ Currently Element ships with the following languages:
<li>Arabic (ar)</li> <li>Arabic (ar)</li>
<li>Hebrew (he)</li> <li>Hebrew (he)</li>
<li>Lithuanian (lt)</li> <li>Lithuanian (lt)</li>
<li>Mongolian (mn)</li>
<li>Kazakh (kz)</li> <li>Kazakh (kz)</li>
<li>Hungarian (hu)</li> <li>Hungarian (hu)</li>
</ul> </ul>
......
...@@ -208,6 +208,7 @@ Actualmente Element está disponible en los siguientes idiomas: ...@@ -208,6 +208,7 @@ Actualmente Element está disponible en los siguientes idiomas:
<li>Arabic (ar)</li> <li>Arabic (ar)</li>
<li>Hebrew (he)</li> <li>Hebrew (he)</li>
<li>Lithuanian (lt)</li> <li>Lithuanian (lt)</li>
<li>Mongolian (mn)</li>
<li>Kazakh (kz)</li> <li>Kazakh (kz)</li>
<li>Hungarian (hu)</li> <li>Hungarian (hu)</li>
</ul> </ul>
......
...@@ -220,6 +220,7 @@ ElementLocale.i18n((key, value) => i18n.t(key, value)) ...@@ -220,6 +220,7 @@ ElementLocale.i18n((key, value) => i18n.t(key, value))
<li>阿拉伯语(ar)</li> <li>阿拉伯语(ar)</li>
<li>希伯来语(he)</li> <li>希伯来语(he)</li>
<li>立陶宛语(lt)</li> <li>立陶宛语(lt)</li>
<li>蒙古语(mn)</li>
<li>哈萨克斯坦语(kz)</li> <li>哈萨克斯坦语(kz)</li>
<li>匈牙利语(hu)</li> <li>匈牙利语(hu)</li>
</ul> </ul>
......
...@@ -251,7 +251,6 @@ ...@@ -251,7 +251,6 @@
} }
}, },
mounted() { mounted() {
console.log(11, this.prop);
if (this.prop) { if (this.prop) {
this.dispatch('ElForm', 'el.form.addField', [this]); this.dispatch('ElForm', 'el.form.addField', [this]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment