9195 Commits

Author SHA1 Message Date
neverland
45f7adc701
docs: improve migration guide (#11196) 2022-10-30 20:40:10 +08:00
neverland
3faf04c02e
docs: add docs for builtin classes (#11195) 2022-10-30 20:17:36 +08:00
neverland
5d98d5a5d4
fix(Picker): correct v-model when emit confirm event (#11194) 2022-10-29 21:55:00 +08:00
EmberSpirit
73b4210118
docs(Form): fix form docs code (#11178) 2022-10-26 16:25:15 +08:00
neverland
22f832342a
docs(changelog): vant@4.0.0-rc.6 (#11169) 2022-10-23 23:07:31 +08:00
chenjiahan
59433115d9 release: 4.0.0-rc.6 v4.0.0-rc.6 2022-10-23 23:04:22 +08:00
neverland
6848550243
feat(Calendar): add params for subtitle slot (#11168)
* feat(Calendar): add params for subtitle slot

* chore: fix
2022-10-23 22:47:33 +08:00
neverland
859e5ee32c
fix(Swipe): failed to render when inside popup (#11162)
* fix(Swipe): failed to render when inside popup

* chore: upd
2022-10-22 22:58:42 +08:00
neverland
ff34eb73fd
chore: bump vite to v3.1.8 (#11161) 2022-10-22 22:25:41 +08:00
neverland
2c704dd0bf
chore: add nvmrc and engines of pnpm (#11157) 2022-10-21 09:15:04 +08:00
neverland
882bfb3924
docs(Toast): add word-break demo (#11156) 2022-10-20 22:33:37 +08:00
neverland
299b558439
fix(Coupon): incorrect field style (#11155) 2022-10-20 16:41:42 +08:00
Gavin
c6a6b5fe17
style(Coupon): fix the style of coupon checkbox (#11153) 2022-10-20 16:37:57 +08:00
Gavin
d2abde3fbd
docs(Field): fix field docs typo (#11152) 2022-10-20 10:20:44 +08:00
Gavin
c98f3e19c9
feat(Toast): add wordBreak prop (#11147) 2022-10-19 10:08:57 +08:00
neverland
2729ebff85
feat(Cell): add tag prop (#11139) 2022-10-16 10:32:57 +08:00
neverland
564d751fd8 docs(ImagePreview): improve document (#11137) 2022-10-15 23:01:50 +08:00
uniquker
1f77796bad feat(ImagePreview): add preview image slot (#11133) 2022-10-15 23:00:48 +08:00
neverland
e1d24caa98
docs(TreeSelect): make document consistent with demo (#11136) 2022-10-15 20:46:45 +08:00
neverland
922872522e
docs(changelog): vant@4.0.0-rc.5 (#11125) 2022-10-07 23:35:26 +08:00
chenjiahan
bbb6a6ef2a release: 4.0.0-rc.5 v4.0.0-rc.5 2022-10-07 23:32:35 +08:00
neverland
9c6b416bfb
test(DatePicker): migrate legacy test cases (#11123) 2022-10-07 23:24:03 +08:00
neverland
baa9c33dd4
fix(DatePicker): format value when exceed max date (#11122) 2022-10-07 23:04:56 +08:00
neverland
137a1b9cb7
docs(Field): add label-align demo (#11121) 2022-10-07 10:26:27 +08:00
chenjiahan
d49c1fb94a release: @vant/cli 5.0.2 2022-10-07 10:09:33 +08:00
neverland
2d981afde2
fix(cli): duplicate vue in first dev (#11120)
* fix(cli): duplicate vue in first dev

* docs: add changelog
2022-10-07 10:08:46 +08:00
neverland
19ce1d205d
feat(cli): using @vant/cli v5 in template (#11119) 2022-10-07 10:03:11 +08:00
neverland
9a95275cf1
docs(changelog): @vant/cli 5.0.1 (#11118) 2022-10-06 17:04:50 +08:00
chenjiahan
843c167376 release: @vant/cli 5.0.1 2022-10-06 17:03:15 +08:00
neverland
711652ad90
feat(cli): bump jest v29 (#11117) 2022-10-06 17:01:29 +08:00
neverland
f94897cb24
fix(Tabs): incorrect nav scroll animation in some cases (#11116)
* fix(Tabs): incorrect nav scroll animation in some cases

* chore: fix snapshot
2022-10-06 16:23:05 +08:00
neverland
d60096aff2
fix(Tabs): scroll position when using nav-bottom slot (#11115) 2022-10-06 16:07:12 +08:00
neverland
3d7ca9b490
docs: add faq of uni-app (#11114) 2022-10-05 09:28:28 +08:00
neverland
ef80a72e58
fix(Field): icon position when label align is top (#11112) 2022-10-04 09:21:45 +08:00
sunhao
ee923beecf
feat: add label-position:top for field and form (#11102)
Co-authored-by: redsun1992 <sunhao@starwrap.net>
2022-10-04 09:01:14 +08:00
neverland
b61158aaee
perf(cli): code split documents (#11111) 2022-10-04 08:47:43 +08:00
neverland
9d55f2d6b8
docs(Navbar): update clickable description (#11110) 2022-10-03 21:47:42 +08:00
哭你几哇
ea0ba1fcf1
feat(nav-bar): add clickable prop to nav-bar component (#11048)
* feat: add clickable prop to nav-bar

* test(nav-bar): add clickable prop test case
2022-10-03 21:43:32 +08:00
neverland
9f2eb92172
feat(Loading): add icon slot (#11109)
* feat(Loading): add icon slot

* chore: update snapshot
2022-10-03 21:36:02 +08:00
Gavin
59d5d76dbe
feat(Stepper): add auto-fixed prop (#11071)
* perf: improve the type of setTimeout with 'ReturnType<typeof setTimeout>'

* fix: fix type 'number' is not assignable to type 'Timeout'

* feat: add 'auto-fixed' prop to control whether to fixed the value that out of rang

* docs(Stepper): fix prop name

* perf: whether to format the value entered by the user
2022-09-28 22:02:32 +08:00
neverland
a1c859dc10 docs: fix website redirect (#11097) 2022-09-28 21:54:35 +08:00
neverland
f90a2f1611
docs(changelog): vant@4.0.0-rc.4 (#11088) 2022-09-25 16:06:47 +08:00
chenjiahan
6d2705f578 release: 4.0.0-rc.4 v4.0.0-rc.4 2022-09-25 16:04:32 +08:00
neverland
7e482c059b
fix(cli): downgrade vite version to fix the website (#11087) 2022-09-25 16:02:17 +08:00
neverland
2a66e7c9ea fix(Tabs): incorrect scroll position in some cases (#11085) 2022-09-24 23:00:19 +08:00
neverland
64af9ffd6f
chore(cli): bump esbuild@0.15 (#11084) 2022-09-24 20:38:27 +08:00
chenjiahan
0a75e92349 chore: fix build branch of website 2022-09-24 20:28:21 +08:00
chenjiahan
20310110e3 chore: fix github-pages-deploy-action version 2022-09-24 11:45:46 +08:00
chenjiahan
9ce2d0753f chore: fix duplicate branches 2022-09-24 11:43:45 +08:00
neverland
070431bef2
chore: update action for deploy website (#11083) 2022-09-24 11:42:31 +08:00