Commit graph

841 commits

Author SHA1 Message Date
BarZu
87bc6e08c5 354 line, change childNode to children
因childNode包括注释节点,所以改为children
2017-09-22 21:51:30 +08:00
BarZu
7449f269a6 修复table里嵌套table报 Cannot read property 'width' of undefined"的错误 2017-09-22 11:32:39 +08:00
梁灏
ca13135480 update Tag 2017-09-21 16:28:26 +08:00
Aresn
61cd2bf47a Merge pull request #1900 from lepture/patch-2
Patch fix on Avatar component
2017-09-21 16:15:08 +08:00
Sergio Crisostomo
030a522daa make picker close on blur 2017-09-21 08:22:36 +02:00
梁灏
58cd467591 fixed #1380 2017-09-20 15:20:03 +08:00
梁灏
c5beedf87e fixed #690 2017-09-20 14:18:45 +08:00
梁灏
d4cd421cc2 update Steps 2017-09-19 21:47:53 +08:00
梁灏
0460a1e811 fixed #812 2017-09-19 16:45:02 +08:00
梁灏
e7ad415432 update Message style #1881 2017-09-19 15:51:52 +08:00
梁灏
297648f1e6 fixed #1063 2017-09-19 14:26:46 +08:00
梁灏
300bd6623e fixed #704 2017-09-18 18:41:24 +08:00
梁灏
4fffb066ab update Spin style 2017-09-18 17:50:28 +08:00
梁灏
ade5dbba52 fixed #693 2017-09-18 13:52:40 +08:00
梁灏
75873f9019 fixed #823 2017-09-18 12:02:04 +08:00
梁灏
3aca3d56ef fixed #1372 2017-09-18 10:33:58 +08:00
Hsiaoming Yang
81b328c6f1 Patch fix on Avatar component
There are chances that when there is this.$slots.default there is no this.$refs.children.
2017-09-16 10:16:38 +09:00
梁灏
71ef48658c fixed #860 2017-09-15 14:48:39 +08:00
梁灏
7a05b6e5f9 fixed #1810 2017-09-15 11:44:09 +08:00
梁灏
36a9157947 fixed #1881 2017-09-14 20:10:44 +08:00
Aresn
a87597bfe7 Merge pull request #1883 from iview/pr/1789
Pr/1789
2017-09-14 18:23:51 +08:00
梁灏
a77eaa5c93 update 2017-09-14 18:13:41 +08:00
梁灏
e1b86bcf73 fixed #1865 2017-09-14 15:49:37 +08:00
Sergio Crisostomo
9ffdd6daea Propagate type changes to panel 2017-09-14 08:25:38 +02:00
梁灏
bdfab3b99e fixed #1842 2017-09-13 15:06:02 +08:00
梁灏
f77b1964dc update Select 2017-09-10 15:43:57 +08:00
Hsiaoming Yang
952eea467a Rollback #968
If you want to prevent submit, use this instead:

```
<Form @submit.native.prevent>
```
2017-09-09 20:02:49 +09:00
梁灏
89828b5b9c update Select 2017-09-09 18:01:46 +08:00
Sergio Crisostomo
721dc69153 fix debounce context 2017-09-08 08:19:04 +02:00
梁灏
1f41c9ca2c fixed #1797 2017-09-07 11:19:19 +08:00
lan
f0af86ea3e Fix multiple messages with overlapping bugs 2017-09-04 19:50:18 +08:00
梁灏
77e4c204a6 fixed #1761 2017-09-04 16:16:29 +08:00
Aresn
e493492e50 Merge pull request #1777 from SergioCrisostomo/optimise-select-child-search
Optimize append and remove options
2017-09-04 15:48:00 +08:00
梁灏
b324bb4d2e fixed #1761 2017-09-04 15:42:18 +08:00
Sergio Crisostomo
9c32a05699 Optimize append and remove options 2017-09-03 08:49:45 +02:00
梁灏
17db7df4fd fixed #1751 2017-09-03 12:26:16 +08:00
梁灏
0e4166bd0a fixed #1728 2017-09-03 12:02:30 +08:00
梁灏
8a392d25fc Table expand support set column header, and close #1299 2017-09-03 11:40:48 +08:00
梁灏
6c97e57a80 fixed #1399 2017-09-03 10:59:23 +08:00
Aresn
57f920ff65 Merge pull request #1355 from oustn/2.0
修复 Slider 滑动按钮单击时数值跳动 issue
2017-09-01 18:47:01 +08:00
梁灏
d293cc5ce7 fixed #1568 and close #1593 2017-09-01 18:04:46 +08:00
梁灏
41918ed856 update Input 2017-09-01 17:54:13 +08:00
Aresn
dd037d90d3 Merge pull request #1414 from zerooverture/2.0
Input increase autocomplete
2017-09-01 17:40:20 +08:00
Aresn
2c75c88169 Merge pull request #1737 from SergioCrisostomo/fix-broken-reduce
Add counter start to reduce
2017-09-01 17:35:47 +08:00
Aresn
429479a53b Merge pull request #993 from anykno/table_render
impove table render logic,fix xss.
2017-09-01 16:33:49 +08:00
Aresn
7b0486680b Merge pull request #1546 from TabEnter/2.0
fix #695
2017-09-01 16:09:01 +08:00
梁灏
6031495906 fixed #1743 and close #1762 2017-09-01 15:44:33 +08:00
Sergio Crisostomo
a9e0f79d89 Use textContent to not escape html entities in Select options 2017-09-01 09:11:09 +02:00
Aresn
68e3642119 Merge pull request #1712 from SergioCrisostomo/add-more-datepicker-tests
Refactor cell click handler and add more date picker and date range picker tests
2017-09-01 11:20:13 +08:00
Aresn
66728edaec Merge pull request #1760 from SergioCrisostomo/make-babel-transpile-ie-friendly
Make date more IE friendly
2017-09-01 10:11:26 +08:00