Commit Graph

635 Commits (2fc06cc37b1b65be4f94b48ac0d3904e0f1befbe)

Author SHA1 Message Date
baiyaaaaa ca6637d5ba Merge pull request #866 from Leopoldthecoder/master
Button: update text button style
2016-11-07 11:52:24 +08:00
baiyaaaaa 1179ec602e autocomplete style fix 2016-11-07 11:51:35 +08:00
baiyaaaaa 9a3aa1b580 fix input icon loading (#872) 2016-11-07 11:15:28 +08:00
Leopoldthecoder 0162015c4c Button: update text button style 2016-11-07 10:47:51 +08:00
baiyaaaaa fe4357d7f8 fix zIndex -1 2016-11-07 10:28:58 +08:00
baiyaaaaa 37b9636a6e fix switch style bug in ie9 2016-11-07 10:23:06 +08:00
qingwei.li 70307dfadb fix package.json url 2016-11-06 12:26:14 +08:00
Leopoldthecoder d5eb9ac3b5 MessageBox: fix text blur due to translating half pixel 2016-11-06 10:12:04 +08:00
Leopoldthecoder 3d6d0bd12b Tabs: fix a close button style overwriting bug 2016-11-05 18:54:58 +08:00
FuryBean 07cd230674 Fix Table Bug: body-wrapper should not set style.height when table not set height. (#839) 2016-11-05 07:31:18 +08:00
FuryBean f013d6eb0b Table: add renderHeader prop. (#838) 2016-11-05 07:30:23 +08:00
杨奕 a00aea7080 Merge pull request #825 from furybean/table-column
Table Column: watch more prop & rename showTooltipWhenOverflow.
2016-11-04 23:27:12 +08:00
FuryBean 5a6b4fbf2a Merge pull request #829 from Leopoldthecoder/select-value
Select: fix clear value & remote label
2016-11-04 22:29:35 +08:00
furybean aac3ec40c2 Table Column: watch more prop & rename showTooltipWhenOverflow. 2016-11-04 22:15:34 +08:00
FuryBean 1a634b3c91 Pagination: enable not set total, add page-count prop. (#834) 2016-11-04 20:04:46 +08:00
FuryBean f9bb3918ad Merge pull request #833 from baiyaaaaa/feat-select
select improve
2016-11-04 19:23:17 +08:00
FuryBean 6cc4ea6dfc Merge pull request #831 from QingWei-Li/fixed/datepicker-disabled
DatePicker: disabled year or month, fixed #758
2016-11-04 19:20:52 +08:00
FuryBean 92bbc55cd3 Merge pull request #828 from Leopoldthecoder/message-zindex
Message/Notification: manage z-index with PopupManager
2016-11-04 19:19:32 +08:00
FuryBean b3a2f95545 Merge pull request #832 from QingWei-Li/fix/object-assign
Table/MessageBox/Tree: remove object-assign
2016-11-04 19:19:12 +08:00
qingwei.li 4a224adaa3 Table/MessageBox/Tree: remove object-assign 2016-11-04 18:44:19 +08:00
qingwei.li a2f7316b69 DatePicker: disabled year or month, fixed #758 2016-11-04 18:26:22 +08:00
baiyaaaaa 726685fd38 tag remove improve 2016-11-04 17:53:55 +08:00
Leopoldthecoder 845d716e3f Select: fix clear value & remote label 2016-11-04 17:41:37 +08:00
杨奕 f67104f28e Merge pull request #824 from furybean/table-current-row
Table: add current-change event & highlight-current-row prop.
2016-11-04 17:38:07 +08:00
Leopoldthecoder 5ee53016f7 Message/Notification: manage z-index with PopupManager 2016-11-04 17:36:14 +08:00
baiyaaaaa 9f945ad782 fix $el null bug (#823) 2016-11-04 17:07:49 +08:00
Leopoldthecoder aa27888a58 Select: fix an illegal filter regexp bug 2016-11-04 17:03:49 +08:00
furybean 7263db12b3 Table: add single selection back. Add current-change event & highlight-current-row event. 2016-11-04 16:28:44 +08:00
FuryBean 89f2454766 Merge pull request #819 from baiyaaaaa/feat-dropdown
dropdown-item add disabled && divided
2016-11-04 14:44:31 +08:00
baiyaaaaa 786d6cb905 dropdown-item add disabled && divided 2016-11-04 13:59:03 +08:00
杨奕 7f89199806 Merge pull request #815 from furybean/table-scroll
Table: support header mousewheel scroll.
2016-11-04 12:27:11 +08:00
furybean ae1c9252c9 Table: clear selection after change data, fixed #813. 2016-11-04 11:44:39 +08:00
furybean 496f385796 Table: support header mousewheel scroll. 2016-11-04 11:38:44 +08:00
baiyaaaaa 8eae476f7f dynamic tabs (#812) 2016-11-04 11:28:23 +08:00
FuryBean cb5572f9d7 Merge pull request #805 from Leopoldthecoder/master
Loading: fix a potential node removal bug
2016-11-03 22:24:26 +08:00
FuryBean afb68c75fa Table: update hover effect. (#803) 2016-11-03 21:00:09 +08:00
Leopoldthecoder 74f3bc9072 Loading: fix a potential node removal bug 2016-11-03 17:07:50 +08:00
杨奕 855d631f3f Merge pull request #800 from furybean/table-selection
Table: let table compatible with vuex.
2016-11-03 16:22:15 +08:00
b1anker 13bfb39e9b Message, Notification: fix transitionend bug
问题描述:
如果我在组件中加入不同的transition或者transition: all
duration的形式,那么this.$el.addEventListener(‘transitioned’,
handeler)就会监听到多次事件,从而导致多次删除,因为节点已经从dom中删除,
所以最后报错:
’main.vue?8f52:44
Uncaught TypeError: Cannot read property 'removeChild' of null’。
解决办法:
就是在第一次监听到动画结束事件时,将监听器移除即可。
2016-11-03 15:36:57 +08:00
furybean 0eacd76e22 Table: let table compatible with vuex. 2016-11-03 14:43:23 +08:00
Leopoldthecoder 434bc360f0 Select: fix a form validation bug 2016-11-03 10:14:24 +08:00
qingwei.li 482f752b9f Remove submodule 2016-11-02 12:42:14 +08:00
杨奕 b18ef67c6d Merge pull request #779 from QingWei-Li/fix/build-theme
Update build theme config
2016-11-02 10:25:58 +08:00
qingwei.li cacd19d27d package.json: Update scripts 2016-11-01 22:51:03 +08:00
qingwei.li 131cc78825 Update build theme config 2016-11-01 21:48:07 +08:00
杨奕 32f25eb302 Merge pull request #780 from furybean/table-hidden
Table: rename hidden class to is-hidden.
2016-11-01 20:44:17 +08:00
FuryBean 3844b4aa3b Table: fixed firefox bug. fixed #766. (#769) 2016-11-01 20:32:11 +08:00
furybean ad193c0c80 Table: rename hidden class to is-hidden. 2016-11-01 20:17:34 +08:00
杨奕 78277e2226 Merge pull request #764 from QingWei-Li/feat/theme-deafult
Migrate theme-deafult repo
2016-11-01 18:17:53 +08:00
baiyaaaaa a76714dece Merge pull request #763 from Leopoldthecoder/select-input-height
Select: fix an input initial height bug
2016-11-01 17:56:54 +08:00
baiyaaaaa 23d4dbbce4 add test && fix ajax response in callback (#767) 2016-11-01 15:46:10 +08:00
qingwei.li 77b9a84851 migrate theme-deafult repo 2016-11-01 12:26:56 +08:00
Leopoldthecoder 10373eaf6c Select: fix an input initial height bug 2016-11-01 11:37:38 +08:00
Leopoldthecoder 65a0250287 Slider: fix display issue inside Form 2016-11-01 11:36:41 +08:00
baiyaaaaa 07345868f6 input-number: style fix && experience improve 2016-11-01 11:36:27 +08:00
杨奕 6cb4981d55 Merge pull request #744 from QingWei-Li/fix/time-picker-scrollbar
TimePicker: hidden scrollbar in IE10
2016-11-01 10:09:08 +08:00
qingwei.li 72bb5899e5 Merge branch 'master' into fix/time-picker-scrollbar 2016-10-31 20:52:43 +08:00
qingwei.li f6b2dcf9d9 Tooltip: fix arrow offset style 2016-10-31 18:28:34 +08:00
SkyAo 5a02fdd57e Merge pull request #745 from QingWei-Li/feat/pagination
Pagination: emit 'current-page' when sizes change, closed #729
2016-10-31 16:43:30 +08:00
Leopoldthecoder 0eb6b5b3ce Theme-default: add variables 2016-10-31 16:06:36 +08:00
杨奕 7782b97458 Merge pull request #741 from baiyaaaaa/feat-dropdown
dropdown: add command api
2016-10-31 15:56:56 +08:00
杨奕 513f08e082 Merge pull request #742 from QingWei-Li/fix/date-picker-daterange
DatePicker: fix dont select the time on the same day
2016-10-31 15:56:48 +08:00
qingwei.li a81cea32c7 Pagination: emit 'current-page' when sizes change, closed #729 2016-10-31 15:14:30 +08:00
qingwei.li 464fe80d06 DatePicker: fix dont select the time on the same day 2016-10-31 14:22:53 +08:00
qingwei.li 83dca7574d TimePicker: hidden scrollbar in IE10 2016-10-31 13:05:47 +08:00
baiyaaaaa a4cc618e49 dropdown: add command api 2016-10-31 12:51:05 +08:00
baiyaaaaa 49a4097cf1 Merge pull request #737 from QingWei-Li/fix/popover-focus
Popover: fix focus trigger, fixed #734
2016-10-31 12:49:43 +08:00
qingwei.li 482e78addc Popover: fix focus trigger, fixed #734 2016-10-31 11:22:48 +08:00
Leopoldthecoder 2cce804eb8 MessageBox: autofocus confirm button 2016-10-30 20:48:17 +08:00
baiyaaaaa 135c8ed45b replace _componentTag to componentName 2016-10-30 20:18:33 +08:00
baiyaaaaa 2e77e5a50b support button autofocus && autofocus message box confirm button 2016-10-30 16:21:57 +08:00
cinwell.li 74e6dac47c Table: fix show tooltip, fixed #714 (#717) 2016-10-30 11:32:06 +08:00
Leopoldthecoder 4cff9bc197 MessageBox: fix a callback overwriting bug 2016-10-29 14:11:19 +08:00
杨奕 19d7e72f3a Pagination: add missing i18n config (#701) 2016-10-28 17:29:50 +08:00
cinwell.li 8a72f1b45e Button: add click event (#703) 2016-10-28 17:29:18 +08:00
cinwell.li 56b23359d3 InputNumber: fix button style (#698) 2016-10-28 14:10:35 +08:00
baiyaaaaa 33c99d8ab8 fix dropdown menu visible bug 2016-10-28 10:54:29 +08:00
qingwei.li 691a49fc17 Table: add sortable test 2016-10-28 09:47:10 +08:00
qingwei.li ad30305d6d Merge branch 'master' into test/imporve-table 2016-10-28 09:22:58 +08:00
furybean 4a0c580a20 Table: add column remote/custom sort. 2016-10-28 01:24:13 +08:00
qingwei.li 8502c891d2 Table: add filter test
a

a
2016-10-27 23:52:54 +08:00
baiyaaaaa 5d925ed69f Test/component/form (#687)
Form: add test
2016-10-27 21:57:40 +08:00
FuryBean 14495f6189 Table: add filter feature. (#684) 2016-10-27 21:45:21 +08:00
杨奕 01531e84e0 i18n: add English config (#685) 2016-10-27 20:14:31 +08:00
cinwell.li f960ea50b9 Add locale feature (#678)
fix
2016-10-27 17:31:22 +08:00
杨奕 a1b83b5540 Tree: add test (#679) 2016-10-27 17:30:27 +08:00
baiyaaaaa a52b251fc8 iframe upload use post message to get the res content 2016-10-27 11:06:26 +08:00
cinwell.li 8783c3e95d DatePicker: improve test (#659) 2016-10-26 22:56:51 +08:00
furybean 3470bdfeba Pagination: rename currentchange & sizechange. 2016-10-26 14:55:16 +08:00
baiyaaaaa 63433f28f3 Menu: add menu-trigger prop (#649) 2016-10-26 11:51:41 +08:00
杨奕 7181b36543 Merge pull request #650 from QingWei-Li/test/time-picker
TimePicker: improve test
2016-10-26 11:41:57 +08:00
qingwei.li 468c70e26b TimePicker: improve test 2016-10-26 11:35:41 +08:00
baiyaaaaa 63ca1eb07a add support for change by keyboard event (#648) 2016-10-26 11:22:13 +08:00
furybean 59ed4984dc Table: add empty text 2016-10-25 23:20:48 +08:00
cinwell.li 4dd8b094cb Update externals (#641) 2016-10-25 21:35:41 +08:00
qingwei.li ede57a7abf TimeSelect: improve test 2016-10-25 19:24:09 +08:00
杨奕 2f0ba607f4 Select: add test (#636) 2016-10-25 18:00:39 +08:00
杨奕 cfe8b895f2 Merge pull request #622 from QingWei-Li/test/table
Table: add test
2016-10-25 17:36:07 +08:00
qingwei.li 86a5f8f5d0 Table: add test
Remove fuck
2016-10-25 17:26:59 +08:00
baiyaaaaa 06b2cabf6b fix masses style 2016-10-25 12:34:38 +08:00
杨奕 dc1b4fbba7 Merge pull request #611 from baiyaaaaa/test/component/tabs
add tabs test
2016-10-24 17:38:48 +08:00
baiyaaaaa b0e960cb03 add tabs test 2016-10-24 17:20:26 +08:00
FuryBean 7ce40a94aa Table: add hover background. (#609) 2016-10-24 14:12:16 +08:00
杨奕 4eb5cf350f Merge pull request #608 from QingWei-Li/fix/date-picker
DatePicker: fix trigger multiple watch, fixed #597
2016-10-24 12:36:51 +08:00
qingwei.li 202a77abc1 DatePicker: fix trigger multiple watch, fixed #597 2016-10-24 11:33:48 +08:00
baiyaaaaa 84adcace51 add autocomplete size (#600) 2016-10-24 11:02:32 +08:00
杨奕 6cee4e7c18 Merge pull request #594 from Leopoldthecoder/msgbox-test
MessageBox: update animation/add test
2016-10-23 10:22:32 +08:00
杨奕 f396715df5 Merge pull request #590 from QingWei-Li/feat/tooltip-manual
Tooltip: add manual feature
2016-10-23 10:22:21 +08:00
Leopoldthecoder 0b942fa781 MessageBox: update animation/add test 2016-10-22 22:58:02 +08:00
杨奕 e51d753ffd Slider: add disabled/use tooltip (#589) 2016-10-22 20:12:57 +08:00
qingwei.li aef2e08159 Tooltip: add manual feature 2016-10-22 17:48:44 +08:00
baiyaaaaa 031716c227 fix tabs style (#588) 2016-10-22 16:21:58 +08:00
baiyaaaaa c14cb221cd fix input native props 2016-10-22 14:32:08 +08:00
杨奕 ac207dc971 Merge pull request #580 from furybean/improve-table-fixed
[Table] Improve fixed implement method.
2016-10-22 00:05:02 +08:00
furybean 41490c55e1 [Table] Improve fixed implement method. 2016-10-21 23:26:52 +08:00
cinwell.li 706d47b710 Clickoutside: add test & improve vue-popper test (#577) 2016-10-21 23:21:54 +08:00
杨奕 9f77e088c5 Merge pull request #573 from baiyaaaaa/test/component/progress
add progress test
2016-10-21 17:54:44 +08:00
FuryBean 4842047c5b [Table] Add Migrating tip for table & rename cell-mouse* event to cell-mouse-* (#572) 2016-10-21 17:53:49 +08:00
baiyaaaaa 88c15455f5 add progress test 2016-10-21 17:48:08 +08:00
杨奕 6f156643e4 Merge pull request #567 from QingWei-Li/test/pagination
Pagination: add test
2016-10-21 17:35:41 +08:00
furybean f8fdf35bbb [Table] Remove prop: selectionMode & allowNoCurrentRow 2016-10-21 16:35:28 +08:00
qingwei.li ef75d0d3e4 Pagination: add test 2016-10-21 16:22:16 +08:00
cinwell.li d2a2376329 Steps: add test (#561) 2016-10-21 14:57:14 +08:00
杨奕 7bc214ce2f Slider: improve test (#554) 2016-10-21 14:56:14 +08:00
Leopoldthecoder 63daf2c989 Message: add test 2016-10-21 11:22:59 +08:00
baiyaaaaa d918b434c5 fix input-number style 2016-10-21 10:26:57 +08:00
cinwell.li e96ba3d26b DatePicker: Optimize the input, fixed #484 (#543) 2016-10-20 20:12:21 +08:00
baiyaaaaa 59261f567c Merge pull request #549 from Leopoldthecoder/master
Select: add resize event
2016-10-20 19:47:05 +08:00
baiyaaaaa f8c049175c Merge pull request #548 from QingWei-Li/test/card
Card: add test
2016-10-20 19:45:54 +08:00
baiyaaaaa 56354f1c81 input test improve 2016-10-20 19:24:00 +08:00
qingwei.li 49546c93e9 Card: add test 2016-10-20 18:51:49 +08:00
Leopoldthecoder 70aed33c69 Select: add resize event 2016-10-20 18:44:09 +08:00
qingwei.li d2a998726d Popover: add test 2016-10-20 14:35:12 +08:00
cinwell.li 510034d2d2 Add istanbul ignore (#521) 2016-10-19 22:48:35 +08:00
baiyaaaaa 0c75354eb5 menu item select event improve 2016-10-19 21:58:58 +08:00
baiyaaaaa 81e79fac72 fix menu-item text overflow style 2016-10-19 21:58:58 +08:00
furybean 6ab0d57428 Update Table:
1. Add rowKey prop for Table.
2. Add clearSelection method for Table.
2. Add reserveSelection prop for TableColumn[type="selection"]
2016-10-19 21:58:29 +08:00
Leopoldthecoder 8d10dda8b6 Rate: add test 2016-10-19 20:36:57 +08:00
baiyaaaaa 8a75e2c833 fix input-number min max prop && breadcrumb align (#514)
* fix align

* fix input number min max
2016-10-19 17:32:43 +08:00
Leopoldthecoder 66842c80e8 Slider: add test 2016-10-19 15:48:59 +08:00
baiyaaaaa b63cb5e066 unit test of input 2016-10-19 14:51:18 +08:00
baiyaaaaa 3f935a2aac fix textarea autosize bug 2016-10-19 12:56:04 +08:00
杨奕 0e8873b0f6 Merge pull request #503 from QingWei-Li/fix/date-picker-style
DatePicker: fix input style in IE, fixed #498
2016-10-19 12:31:11 +08:00
qingwei.li 1ff6a59e06 DatePicker: fix input style in IE, fixed #498 2016-10-19 12:11:35 +08:00
furybean b36da2f982 Improve Table:
1. Add TableStore & TableLayout.
2. Remove customCriteria & customBackgroundColors.
3. Remove fixedColumnCount.
4. Add fixed prop for TableColumn.
5. Add selectable prop for TableColumn[type="selection"].
2016-10-19 11:09:00 +08:00
杨奕 2ec517505b Testing: switch (#477) 2016-10-18 17:00:50 +08:00
杨奕 c7103edd65 Merge pull request #479 from QingWei-Li/test/date-picker
DatePicker: add test
2016-10-18 16:53:00 +08:00
Leopoldthecoder 5352f31f16 fix multiple remote select's default value issue 2016-10-18 16:45:54 +08:00
qingwei.li 0e520f9653 DatePicker: add test
DatePicker: clean code
2016-10-18 16:42:03 +08:00
杨奕 4495877dff fix loading overflow:hidden removal issue (#469) 2016-10-18 12:16:15 +08:00
baiyaaaaa 4bdfcec9d7 add input icon click event 2016-10-18 11:41:09 +08:00
杨奕 c4d69be4af Merge pull request #467 from QingWei-Li/fix/date-picker-style
DatePicker: fix panel style, #318
2016-10-18 10:11:11 +08:00
杨奕 5deb201d87 Merge pull request #470 from furybean/tree-new
Improve Tree
2016-10-18 10:10:21 +08:00
杨奕 68fbcc13f7 Merge pull request #472 from dnshi/update-steps
Steps: add vertical-align: middle
2016-10-18 10:06:28 +08:00
qingwei.li 71af8e9020 DatePicker: add lazy modifier in input element 2016-10-18 09:37:19 +08:00
Dean Shi d38688aa65
Steps: add vertical-align: middle 2016-10-17 15:29:58 -07:00
troorl cc12fe31de alert.css should use variables for colours instead of hardcoded values 2016-10-17 21:21:23 +03:00
furybean 785bed20df Improve Tree:
1. Add props: renderContent, highlightCurrent
2. Fix Bug: tree do not change when data changed
2016-10-18 00:32:38 +08:00
qingwei.li dcb8a17c69 DatePicker: fix panel style, #318 2016-10-17 23:10:12 +08:00
qingwei.li 4f732b1b02 Merge branch 'master' into unittest 2016-10-17 21:29:37 +08:00
Leopoldthecoder 4ac3118687 remove errorMessage when prompt is closed 2016-10-17 21:26:54 +08:00
cinwell.li 0f608666a3 TimeSelect: add testcase of setting default value (#454) 2016-10-17 21:26:37 +08:00
baiyaaaaa 5b4114ea3c fix reset method 2016-10-17 19:05:02 +08:00
qingwei.li d8c1b243bf TimePicker: add unit test 2016-10-17 17:14:43 +08:00
qingwei.li eb02763837 Menu: fix indexPath of undefined 2016-10-17 15:46:34 +08:00
杨奕 2d3d9d3661 Merge pull request #449 from baiyaaaaa/feat-input
fix input type
2016-10-17 12:46:07 +08:00
qingwei.li 0cc28fb16a Support publish component packages 2016-10-17 12:14:10 +08:00
baiyaaaaa cfed2184bc fix input type 2016-10-17 11:30:13 +08:00
YikaJ 34ea7d7b3e fix autocomplete lose vnode.context.popperElm 2016-10-16 15:44:21 +08:00
baiyaaaaa df5e02297d fix input line-height (#431) 2016-10-14 23:47:26 +08:00
Leopoldthecoder d5620b0994 add lock modifier on loading 2016-10-13 20:06:01 +08:00
baiyaaaaa 96ff5e1dc7 fix input password type 2016-10-13 17:45:37 +08:00
baiyaaaaa 4f3dcd825e Merge pull request #395 from Leopoldthecoder/master
fix tooltip display in table
2016-10-13 17:37:22 +08:00
杨奕 f1fdaa4a0e Merge pull request #391 from QingWei-Li/fix/date-picker-tab-key
DatePicker: fix tab key
2016-10-13 17:19:45 +08:00
Leopoldthecoder c369a2c060 fix tooltip display in table 2016-10-13 17:01:31 +08:00
qingwei.li a3303480eb DatePicker: fix year label 2016-10-13 16:37:20 +08:00
杨奕 a8a835aaa2 Merge pull request #393 from QingWei-Li/fix/steps-style
Steps: fix line style in vertical mode
2016-10-13 16:23:13 +08:00
qingwei.li 686653e3ba Steps: fix line style in vertical mode 2016-10-13 16:19:08 +08:00
baiyaaaaa d87cfd7ff7 fix dropdown menu click 2016-10-13 16:12:27 +08:00
qingwei.li 8a8c28fc4f DatePicker: fix tab key 2016-10-13 16:11:06 +08:00
qingwei.li f0a963c11a DatePicker: fix blur event 2016-10-13 14:03:58 +08:00
Leopoldthecoder 9c71e58c15 fix select icon animation 2016-10-13 14:02:44 +08:00
baiyaaaaa d41f602580 Merge pull request #381 from QingWei-Li/fix/demo-footer
Popover: add popperClass; Steps: update style prop
2016-10-13 13:48:32 +08:00
baiyaaaaa 96827a3f28 fix dropdown style 2016-10-13 13:48:10 +08:00
qingwei.li da85743141 Popper: add popperClass; Steps: update style prop 2016-10-13 13:45:40 +08:00
baiyaaaaa 8a9913d541 add breadcrumb router props 2016-10-13 12:34:25 +08:00
baiyaaaaa 2bbd8d08a1 Merge pull request #375 from Leopoldthecoder/Msgbox
add some missing css
2016-10-13 12:00:33 +08:00
Leopoldthecoder 2bb5f4ed8b add some missing css 2016-10-13 11:54:25 +08:00
杨奕 5021259938 Merge pull request #373 from baiyaaaaa/master
fix inline form style
2016-10-13 11:50:10 +08:00
baiyaaaaa 2a9d626a93 fix inline form,dropdown style 2016-10-13 11:28:57 +08:00
qingwei.li 06392ade7b Clear dependencies 2016-10-13 11:12:24 +08:00
baiyaaaaa 0a8c6af817 fix tree-node checkbox bug 2016-10-13 00:24:10 +08:00
baiyaaaaa 58194f78e2 fix icon vertical 2016-10-13 00:24:10 +08:00
qingwei.li c0cd06bc55 DatePicker/Dropdown/Steps/Badge(docs): fix style bug 2016-10-12 22:59:46 +08:00
Leopoldthecoder 54ced05415 fix some styles 2016-10-12 22:00:43 +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
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