2151 Commits

Author SHA1 Message Date
chenjiahan
59fb1d4dfc fix(Image): should not render img when error 2020-10-09 19:39:50 +08:00
chenjiahan
8356831711 docs(Circle): currentRate should be kebab-case 2020-10-09 19:30:06 +08:00
chenjiahan
d207902e47 chore(Circle): use tsx 2020-10-09 19:29:04 +08:00
chenjiahan
3460351ce3 fix(Pagination): incorrect emit change 2020-10-09 19:20:17 +08:00
chenjiahan
a622caa649 fix(Toast): should not lock scroll 2020-10-09 17:55:50 +08:00
chenjiahan
6a306c332e Merge branch 'dev' into next 2020-10-09 17:55:10 +08:00
neverland
c13b953cff
feat(IndexBar): add change event (#7296)
* feat(IndexBar): add change event

* docs(IndexBar): update event param
2020-10-08 18:56:21 +08:00
chenjiahan
f7a1208a18 refactor(Layout): enable flex by default, remove type prop 2020-10-06 17:29:02 +08:00
chenjiahan
e9c2821235 style(Stepper): adjust to inline-block 2020-10-06 17:19:19 +08:00
chenjiahan
608bd3de39 chore(Field): extract some utils 2020-10-06 17:00:15 +08:00
chenjiahan
9aabb42f9d chore(Checkbox): remove checked setter 2020-10-06 16:46:08 +08:00
chenjiahan
9e9f0e3d4d types: improve useTouch typing 2020-10-06 16:41:02 +08:00
chenjiahan
1dd4083102 fix(ContactList): select event triggered twice 2020-10-06 16:26:31 +08:00
chenjiahan
c8a00f3ad3 chore: move useCountdown to @vant/use 2020-10-06 10:03:08 +08:00
chenjiahan
6334d6a7a7 feat(@vant/use): add useCountDown 2020-10-06 09:41:12 +08:00
chenjiahan
8e5c8f2f89 chore(CountDown): extract useCountDown 2020-10-06 09:22:54 +08:00
chenjiahan
489f691aab fix: incorrect useRect import path 2020-10-05 17:21:46 +08:00
chenjiahan
fd92564c27 chore: move useRect to @vant/use 2020-10-05 11:22:30 +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
812a35079c chore(Picker): remove DEFAULT_ITEM_HEIGHT var 2020-10-02 21:48:52 +08:00
chenjiahan
91b47d64e6 chore: rename vShow to v-show 2020-10-02 21:41:01 +08:00
chenjiahan
c0ea21dcd3 breaking change(Checkbox): need @click.stop inside a cell #7023 2020-10-02 21:36:31 +08:00
chenjiahan
839b8654ee feat(Badge): max support string type 2020-10-02 17:05:08 +08:00
chenjiahan
56c50666ce fix(Badge): has content 2020-10-02 16:59:18 +08:00
chenjiahan
4b410b6bf7 docs(Badge): fix demo align 2020-10-02 16:56:03 +08:00
chenjiahan
475e60b282 feat: add Badge component #6573 2020-10-02 16:46:57 +08:00
chenjiahan
1aa1b3d3a5 Merge branch 'dev' into next 2020-10-02 08:50:37 +08:00
neverland
91daa4b6fe
fix(GridItem): failed to break word (#7292) 2020-10-02 08:45:24 +08:00
chenjiahan
18312ce9e9 docs(Pagination): improve document 2020-10-01 17:16:25 +08:00
chenjiahan
27822b2e5e docs(Pagination): improve slot desc 2020-10-01 17:05:00 +08:00
chenjiahan
af43521fa2 docs(PasswordInput): adjust demo 2020-10-01 17:01:58 +08:00
chenjiahan
14cd2863cc fix(Picker): incorrect loading z-index 2020-10-01 10:04:46 +08:00
chenjiahan
e4e7d9d9eb docs(Locale): add faq 2020-10-01 10:01:40 +08:00
neverland
950dd10372
fix(Field): incorrect maxlength slicing (#7284)
* fix(Field): incorrect maxlength slicing

* chore: robust
2020-09-30 11:42:23 +08:00
neverland
04dca5f39d
docs: add more intro (#7282) 2020-09-29 20:56:43 +08:00
neverland
8d2c4b1e46
feat(CollapseItem): add toggle method (#7281)
* feat(CollapseItem): add toggle method

* chore: update doc
2020-09-29 20:49:22 +08:00
chenjiahan
7007fcf9ea fix(utils): circular dependency 2020-09-28 17:48:07 +08:00
chenjiahan
c2d5a18f59 Merge branch 'dev' into next 2020-09-28 11:46:26 +08:00
chenjiahan
a5dbcf9638 docs: add period at the end of sentence 2020-09-27 21:02:52 +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
da0d5435de chore(Tag): code review 2020-09-27 16:53:29 +08:00
chenjiahan
1c020a9dac chore(PasswordInput): renderPoints 2020-09-27 16:48:39 +08:00
chenjiahan
81bca27544 refactor(Sideber): improve setup perf 2020-09-27 16:46:47 +08:00
chenjiahan
a3a8f2961c chore: remove unused getScroller 2020-09-27 16:37:11 +08:00
chenjiahan
05866514db breaking change(DatetimePicker): adjust change event param 2020-09-27 16:33:57 +08:00
chenjiahan
6388423c96 refactor(DatePicker): refactor with composition api 2020-09-27 16:30:35 +08:00
chenjiahan
486ad58042 refactor(TimePicker): refactor with composition api 2020-09-27 16:14:11 +08:00