element/packages
2017-09-17 21:46:31 -05:00
..
alert fixed el-alert: if using slot, icon should use 'isBigIcon' class 2017-08-22 09:46:38 +08:00
autocomplete Autocomplete: emit select of textbox value when no selection is made. (#6428) 2017-09-14 22:11:07 -05:00
badge Badge: fix isDot not show 2017-02-24 16:17:52 +08:00
breadcrumb Clean packages (#2345) 2017-01-23 14:06:01 +08:00
breadcrumb-item Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
button Button: avoid click event bubbling when disabled 2017-08-18 14:34:00 +08:00
button-group Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
card Clean packages (#2345) 2017-01-23 14:06:01 +08:00
carousel Carousel: fix flashing items 2017-08-18 12:21:34 +08:00
carousel-item add carousel 2016-12-22 16:10:55 +08:00
cascader Cascader: fix duplicate prop name 2017-08-18 12:24:06 +08:00
checkbox fix checkbox not trigger input event bug 2017-06-18 17:19:08 +08:00
checkbox-button Add button style to checkbox (#3697) 2017-04-21 16:12:38 +08:00
checkbox-group Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
col Layout: custom element tag 2017-05-12 18:46:28 +08:00
collapse declare el-collapse-transition in its dependents (#4728) 2017-05-08 14:06:23 +08:00
collapse-item add collapse 2016-12-26 16:18:00 +08:00
color-picker ColorPicker: add active-change event 2017-07-13 18:17:13 +08:00
date-picker DatePicker: support default-value for date-range 2017-09-17 21:46:31 -05:00
dialog Dialog: fix nested popover cannot gain focus 2017-06-18 17:20:08 +08:00
dropdown dropdown: reactive disabled trigger element 2017-09-12 12:49:28 +09:00
dropdown-item Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
dropdown-menu Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
form When <el-form> missing model, validate will return false, then throw a warning to facilitate the developer troubleshooting 2017-07-27 15:28:30 +08:00
form-item Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
icon Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
input Input: fix params type 2017-08-25 15:05:34 +08:00
input-number InputNumber: improve user experience when typing, fix #4661 (#4712) 2017-05-10 18:27:50 +08:00
loading LoadingL optimize the close process (#6966) 2017-09-12 12:20:02 +09:00
menu Remove useless parameters 2017-08-28 18:16:27 +08:00
menu-item Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
menu-item-group Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
message Message: add 'message' support for VNode 2017-06-23 14:52:52 +08:00
message-box MessageBox: support empty title 2017-08-18 16:25:38 +08:00
notification Notification: add onClick handler 2017-04-16 21:03:48 +08:00
option Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
option-group Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
pagination Pagination: fix Jumper value should reassign when internalCurrentPage greater than internalPageCount 2017-09-05 17:12:18 +08:00
popover Popover: fix: delayed popover appears after mouse left 2017-07-27 15:07:17 +08:00
progress Clean packages (#2345) 2017-01-23 14:06:01 +08:00
radio Radio: radio button box-shadow, fixed #3978 (#4002) 2017-04-08 12:12:33 +08:00
radio-button Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
radio-group Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
rate Fixed reactivity of colors prop for rate component 2017-09-06 10:00:16 +08:00
row Update row.js 2017-05-12 18:46:28 +08:00
scrollbar Scrollbar: compatible with vue 2.2.6, fixed #3797 (#3845) 2017-03-29 11:58:34 +08:00
select Select: move setSelect to mounted hook 2017-09-14 06:29:15 -05:00
slider Slider: add props debounce 2017-09-02 17:49:56 +08:00
spinner Clean packages (#2345) 2017-01-23 14:06:01 +08:00
step Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
steps Steps: fix progress line for error step 2017-08-03 16:43:16 +08:00
submenu Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
switch Switch: fix input and change emission sequence 2017-08-05 16:08:15 +08:00
tab-pane Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
table Table: fix single filter active state 2017-09-17 07:51:39 -05:00
table-column Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
tabs fix tabs bug 2017-07-27 20:34:11 +08:00
tag Clean packages (#2345) 2017-01-23 14:06:01 +08:00
theme-default Table: sortable header discoverability 2017-09-06 12:42:01 +08:00
time-picker Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
time-select Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
tooltip update doc (#7033) 2017-09-14 23:16:45 -05:00
transfer add .sync support for Dialog and Pagination 2017-05-03 15:20:57 +08:00
tree Tree: fix current-node-key === 0 bug 2017-09-11 19:49:48 +09:00
upload Upload: convert var to const and let 2017-09-16 07:33:25 -05:00