mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
2.0 KiB
2.0 KiB
Changelog
1.0.2
2016-11-18
- 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
1.0.1
2016-11-16
- Fixed Pagination improperly triggering multiple
current-changeevents - Fixed Switch style when nested in a Form, #967
- Fixed Loading locks scroll of
bodyin specific scenarios, #968 spanof Col is no longer a required attribute, and its default value is24if omitted- Added
disabledandeditableattribute for DatePicker, #976 - Fixed DatePicker readonly with native behavior, #976
- Added
closemethod for Message and Notification to manually close an instance - Added clear value feature for DatePicker, #759
- Fixed Form reports an error when resetting a Date typed field, #937
- Fixed Table render error using vue-loader 9.9.0
- Added
align-centerattribute for Step, #994 - Fixed Upload missing Progress component, #1013
- Layout now supports responsive layout
- Added
show-closefor Dialog - Fixed an error when
vue-i18nis imported but not configured, #973 - Fixed DatePicker not refresh view with an initial value, #1050
- Fixed DiatePicker not refresh year when switched in month picker, #1070
- Added $loading service
- Added
manualtrigger in Popover - Added props:
nodeKey,emptyText,checkStrictly,defaultExpandAll,autoExpandParent,defaultCheckedKeys,defaultExpandedKeysand method:setCheckedNodesfor Tree
1.0.0
2016-11-9
Element 1.0.0 released.