Ver Fonte

update changelog for 1.0.4

Leopoldthecoder há 8 anos atrás
pai
commit
81f313a0f9
2 ficheiros alterados com 33 adições e 0 exclusões
  1. 17 0
      CHANGELOG.en-US.md
  2. 16 0
      CHANGELOG.zh-CN.md

+ 17 - 0
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*

+ 16 - 0
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*