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
Aresn
9b353c4069
Merge pull request #1761 from SergioCrisostomo/fix-half-rates
...
Fix rating when init value is decimal
2017-09-01 09:58:33 +08:00
Sergio Crisostomo
b5e1430d3c
Fix rating when init value is decimal
2017-08-31 17:39:17 +02:00
Sergio Crisostomo
58ff14d782
Make date more IE friendly
2017-08-31 16:51:15 +02:00
Sergio Crisostomo
6a24817623
Add counter start to reduce
...
fixes #1736
2017-08-30 08:46:22 +02:00
Indra Gunawan
d6542f285f
add id-ID locale
2017-08-29 23:45:15 +07:00
Sergio Crisostomo
3747aecd53
Refactor date-picker cell click
...
Added `cell.date` so we don’t need `. getDateOfCell()` anymore
Passed `cell` directly in `@click="handleClick(cell)”` so we don’t need
`const cell =
this.cells[parseInt(event.target.getAttribute('index’))];` anymore
2017-08-29 09:38:20 +02:00
梁灏
62f5dd0c30
fixed #1684
2017-08-25 14:23:32 +08:00
梁灏
f00a037cd4
some Components's size add default
2017-08-25 10:53:52 +08:00
梁灏
4d54542083
Radio add size prop
2017-08-24 17:50:30 +08:00
梁灏
77f1cc2e34
Checkbox add size prop
2017-08-24 17:25:21 +08:00
Aresn
3485243a4d
Merge pull request #1677 from SergioCrisostomo/fix-timepicker-scroll
...
Broken initial scroll in time-picker with steps
2017-08-24 16:01:36 +08:00
Aresn
af4e91ca51
Merge pull request #1674 from SergioCrisostomo/DRY-optimizations
...
Date utils improvements and specs
2017-08-24 15:48:23 +08:00
梁灏
9eec7f1660
fixed #1661
2017-08-24 15:06:54 +08:00
Sergio Crisostomo
c91c30ccbb
Date utils improvements and specs
...
Date utility functions `prevMonth` and `nextMonth` change the source
date when using `src.set[Date|Month|FullYear]()`. This change creates a
copy of the date at entrance of function so we have a pure function.
Made some code refactor and added specs for these functions.
2017-08-24 08:21:50 +02:00
梁灏
b9541c05ca
update AutoComplete
2017-08-24 14:07:12 +08:00
梁灏
9cc6213ca4
update AutoComplete
2017-08-24 13:49:33 +08:00