From 81f313a0f95b919cef036b43e8f7bcbb66ae99ef Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Fri, 2 Dec 2016 18:47:15 +0800 Subject: [PATCH] update changelog for 1.0.4 --- CHANGELOG.en-US.md | 17 +++++++++++++++++ CHANGELOG.zh-CN.md | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index a91aac605..0fec93fe8 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,22 @@ ## Changelog +### 1.0.4 + +*2016-12-02* + +- Added `controls` attribute for Input Number, #1473 +- Fixed Checkbox Group and Radio Group async issue, #1511 #1514 +- Added `offset` attribute for Notification, #1419 +- Fixed Slider's value not accurate issue when dragging rapidly, #1458 +- Fixed Slider incorrectly showing multiple decimal digits issue, #1450 +- Fixed Select's binding value and displayed value not in sync in some conditions +- Added `multiple-limit` and `allow-create` attributes for Select +- Fixed Tree leaf nodes' triangle icon not disappear when expanded, #1438 +- Fixed Tree's view not updating issue after fetching child nodes' data, #1439 +- Fixed some Table's style issues in windows system, #1464 #1507 +- Fixed Table's first column's label not showing issue when grouping table head is used with fixed columns, #1451 +- Added `row-dblclick` event for Table, #1362 + ### 1.0.3 *2016-11-28* diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index be4d52a30..d6e4894d3 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -1,5 +1,21 @@ ## 更新日志 +### 1.0.4 +*2016-12-02* + +- 新增 Input Number 的 `controls` 属性,#1473 +- 修复 Checkbox Group、Radio Group 在异步赋值时出现的问题,#1511 #1514 +- 增加 Notification 的 `offset` 属性,#1419 +- 修复 Slider 在快速拖动时取值不准确的问题,#1458 +- 修复 Slider 在某些情况下绑定值为多位小数的问题,#1450 +- 修复 Select 在某些情况下绑定值和显示值不同步的问题 +- 新增 Select 的 `multiple-limit` 和 `allow-create` 属性 +- 修复 Tree 的叶子节点在点击展开后三角图标不消失的问题,#1438 +- 修复 Tree 有时在获取子级数据后视图不更新的问题,#1439 +- 修复 Table 在 windows 系统下的若干样式问题,#1464 #1507 +- 修复 Table 多级表头与固定列同时使用时,多级表头第一列 label 不显示的问题,#1451 +- 新增 Table 的 `row-dblclick` 事件,#1362 + ### 1.0.3 *2016-11-28*