Alan Wang
c9b8eb32eb
docs(popover): add tips to use get-container in popover ( #10580 )
2022-05-14 10:37:14 +08:00
neverland
5e23474ea4
docs: add v4 link to v2 site ( #10572 )
2022-05-03 10:26:06 +08:00
neverland
e045ce6bfd
fix(Dialog): should not submit form after clicking button ( #10570 )
...
* fix(Dialog): should not submit form
* chore: update snapshot
2022-04-30 17:57:21 +08:00
chenjiahan
c25edf88e4
docs(@vant/cli): changelog v2.11.6
2022-04-28 15:39:20 +08:00
chenjiahan
e61aa5eebe
chore: release @vant/cli@2.11.6
2022-04-28 15:38:13 +08:00
张雨涵
2744eaabf9
feat(cli:babel-loader): cli2.x add pnpm support ( #10548 )
...
* feat(cli:babel-loader): cli2.x add pnpm support
#10483
* fix(cli:babel-loader): fix regular errors
after inspection,
/node_modules(\/\.pnpm)?\/(?!(@vant\/cli))/ cannot be used normally under pnpm,
so use /^node_modules(\/\.pnpm)?\/(?!(@vant\/cli))/
2022-04-28 15:36:54 +08:00
chenjiahan
b42e674042
docs(changelog): 2.12.47
2022-04-07 16:46:42 +08:00
chenjiahan
001667b0fe
chore: release 2.12.47
v2.12.47
2022-04-07 16:45:38 +08:00
药玄灵
3dc99a30a3
feat: update locale(add vi-VN) ( #10477 )
...
Co-authored-by: dean <zhu.xuefeng@idcm.io>
2022-04-07 16:38:57 +08:00
chenjiahan
4c2b64ffa8
docs(changelog): 2.12.46
2022-03-30 10:04:08 +08:00
chenjiahan
e571ab6d25
chore: release 2.12.46
v2.12.46
2022-03-30 10:03:09 +08:00
Zhong Lufan
daaaa84945
fix(TabBar): route matching in special cases ( #10447 )
2022-03-30 09:35:16 +08:00
chenjiahan
cda29f68fe
docs: update README
2022-03-23 09:09:11 +08:00
niunai
5c48d289c1
docs(changelog): 2.12.45
2022-03-18 11:32:16 +08:00
niunai
b08698e770
chore: release 2.12.45
v2.12.45
2022-03-18 11:19:50 +08:00
yilin
1376638ff3
fix(Sku): 修复特殊情况下 skuTree 为空数组时导致的语法报错问题 ( #10390 )
2022-03-15 15:15:34 +08:00
zoy-l
7612ff9310
feat(Dialog): support keyboard events ( #10359 )
...
* feat(dialog): keyboard events are supported
* chore: prevention interruption
* chore: add the corresponding event
2022-03-08 19:47:30 +08:00
摇了摇头oO
82e345bbef
docs: add @formily/vant to README.md and home.md ( #10323 )
...
Co-authored-by: xiejianxiong <xiejianxiong@qianxin.com>
2022-02-24 10:08:29 +08:00
chenjiahan
167e99cef8
docs: fix
2022-02-14 10:51:15 +08:00
chenjiahan
b9035d69f0
docs(changelog): 2.12.44
2022-02-14 10:51:01 +08:00
chenjiahan
4585bebc3d
chore: release 2.12.44
v2.12.44
2022-02-14 10:46:54 +08:00
neverland
ee44892869
fix(utils): isEmail ReDoS ( #10295 )
2022-02-14 10:44:38 +08:00
chenjiahan
a7f2c1af45
docs: add maintain tip
2022-02-10 20:05:46 +08:00
chenjiahan
cf88ae38a6
docs(changelog): 2.12.43
2022-02-10 19:58:32 +08:00
chenjiahan
ec55f9ff7a
chore: release 2.12.43
v2.12.43
2022-02-10 19:55:32 +08:00
MozartHero
1d6a333791
feat(CollapseItem): add lazy-render prop ( #10279 )
...
Co-authored-by: MozartHero <liulu06@qianxin.com>
2022-02-10 19:53:18 +08:00
chenjiahan
5ba64ae8e1
build: update publicPath
2022-02-07 17:39:46 +08:00
chenjiahan
b3bd3260ac
docs: update link
2022-02-07 17:29:25 +08:00
chenjiahan
15d9ca734d
chore: deploy site to v2 folder
2022-02-07 17:26:24 +08:00
chenjiahan
2b0ae4766c
docs: update install guide
2022-02-07 17:24:50 +08:00
chenjiahan
a81874fe30
docs(@vant/cli): changelog 2.11.5
2022-02-07 17:24:50 +08:00
chenjiahan
5ec7298a9d
docs(changelog): 2.12.42
2022-02-07 17:24:50 +08:00
chenjiahan
fc26767f14
chore: release 2.12.42
2022-02-07 17:24:50 +08:00
chenjiahan
648207b737
chore: update deps
2022-02-07 17:24:50 +08:00
chenjiahan
c77ecff713
chore: release @vant/cli@2.11.5
2022-02-07 17:24:50 +08:00
chenjiahan
60d6b41645
feat(@vant/cli): support specify tag
2022-02-07 17:24:50 +08:00
chenjiahan
3f09c8e77c
chore: release 2.12.41
2022-02-07 17:24:50 +08:00
chenjiahan
c936087071
chore: update yarn.lock
2022-02-07 17:24:50 +08:00
chenjiahan
12be8cb32e
chore: release 2.12.40
2022-02-07 17:24:50 +08:00
chenjiahan
249863b3cb
chore: switch npm tag to latest-v2
2022-02-07 17:24:50 +08:00
neverland
c4ca4ef91e
fix(Icon): remove white space under image when using image URL ( #10224 )
2022-01-23 21:41:22 +08:00
neverland
be16a493d0
feat(Cascader): add show-header prop ( #10201 )
2022-01-17 10:31:49 +08:00
chenjiahan
e3238d8fa1
docs(changelog): 2.12.39
2022-01-15 20:30:10 +08:00
chenjiahan
02b928086c
chore: release 2.12.39
v2.12.39
2022-01-15 20:12:41 +08:00
neverland
708c3af769
fix(ImagePreview): incorrectly closed after zooming ( #10191 )
2022-01-15 20:06:04 +08:00
neverland
6ed16c0770
fix(NavBar): get correct height in mobile safari ( #10190 )
2022-01-15 20:01:55 +08:00
neverland
22ee50576c
fix(DatetimePicker): error in some edge cases ( #10186 )
2022-01-14 16:09:57 +08:00
neverland
edaf7ec45b
fix(Tabbar): get correct height in mobile safari ( #10185 )
2022-01-14 15:51:08 +08:00
chenjiahan
03f77d4bba
docs(changelog): 2.12.38
2022-01-10 10:31:06 +08:00
chenjiahan
e606ba2090
chore: release 2.12.38
v2.12.38
2022-01-10 10:28:50 +08:00