166 Commits

Author SHA1 Message Date
chenjiahan
cf5e7e6629 Merge branch 'dev' into next 2022-08-28 09:47:56 +08:00
neverland
71354f7742
fix(@vant/cli): add passive for global touchstart (#10979) 2022-08-27 15:22:56 +08:00
chenjiahan
a0bd47dd84 Merge branch 'dev' into next 2022-07-10 21:23:47 +08:00
neverland
1ac1bb94e7
feat(cli): support site.headHtml option (#10807)
* feat(cli): support site.headHtml option

* docs: update

* docs: update
2022-07-10 21:20:32 +08:00
neverland
d712da5778
chore(cli): remove custom font (#10784) 2022-07-03 13:58:38 +08:00
chenjiahan
f13601cb9f Merge branch 'dev' into next 2022-05-31 20:05:10 +08:00
neverland
be22f4c1f8
docs: code split docsearch (#10648) 2022-05-29 10:19:13 +08:00
chenjiahan
101dcc3ef2 Merge branch 'dev' into next 2022-03-13 16:27:20 +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
chenjiahan
0fdaf133bb Merge branch 'dev' into next 2022-02-09 16:31:47 +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
chenjiahan
5b3c4f1546 style: update van doc background 2022-02-09 11:34:25 +08:00
chenjiahan
25302fb333 Merge branch 'dev' into next 2022-02-09 11:20:28 +08:00
neverland
506e2a9030
docs: update site subtitle (#10267) 2022-02-08 15:16:03 +08:00
chenjiahan
2f02f19cec Merge branch 'dev' into next 2022-02-08 14:56:38 +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
worldSaySorry
09731607d2
feat: copy code to clipboard (#9692) (#10255)
* feat: copy code to clipboard [#9692]

* feat: remove console

Co-authored-by: kongjing@dian.so <apple@AppledeMacBook-Pro-2.local>
2022-02-08 11:32:37 +08:00
chenjiahan
39b51d5dae style(Tabbar): adjust text color 2022-01-27 11:19:32 +08:00
chenjiahan
8e98e97449 style(Field): adjust label color 2022-01-27 11:07:02 +08:00
chenjiahan
f5c32c29f1 style(@vant/cli): improve mobile style in dark mode 2022-01-27 11:00:38 +08:00
chenjiahan
98b999d911 refactor: rename --van-background-light to --van-background-2 2022-01-27 10:35:57 +08:00
chenjiahan
0e8e3200a2 style(@vant/cli): improve demo style in dark mode 2022-01-26 17:05:47 +08:00
chenjiahan
df24a3b683 feat(@vant/cli): mobile site support dark mode 2022-01-26 15:57:28 +08:00
chenjiahan
b6fcd32dcf style(@vant/cli): adjust css vars 2022-01-26 10:26:15 +08:00
chenjiahan
35a990ed65 feat(@vant/cli): desktop site support dark mode 2022-01-25 20:03:05 +08:00
neverland
969f0a7b41
chore: prettier all codes (#10240) 2022-01-25 14:42:35 +08:00
codpoe
1f772ad232
fix(@vant/cli): explicitly write the description field in injectHtml (#10113) 2021-12-30 09:55:42 +08:00
neverland
79e58d5b9a
docs: update icon prop description (#10094)
* docs: update icon prop description

* docs: update
2021-12-23 20:52:51 +08:00
chenjiahan
82c16d69b9 docs(changelog): 3.3.0 2021-11-19 16:19:25 +08:00
neverland
1389ca34b2
chore(@vant/cli): add margin for p tag (#9790) 2021-11-04 11:24:28 +08:00
neverland
c5f14d52e5
style: add van-haptics-feedback class helper (#9774) 2021-11-01 17:40:13 +08:00
neverland
e901c9cd9e
style(@vant/cli): fix site style in small screen (#9661) 2021-10-12 10:02:34 +08:00
neverland
1457a27fb4
fix(@vant/cli): added markdown link open plugin (#9597) 2021-09-30 10:45:55 +08:00
neverland
751a263999
feat(@vant/cli): add enableVConsole option (#9527) 2021-09-20 17:18:08 +08:00
neverland
9123cf9784
fix(@vant/cli): shoud scroll to top after routing (#9465) 2021-09-13 20:18:13 +08:00
neverland
8382fd15ad
fix(@vant/cli): should allow to click anchor (#9434)
* fix(@vant/cli): should allow to click anchor

* chore: add
2021-09-10 11:07:28 +08:00
chenjiahan
a2f4ceaace feat(@vant/cli): add site.htmlMeta option 2021-09-07 20:50:35 +08:00
chenjiahan
2dd7e853d6 feat(@vant/cli): using vite to build site 2021-09-07 11:59:12 +08:00
chenjiahan
a2b942be8c feat: add vite-plugin-html to modify template 2021-09-06 20:54:59 +08:00
chenjiahan
911d0669de refactor(@vant/cli): remove component auto registration 2021-09-05 16:14:22 +08:00
chenjiahan
f7f5c6e9b5 chore: remove @demo alias 2021-09-05 12:49:04 +08:00
chenjiahan
f144a6e2cd perf: dynamic import markdown file 2021-09-05 12:39:35 +08:00
chenjiahan
e307bfc627 feat: create dev server for desktop site 2021-09-05 12:31:32 +08:00
neverland
eaa9bf3680
feat(Popup): add before-close prop (#9067) 2021-07-19 15:41:47 +08:00
neverland
38833e1e81
style(cli): limit em max width (#8886) 2021-06-18 10:06:46 +08:00
chenjiahan
b3cc75dcbd docs: update component css vars value 2021-06-14 11:13:38 +08:00
neverland
b054dc878f
docs: update site style (#8855) 2021-06-14 09:59:13 +08:00
neverland
c983079ab8
fix(@vant/cli): fix img style (#8843) 2021-06-10 09:55:21 +08:00
neverland
eef67b2c5f
docs: update contribution guide (#8826) 2021-06-08 09:53:33 +08:00
neverland
0d44a18a1d
docs: add english design document (#8814) 2021-06-07 10:55:27 +08:00