Commit Graph

840 Commits

Author SHA1 Message Date
kingwl
3e3001a8dc Table: fix header-align bug 2017-01-06 10:46:06 +08:00
baiyaaaaa
d9d673bcc3 improve code & fix inittial submenu active bug (#2225) 2017-01-05 23:19:49 +08:00
Xuehua Cai
29c99dba59 Fix tree bug (#2206) 2017-01-05 17:07:21 +08:00
baiyaaaaa
624442927f Merge pull request #2207 from reverland/fix-safari-colgroup
table: wrap col in colgroup to make column width work in safari
2017-01-05 16:45:26 +08:00
baiyaaaaa
634a415784 Merge pull request #2217 from QingWei-Li/fix/pagination/style
Pagination: fix ul style in IE9, fixed #2209
2017-01-05 16:44:03 +08:00
qingwei.li
eba65719d3 Pagination: fix ul style in IE9, fixed #2209 2017-01-05 15:32:47 +08:00
kingwl
de589eb215 Tabs: fix invalid type prop when tabs in other tabs (#2212) 2017-01-05 15:22:46 +08:00
baiyaaaaa
3574e62cb6 Merge pull request #2171 from QingWei-Li/fix/datepicker/change
DatePicker: fix change event no trigger when setting the initial valu…
2017-01-05 15:12:50 +08:00
baiyaaaaa
5fb72444a6 fix dynamic change tabs bug 2017-01-05 11:25:44 +08:00
baiyaaaaa
0c0f2527e3 fix tab-bar initial status bug 2017-01-05 11:25:44 +08:00
baiyaaaaa
7562e82bf6 Merge pull request #2195 from QingWei-Li/fix/datepicker/date
Fix the next year is calulated incorrectly, fixed #2152
2017-01-05 11:23:57 +08:00
Yuyang Liu
a3da161339 table: wrap col in colgroup to make column width work in safari 2017-01-05 10:42:31 +08:00
baiyaaaaa
9773276fee Merge pull request #2186 from Leopoldthecoder/select-fix
Select: fix allowCreate bug
2017-01-04 16:30:48 +08:00
qingwei.li
02e1cb84ee Fix the next year is calulated incorrectly, fixed #2152 2017-01-04 14:33:58 +08:00
baiyaaaaa
661dc09002 Merge pull request #2177 from QingWei-Li/fix/date-select
TimeSelect: fix maxTime range, fixed #2158
2017-01-04 08:36:11 +08:00
Leopoldthecoder
68c1c84875 Select: fix allowCreate bug 2017-01-03 23:28:42 +08:00
qingwei.li
9ee7afc1c5 TimeSelect: fix maxTime range, fixed #2158 2017-01-03 18:54:37 +08:00
qingwei.li
1bdecf9c39 DatePicker: fix change event no trigger when setting the initial value, fixed #2167 2017-01-03 18:27:48 +08:00
baiyaaaaa
b31ee664e2 Merge pull request #2163 from Leopoldthecoder/dev
Dropdown: import button/button-group, fixed #2159
2017-01-03 16:28:55 +08:00
Leon Zhang
dc0248279d messy indent (#2165) 2017-01-03 16:27:42 +08:00
Leopoldthecoder
ead1d1da3f Dropdown: import button/button-group, fixed #2159 2017-01-03 16:05:19 +08:00
Cyril Su
f93a163f40 InputNumber, DatePicker: Clearify the logic of increase and decrease. Fix date-picker.spec.js bugs. (#2145)
* InputNumber: clearify the logic of increase and decrease.

* DatePicker: Fix test specs
2017-01-03 12:23:01 +08:00
Herrington Darkholme
23423e39e7 general: normalize name in default export 2017-01-01 01:11:21 +08:00
Leopoldthecoder
cdb3e46de8 [build] 1.1.2 2016-12-30 18:53:52 +08:00
baiyaaaaa
670d52b9c4 Merge pull request #2112 from QingWei-Li/fix/timepicker-range
TimePicker: fix range timepicker
2016-12-30 18:23:20 +08:00
杨奕
308ae62cb3 Select: fix dropdownUl undefined bug (#2120) 2016-12-30 18:10:57 +08:00
baiyaaaaa
b9eed734e2 input add validateEvent prop 2016-12-30 17:04:03 +08:00
qingwei.li
560d31982b TimePicker: fix range timepicker 2016-12-30 15:18:03 +08:00
baiyaaaaa
0922fc3683 fix tab remove bug (#2106) 2016-12-30 14:57:07 +08:00
baiyaaaaa
ef2e3c697a remove collapse scoped slot title && add named slot title 2016-12-30 11:56:55 +08:00
baiyaaaaa
f20c37885f fix input-number invalid value reset bug 2016-12-30 11:42:21 +08:00
baiyaaaaa
42eb169e4f Merge pull request #2096 from QingWei-Li/fix/table-scrollbar
Table: fix test fix #2090 , remove virtual scrollbar
2016-12-30 11:36:28 +08:00
qingwei.li
79691d61e2 Improve test coverage 2016-12-30 11:24:55 +08:00
baiyaaaaa
a2fd24e0f5 fix autocomplete dropdown reference element (#2092) 2016-12-30 11:13:15 +08:00
qingwei.li
923d9b6622 Table: fix test fix #2090 , remove virtual scrollbar 2016-12-30 11:12:13 +08:00
Leopoldthecoder
aa076b470a [build] 1.1.1 2016-12-29 22:29:16 +08:00
Leopoldthecoder
99d3b2568d [build] 1.1.0 2016-12-29 22:11:43 +08:00
baiyaaaaa
1df8c50dfb fix valida field params bug 2016-12-29 22:06:42 +08:00
baiyaaaaa
e21e77bd49 Merge pull request #2070 from QingWei-Li/fix/datepicker-change
DatePicker: fix change event trigger multiple times, fixed #2060
2016-12-29 21:38:24 +08:00
baiyaaaaa
ee91c12e7a Merge pull request #2069 from QingWei-Li/fix/dropdown
Dropdown: fix placement
2016-12-29 21:38:02 +08:00
baiyaaaaa
3c0a784aca insert autocomplete suggestions to body 2016-12-29 21:37:52 +08:00
qingwei.li
f28dca049c DatePicker: fix change event trigger multiple times, fixed #2060 2016-12-29 16:55:41 +08:00
qingwei.li
03a01b8dfd Dropdown: fix placement 2016-12-29 16:37:46 +08:00
baiyaaaaa
cf028a42f4 change tabs box-model to 'block' & remove 'label-content' property (#2064) 2016-12-29 16:19:12 +08:00
baiyaaaaa
d896c83860 fix collapse toggle bug (#2059) 2016-12-29 15:16:50 +08:00
cinwell.li
58808f8c63 Scrollbar: fix the style vars (#2058) 2016-12-29 14:33:07 +08:00
cinwell.li
eefa3fec78 DatePicker: dynamic picker-options, close #2013 (#2051) 2016-12-29 10:43:51 +08:00
杨奕
bdd0604bd0 remove obsolete migrating hints (#2055) 2016-12-29 10:43:00 +08:00
cinwell.li
119188a634 TimePicker: fix scrolltop error (#2054) 2016-12-29 10:42:01 +08:00
cinwell.li
c639474fcc Badge: add hidden prop, close #2042 (#2050) 2016-12-29 10:41:41 +08:00