Commit graph

340 commits

Author SHA1 Message Date
Sergio Crisostomo
5d1c24c7f4 correct behaviour when initialising date-picker with a empty string 2017-10-17 15:13:42 +02:00
Sergio Crisostomo
23e20abf6c DRY message/index.js and add unit tests 2017-10-01 00:09:44 +02:00
Sergio Crisostomo
9ffdd6daea Propagate type changes to panel 2017-09-14 08:25:38 +02:00
Sergio Crisostomo
a8707afa20 Add tests for 1807 2017-09-08 22:42:18 +02:00
Sergio Crisostomo
9c32a05699 Optimize append and remove options 2017-09-03 08:49:45 +02: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
Sergio Crisostomo
db1b716f29 Add more DatePicker tests 2017-08-29 09:45:07 +02:00
Sergio Crisostomo
3b9de2499e Add simple unit tests for Select component 2017-08-27 17:09:36 +02: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
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
Sergio Crisostomo
d32a53b472 Use Chrome Headless browser instead of PhantomJS 2017-08-23 09:56:55 +02:00
Sergio Crisostomo
fd05bc44e0 add basic DatePicker test 2017-08-13 10:17:13 +02:00
Sergio Crisostomo
fe5108cd66 Add Time-Picker unit tests 2017-08-13 09:13:08 +02:00
Clark Du
39e7e56cf1 add specific eslint config for test cases 2017-03-27 10:46:29 +08:00
huixisheng
9b6ff1ce28 add test and update webpack config
[new] add test config
[new] add breadcrumb test
[change] update package.json
[new] util.js copied from  element
[unresolved] see test/unit/index.js @todo
2017-03-04 00:09:02 +08:00
huixisheng
c9c5e751ae [change] optimize the webapack config
[change] rename test to examples
2017-03-03 22:38:40 +08:00
huixisheng
c06e99d09f Support Breadcrumb
keep slot sepatator
2017-03-03 21:05:30 +08:00
梁灏
2d74744daf update Dropdown
update Dropdown
2017-03-03 18:08:10 +08:00
梁灏
b1c118d85e support Dropdown
support Dropdown
2017-03-03 17:46:09 +08:00
梁灏
1c803cdfb0 support Slider
support Slider
2017-03-03 15:52:19 +08:00
梁灏
79288d43dd support Poptip & clickoutside
support Poptip & clickoutside
2017-03-03 15:19:21 +08:00
梁灏
d6f644e1d9 support Tooltip
support Tooltip
2017-03-03 14:00:16 +08:00
梁灏
30510c3d9e support Tabs
support Tabs
2017-03-03 13:38:46 +08:00
梁灏
b2d29401f7 support Circle
support Circle. change Circle to iCircle
2017-03-03 11:54:23 +08:00
梁灏
9d79a51f0d update Tree
update Tree(in Vue 2,can not use this.xxx in template’s prop,just xxx)
2017-03-03 11:35:33 +08:00
梁灏
e2c6ff2b67 update Rate
update Rate @huixisheng
2017-03-03 11:00:11 +08:00
梁灏
743d027897 update Card
update Card @huixisheng
2017-03-03 10:46:19 +08:00
梁灏
e6c0b158e9 update
update
2017-03-03 10:35:38 +08:00
huixisheng
6aa7272260 Support rate 2017-03-02 19:31:21 +08:00
huixisheng
49dd45f46f Merge branch '2.0' of https://github.com/iview/iview into feature-card 2017-03-02 17:45:47 +08:00
梁灏
34ee7b4a14 support Tree & add dispatch and broadcast methods
support Tree,many component add name $option;add dispatch and broadcast
methods, mixins it
2017-03-02 17:40:19 +08:00
huixisheng
a8cb711cb8 Support Card 2017-03-02 17:35:02 +08:00
梁灏
bb71140e7b support Carousel
support Carousel @rijn you can review when you are free
2017-03-02 15:36:39 +08:00
梁灏
a190ce84be support Collapse
support Collapse
2017-03-02 15:05:06 +08:00
梁灏
5d08ddf27c support Progress & Upload
support Progress & Upload
2017-03-02 14:41:28 +08:00
梁灏
c97c42ab2e support InputNumber
support InputNumber
2017-03-02 13:40:09 +08:00
梁灏
456daf3492 support Tag
support Tag
2017-03-02 12:22:15 +08:00
梁灏
15368be172 Support Badge
Support Badge
2017-03-02 12:05:57 +08:00
梁灏
5d122b374c support Alert
support Alert
2017-03-02 11:50:02 +08:00
梁灏
2d5ba27837 support Switch
support Switch
2017-03-02 11:19:00 +08:00
huixisheng
85b0f07ed0 Merge branch 'feature-steps' into feature-timeline 2017-03-02 09:11:25 +08:00
huixisheng
6c9e028234 Support timeline 2017-03-02 09:06:39 +08:00
huixisheng
b450b5553e update Steps 2017-03-01 23:24:23 +08:00
huixisheng
bd596e7add support Steps
fixed npm run dev error with  cann't find module vue-template-compiler
update test demo style
:
2017-03-01 21:10:43 +08:00
梁灏
cbe03a12b2 support Checkbox
support Checkbox
2017-03-01 17:58:40 +08:00
梁灏
06322514c6 support Radio
support Radio
2017-03-01 17:01:22 +08:00
梁灏
fc7ef07216 support Input
support Input
2017-03-01 15:23:12 +08:00
梁灏
d47ea998d6 support Button and Icon
support Button and Icon
2017-03-01 14:43:27 +08:00
梁灏
c755733a9c support Grid
support Grid
2017-03-01 14:28:44 +08:00