Commit Graph

3675 Commits (926bd90d11dc400dd98b8760d74569ef66d51c31)

Author SHA1 Message Date
肖潇 926bd90d11 Chore: update license year (#12419) 2018-08-22 11:16:47 +08:00
Jiewei Qian b70da53f15 DatePicker: improve form change validation (#12348)
watch.value will keep firing during time picker selection
it now detects whether panel is closed before firing el.form.change
2018-08-15 11:38:37 +08:00
Jiewei Qian 02176e26f4 Date picker refactor dates selection: fix 12323 (#12347)
* date-picker: refactor type='dates'

fix issue #12323
{month, year} table highlights all selected dates
nuke selectedDates to provide cleaner data flow

* doc: correct date-picker's array usage

empty value must be falsy (empty array should not be used)
2018-08-14 16:19:51 +08:00
Jikkai Xiao 74e62819c0 Tabs: fixed tab-pane's incorrect order (#12346) 2018-08-14 11:22:00 +08:00
hetech 72349e1a62 Cascader: highlight input when menu clicked (#12341) 2018-08-13 15:58:17 +08:00
Jiewei Qian 9f80cf91da date-picker: fix form change validation (#12328) 2018-08-13 12:26:36 +08:00
Gonzalo Nandez 9303122f7f Docs: update Spanish doc for 2.4.6 (#12331) 2018-08-11 02:10:12 +08:00
zhiyang 3990d9bdea [release] 2.4.6 2018-08-10 17:21:49 +08:00
zhiyang 244d57fa1d [build] 2.4.6 2018-08-10 17:21:49 +08:00
hetech fc4f5fd32a
Changelog: update for 2.4.6 (#12325)
* Changelog: update for 2.4.6

* update changelog
2018-08-10 16:51:33 +08:00
hetech 915fc52a1c
Tree: fix add node bug in lazy mode (#12265) 2018-08-10 15:31:28 +08:00
Jikkai Xiao 7158ddc578 Select & Cascader: add default value for query string (#12322) 2018-08-10 15:29:48 +08:00
hetech 6f08e941aa
Select: not clear text when filtering (#12304) 2018-08-10 15:28:22 +08:00
Jikkai Xiao 4af2d8761d
Menu: fix docs (#12299) 2018-08-09 13:32:05 +08:00
Jikkai Xiao 4cbe3f3218 Pagination: make page-size attribute supports .sync (#12281)
* Pagination: make page-size attribute supports .sync

* Update pagination.js
2018-08-08 18:49:27 +08:00
hetech 9c5b7e5fa1
Popover: show popper when InputNumber focused (#12284) 2018-08-08 18:41:53 +08:00
hetech 3da485b617 Tree: register node after dragging (#12279)
* Tree: register node after dragging

* update Tree docs
2018-08-08 18:07:16 +08:00
hetech 9e738a85c3
Input: not trigger form validation when input (#12260)
* Input: not trigger validation when input

* InputNumber: update docs
2018-08-07 18:33:58 +08:00
Jikkai Xiao b1be1f4c04 Radio: fix focus style (#12262) 2018-08-07 16:26:43 +08:00
Jikkai Xiao 250e3f67ee Slider: avoid NaN when min and max values ​​are equal (#12256) 2018-08-07 15:32:59 +08:00
Jikkai Xiao fbe58a4015 Cascader: escape special characters for regexp (#12248) 2018-08-07 10:36:49 +08:00
hetech cb93645728 Autocomplete: add `popper-append-to-body` attribute (#12241) 2018-08-06 19:14:16 +08:00
Jikkai Xiao 8de71d0c91 Menu: make font-size constant into variable (#12239) 2018-08-06 11:44:18 +08:00
hetech 8a2ed18d3f Main: fix IE compatibility issues (#12237) 2018-08-06 11:12:06 +08:00
ZSkycat 3a7a1ff8bb Tree & MessageBox: fix type definition (#12214)
* MessageBox: fix ElMessageBoxOptions.message

* Tree: fix type definition
2018-08-06 11:11:18 +08:00
hetech 7f2510f0f1
Select: debounce query (#12181) 2018-08-02 19:28:41 +08:00
Jikkai Xiao c5347b8064 Table: fix async filters (#12165) 2018-08-02 19:27:07 +08:00
Jikkai Xiao 363a8bdcb1
Docs: improve docs (#12208) 2018-08-02 19:09:00 +08:00
Harlan 6bb49b9590 Menu: save menu state when change collapse and expand menu(#10622) (#12178) 2018-08-02 15:05:21 +08:00
Jikkai Xiao f75ba78cd4 Docs: improve quickstart doc (#12205) 2018-08-02 14:33:51 +08:00
hetech 484725b15f
Dialog: ignore width when fullscreen is true (#12203) 2018-08-02 11:27:30 +08:00
杨奕 156fccd834 Chore: optimize entry script (#12192) 2018-08-01 11:50:01 +08:00
Gonzalo Nandez 2bb9fd6481 Docs: update Spanish doc 2.4.5 (#12138) 2018-07-27 11:08:21 +08:00
Jikkai Xiao 9a1c436656 [release] 2.4.5 2018-07-26 16:14:19 +08:00
Jikkai Xiao b0b3110c3a [build] 2.4.5 2018-07-26 16:14:18 +08:00
hetech 250825f9ca
Changelog: update for 2.4.5 (#12134) 2018-07-26 15:46:44 +08:00
hetech 3ed724492f Tree: add includeHalfChecked flag to getCheckedNodes (#12014) 2018-07-25 17:42:53 +08:00
hetech 1cc45b83d8 Input: fix wrong style of Input suffix (#12108)
* Input: fix wrong style of Input

* update input.vue

* add test case
2018-07-25 15:54:02 +08:00
Jiewei Qian 69dd5399aa date-picker: fix #11152 (#12114) 2018-07-25 13:07:46 +08:00
hetech 5c9eb37549 Select: remove redundant style (#12120) 2018-07-25 11:52:53 +08:00
hetech 51877f6d65
Tree: not check node when check-strictly is true (#12106) 2018-07-25 11:32:35 +08:00
hetech c2d41ad882 MessageBox: add missing type (#12118) 2018-07-25 10:59:43 +08:00
Jikkai Xiao 4130f2af40 Table: add toggleAllSelection method (#12047) 2018-07-24 16:36:31 +08:00
hetech dc54d4203d Chore: add es doc for new component (#12098) 2018-07-24 13:51:48 +08:00
hetech 43f83128cd Docs: update Cascader doc (#12074) 2018-07-20 17:37:34 +08:00
Dwight Watson e003b1460a Use methods instead of inline expressions (#12059) 2018-07-20 14:38:03 +08:00
Jikkai Xiao eaebce5929
MessageBox: fix type definition (#12058) 2018-07-20 00:13:11 +08:00
Jikkai Xiao f23e45b404 Table: allow filterable without filter-method (#12045) 2018-07-18 19:28:44 +08:00
troy351 b5063ceb2f Docs: add slot doc for el-upload (#12041) 2018-07-18 15:39:04 +08:00
Mrinmoy 9aa68694fa Input: fix style error - border-spacing should not depend on default value (#11990) (#12016) 2018-07-17 14:18:50 +08:00