Commit Graph

1554 Commits

Author SHA1 Message Date
neverland aa4f03a15d [new feature] Dialog: support component call (#593) 2018-01-31 11:22:00 +08:00
neverland 9df66da212 [Improvement] Area: add item-height & visible-item-count props (#591) 2018-01-30 20:27:36 +08:00
neverland 1f19852118 [new feature] Toast: support multiple instance (#586) 2018-01-29 17:19:01 +08:00
neverland 7f055a4d2d [Improvement] Sku: add getSkuData method (#585) 2018-01-29 14:39:42 +08:00
neverland 094cc97834 [bugfix] Field: multi line label stye error (#583) 2018-01-29 10:52:26 +08:00
陈嘉涵 fab548d4e2 [changelog] 0.12.6 2018-01-25 11:00:54 +08:00
陈嘉涵 23b167b151 [release] 0.12.6 v0.12.6 2018-01-25 10:48:51 +08:00
陈嘉涵 a59f8bedf2 [build] 0.12.6 2018-01-25 10:48:50 +08:00
neverland c89d82afc9 [new feature] Uploader: support maxSize prop (#575) 2018-01-24 20:28:53 +08:00
neverland 8f97bc9f0f [Improvement] AddressEdit: add default slot (#573) 2018-01-24 16:19:16 +08:00
neverland e3ef5c853e [bugfix] Tab: active not work (#572) 2018-01-24 15:31:07 +08:00
wny 63ef879568 Merge pull request #568 from youzan/hotfix/fix-sku-err-toast
sku bugfix & add sku-body-top slot
2018-01-23 20:37:01 +08:00
niunai 1199e3c088 Merge branch 'dev' into hotfix/fix-sku-err-toast 2018-01-23 20:28:25 +08:00
niunai 1c8d77e466 修复sku错误文案显示,增加sku-body-top slot,增加resetSelectedSkuOnHide参数 2018-01-23 20:15:25 +08:00
neverland ca089ef042 [bugfix] Toast: work break (#567) 2018-01-23 19:59:15 +08:00
陈嘉涵 fdcb16fbd2 [changelog] 0.12.5 2018-01-23 19:52:13 +08:00
陈嘉涵 68df1d9358 [release] 0.12.5 v0.12.5 2018-01-23 19:40:55 +08:00
陈嘉涵 149064ed37 [build] 0.12.5 2018-01-23 19:40:54 +08:00
neverland fc05307335 [Improvement] CouponList: support v-model & exchangeButtonLoading (#566) 2018-01-23 19:38:26 +08:00
neverland e8006f45d9 [Improvement] update dependencies (#565) 2018-01-23 15:41:14 +08:00
neverland 041cc1e614 [Improvement] Button: add text prop (#563) 2018-01-23 11:41:37 +08:00
neverland cb7b333942 [Improvement] Icon: update share icon (#562) 2018-01-22 22:11:15 +08:00
neverland e7720506ba [bugfix] Area: should not display city & county list when not select province (#560) 2018-01-22 16:20:16 +08:00
neverland 91872a3101 [Improvement] CouponList: add exchangeMinLength prop (#556) 2018-01-22 14:06:28 +08:00
qianzhaoyan c8875f60cc [bugfix] Cell: fix required style (#553) 2018-01-22 09:56:56 +08:00
neverland ddc113a0f5 [Improvement] Sku: improve render performance (#550) 2018-01-19 10:02:25 +08:00
陈嘉涵 1c1fb7342b [changelog] 0.12.4 2018-01-18 15:53:31 +08:00
陈嘉涵 439899018c [release] 0.12.4 v0.12.4 2018-01-18 15:44:53 +08:00
陈嘉涵 269d8a0349 [build] 0.12.4 2018-01-18 15:44:53 +08:00
neverland 838c34578e [bugfix] Picker: misspelling of visibleItemCount (#549) 2018-01-18 14:31:54 +08:00
neverland d8dc44a780 [Improvement] Picker: add props to custom button text (#548) 2018-01-18 14:22:17 +08:00
Li Chuangbo 5c39921742 [fix] Stepper: not fire event on changing the value prop #545 (#546) 2018-01-18 11:37:36 +08:00
neverland 633b835e01 [Doc] fix misspelling of NumberKeyboard (#544) 2018-01-18 10:03:45 +08:00
neverland 307113bc6b [Improvement] Toast: add setDefaultOptions method (#541) 2018-01-18 09:41:38 +08:00
neverland b7282356ee [Improvement] Dialog: add setDefaultOptions method (#539) 2018-01-17 18:54:12 +08:00
陈嘉涵 567db144be [Doc] fix button disabled prop spelling 2018-01-16 19:33:23 +08:00
陈嘉涵 145da0dad1 [changelog] 0.12.3 2018-01-12 13:52:11 +08:00
陈嘉涵 287c265202 Merge branch 'dev' of https://github.com/youzan/vant into dev 2018-01-12 13:36:30 +08:00
陈嘉涵 efd2a1673f [release] 0.12.3 v0.12.3 2018-01-12 13:35:47 +08:00
陈嘉涵 c7b1a1c42b [build] 0.12.3 2018-01-12 13:35:47 +08:00
neverland ddceb577a5 [bugfix] Picker: change event not triggered when click option (#532) 2018-01-11 14:34:20 +08:00
neverland 8b6890c6a8 [Improvement] Cell: adjust right padding of arrow (#531) 2018-01-11 14:17:45 +08:00
neverland a6dc2912ee [Improvement] NavBar: add zIndex prop (#525) 2018-01-10 14:37:59 +08:00
neverland 0bb1fe69a3 [bugfix] AddressEdit: setAreaCode now work (#524) 2018-01-10 14:14:06 +08:00
ZhiRu 7278d90c12 [bugfix] PullRefresh: only triggered when drag vertical direction 2018-01-09 16:35:52 +08:00
neverland 0b33cbddb6 [bugfix] Area: should valid data before get area list (#520) 2018-01-09 11:31:44 +08:00
陈嘉涵 9634bc6ae4 [changelog] 0.12.2 2018-01-08 20:09:46 +08:00
陈嘉涵 b94369fe57 [release] 0.12.2 v0.12.2 2018-01-08 20:01:00 +08:00
陈嘉涵 9418c9371a [build] 0.12.2 2018-01-08 20:01:00 +08:00
neverland 0b59725d0a [bugfix] Swipe: use translate2d to aviod iOS11 crash bug (#518) 2018-01-08 19:57:07 +08:00