Commit Graph
88 Commits
Author SHA1 Message Date
chenjiahan c2b86512f6 fix(Tabs): failed to set active tab #7717 2020-12-10 20:06:38 +08:00
chenjiahan 062cd546a9 chore: rename composables folder 2020-11-16 11:41:46 +08:00
chenjiahan 599e817cd4 perf(Tabs): avoid repeated initialization 2020-11-11 22:40:44 +08:00
chenjiahan 49e87756c7 fix(Tabs): skip initial animation 2020-11-01 09:57:42 +08:00
chenjiahan 2d2f0d8ad4 Merge branch '2.x' into dev 2020-10-31 18:19:32 +08:00
neverlandandGitHub 0cc11a45e1 fix(Tabs): incorrect change event in some cases (#7461) 2020-10-31 17:35:33 +08:00
chenjiahan 9be853f7ac Revert "fix(Tabs): should scroll to current content when mounted (#7411)"
This reverts commit f504245074.
2020-10-29 22:04:13 +08:00
chenjiahan 2293b652ab Merge branch '2.x' into dev 2020-10-29 22:03:29 +08:00
neverlandandGitHub 134d8ccd6f fix(Tabs): should keep active value after insert item (#7445) 2020-10-29 21:48:54 +08:00
neverlandandGitHub f504245074 fix(Tabs): should scroll to current content when mounted (#7411) 2020-10-26 20:47:43 +08:00
neverlandandGitHub c82c30eccd chore(Tab): remove unused prop and update desc (#7330) 2020-10-14 20:55:37 +08:00
chenjiahan ed753ac97d types: use CSSProperties for style 2020-10-09 19:41:03 +08:00
chenjiahan c8a00f3ad3 chore: move useCountdown to @vant/use 2020-10-06 10:03:08 +08:00
chenjiahan f264c46dd8 fix(Tab): incorrect initial swipe position 2020-10-03 15:42:56 +08:00
chenjiahan 8296b657a0 fix(Tab): duration not work 2020-10-03 15:35:35 +08:00
chenjiahan 1376d6f3f7 feat(Tab): add swipe animation #1174 2020-10-03 15:33:21 +08:00
chenjiahan 475e60b282 feat: add Badge component #6573 2020-10-02 16:46:57 +08:00
chenjiahan 6cd9e98ce4 chore: move useRelation to @vant/use 2020-09-27 17:46:59 +08:00
chenjiahan 0072f4fe02 chore: expose utils in entry file 2020-09-27 17:11:43 +08:00
chenjiahan 12cadc42a1 chore: adjust useRoute 2020-09-26 11:17:49 +08:00
chenjiahan 11890ef3c1 chore(Tabs): use relation 2020-09-26 11:11:30 +08:00
chenjiahan 882e3ef5e7 refactor(Tabs): refactor with composition api 2020-09-22 20:03:23 +08:00
chenjiahan 9279965cc1 refactor(TabsTitle): refactor with composition api 2020-09-21 17:16:49 +08:00
chenjiahan 8ca7219acc refactor(TabsContent): refactor with composition api 2020-09-21 17:12:19 +08:00
chenjiahan d58777d562 Merge branch 'dev' into next 2020-09-10 16:44:24 +08:00
neverlandandGitHub 14b2f343e2 fix(Tabs): incorrect scroll position when offset-top has unit (#7143) 2020-09-09 18:00:15 +08:00
neverlandandGitHub 4ffa6ead1e chore: prefer nullish coalescing (#7125) 2020-09-07 20:36:49 +08:00
chenjiahan f2c151c337 Merge branch 'dev' into next 2020-09-02 15:32:31 +08:00
neverlandandGitHub 438d34caf1 chore(Tab): use callInterceptor (#7082) 2020-09-02 11:57:44 +08:00
chenjiahan 2ec101f07b chore: rename api folder to composition 2020-08-26 15:32:30 +08:00
chenjiahan 48ff0f85fb chore: inherit click event 2020-08-26 14:14:55 +08:00
chenjiahan 58650aeb9b chore: fix lint issues 2020-08-21 17:45:51 +08:00
chenjiahan 63bd4700ab breaking change: rename Info to Badge 2020-08-20 19:36:12 +08:00
chenjiahan 6f4c8f1e5b Merge branch 'dev' into next 2020-08-15 07:01:52 +08:00
neverlandandGitHub 4f9eeec752 style(Tabs): adjust default line-width to 40px (#7002) 2020-08-13 20:50:53 +08:00
neverlandandGitHub 12365051fc feat(Tab): add @tab-line-height less var (#6985) 2020-08-11 20:51:01 +08:00
chenjiahan 17c64b24e7 Merge branch 'dev' into next 2020-08-07 06:33:04 +08:00
chenjiahan af1261f546 chore(Tab): remove unused style 2020-07-31 20:55:24 +08:00
chenjiahan bc0e45687a style(Tab): disable ellipsis when scrollable 2020-07-31 20:48:10 +08:00
chenjiahan 69ac602bc2 style(Tab): remove default border 2020-07-31 19:25:19 +08:00
zhongnanandneverland 8027f46f3f refactor(tab): update nav padding 2020-07-31 16:46:34 +08:00
zhongnanandneverland 90e678756a refactor(tab): adjust padding in complete mode 2020-07-31 16:46:34 +08:00
chenjiahan 7e47a0721b fix(Tabs): update:active event 2020-07-26 15:35:37 +08:00
chenjiahan d2291f3710 feat: migrate Tab component 2020-07-26 15:29:52 +08:00
neverlandandGitHub 9903230cb6 feat(Tabs): add before-change prop (#6817) 2020-07-19 16:57:27 +08:00
neverlandandGitHub b249c690d7 feat(Tab): add scrollTo method (#6800) 2020-07-16 22:48:26 +08:00
neverlandandGitHub 7a4e47eb09 fix(Tab): should not trigger route when disabled (#6782) 2020-07-14 20:37:57 +08:00
neverlandandGitHub de8985b4f3 feat(eslint-config): enable no-unused-vars (#6691) 2020-07-03 15:27:28 +08:00
neverlandandGitHub 713c8e0101 chore(Tab): rename onShow to init (#6488) 2020-06-08 19:44:27 +08:00
neverlandandGitHub 06b0c59d2d style(Tab): improve text size adjust, fix ellipsis issue (#6209) 2020-05-04 16:42:47 +08:00