Commit graph

1130 commits

Author SHA1 Message Date
梁灏
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
Sergio Crisostomo
d32a53b472 Use Chrome Headless browser instead of PhantomJS 2017-08-23 09:56:55 +02:00
梁灏
b904fd871d update AutoComplete 2017-08-23 15:51:08 +08:00
梁灏
7af00356a9 update AutoComplete 2017-08-23 15:19:32 +08:00
梁灏
fed3e09d15 add AutoComplete component 2017-08-23 14:42:54 +08:00
梁灏
1183836a92 update 2017-08-21 18:23:01 +08:00
梁灏
f3893b007d update 2017-08-21 18:04:15 +08:00
梁灏
1d83a8aaf8 fixed #1612 2017-08-21 17:15:06 +08:00
梁灏
5d2d2d6f7f fixed #1654 2017-08-21 16:48:07 +08:00
梁灏
f8098275ca fixed #1547 2017-08-21 16:35:48 +08:00
梁灏
6c912a7b14 update Button 2017-08-21 16:33:09 +08:00
梁灏
8dab987ec7 update ColorPicker 2017-08-21 16:28:04 +08:00
梁灏
7863e90792 update issue guide 2017-08-18 23:49:15 +08:00
梁灏
4109bbc6c1 update ColorPicker 2017-08-18 17:33:19 +08:00
梁灏
8105945f4f update ColorPicker 2017-08-18 16:49:42 +08:00
梁灏
59dc2df009 update ColorPicker 2017-08-18 15:52:06 +08:00
梁灏
77950c307b update ColorPicker 2017-08-18 15:23:00 +08:00
梁灏
1f61a55983 update ColorPicker 2017-08-18 14:56:10 +08:00