梁灏
322960e090
update
2017-09-03 19:55:32 +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
a3f7e0d25e
Merge pull request #1775 from SergioCrisostomo/add-babel-stage-3
...
Add Object rest spread to eslint and babel configs
2017-09-03 10:34:41 +08:00
梁灏
9d622dc2c6
update readme
2017-09-03 10:31:56 +08:00
Sergio Crisostomo
0df878a860
Add Object rest spread to eslint and babel configs
...
Also change from `eslint-plugin-html` to `eslint-plugin-vue`
2017-09-02 15:10:14 +02:00
Sergio Crisostomo
8682f0330f
Use more recent version (2.0.0-rc5 > 2.2.0)
2017-09-02 12:10:50 +02: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
36d58d07ca
Create pull request template
2017-09-01 09:29:50 +02:00
Aresn
f13162dda2
Merge pull request #1690 from SergioCrisostomo/fix-#1687
...
Use textContent to not escape html entities in Select options
2017-09-01 15:21:27 +08:00
Sergio Crisostomo
a9e0f79d89
Use textContent to not escape html entities in Select options
2017-09-01 09:11:09 +02:00
梁灏
976354a2c0
update
2017-09-01 14:05:27 +08: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
5da043ee8d
Merge pull request #1696 from SergioCrisostomo/add-select-specs
...
Add simple unit tests for Select component
2017-09-01 10:31:48 +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
Aresn
5bb00e78ba
Merge pull request #1726 from IndraGunawan/locale-id
...
add id-ID locale
2017-09-01 09:34:54 +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
db1b716f29
Add more DatePicker tests
2017-08-29 09:45:07 +02: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
梁灏
8a4f9d5af3
release 2.2.0
2017-08-28 09:47:39 +08:00
Sergio Crisostomo
3b9de2499e
Add simple unit tests for Select component
2017-08-27 17:09:36 +02:00
梁灏
62f5dd0c30
fixed #1684
2017-08-25 14:23:32 +08:00
Aresn
55be6f6a6b
Update README.md
2017-08-25 14:18:41 +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
a0d3b159fc
Merge pull request #1670 from SergioCrisostomo/use-Chrome-Headless
...
Use Chrome Headless browser instead of PhantomJS
2017-08-24 15:55:42 +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
梁灏
b575fe2c6c
update AutoComplete
2017-08-24 10:43:33 +08:00
Sergio Crisostomo
23cf31cea8
use .getItemIndex() so we get the correct index
...
since now the index of the `[hours|minutes|seconds]List` might not
anymore match the correct number in value
2017-08-23 11:00:45 +02:00
梁灏
2baba209b7
update ColorPicker
2017-08-23 16:06:30 +08:00