From 9c83ee9aaa41db818cbafafb6e20ee2b5dff1c5b Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Mon, 8 Jan 2018 13:38:51 +0800 Subject: [PATCH] Changelog: update for 2.0.11 --- CHANGELOG.en-US.md | 11 +++++++++++ CHANGELOG.es.md | 11 +++++++++++ CHANGELOG.zh-CN.md | 11 +++++++++++ examples/docs/en-US/menu.md | 6 +++--- examples/docs/en-US/select.md | 16 ---------------- examples/docs/es/menu.md | 6 +++--- examples/docs/zh-CN/menu.md | 2 +- examples/route.config.js | 4 ++-- 8 files changed, 42 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 1d04d8bd2..ff7cb613a 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,16 @@ ## Changelog +### 2.0.11 + +*2018-01-08* + +- Fixed border color issue of Select when in `prepend` or `append` slot of Input, #9089 +- Fixed `remove-tag` event's parameter of Select, #9090 +- Added `show-timeout` and `hide-timeout` attributes for SubMenu, #8934 (by @HugoLew) +- Fixed missing Tooltip style of `show-overflow-tooltip` when Table is imported on demand, #9130 +- Fixed Table column's sorting malfunctioning after `clearSort` is executed on that column, #9100 (by @zEmily) +- i18n config file for Czech is renamed from `cz` to `cs-CZ`, #9164 + ### 2.0.10 *2017-12-29* diff --git a/CHANGELOG.es.md b/CHANGELOG.es.md index e7ffeffb1..429d2ae1c 100644 --- a/CHANGELOG.es.md +++ b/CHANGELOG.es.md @@ -1,5 +1,16 @@ ## Changelog +### 2.0.11 + +*2018-01-08* + +- Fixed border color issue of Select when in `prepend` or `append` slot of Input, #9089 +- Fixed `remove-tag` event's parameter of Select, #9090 +- Added `show-timeout` and `hide-timeout` attributes for SubMenu, #8934 (by @HugoLew) +- Fixed missing Tooltip style of `show-overflow-tooltip` when Table is imported on demand, #9130 +- Fixed Table column's sorting malfunctioning after `clearSort` is executed on that column, #9100 (by @zEmily) +- i18n config file for Czech is renamed from `cz` to `cs-CZ`, #9164 + ### 2.0.10 *2017-12-29* diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 7eb6584d4..2822ba360 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -1,5 +1,16 @@ ## 更新日志 +### 2.0.11 + +*2018-01-08* + +- 修复 Input 的 `prepend` 或 `append` slot 中 Select 的边框颜色错误,#9089 +- 修复 Select 的 `remove-tag` 事件参数与文档不符的问题,#9090 +- 新增 SubMenu 的 `show-timeout` 和 `hide-timeout` 属性,#8934(by @HugoLew) +- 修复按需引入 Table 时 `show-overflow-tooltip` 的 Tooltip 样式丢失的问题,#9130 +- 修复 Table 在执行 `clearSort` 后点击对应列的排序图标无法正常排序的问题,#9100(by @zEmily) +- 捷克语的 i18n 配置文件由 `cz` 重命名为 `cs-CZ`,#9164 + ### 2.0.10 *2017-12-29* diff --git a/examples/docs/en-US/menu.md b/examples/docs/en-US/menu.md index db8e1054b..63e2b1765 100644 --- a/examples/docs/en-US/menu.md +++ b/examples/docs/en-US/menu.md @@ -63,7 +63,7 @@ Top bar NavMenu can be used in a variety of scenarios. ```html Processing Center - + item one item two @@ -305,8 +305,8 @@ Vertical NavMenu could be collapsed. | Attribute | Description | Type | Accepted Values | Default | |---------- |-------- |---------- |------------- |-------- | | index | unique identification | string | — | — | -| show-timeout | Delay time before show a sub-menu | number | — | 300 | -| hide-timeout | Delay time before hide a sub-menu | number | — | 300 | +| show-timeout | timeout before showing a sub-menu | number | — | 300 | +| hide-timeout | timeout before hiding a sub-menu | number | — | 300 | ### Menu-Item Attribute | Attribute | Description | Type | Accepted Values | Default | diff --git a/examples/docs/en-US/select.md b/examples/docs/en-US/select.md index fdc0e2f9e..3ede1c06d 100644 --- a/examples/docs/en-US/select.md +++ b/examples/docs/en-US/select.md @@ -102,7 +102,6 @@ value9: [], value10: [], value11: [], - value12: [], loading: false, states: ["Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Carolina", "North Dakota", "Ohio", "Oklahoma", "Oregon", "Pennsylvania", "Rhode Island", "South Carolina", "South Dakota", "Tennessee", "Texas", "Utah", "Vermont", "Virginia", "Washington", "West Virginia", "Wisconsin", "Wyoming"] }; @@ -347,21 +346,6 @@ Multiple select uses tags to display selected options. :value="item.value"> - - - - -