1.0.2
2016-11-18
- 新增 Table
context属性,可以指定自定义 column 内部可获取的上下文,#1161 - 新增 多种语言支持
- 修复 没有正确动态渲染语言的问题,#1160
- 新增 Alert 的
render-content属性,#568 - 新增 Button 的 focus 样式,#982
- 修复 Switch 的
change事件触发时机错误的问题,#1162 - 修复 TimeSelect 开始时间设置
00:00后会被禁用的问题,#676 - 新增 Table
show-header属性,header-click事件。#1195 - 完善 Table 的
height属性,当height属性为字符串的时候,表示 Table 的高度受外部样式控制,#1195 - 修复 Table 的
selection-change在某些情况下不触发的问题,#1198 - 修复 Table 动态修改
fixed属性可能会造成锁定列不消失的问题,#1182 - Added
contextfor Table to specify which context to access inside of table columns, #1161 - Added multiple languages
- Fixed language's dynamic switching issue, #1160
- Added
render-contentfor Alert, #568 - Added styles for focused Button, #982
- Fixed
changetriggering timing in Switch, #1162 - Fixed TimeSelect being disabled when start time is set to
00:00, #676 - Added
show-headerattribute andheader-clickmethod for Table, #1195 - Improved
heightattribute for Table when set to a string, #1195 - Fixed
selection-changeof Table not triggering in some cases, #1198 - Fixed Table's fixed columns not disappear when
fixedattribute is dynamically changed, #1182