element/CHANGELOG.en-US.md

33 lines
1.3 KiB
Markdown
Raw Normal View History

## Changelog
2016-07-27 14:15:02 +08:00
### 1.0.1
2016-09-30 19:44:46 +08:00
2016-11-16 17:17:37 +08:00
*2016-11-16*
2016-09-30 19:44:46 +08:00
- Fixed Pagination improperly triggering multiple `current-change` events
- Fixed Switch style when nested in a Form, #967
- Fixed Loading locks scroll of `body` in specific scenarios, #968
- `span` of Col is no longer a required attribute, and its default value is `24` if omitted
2016-11-16 17:17:37 +08:00
- Added `disabled` and `editable` attribute for DatePicker, #976
2016-11-14 11:56:58 +08:00
- Fixed DatePicker readonly with native behavior, #976
- Added `close` method for Message and Notification to manually close an instance
2016-11-14 11:56:58 +08:00
- Added clear value feature for DatePicker, #759
2016-11-16 17:17:37 +08:00
- Fixed Form reports an error when resetting a Date typed field, #937
2016-11-14 11:56:58 +08:00
- Fixed Table render error using vue-loader 9.9.0
2016-11-16 17:17:37 +08:00
- Added `align-center` attribute for Step, #994
- Fixed Upload missing Progress component, #1013
- Layout now supports responsive layout
- Added `show-close` for Dialog
- Fixed an error when `vue-i18n` is 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 `manual` trigger in Popover
- Added props: `nodeKey` `emptyText` `checkStrictly` `defaultExpandAll` `autoExpandParent` `defaultCheckedKeys` `defaultExpandedKeys` and method: `setCheckedNodes` for Tree
2016-10-09 11:25:44 +08:00
### 1.0.0
2016-07-27 14:15:02 +08:00
*2016-11-9*
2016-07-27 14:15:02 +08:00
Element 1.0.0 released.