Commit Graph
2307 Commits
Author SHA1 Message Date
neverlandandGitHub cf43e6ee75 fix(Toast): may lose forbid click when has multiple toasts (#5398) 2019-12-27 10:57:47 +08:00
陈嘉涵andneverland e9a9388202 feat(List): add error slot 2019-12-26 20:35:16 +08:00
陈嘉涵andneverland 8a0705d761 feat(List): add finished slot 2019-12-26 20:14:16 +08:00
陈嘉涵andneverland 30b3e4b6ba feat(Calendar): add less vars 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland dec732daac test(Calendar): add test cases 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 87ecdf9425 docs(Calendar): add enUS document 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 28f126e4ec feat(Calendar): add formatter prop 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 1f6cce692c feat(Calendar): add reset method 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 6d85fc0aac fix(Calendar): incorrect header month title 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland c1e8cb9146 feat(Calendar): add show-confirm prop、confirm event 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 39179c2336 feat(Calendar): add popable prop 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland f49c21a7ca feat(Calendar): add default-date prop and remove v-model 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 779dcf4e54 feat(Calendar): add locale messages 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland a0308bddaf docs(Calendar): update demo 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland d9da405b95 fix(Calendar): row-height not work 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 51c4dc180b fix(Calendar): should update header title 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland bfb08c37cb feat(Calendar): lazy render 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 0b721fd87c feat(Calendar): add safe-area-inset-bottom prop、footer slot 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland f65f2cc6cf feat(Calendar): add show-mark prop 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland c9964d5759 chore(Calendar): code review 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 0db1a03996 feat(Calendar): support select date range 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland c447152be9 feat(Calendar): add select event 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 43a0aed8c9 feat(Calendar): support select day 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland e21455f856 feat(Calendar): disable outranged days 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 9f1e3b0fde feat(Calendar): add month mark 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland c53c4a78bb feat(Calendar): change title when scrolling 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 04c412c99b feat(Calendar): add Header component 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland f4f8952553 feat(Calendar): render days 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 49781a5e15 feat(Calendar): add basic files 2019-12-26 19:59:08 +08:00
陈嘉涵 88e3f83b2c docs(AddressList): fix missing default-tag-text 2019-12-25 11:56:55 +08:00
rexandneverland 0b6e7ec896 feat(CouponList): modify button style (#5368) 2019-12-25 11:12:02 +08:00
陈嘉涵andneverland 46d2b09447 types(Picker): add method types 2019-12-22 17:36:47 +08:00
陈嘉涵andneverland d2bb9fa81b types(Sku): add methods types 2019-12-22 17:36:47 +08:00
陈嘉涵andneverland cf191e09cb types(Uploader): add closeImagePreview method type 2019-12-22 17:36:47 +08:00
陈嘉涵andneverland 285bce677c types(List): add check method type 2019-12-22 17:36:47 +08:00
陈嘉涵andneverland 0b5c8e5f3d types(Field): add focus、blur method type 2019-12-22 17:36:47 +08:00
陈嘉涵andneverland 5c1883f77c types(DropdownItem): add toggle method type 2019-12-22 17:36:47 +08:00
neverlandandGitHub 216ca56e63 types(Checkbox): add toggle method type (#5354) 2019-12-22 13:03:25 +08:00
neverlandandGitHub 24def10a1e types(Area): add reset method type (#5353) 2019-12-22 12:54:29 +08:00
neverlandandGitHub a54a77d8c8 types(AddressEdit): add setAddressDetail method type (#5352) 2019-12-22 12:50:03 +08:00
neverlandandGitHub 84f53d0014 fix(Tag): should not trigger click event when close (#5351) 2019-12-22 12:46:26 +08:00
neverlandandGitHub cd6050d3e4 fix(Rate、Slider): avoid Vue 2.6 event bubble issues (#5350) 2019-12-22 12:29:14 +08:00
neverlandandGitHub c3685ac7c1 fix(NumberKeyboard): avoid Vue 2.6 event bubble issues (#5349) 2019-12-22 09:51:48 +08:00
neverlandandGitHub e037082feb fix(SwipeCell): avoid Vue 2.6 event bubble issues (#5348) 2019-12-22 09:47:40 +08:00
neverlandandGitHub 6a20400699 fix(PullRefresh): avoid Vue 2.6 event bubble issues (#5347) 2019-12-22 09:38:17 +08:00
neverlandandGitHub 6ed535c013 fix(Swipe): avoid Vue 2.6 event bubble issues (#5346) 2019-12-22 09:32:16 +08:00
neverlandandGitHub 799f84488c fix(Picker): avoid Vue 2.6 event bubble issues by manually binding events (#5345) 2019-12-22 09:24:34 +08:00
neverlandandGitHub 5389bcf4fb fix(ImagePreview): onClose should only trigger once (#5341) 2019-12-20 20:39:29 +08:00
neverlandandGitHub 8cb653afc7 fix(CountDown): infinite tick if call reset after finish (#5340) 2019-12-20 20:23:56 +08:00
陈嘉涵 f68a1f2512 docs(changelog): 2.3.0 2019-12-20 14:15:09 +08:00