diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index c017b5235..4ddb7ba3f 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,28 @@ ## Changelog +### 1.4.6 + +*2017-09-27* + +- Fixed Slider's button jumping to previous position when clicked, #7190 +- Fixed Tooltip `disabled` regression, #7198 +- Fixed Cascader not correctly filter options when `props` is set, #7225 +- Fixed an error when range typed DatePicker has an initial value of `[]`, #7233 + +### 1.4.5 + +*2017-09-24* + +- Rate's `colors` attribute now supports dynamic updates, #6872 @lukaszb +- Fixed Tree not highlighting tree node whose value of `node-key` is 0, #6917 +- Fixed initially disabled Dropdown not showing menu when it's enabled, #6969 +- Added `hide-after` attribute for Tooltip, #6401 @ryatziv +- Fixed cancel button of TimePicker not cancel picked value when clicked, #7028 +- Added `selectWhenUnmatched` attribute for Autocomplete, #6428 @ryatziv +- Fixed when `beforeUpload` of a file returns false, other files are aborted by Upload, #7077 +- Fixed disabled dates of DatePicker in month view and year view not displayed correctly in the west hemisphere, #7114 +- `default-value` of DatePicker now supports daterange type, #7073 @wacky6 + ### 1.4.4 *2017-09-05* diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 765e14ec3..37418a7e7 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -1,5 +1,26 @@ ## 更新日志 +### 1.4.6 +*2017-09-27* + +- 修复点击 Slider 的按钮会使其返回上一个位置的问题,#7190 +- 修复 Tooltip 无法正确切换 `disabled` 的问题,#7198 +- 修复 Cascader 的过滤功能在配置了 `props` 的情况下的异常问题,#7225 +- 修复 DatePicker 的范围选择在初始值为空数组时会报错的问题,#7233 + +### 1.4.5 +*2017-09-24* + +- Rate 的 `colors` 属性现在可以动态更新了,#6872 @lukaszb +- 修复 Tree 无法高亮 `node-key` 值为 0 的节点的问题,#6917 +- 修复初始状态被禁用的 Dropdown 在取消禁用后无法弹出下拉菜单的问题,#6969 +- Tooltip 新增 `hide-after` 属性,#6401 @ryatziv +- 修复 TimePicker 取消按钮无法正确取消所选值的问题,#7028 +- Autocomplete 新增 `selectWhenUnmatched` 属性,#6428 @ryatziv +- 修复 Upload 中某个文件的 `beforeUpload` 返回 `false` 时会错误地取消其他文件上传的问题,#7077 +- 修复 DatePicker 在西半球使用时月视图和年视图禁用日期显示错误的问题,#7114 +- DatePicker 的 `default-value` 属性支持 daterange 模式,#7073 @wacky6 + ### 1.4.4 *2017-09-05* diff --git a/README.md b/README.md index 4e587cd4a..7fd716446 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,9 @@ > A Vue.js 2.0 UI Toolkit for Web. -
- Special thanks to the generous sponsorship by:
-
-
-
-
-