2016-11-11 19:06:27 +08:00
## Changelog
2016-07-27 14:15:02 +08:00
2016-12-06 18:29:37 +08:00
### 1.0.5
*2016-12-06*
- Fixed Select with async options and binding value displaying value instead of label, #1537
- Fixed Select reports an error when initial binding value is an empty object, #1533
- Fixed remote filtering Select not showing dropdown in some conditions, #1531
- Fixed Slider sometimes drifting a small distance after releasing dragging, #1546
- Fixed Steps style in IE9, #1543
- Added Upload generating URL for all file types, #1530
- Fixed TimeSelect style, removed flexbox, #1335
2016-12-02 18:47:15 +08:00
### 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
2016-11-28 17:54:15 +08:00
### 1.0.3
*2016-11-28*
- Fixed `currentPage` of Pagination not working in some cases, #1336
- Fixed `month` and `disabledDate` DatePicker's view not refreshing issue when switching year, #1158
- Fixed `readonly` DatePicker clear button not disabled issue, #1238
- Fixed Slider not working when binding value is `NaN` or `step` is smaller than 1, #1239 #1282
- Added multi-header for Table, #1312
- Added `rowStyle` for Table, #1348
- Fixed some attributes of TableColumn can not dynamically assigned issue, #1314
- Added `filter-node-method` attribute and `filter` method for Tree, #1257
- Added `getCheckedKeys` and `setCheckedKeys` methods for Tree, #1254
- Added deep nesting support for Checkbox/Radio inside Checkbox/Radio Group, #1152
- Fixed Popper not triggering destroy issue when keep-alive, #1359
- Added object deep validation for Form, #1363
- Added `append` and `prepend` for Autocomplete, #1369
- Added dynamic `pageSizes` support for Pagination, #1372
- Added custom style API for checked buttons in Radio Button, #1380
- Added assigning title via slot for Menu Group, #1382
- Fixed DatePicker year switching bug, #1385
- Added uploaded file list API for Upload, #1393
- Added multi-type support for `label` attribute of Checkbox, #1400
2016-11-28 18:55:23 +08:00
- Added `setChecked` method for Tree, #1422
2016-11-28 17:54:15 +08:00
2016-11-18 18:50:14 +08:00
### 1.0.2
*2016-11-18*
- Added `context` for Table to specify which context to access inside of table columns, #1161
- Added multiple languages
- Fixed language's dynamic switching issue, #1160
- Added `render-content` for Alert, #568
- Added styles for focused Button, #982
- Fixed `change` triggering timing in Switch, #1162
- Fixed TimeSelect being disabled when start time is set to `00:00` , #676
- Added `show-header` attribute and `header-click` method for Table, #1195
- Improved `height` attribute for Table when set to a string, #1195
- Fixed `selection-change` of Table not triggering in some cases, #1198
- Fixed Table's fixed columns not disappear when `fixed` attribute is dynamically changed, #1182
2016-11-11 19:06:27 +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
2016-11-11 19:06:27 +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
2016-11-13 20:03:17 +08:00
- 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
2016-11-18 16:49:07 +08:00
- Added props: `nodeKey` , `emptyText` , `checkStrictly` , `defaultExpandAll` , `autoExpandParent` , `defaultCheckedKeys` , `defaultExpandedKeys` and method: `setCheckedNodes` for Tree
2016-10-09 11:25:44 +08:00
2016-11-11 19:06:27 +08:00
### 1.0.0
2016-07-27 14:15:02 +08:00
2016-11-11 19:06:27 +08:00
*2016-11-9*
2016-07-27 14:15:02 +08:00
2016-11-11 19:06:27 +08:00
Element 1.0.0 released.