From c1a469c8993f1fc849480ef5758a6ac55fde7df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=95?= Date: Fri, 9 Dec 2016 17:59:51 +0800 Subject: [PATCH] Changelog: update for 1.0.6 (#1657) --- CHANGELOG.en-US.md | 15 +++++++++++++++ CHANGELOG.zh-CN.md | 14 ++++++++++++++ examples/docs/en-US/i18n.md | 2 ++ examples/docs/zh-CN/i18n.md | 2 ++ 4 files changed, 33 insertions(+) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index b6101ece..9fb5073e 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,20 @@ ## Changelog +### 1.0.6 + +*2016-12-09* + +- Added `disabled` attribute for Tabs, #1620 +- Added `size` attribute for DatePicker input, #1440 +- Fixed `datetimerange` DatePicker's panel not showing correct date if initial value is present, #1129 +- Fixed DatePicker display error when switching year, #1607 +- Fixed DatePicker not triggering clickoutside when its icon is clicked, #1604 +- Fixed TimePicker not refreshing value after clicking the clear button, #1583 +- Fixed remote filterable Select display error when its value is an object, #1593 +- Fixed Select's clear button still working bug when it's `disabled`, #1619 +- Fixed Switch's background color error when its `disabled` attribute is dynamically changed, #1627 +- Fixed some style bugs of Table + ### 1.0.5 *2016-12-06* diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 3362365e..b8b41190 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -1,5 +1,19 @@ ## 更新日志 +### 1.0.6 +*2016-12-09* + +- 新增 Tabs 组件的 `disabled` 属性,#1620 +- 新增 DatePicker 的 input 支持 `size`,#1440 +- 修复 DatePicker 为 `datetimerange` 类型并设置初始值时,面板未显示正确日期的问题,#1129 +- 修复 DatePicker 切换年份时显示异常的问题,#1607 +- 修复 DatePicker 点击 icon 未触发 clickoutside 的问题,#1604 +- 修复 TimePicker 点击清空按钮后再次点击不会更新初始值的问题,#1583 +- 修复 Select 远程搜索且 value 为对象类型时的显示问题,#1593 +- 修复 Select 为 `disabled` 时,`clearable` 仍然可以工作的问题,#1619 +- 修复 自定义背景颜色的 Switch 在动态切换 `disabled` 时,背景颜色错误的问题,#1627 +- 修复 Table 的一些样式问题 + ### 1.0.5 *2016-12-06* diff --git a/examples/docs/en-US/i18n.md b/examples/docs/en-US/i18n.md index d15284a3..c549d6de 100644 --- a/examples/docs/en-US/i18n.md +++ b/examples/docs/en-US/i18n.md @@ -56,6 +56,8 @@ Currently Element ships with the following languages:
  • Russian (ru-RU)
  • Turkish (tr-TR)
  • Brazilian Portuguese (pt-br)
  • +
  • Farsi (fa)
  • +
  • Thai (th)
  • If your target language is not included, you are more than welcome to contribute: just add another language config [here](https://github.com/ElemeFE/element/tree/master/src/locale/lang) and create a pull request. diff --git a/examples/docs/zh-CN/i18n.md b/examples/docs/zh-CN/i18n.md index 23c40fab..1a124d7b 100644 --- a/examples/docs/zh-CN/i18n.md +++ b/examples/docs/zh-CN/i18n.md @@ -68,6 +68,8 @@ Vue.component(Select.name, Select)
  • 俄语(ru-RU)
  • 土耳其语(tr-TR)
  • 巴西葡萄牙语(pt-br)
  • +
  • 波斯语(fa)
  • +
  • 泰语(th)
  • 如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/ElemeFE/element/tree/master/src/locale/lang) 添加一个语言配置文件即可。