Commit Graph

653 Commits

Author SHA1 Message Date
杨奕
ba27ca55d4 Merge pull request #364 from baiyaaaaa/master
dropdown split button prop size
2016-10-12 20:52:18 +08:00
baiyaaaaa
d8eebafbdc dropdown split button prop size 2016-10-12 20:28:00 +08:00
杨奕
da4097fd67 Merge pull request #345 from dnshi/update-steps
Step: Modify Step styling
2016-10-12 19:13:03 +08:00
杨奕
ceed04d3a2 Merge pull request #358 from baiyaaaaa/feat-form
fix form validate bug
2016-10-12 19:12:37 +08:00
baiyaaaaa
8b9a53fe62 Merge pull request #362 from QingWei-Li/fix/dropdown-menu
DropdownMenu: fix popper, fixed #342, #194
2016-10-12 19:07:09 +08:00
qingwei.li
a71471f6e1 DropdownMenu: fix popper
Update changelog

DropdownMenu: Remove console
2016-10-12 18:58:16 +08:00
cinwell.li
de696c78bc Tooltip/Popover: adjust the element to body, fixed #296 (#300)
* Tooltip/Popover: adjust the element to body, fixed #296

* Popover: fix destroy popover

* Refactor vue-popper, #296

* Fix datepicker style

* Poppover: remove settimeout

* Select: fix click outside

* Fix popper zIndex
2016-10-12 17:41:49 +08:00
杨奕
457cfe4af0 Merge pull request #360 from baiyaaaaa/feat-input
fix dynamic input type bug
2016-10-12 17:37:18 +08:00
baiyaaaaa
c0db4e8bdd fix dynamic input type bug 2016-10-12 17:27:41 +08:00
baiyaaaaa
070a28049c Merge pull request #350 from QingWei-Li/fix/pagination
Pagination: fix input value
2016-10-12 17:03:08 +08:00
baiyaaaaa
cc4b6a53bc fix form validate bug 2016-10-12 13:51:33 +08:00
SkyAo
2162b62fcb Merge pull request #349 from QingWei-Li/fix/step
Steps: fix icon style
2016-10-12 13:46:59 +08:00
qingwei.li
1c1a925bbd Pagination: fix input value 2016-10-12 13:40:35 +08:00
qingwei.li
58d863ced1 Steps: fix icon style 2016-10-12 13:31:22 +08:00
SkyAo
4238fa9126 Merge pull request #347 from baiyaaaaa/feat-upload
upload data prop
2016-10-12 11:31:11 +08:00
baiyaaaaa
74ed7aec60 upload data prop 2016-10-12 10:31:50 +08:00
Dean Shi
3cdd62c493
Modify Step styling 2016-10-11 18:23:16 -07:00
baiyaaaaa
3019e0a770 fixed dropdown splitButton 2016-10-12 09:16:57 +08:00
徐奇昊
75c10ba79f feature(tree): tree component support dom template 2016-10-11 20:20:51 +08:00
杨奕
5e450548aa Merge pull request #336 from baiyaaaaa/fix-autocomplete
fix autocomplete event bug
2016-10-11 19:34:42 +08:00
baiyaaaaa
96b9604a43 Merge pull request #334 from QingWei-Li/fix/datepicker-i18n
DatePicker: fix i18n
2016-10-11 19:31:34 +08:00
baiyaaaaa
d10d0ed61e fix autocomplete event bug 2016-10-11 19:26:33 +08:00
Leopoldthecoder
389d2bb7d8 replace classList with wind-dom 2016-10-11 19:03:33 +08:00
qingwei.li
ff6803924d Add unittest 2016-10-11 19:00:37 +08:00
qingwei.li
983fa7413a DatePicker: fix i18n 2016-10-11 18:49:25 +08:00
baiyaaaaa
fd989dbd0f [release] 1.0.0-rc.6 2016-10-11 15:29:26 +08:00
baiyaaaaa
9f38fe960c [build] 1.0.0-rc.6 2016-10-11 15:29:25 +08:00
baiyaaaaa
40c44543fc 1.0.0-rc.6 2016-10-11 15:22:37 +08:00
SkyAo
f74343d3cd Merge pull request #321 from baiyaaaaa/master
fix menu auto collapse after router change
2016-10-11 15:16:32 +08:00
baiyaaaaa
01b5cf53b2 fix menu auto collapse after router change 2016-10-11 15:09:17 +08:00
Leopoldthecoder
42921e247f Revert "turn button/icon to functional"
This reverts commit 45c0107d7d.
2016-10-11 12:58:01 +08:00
Leopoldthecoder
1ceafc42e1 fix remote filtered select value update bug 2016-10-11 12:58:01 +08:00
杨奕
66636bab56 Merge pull request #312 from karol-f/feat/master/translation_date_time
feat(translation): date/time picker translation possibility if using …
2016-10-11 11:40:06 +08:00
杨奕
1b02c6b5f2 Merge pull request #308 from baiyaaaaa/fix-checkbox
fix checkbox change event && add checked prop
2016-10-11 11:38:35 +08:00
Leopoldthecoder
b66727a3bd add top to Dialog 2016-10-11 10:55:38 +08:00
Karol Fabjańczuk
d60133cf09 feat(translation): date/time picker translation possibility if using vue-i18n 2016-10-11 00:14:29 +02:00
baiyaaaaa
d7fb7ff588 fix checkbox change event && add checked prop 2016-10-11 01:34:14 +08:00
baiyaaaaa
30003ec594 fix menu router prop bug when vertical mode 2016-10-11 01:19:36 +08:00
SkyAo
c44fa410b6 Merge pull request #302 from Leopoldthecoder/master
fix Select automatically expand issue
2016-10-10 16:40:04 +08:00
Leopoldthecoder
ba264fab0a fix Select automatically expand issue 2016-10-10 14:42:19 +08:00
Leopoldthecoder
3d6beb1d68 update ISSUE_TEMPLATE 2016-10-10 11:56:01 +08:00
杨奕
d18271eb61 Merge pull request #297 from QingWei-Li/fix/popper.js
Fix popper.js bug in IE, #291
2016-10-10 11:37:53 +08:00
qingwei.li
24f9776f45 Fix popper.js bug in IE, #291 2016-10-10 11:34:22 +08:00
杨奕
dd7b8e5ef1 dialog and msgbox import the global vue-popup (#282) 2016-10-10 11:33:24 +08:00
baiyaaaaa
58994b0710 dropdown bug fix & docs update 2016-10-09 13:52:34 +08:00
cinwell.li
86f1cf7b21 Popover: add reference slot description, #246 (#270) 2016-10-09 09:02:16 +08:00
杨奕
e631721155 exclude Message in component registration (#269) 2016-10-08 22:47:28 +08:00
杨奕
921694d346 Merge pull request #262 from furybean/master
Improve Table: use element reisze event instead of window resize event
2016-10-08 20:45:34 +08:00
furybean
4a08c4702d Improve Table: use element reisze event instead of window resize event 2016-10-08 17:58:18 +08:00
杨奕
ba886e8904 Merge pull request #260 from furybean/master
Fix Tree: clear children when setData
2016-10-08 15:04:31 +08:00