Commit Graph

2547 Commits (45cb58aafa73901ae15bbaaab781b27d25f9b4d2)

Author SHA1 Message Date
ziyoung 2e2428289d [build] 2.12.0 2019-08-29 15:15:29 +08:00
luckyCao 3270276c3c Select: not toggle dropdown when filtering (#17205) 2019-08-29 13:28:08 +08:00
hetech 70f6384257
Table: fix expand-row-keys not work when data is loaded asynchronously (#16899) 2019-08-29 13:15:59 +08:00
hetech eddf85271e
Table: fix setCurrentRow unable to clear highlight row (#16879) 2019-08-29 11:29:02 +08:00
iamkun 8d74c67bb1
Transfer: fix style error 2019-08-28 19:11:10 +08:00
iamkun b12695fff4
Calendar: fix locale error 2019-08-28 19:10:55 +08:00
Haoran Yu 79a1b498e4 Dialog: update sass var (#16365) 2019-08-28 16:53:22 +08:00
hetech da7aec9ce9 Table: set toggleAllSelection as instance property (#17137) 2019-08-27 14:36:00 +08:00
Cr c3a2d417f4 Table: not trigger sort-change event when mounted (#17113) 2019-08-27 10:31:33 +08:00
Zhi Cun 747334f06e Divider: Support custom classes (#17078) 2019-08-23 11:24:10 +08:00
Inside 625b4e9262 Table: not throw error when calling toggleExpansion (#16304) 2019-08-22 19:50:42 +08:00
Geass fc822fe810 RadioGroup: not produce invalid HTML in table if "is" attribute is specify (#17070) 2019-08-20 16:12:58 +08:00
Geass 77c77efb33 Tabs: fix activated tab is out of visual range bug (#17033) 2019-08-19 17:12:21 +08:00
Cr 91297a9761 Input: the click event of clear button is not trigger when using v-loading (#16576) 2019-08-15 17:22:09 +08:00
Inside 27398103c4 Cascader: Fix disable status and close button issue (#16209) 2019-08-14 19:55:24 +08:00
zhangHongEn 0bff072fa7 Cascader: fix display errors (#16665) 2019-08-14 16:20:17 +08:00
luckyCao 75f0eb81ab Table: fix chrome crash when set thead css display to none (#16956) 2019-08-14 10:52:47 +08:00
Tyler Trotter 58b544e55e Checkbox: Improve screen reader experience (#16575) 2019-08-10 16:08:34 +08:00
hetech 8b8a1a2e87 Table: fix wrong empty block height (#16861) 2019-08-08 14:49:25 +08:00
Moonhyuk Im e9c5e469c1 Input: Fix Korean composition event (#15069) 2019-08-08 14:03:48 +08:00
LachlanStuart 465c38bfaa Popover: add close-delay prop (#16671) 2019-08-07 11:12:00 +08:00
SeongYeob Jeong 0734dc7960 Calendar : Fix weekdays i18n issue (#16772) 2019-08-06 16:15:47 +08:00
咸fish 27d4e0ac66 Tab: fix tabs-item's padding cause active-bar's width and transform err( … #15355) (#16520)
* Tab: Refactor tabs-item's padding with dynamic value
2019-08-01 20:19:51 +08:00
hetech 6105a75595 Table: prevent click handler after drag (#16850) 2019-08-01 18:35:28 +08:00
jesse-li 744bad1f96 DateTimePicker: fix time-spinner not scroll to right position 2019-08-01 18:31:39 +08:00
Hazlank 64d0acec80 Tree: Increase css weight (#16799) 2019-08-01 16:34:45 +08:00
iamkun be71239990 Date-Picker: add className picker option (#16632)
* add classname

* add docs

* add test

* add range picker

* update api name

* update api name

* update test
2019-07-31 12:03:12 +08:00
iamkun ec3326e0bc Notification: Fix modifying incoming option object (#16704) 2019-07-31 11:51:08 +08:00
iamkun 484a033a66 Carousel: Fix onChange emit value (#16705) 2019-07-31 11:49:08 +08:00
Faizal Andyka f4df252253 Icon: Adding font-display to @font-face declaration (#16805) 2019-07-31 11:24:21 +08:00
iamkun 2c250a1422 [build] 2.11.1 2019-07-26 15:37:43 +08:00
luckyCao 2364c022ab Image: Fix image ssr (#16737) (#16747)
* fix ssr

* refine
2019-07-26 15:16:36 +08:00
LewisChennnnn f7a970c0ba Chore: Update dart-sass compatibility 2019-07-26 14:07:56 +08:00
iamkun 4a74321dc1 [build] 2.11.0 2019-07-25 15:09:11 +08:00
luckyCao 1b1c1beadc Image: Add big Image preview feature (#16333) (#16605) 2019-07-25 12:19:25 +08:00
Simona 29838eaf81 Cascader: expose getCheckedNodes and fix options change bug (#16709) 2019-07-25 11:32:02 +08:00
hetech d238c768a6 Dialog: add destroyOnClose attribute (#16455)
* Dialog: add destroyOnClose attribute

* update
2019-07-24 17:31:35 +08:00
junyiz 11bfd555b9 Cascader: fix display errors (#15935) 2019-07-24 17:29:36 +08:00
jeremywu 9617e9345a Drawer: Add drawer component (#16577) 2019-07-24 16:57:59 +08:00
luckyCao 2c7911e580 Avatar: fix image not center vertically issue (#16489) 2019-07-24 16:16:29 +08:00
iamkun c3765b46d3
Form: Add theme token (#16699)
* add form label size token

* add form label size token
2019-07-24 14:26:45 +08:00
luckyCao 9ee2fedde7 Cascader: add sets default values when lazy is true (#16420) 2019-07-22 18:33:14 +08:00
Zhi Cun 418ac5bf79 Select: Fix memory leak issue (#16463) 2019-07-22 14:16:13 +08:00
hetech adabeff9ed Calendar: Display correct header when range is specified (#16354)
* Calendar: display correct header when range is specified

* firstOfWeek is supported

* update docs

* update test

* update

* fix typo
2019-07-22 13:36:32 +08:00
Zhi Cun 40946e1230 Table: Fix tree table when updating data (#16481) 2019-07-09 18:56:17 +08:00
Cr 6f51ad81fb Submenu: fix prop append-to-body . #16289 2019-07-09 17:20:23 +08:00
luckyCao e152a1033d Cascader: fix level 1 children is empty update problem (#16399) 2019-07-09 11:22:49 +08:00
huming 905e812fb5 Tree: set isCurrent prop to False (#15870) 2019-07-04 11:30:02 +08:00
JuniorTour f9384aa588 Dropdown: fix split-button caret default color (#15931) 2019-07-02 17:33:41 +08:00
Hazlank d306194278 Checkbox: enhance css selector (#16006) 2019-07-02 16:42:23 +08:00