Commit Graph

2026 Commits (adaec8199faa42b6cf0a1e61c6d5ccd6e9c534b2)

Author SHA1 Message Date
Leopoldthecoder c0b5b32b65 Changelog: update for 1.1.6 2017-01-23 16:04:51 +08:00
qingwei.li 82932c0040 DatePicker: add range-separator prop, close #2568 2017-01-23 15:49:44 +08:00
Leopoldthecoder 5e455f911f Select: fix incorrect popper updating when filterable 2017-01-23 14:21:43 +08:00
badpunman 36bed61f97 remove popover's document click handler, related to #2561 (#2570)
* popover memory leak fix

* actual fix
2017-01-23 14:21:25 +08:00
qingwei.li 1f53559c20 DatePicker: fix toDate, fixed #2538 2017-01-23 14:07:05 +08:00
qingwei.li ed299e9003 Add reset.css into theme-deafult 2017-01-23 14:06:14 +08:00
cinwell.li 9f5c08e6e6 Clean packages (#2345) 2017-01-23 14:06:01 +08:00
Leopoldthecoder 13f114200c Theme: add theme-preview 2017-01-23 11:45:22 +08:00
Liu Yuyang fc920fe735 collapse-transition: fix strange transition behaviour in safari (#2525)
* collapse-transition: fix strange transition behaviour in safari

* 为你库兼容ie9

* move collapse-transition from tree to src/common
2017-01-23 11:01:14 +08:00
baiyaaaaa 1f46067055 Merge pull request #2540 from Leopoldthecoder/dev
Select: fix disabled multiple filterable bug, add missing scrollbar s…
2017-01-22 14:42:24 +08:00
baiyaaaaa 3e2f7bac8e Merge pull request #2556 from Leopoldthecoder/dialog-modal
Dialog: add modalAppendToBody
2017-01-22 14:19:43 +08:00
Leopoldthecoder 8fc55e30e6 Select: input regain focus when multiple&filterable 2017-01-22 12:48:02 +08:00
Leopoldthecoder 1c6c0cda45 Select: fix disabled multiple filterable bug, add missing scrollbar styles 2017-01-22 12:23:12 +08:00
Oskari Groenroos a6fc0312de Add Finnish translation 2017-01-22 07:02:11 +08:00
baiyaaaaa 8e1e5731b3 Merge pull request #2531 from QingWei-Li/fix/steps/space
Steps: space prop support percentage
2017-01-21 21:57:03 +08:00
baiyaaaaa 6bfcd2fb75 Merge pull request #2523 from QingWei-Li/dynamic-steps
Steps: dynamic update step, fixed #2512
2017-01-21 21:35:26 +08:00
Leopoldthecoder 723b2ab457 Dialog: add modalAppendToBody 2017-01-21 16:56:04 +08:00
杨奕 9f49013ef3 DatePicker: add missing styles (#2504) 2017-01-20 11:25:08 +08:00
purepear b9039ca7db Fix bg.js year 2017-01-20 10:10:48 +08:00
qingwei.li c8beaa7bad Steps: space prop support percentage 2017-01-19 17:44:27 +08:00
qingwei.li ad71c509b4 Steps: dynamic update step, fixed #2512 2017-01-19 14:03:34 +08:00
HakurouKen 0de099057d input: fix typo. 2017-01-18 18:43:31 +08:00
HakurouKen 6caafe9f9f tree: Make the table `方法` display correctly in README file. 2017-01-18 18:43:31 +08:00
张华焱 28b3883379 Merge branch 'newdev' into dev 2017-01-18 18:01:32 +08:00
张华焱 93202ea322 [tree]:add node-open and node-close event 2017-01-18 17:57:07 +08:00
张华焱 46e83f4895 [tree]:add node-open and node-close event 2017-01-18 17:49:32 +08:00
baiyaaaaa 20fabc7b09 change vue-pomper 'options' to 'popperOptions' 2017-01-18 17:36:37 +08:00
张华焱 7d09486968 [tree]添加node-open与node-close事件,共三个参数,依次为:传递给 data 属性的数组中该节点所对应的对象、节点对应的 Node、节点组件本身。 2017-01-18 17:16:07 +08:00
baiyaaaaa 8453db88e5 Merge pull request #2473 from QingWei-Li/fix/table-column-key
Table: fix columnKey, fixed #2322
2017-01-18 17:06:27 +08:00
baiyaaaaa d3f998d305 Merge pull request #2491 from QingWei-Li/fix/table-sort
Table: fix sortable, allows cancellation sort
2017-01-18 17:03:44 +08:00
baiyaaaaa 5e23dd3cd5 Merge pull request #2497 from QingWei-Li/fix/radiogroup/value
RadioGroup: allow boolean value, fixed #2442
2017-01-18 17:02:10 +08:00
baiyaaaaa 655572558a Merge pull request #2466 from Leopoldthecoder/select-style
Select: update style if initially invisible
2017-01-18 17:01:36 +08:00
baiyaaaaa 6398980677 Merge pull request #2459 from QingWei-Li/refactor/tooltip
Tooltip: refactor code no longer generates additinal html tag
2017-01-18 16:31:13 +08:00
qingwei.li 1fe436fc8c RadioGroup: allow boolean value, fixed #2442 2017-01-18 15:12:26 +08:00
qingwei.li b137274a61 TimeSelect(doc): fix format api, fixed #2416 2017-01-18 14:42:12 +08:00
Leopoldthecoder b5d5922709 Select: get the latest cached option 2017-01-18 14:40:59 +08:00
Leopoldthecoder 37ee8e9f88 Select: update style if initially invisible 2017-01-18 14:40:59 +08:00
qingwei.li 4296c03d03 Table: fix sortable, allows cancellation sort 2017-01-18 14:14:34 +08:00
qingwei.li bfb4c9c3f1 Table: fix columnKey, fixed #2322 2017-01-18 11:22:10 +08:00
Liril d20eaab8de Popper: Fixing the rest part of wrong comments. 2017-01-18 10:58:36 +08:00
baiyaaaaa 33f9562bd0 Merge pull request #2472 from Leopoldthecoder/messagebox-class
MessageBox: add default customClass, fixed #2438
2017-01-17 18:08:47 +08:00
Leopoldthecoder 90893a9532 MessageBox: add default customClass, fixed #2438 2017-01-17 17:53:02 +08:00
baiyaaaaa 9c6e8e1c6b Merge pull request #2448 from xujiongbo/dev
InputNumber: prevent cursor from moving to head when pressing up on c…
2017-01-17 16:52:15 +08:00
qingwei.li 5150731e1e Tooltip: refactor code no longer generates additinal html tag, resolve #2423 2017-01-17 13:45:16 +08:00
baiyaaaaa 86288b4282 [release] 1.1.5 2017-01-17 11:51:46 +08:00
baiyaaaaa 7666857a07 [build] 1.1.5 2017-01-17 11:51:45 +08:00
baiyaaaaa b7f7a81837 add improve tag docs 2017-01-17 11:49:29 +08:00
Liril 0c126c6f87 Popper: Add missing doc in isModifierRequired 2017-01-17 11:47:58 +08:00
Leopoldthecoder 9a9a661290 Changelog: update for 1.1.5 2017-01-17 11:47:35 +08:00
baiyaaaaa c6ac4adf2c Merge pull request #2455 from baiyaaaaa/feat-collapse
support collapse value type(fix #2452)
2017-01-17 10:55:30 +08:00