neverland
6162b9f927
docs(DatetimePicker): add select second faq ( #10399 )
2022-03-17 00:37:57 +08:00
neverland
ad78376278
docs: add dark mode to features ( #10398 )
2022-03-17 00:32:50 +08:00
neverland
15b413c9c3
docs: add Select component faq ( #10397 )
2022-03-17 00:26:06 +08:00
neverland
1868c7586d
docs(Locale): add Lao to document ( #10389 )
2022-03-15 11:18:52 +08:00
ZOYBAD14xx
7f81066530
feat(Locale): add la-LA.ts ( #10388 )
2022-03-15 11:13:22 +08:00
chenjiahan
0dc490c9bc
docs(changelog): 3.4.6
2022-03-13 16:26:03 +08:00
chenjiahan
1cfa46e921
release: 3.4.6
v3.4.6
2022-03-13 16:21:56 +08:00
neverland
fc89c7dd06
docs(Calendar): add formatter async usage ( #10385 )
2022-03-13 16:05:48 +08:00
neverland
3bb729214e
fix(Skeleton): fix non-props attributes warning ( #10384 )
2022-03-13 15:51:10 +08:00
neverland
09694feaad
docs(Field): add v-model type guide ( #10383 )
2022-03-13 15:40:56 +08:00
neverland
3c953b47b0
docs: add mirror repo description ( #10382 )
2022-03-13 15:33:08 +08:00
chenjiahan
f95239006c
docs(@vant/use): changelog 1.3.6
2022-03-09 18:48:06 +08:00
chenjiahan
1040afdda6
release: @vant/use 1.3.6
2022-03-09 18:47:05 +08:00
neverland
b0849c03e5
types: fix missing VisibilityState after typescript 4.6.0 ( #10370 )
2022-03-09 18:43:08 +08:00
neverland
bc7afd7037
feat(Calendar): add safe-area-inset-top prop ( #10358 )
2022-03-06 10:57:36 +08:00
neverland
220efc05ca
feat(Popup): add safe-area-inset-top prop ( #10357 )
2022-03-06 10:54:22 +08:00
neverland
3d4247ab15
feat: add van-safe-area-top class ( #10356 )
2022-03-06 10:37:45 +08:00
chenjiahan
202efbbf85
release: @vant/cli 4.0.1
2022-03-03 16:26:35 +08:00
ready-research
bc4e1cd17e
fix(vant-cli): decamelize ReDoS ( #10351 )
...
* [Security] Fix ReDoS
Fix ReDoS
* Fix ReDoS
Fix ReDoS
2022-03-03 16:09:07 +08:00
little-huang
e9451af1be
docs: modify JSX.ELement to JSX.Element ( #10344 )
...
Co-authored-by: 黄宝成 <huangbc@publink.cn>
2022-02-28 17:09:33 +08:00
neverland
f1824469e4
docs: add Vant 4 link ( #10340 )
2022-02-27 21:03:27 +08:00
neverland
760f956f91
fix(cli): issue link in generated changelog ( #10337 )
2022-02-27 12:34:36 +08:00
文博
15a77eec13
fix: 🐛 修复官网更新日志的版本链接及 issue 链接异常的问题 ( #10329 )
...
Co-authored-by: cklwblove <lwbhtml@163.coom>
2022-02-25 14:08:44 +08:00
nemo-shen
641088c0fc
docs(changelog): fix link mistake ( #10328 )
2022-02-25 10:03:16 +08:00
nemo-shen
096a6f65b3
fix(SwipeCell): cell should stopPropagation when lockClick is true ( #10319 )
2022-02-23 23:09:05 +08:00
neverland
2d67eb6650
Update contribution.zh-CN.md ( #10314 )
2022-02-22 14:25:12 +08:00
neverland
f2c4590902
fix(Toast): failed to render message after changing type ( #10311 )
2022-02-21 11:51:23 +08:00
3lang
cbe16a3724
docs: update react-vant address ( #10305 )
...
* docs: update react-vant address
[vant-react](https://github.com/mxdi9i7/vant-react ) 已经停止维护很久啦, 让我来顶一下👶
* docs: update react-vant address
2022-02-18 11:22:17 +08:00
neverland
54af29050f
docs: update vite-plugin-style-import version ( #10303 )
2022-02-17 18:06:59 +08:00
chenjiahan
0a50e721aa
docs(changelog): 3.4.5
2022-02-14 11:01:41 +08:00
chenjiahan
9fa7840c61
release: 3.4.5
v3.4.5
2022-02-14 10:57:20 +08:00
neverland
3038048b38
feat(Locale): add Vietnamese translation ( #10294 )
2022-02-14 10:38:49 +08:00
neverland
ba4e83df52
feat(Locale): add Ukrainian translation ( #10291 )
2022-02-11 17:57:48 +08:00
neverland
c51f1cfa5f
feat(Locale): add Indonesian translation ( #10289 )
...
* feat(Locale): add Indonesian translation
* docs: upd
2022-02-11 16:46:21 +08:00
neverland
5b7c8883a3
feat(Locale): add Italain translation ( #10288 )
2022-02-11 16:29:48 +08:00
neverland
8acb93c43d
feat(Locale): add Bangla (Bangladesh) ( #10287 )
2022-02-11 16:18:51 +08:00
neverland
a5ee18f31c
style(SubmitBar): using english colon ( #10286 )
2022-02-11 16:12:36 +08:00
neverland
0603479ee4
fix(Dialog): skip keyboard events of child elements ( #10285 )
...
* fix(Dialog): skip keyboard events of child elements
* test: fix snapshot
2022-02-11 15:25:38 +08:00
zoy-l
c1be4112e4
feat(Dialog): support enter/esc keyboard event ( #10261 )
...
* feat(dialog): the enter/esc keyboard event is supported
* fix(dialog): the corresponding method is not executed when there is no button
* chore(dialog): simplify implementation
* fix: the wrong judgment
2022-02-11 14:52:49 +08:00
neverland
fbafac333f
chore: bump vite and esbuild ( #10277 )
2022-02-10 15:34:10 +08:00
neverland
7e7c4e3b83
chore: bump docsearch version ( #10276 )
2022-02-10 15:26:46 +08:00
neverland
b5d0fec611
types: fix ts errors in demo files ( #10275 )
...
* types: fix ts errors in demo files
* docs: upd
2022-02-09 14:56:44 +08:00
neverland
7630bb2c03
types(Uploader): fix UploaderBeforeRead type ( #10274 )
2022-02-09 14:35:37 +08:00
neverland
9b7af21bbd
types(IndexBar): index-list prop can includes number ( #10273 )
2022-02-09 14:22:33 +08:00
neverland
daa8e4b9bb
types(Toast): fix missing teleport prop ( #10272 )
2022-02-09 10:35:15 +08:00
neverland
73af4437de
feat(CollapseItem): add lazy-render prop ( #10270 )
2022-02-09 10:14:21 +08:00
neverland
0cb6382b9c
docs: update npm shields link ( #10268 )
2022-02-08 15:38:14 +08:00
neverland
506e2a9030
docs: update site subtitle ( #10267 )
2022-02-08 15:16:03 +08:00
neverland
8937f76d75
docs: fix v2 site link ( #10266 )
2022-02-08 14:42:32 +08:00
neverland
d348b36159
chore(cli): extract copyToClipboard to common ( #10263 )
...
* chore(cli): extract copyToClipboard to common
* style: update copied
2022-02-08 11:41:37 +08:00