Commit Graph
2297 Commits
Author SHA1 Message Date
chenjiahan a13f4fd1e4 test(Icon): update test cases 2020-11-14 06:53:25 +08:00
chenjiahan 2550ac9111 chore: rename scopedSlots to slots in legacy cases 2020-11-14 06:47:08 +08:00
chenjiahan bea039c810 test: should await setProps 2020-11-14 06:45:47 +08:00
chenjiahan e6e18f542f test(Empty): update test cases 2020-11-14 06:44:18 +08:00
chenjiahan b5e13563eb test(Layout): update test cases 2020-11-14 06:40:00 +08:00
chenjiahan d212883c5e test(CellGroup): update test cases 2020-11-13 23:43:27 +08:00
chenjiahan 0f9a5a8764 test(Cell): update test cases 2020-11-13 23:43:16 +08:00
chenjiahan e627805746 test: replace propsData with props 2020-11-13 23:33:15 +08:00
chenjiahan c33720a793 test(Badge): update test cases 2020-11-13 23:32:27 +08:00
chenjiahan 9d3aa1d0f0 test(ActionSheet): update test cases 2020-11-13 23:24:47 +08:00
chenjiahan 9965986869 fix(ActionSheet): incorrect behavior when clicking disabled option 2020-11-13 15:26:27 +08:00
chenjiahan 9240cd128f test(ActionSheet): add more test cases 2020-11-13 15:25:49 +08:00
chenjiahan 27b761f534 fix(ActionSheet): missing callback option 2020-11-13 15:12:01 +08:00
chenjiahan 00bc30c235 test(ActionSheet): update test cases 2020-11-13 14:14:27 +08:00
chenjiahan 0017c352b0 test(Toast): should allow to toggle lockClick class 2020-11-12 11:35:26 +08:00
chenjiahan 21d52353ab test(ActionSheet): update some test cases 2020-11-11 23:17:36 +08:00
chenjiahan 37a38c887f chore(Sticky): avoid repeated observe 2020-11-11 22:45:34 +08:00
chenjiahan 0712d92063 perf(NoticeBar): avoid repeated start 2020-11-11 22:43:36 +08:00
chenjiahan 599e817cd4 perf(Tabs): avoid repeated initialization 2020-11-11 22:40:44 +08:00
chenjiahan c9417341e0 perf(Swipe): avoid repeated initialization 2020-11-11 22:39:11 +08:00
chenjiahan 704a9e3231 fix(Calendar): failed to render when default-date is null #7519 2020-11-11 21:01:34 +08:00
SunandGitHub 8b7d6d5d2d fix(NavBar): safe-area-inset-top css incorrect (#7535) 2020-11-10 21:43:07 +08:00
chenjiahan ed332daf31 fix(DatetimePicker): inherit correct props 2020-11-08 21:59:43 +08:00
chenjiahan a7df6cfebb test: adjust mount import source 2020-11-08 20:33:20 +08:00
chenjiahan 24c4896a11 test: enable all demo snapshots 2020-11-08 20:30:51 +08:00
chenjiahan cd9c36fe38 test(ActionBar): update test cases 2020-11-08 20:25:19 +08:00
chenjiahan 9c841da26d test(ActionBarButton): update test cases 2020-11-08 20:19:08 +08:00
chenjiahan 0bd440c53e chore: mark legacy test cases 2020-11-08 20:14:54 +08:00
chenjiahan f6db213aa4 test(Button): update test cases 2020-11-08 20:12:52 +08:00
chenjiahan fffb9b3d5d test: fix wrapper snapshot usage 2020-11-08 20:03:39 +08:00
chenjiahan ffa671791f fix(Calendar): incorrect initial date #7412 2020-11-08 17:28:19 +08:00
chenjiahan f85ebfb222 Merge branch '2.x' into dev 2020-11-08 17:02:26 +08:00
chenjiahan 85e1548fc5 docs(Icon): add en tip 2020-11-08 16:58:44 +08:00
chenjiahan 58fa4fee1c docs(Icon): add woff2 icon tip 2020-11-08 16:57:17 +08:00
neverlandandGitHub 2bf7a6cde6 test(NavBar): fix demo snapshot (#7517) 2020-11-08 16:38:26 +08:00
neverlandandGitHub 2615bc54dd fix(NoticeBar): can't replay in iOS14 (#7516) 2020-11-08 16:36:18 +08:00
neverlandandGitHub d59a17c5e1 fix(NavBar): text vertical align (#7515) 2020-11-08 16:22:03 +08:00
chenjiahanandneverland e7d9cae593 test(NavBar): improve test cases name 2020-11-08 16:19:18 +08:00
chenjiahanandneverland be25a478df feat(NavBar): add safe-area-inset-top prop 2020-11-08 16:19:18 +08:00
chenjiahan 1022969ae4 test(Button): add basic test case 2020-11-07 23:45:15 +08:00
chenjiahan 5b6e827080 fix(Picker): merge issues 2020-11-06 16:30:17 +08:00
chenjiahan eb2619dc44 Merge branch '2.x' into dev 2020-11-06 16:28:43 +08:00
neverlandandGitHub f07d8e6709 fix(Picker): should move to first option when all options are disabled (#7504) 2020-11-05 16:01:07 +08:00
chenjiahan e19ba76aba fix(DropdownMenu): can't disable closeOnClickOutside
#7473
2020-11-04 20:11:42 +08:00
chenjiahan 1805f21308 Merge branch '2.x' into dev 2020-11-04 20:06:59 +08:00
neverlandandGitHub 287a4acea0 fix(Picker): move to next option when default option is disabled (#7499)
* fix(Picker): should move to next option when defaultOption is disabled

* test: update spec name
2020-11-04 20:03:38 +08:00
neverlandandGitHub ebd78a9d02 feat(Sticky): offset-top support vh unit (#7498) 2020-11-04 19:39:52 +08:00
neverlandandGitHub ce619c67e2 style(Switch): remove unnecessary z-index (#7497) 2020-11-04 18:32:35 +08:00
chenjiahan fdac9b15f5 fix(Uploader): before-read return true not work #7493 2020-11-04 18:26:06 +08:00
neverlandandGitHub b9a8773a0a fix(Toast): onClose option should only be called once (#7496) 2020-11-04 18:16:08 +08:00