diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 2dc53fe1c..c67b655c3 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,19 @@ ## Changelog +### 1.1.3 + +*2017-01-09* + +- Fixed DatePicker not firing change event when cleared for the first time upon page load, #2167 +- Fixed DatePicker year calculating error when choosing the next year, #2152 +- Added `default-sort-prop` and `default-sort-order` attributes for Table, #2182 (by @njleonzhang) +- Fixed filterable Select filtering other options with initial value, #2196 +- Added custom i18n processing, making Element compatible with i18n plugins other than `vue-i18n`, #2129 +- Added `resize` attribute for Input, #2263 (by @Kingwl) +- Fixed Autocomplete not hiding dropdown when blurred, #2247 +- Fixed style issues with nested Tabs, #2212 (by @Kingwl) +- Fixed Tabs' tab bar locating error when non-first item is initially activated, #2192 + ### 1.1.2 *2016-12-30* diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 650d901ce..8f54ef259 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -1,5 +1,18 @@ ## 更新日志 +### 1.1.3 +*2017-01-09* + +- 修复 DatePicker 页面加载后首次清空不会触发 `change` 事件,#2167 +- 修复 DatePicker 选择下一年时,年份计算错误,#2152 +- 新增 Table 的 `default-sort-prop` 和 `default-sort-order` 属性,#2182(by @njleonzhang) +- 修复有默认值的可搜索 Select 其他数据被过滤的问题,#2196 +- 新增自定义 i18n 处理方法,方便和除了 `vue-i18n` 之外的插件使用,#2129 +- 新增 Input `resize` 属性,#2263(by @Kingwl) +- 修复 Autocomplete 在 blur 事件触发时没有隐藏下拉列表的问题,#2247 +- 修复 Tabs 嵌套使用时的样式问题,#2212(by @Kingwl) +- 修复 Tabs 默认激活非第一项时 tabBar 的显示位置不正确的问题,#2192 + ### 1.1.2 *2016-12-30* diff --git a/examples/docs/en-US/i18n.md b/examples/docs/en-US/i18n.md index ce11f1d2e..289f3d39d 100644 --- a/examples/docs/en-US/i18n.md +++ b/examples/docs/en-US/i18n.md @@ -94,6 +94,7 @@ Currently Element ships with the following languages: