element/packages
Gideon King 911ca6872a Popover: fix popover issues with hover display (#13104)
* Fix issue with popover displaying on focus when configuration is for it to show on hover.
Fix issue with popover timer still running when button clicked and parent element no longer visible (e.g. keepalive component).

* Updated to pass tests

* Correct documentation for el-date-picker

* Changes as per ziyoung review
2018-12-05 17:23:10 +08:00
..
alert Alter: title is not a required prop (#13360) 2018-11-09 12:01:35 +08:00
aside add layout (#6600) 2017-08-22 12:46:22 +08:00
autocomplete Autocomplete: add clearable prop (#12171) 2018-11-13 18:33:33 +08:00
badge Badge: add type attribute (#12991) 2018-10-09 12:14:45 +08:00
breadcrumb Breadcrumb: fix regression of dynamic `to` support (#11286) 2018-05-22 18:27:36 +08:00
breadcrumb-item Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
button Button: add circle attribute (#10359) 2018-03-27 10:54:28 +08:00
button-group Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
card Card: add shadow attribute (#10418) 2018-03-29 15:18:31 +08:00
carousel Carousel: add prop loop (#13217) 2018-10-31 17:41:23 +08:00
carousel-item add carousel 2016-12-22 16:10:55 +08:00
cascader Cascader: update cascader style (#13596) 2018-11-28 16:20:20 +08:00
checkbox Checkbox: support validation for single checkbox. Closes #5787 (#11271) 2018-05-22 17:47:05 +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 chore: update ESLint (#9124) 2018-01-05 16:53:02 +08:00
collapse Collapse: slot header use display flex instead of float (#13277) (#13290) 2018-11-06 17:39:33 +08:00
collapse-item add collapse 2016-12-26 16:18:00 +08:00
color-picker ColorPicker: not trigger form validation when dragging (#13299) 2018-11-05 19:21:49 +08:00
container add layout (#6600) 2017-08-22 12:46:22 +08:00
date-picker DatePicker: add key prop to 'v-for' (#13547) 2018-11-26 15:17:46 +08:00
dialog aria: add role dialog (#13084) 2018-10-18 19:09:06 +08:00
dropdown Cascader: not focus when outside clicked (#11588) 2018-06-12 19:24:09 +08: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
footer add layout (#6600) 2017-08-22 12:46:22 +08:00
form Form: validateField accepts an array of field names (#13319) 2018-11-06 18:52:54 +08:00
form-item Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
header add layout (#6600) 2017-08-22 12:46:22 +08:00
icon Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
input Input: simplify el-input implementation (#13471) 2018-11-26 15:05:46 +08:00
input-number Input: simplify el-input implementation (#13471) 2018-11-26 15:05:46 +08:00
loading Chore: retire lerna and remove redundant files (#11493) 2018-06-05 19:27:13 +08:00
main add layout (#6600) 2017-08-22 12:46:22 +08:00
menu Menu: revert #13296 (#13478) 2018-11-20 11:50:20 +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 MessageBox: add iconClass (#11499) 2018-06-06 12:19:24 +08:00
message-box MessageBox: add distinguishCancelAndClose (#11831) 2018-07-03 12:02:21 +08:00
notification Notification: remove vm attribute (#11830) 2018-07-03 12:23:06 +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 Input: simplify el-input implementation (#13471) 2018-11-26 15:05:46 +08:00
popover Popover: fix popover issues with hover display (#13104) 2018-12-05 17:23:10 +08:00
progress Progress: add text status (#13198) 2018-11-13 11:24:15 +08:00
radio chore: optimize code (#13214) 2018-10-30 15:31:58 +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 Chore: provide a key with v-for (#11891) 2018-07-11 15:17:20 +08:00
row Chore: replace var with let and const (#9774) 2018-02-11 16:37:58 +08:00
scrollbar Scrollbar: compatible with vue 2.2.6, fixed #3797 (#3845) 2017-03-29 11:58:34 +08:00
select Select: fix repeat clicking to display dropdown menu (#13268) 2018-11-02 11:35:33 +08:00
slider Slider: avoid NaN when min and max values ​​are equal (#12256) 2018-08-07 15:32:59 +08:00
spinner Spinner: v-bind:style -> :style (#11997) 2018-07-15 16:57:05 +08:00
step Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
steps Step: fix flex-basis when align-center is true 2018-01-25 12:08:12 +08:00
submenu Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
switch Switch: use CSS to process button position (#10879) 2018-04-25 17:34:00 +08:00
tab-pane Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
table Table: enhanced table sorting when clicking on the arrow (#12890) 2018-11-28 15:46:53 +08:00
table-column Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
tabs Tabs: set TabNav key (#13178) 2018-10-26 15:09:16 +08:00
tag Tag: optimize code (#13069) 2018-10-17 16:36:45 +08:00
theme-chalk Autocomplete: update autocomplete style (#13597) 2018-11-28 16:43:38 +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 Tooltip: invoke 'doDestory' manually when disabled (#10498) 2018-04-01 16:44:34 +08:00
transfer Transfer: fix component crash when target order is push (#13333) 2018-11-14 15:46:14 +08:00
tree Tree: fixed `default-checked-keys` display wrong (#13349) 2018-11-13 10:31:22 +08:00
upload Upload: use uid as upload-list key (#13054) 2018-10-15 17:06:45 +08:00