249 Commits

Author SHA1 Message Date
neverland
6c37a6906f
[new feature] ImagePreview support startPosition (#286)
* [bugfix] CouponList always show empty info

* [bugfix] add click feedback of buttons in components

* [Doc] add custom theme document

* [new feature] Notice bar support more props

* [bugfix] PullRefresh test cases

* [bugfix] unused NoticeBar style

* [bugfix] Swipe width calc error

* [Doc] english document of all action components

* [Doc] change document site path to /zanui/vant

* [Doc] fix

* [bugfix] uploader style error

* [bugfix] tabs document demo

* [new feature] Cell support vue-router target route

* [bugfix] add cell test cases

* update yarn.lock

* [bugfix] Tabbar cann't display info when use icon slot

* [Doc] update document title

* [bugfix] Dialog should reset button text when showed

* [new feature] CouponList add showCloseButton prop

* [new feature] Swipe add 'initialSwipe' prop

* [bugfix] NoticeBar text disappeared when page back

* [new feature] ImagePreview support startPosition

* fix: improve imagePreview test cases
2017-11-07 02:22:17 -06:00
neverland
7a3fef0a09
[bugfix] Dialog should reset button text when showed (#278)
* [bugfix] CouponList always show empty info

* [bugfix] add click feedback of buttons in components

* [Doc] add custom theme document

* [new feature] Notice bar support more props

* [bugfix] PullRefresh test cases

* [bugfix] unused NoticeBar style

* [bugfix] Swipe width calc error

* [Doc] english document of all action components

* [Doc] change document site path to /zanui/vant

* [Doc] fix

* [bugfix] uploader style error

* [bugfix] tabs document demo

* [new feature] Cell support vue-router target route

* [bugfix] add cell test cases

* update yarn.lock

* [bugfix] Tabbar cann't display info when use icon slot

* [Doc] update document title

* [bugfix] Dialog should reset button text when showed

* [new feature] CouponList add showCloseButton prop
2017-11-02 05:00:29 -05:00
neverland
16fe6b2e6d
[new feature] Cell support vue-router target route (#268)
* [bugfix] CouponList always show empty info

* [bugfix] add click feedback of buttons in components

* [Doc] add custom theme document

* [new feature] Notice bar support more props

* [bugfix] PullRefresh test cases

* [bugfix] unused NoticeBar style

* [bugfix] Swipe width calc error

* [Doc] english document of all action components

* [Doc] change document site path to /zanui/vant

* [Doc] fix

* [bugfix] uploader style error

* [bugfix] tabs document demo

* [new feature] Cell support vue-router target route

* [bugfix] add cell test cases

* update yarn.lock
2017-10-30 05:39:32 -05:00
neverland
3c12a426ca [new feature] Notice bar support more props (#254)
* [bugfix] CouponList always show empty info

* [bugfix] add click feedback of buttons in components

* [Doc] add custom theme document

* [new feature] Notice bar support more props

* [bugfix] PullRefresh test cases

* [bugfix] unused NoticeBar style
2017-10-26 15:37:14 +08:00
neverland
0884cad227 [bugfix] Address & Contact list style (#230)
* [bugfix] Checkbox border render error in weixin browser

* [bugfix] TreeSelect dependency path error

* [bugfix] Swipe should clear autoplay timer when destroyed

* [bugfix] Optimize component dependency analyze when build style entry

* merge

* update yarn.lock

* update README.md

* update README.md

* update README.md

* update README.md

* update README.md

* [Doc] add more badges in README.md

* update README.md

* [bugfix] Address & Contact list style

* fix: contact test cases
2017-10-22 21:01:30 -05:00
陈嘉涵
ade8a97d6d [bugfix] Popup modal display error 2017-10-16 16:24:10 +08:00
neverland
eeaa36058a [new feature] add Tabbar component (#204)
* [Document] add english document of Checkbox

* [Document] add english document of Field

* [Document] add english document of NumberKeyboard

* [bugfix] NumberKeyboard should not dispaly title when title is empty

* [Document] add english document of PasswordInput

* [Document] add english document of Radio

* [document] add english document of Switch

* [bugfix] remove redundent styles in english document

* [Document] fix details

* fix Switch test cases

* [bugfix] Swipe shouid reinitialize when item changes

* [new feature] ImagePreview reconstruct

* [new feature] add Tabbar component
2017-10-12 22:00:34 -05:00
neverland
d7cee6e8f4 [new feature] ImagePreview reconstruct (#201)
* [Document] add english document of Checkbox

* [Document] add english document of Field

* [Document] add english document of NumberKeyboard

* [bugfix] NumberKeyboard should not dispaly title when title is empty

* [Document] add english document of PasswordInput

* [Document] add english document of Radio

* [document] add english document of Switch

* [bugfix] remove redundent styles in english document

* [Document] fix details

* fix Switch test cases

* [bugfix] Swipe shouid reinitialize when item changes

* [new feature] ImagePreview reconstruct
2017-10-12 20:26:28 -05:00
Yao
f02048a3dc [breaking change] Search: 修改原有结构 (#198)
* 修改文档 注释

* [breaking change] change type showcase to simple

* [breaking change] search 组件传入参数更改

* search 文档更改

* [breaking change] delete type && add background && showSearch

* showCancel 更名为 showAction && 增加 slot action

* add search test code
2017-10-12 20:56:03 +08:00
neverland
9084a662c3 [Document] add form components english document (#199)
* [Document] add english document of Checkbox

* [Document] add english document of Field

* [Document] add english document of NumberKeyboard

* [bugfix] NumberKeyboard should not dispaly title when title is empty

* [Document] add english document of PasswordInput

* [Document] add english document of Radio

* [document] add english document of Switch

* [bugfix] remove redundent styles in english document

* [Document] fix details

* fix Switch test cases
2017-10-12 07:06:27 -05:00
陈嘉涵
07bc4b4fbf [bugfix] AddressEdit correct name key 2017-10-11 09:52:55 +08:00
Arthur Wang
7619050802 refactor:correct bad spelling of 'android' 2017-10-09 09:35:35 +08:00
niunai
d6a40478a3 fix: 去掉zan-utils依赖 2017-09-30 20:01:44 +08:00
Yao
367a23ed48 Fix waterfall hide bug (#166)
* fix: waterfall: prevent loadMore after hide

* feat: add waterfall hidden test && remove waterfall auto install

* delete useless code
2017-09-30 03:41:33 -05:00
陈嘉涵
235ec89baa add Contact components 2017-09-29 15:33:48 +08:00
陈嘉涵
aaaf569759 Tab: add test cases 2017-09-27 11:05:33 +08:00
陈嘉涵
6dd0f18df2 fix: AddressEdit test cases failed 2017-09-27 10:24:46 +08:00
陈嘉涵
3728c9b47d Merge remote-tracking branch 'main/dev' into dev 2017-09-26 21:11:13 +08:00
陈嘉涵
fa06465d87 AddressEdit: add test cases 2017-09-26 20:37:27 +08:00
wny
be6331ad21 增加单独禁用stepper input功能 (#146)
* fix: sku message key

* fix: 改用goods_id当key

* fix: 漏改一处

* feat: 增加单独禁用stepper input功能

* fix: update doc

* fix: rename spec file
2017-09-26 20:11:59 +08:00
wny
33b0f7cbca fix: sku message key (#142)
* fix: sku message key

* fix: 改用goods_id当key

* fix: 漏改一处
2017-09-24 13:12:17 +08:00
陈嘉涵
72b013a440 Field: support $attrs & $listeners 2017-09-22 14:54:05 +08:00
陈嘉涵
522655fdd8 add AddressList component 2017-09-21 16:26:40 +08:00
陈嘉涵
9d31eca15f Checkbox: support different shape 2017-09-20 20:10:47 +08:00
niunai
a574ee29f1 Merge branch 'feature/update_sku_doc' into dev 2017-09-19 18:17:45 +08:00
niunai
3ba8b84d08 fix: update test & move constants 2017-09-19 18:16:42 +08:00
陈嘉涵
f50301c2aa Coupon: fix test case fail 2017-09-14 20:18:57 +08:00
陈嘉涵
e8db94e58f Doc: add github link 2017-09-13 14:57:56 +08:00
陈嘉涵
eb724555cb add PasswordInput component 2017-09-11 11:31:03 +08:00
陈嘉涵
c4f11baf7c NumberKeyboard: fix test cases fail 2017-09-11 10:22:12 +08:00
陈嘉涵
9ada169058 Merge remote-tracking branch 'main/dev' into dev 2017-09-11 09:43:57 +08:00
niunai
40fd2efd5c fix: sku测试用例 2017-09-08 21:42:26 +08:00
陈嘉涵
f0cbcc99dc add NumberKeyboard component 2017-09-08 21:06:16 +08:00
niunai
6da45f69e6 Merge branch 'dev' into feature/sku_migration 2017-09-08 16:51:14 +08:00
niunai
8f4122f8ad feat: 迁移sku组件 2017-09-08 16:25:07 +08:00
陈嘉涵
96e199063a add NavBar component 2017-09-08 15:54:57 +08:00
陈嘉涵
2a2c95024a PayOrder: rename to SubmitBar 2017-09-08 14:26:39 +08:00
陈嘉涵
025133b172 DeepSelect: rename to TreeSelect 2017-09-08 14:02:14 +08:00
陈嘉涵
6ec9d9852a Quantity: rename to Stepper 2017-09-08 11:36:03 +08:00
陈嘉涵
061334a820 Remove InvalidGoods 2017-09-08 10:46:09 +08:00
陈嘉涵
1391fbfabf Remove ExpressWay 2017-09-08 10:34:21 +08:00
陈嘉涵
df9c40bc3f OrderCoupon: rename to Coupon 2017-09-08 10:18:18 +08:00
neverland
c4fd51e5d7 add PullRefresh component (#117)
* add PullRefresh component

* PullRefresh: fix test case
2017-09-07 11:24:24 +08:00
陈嘉涵
594b0e5bb1 Merge remote-tracking branch 'main/dev' into dev 2017-09-07 11:16:25 +08:00
陈嘉涵
754cf79a0c PullRefresh: fix test case 2017-09-07 11:13:19 +08:00
陈嘉涵
9eb825f54d add PullRefresh component 2017-09-07 11:10:12 +08:00
张敏
09bc3d947b 新增:Area(省市区选择)组件 (#113) 2017-09-06 17:47:09 +08:00
陈嘉涵
018122f2e2 Toast: use flex layout, support loading with text, improve performance 2017-09-06 14:26:15 +08:00
陈嘉涵
1af923e9d2 Field: add test cases 2017-09-05 11:42:51 +08:00
陈嘉涵
65b21b0710 Lazyload: update doc && demo 2017-09-05 11:12:33 +08:00