9481 Commits

Author SHA1 Message Date
neverland
e75e680d9f
feat(Swipe): add drag-start, drag-end event (#11502) 2023-01-22 20:11:35 +08:00
neverland
1473a6e463
docs(Slider): fix reverse missing type (#11501) 2023-01-22 19:49:08 +08:00
neverland
f5a1a2c6b0
feat(Calendar): add month-title slot (#11500)
* feat(Calendar): add month-title slot

* chore: update snap

* chore: update snap
2023-01-21 23:03:36 +08:00
chenjiahan
c3735e7e7d release: create-vant-cli-app 2.1.2 2023-01-17 21:43:14 +08:00
谢俊
ff814475ca
fix(create-vant-cli-app): prompt config bug (#11497)
* fix(create-vant-cli-app): prompt config bug

* fix(create-vant-cli-app): prompt config bug

Co-authored-by: xiejun <jeff.xie@usmarthk.com>
2023-01-17 21:42:24 +08:00
neverland
711a131637
docs(changelog): vant@4.0.8 (#11490) 2023-01-15 11:15:08 +08:00
chenjiahan
6b01ba6d1a release: 4.0.8 v4.0.8 2023-01-15 11:09:39 +08:00
neverland
b1b67015c3
fix(Picker): ensure title align in center (#11489) 2023-01-15 11:08:40 +08:00
neverland
a33610011a
chore(PickerGroup): remove redundant attrs (#11488) 2023-01-15 11:01:09 +08:00
neverland
f5f4ae6997
feat(PickerGroup): add next-step-text prop (#11487) 2023-01-15 10:53:00 +08:00
neverland
082a596568
docs(PickerGroup): fix missing tabs prop (#11486) 2023-01-15 10:14:25 +08:00
chenjiahan
2dcb4e39b1 docs(changelog): @vant/icons@2.0.1 2023-01-14 21:58:38 +08:00
chenjiahan
892e69a8a8 release: @vant/icons 2.0.1 2023-01-14 21:56:33 +08:00
neverland
2ffdbcdef2
fix(Icons): add woff format to compat some special webview (#11485) 2023-01-14 21:55:43 +08:00
wChenonly
13629b2070
fix(doc): sidebar covers nav when scrolling (#11468) 2023-01-14 21:50:07 +08:00
neverland
92d622aa82
chore: bump rimraf v4 (#11484) 2023-01-14 15:55:05 +08:00
Gavin
b04a50e70e
fix: change some colors to primary color (#11479) 2023-01-14 14:16:54 +08:00
哭你几哇
7418333d80
fix(Skeleton): can not register skeleton image component (#11470)
* fix(Skeleton): can not register skeleton image component by default #11469

* chore(skeleton-avatar): migrate skeleton avatar to new folder

* chore: remove duplicate types

* chore(skeleton-image): migrate skeleton image to new folder

* chore(skeleton-paragraph): migrate skeleton paragraph to new folder

* chore(skeleton-title): migrate skeleton title to new folder
2023-01-14 13:40:01 +08:00
chenjiahan
fa25677e19 release: create-vant-cli-app 2.1.1 2023-01-14 13:37:23 +08:00
要啥自行车
9d3f100ae9
fix(create-vant-cli-app): fix .gitignore template (#11478) 2023-01-14 13:33:57 +08:00
neverland
f32e3d9990
chore(eslint-config): bump deps version (#11465) 2023-01-07 21:56:49 +08:00
neverland
58fe29a611
docs(changelog): @vant/use@1.4.4 (#11464) 2023-01-07 17:29:20 +08:00
chenjiahan
c76d52b5fb release: @vant/use 1.4.4 2023-01-07 17:01:14 +08:00
neverland
12e0935948
docs(ConfigProvider): make theme vars reactive (#11463) 2023-01-07 17:00:33 +08:00
neverland
307b586d49
fix(Tabs): incorrect insert position in some cases (#11462) 2023-01-07 16:59:52 +08:00
neverland
609ec4579b
docs(changelog): vant@4.0.7 (#11445) 2023-01-02 12:38:13 +08:00
chenjiahan
228a80f2ad release: 4.0.7 v4.0.7 2023-01-02 12:35:12 +08:00
neverland
aa7cd12fcf
docs(Popup): add events demo (#11444) 2023-01-02 12:33:51 +08:00
neverland
4e3c32bc2b
docs(Popup): improve position document (#11443) 2023-01-02 10:52:53 +08:00
chenjiahan
3f882bda96 docs(changelog): @vant/icons@2.0.0 2023-01-01 11:04:58 +08:00
chenjiahan
63254db3c0 release: @vant/icons 2.0.0 2023-01-01 11:03:46 +08:00
neverland
9a3b092f12
fix(Icons): no longer support woff/ttf format (#11442) 2023-01-01 11:02:27 +08:00
neverland
1e2b4953e7
fix(Icons): fix delete / delete-o icon (#11441) 2023-01-01 10:54:40 +08:00
neverland
5bd6997d3c
chore: add prefix of node core modules (#11440) 2022-12-31 20:27:35 +08:00
neverland
65d6a22f03
chore: bump Node.js v18 (#11439) 2022-12-31 20:19:11 +08:00
neverland
254b77b1a0
chore(cli): bump execa v6 (#11438) 2022-12-31 10:23:22 +08:00
neverland
2c4b599138
fix(Swipe): failed to render inside keep-alive (#11437) 2022-12-31 10:14:35 +08:00
neverland
670efb16f9
fix(cli): demo keep-alive not work (#11436) 2022-12-31 10:03:44 +08:00
Jungzl
1eea4fcd53
docs(ConfigProvider): fix how to override basic css variables (#11434)
* docs(ConfigProvider): fix how to override basic css variables

* docs(ConfigProvider): add notes about two `:root` selectors
2022-12-29 19:33:10 +08:00
MrXwq
53ec8a91a1
fix(image-preview):fix image-preview README、supplement teleport (#11429)
Co-authored-by: xuwenqiang <xuwenqiang@kanzhun.com>
2022-12-28 18:23:28 +08:00
neverland
9b00eb271c
chore: using enquirer to replace inquirer (#11426) 2022-12-27 16:33:39 +08:00
Tema Smirnov
db82d2b6f5
fix(Locale): ru-RU: fix typo of "Calendar" (#11425) 2022-12-26 09:53:26 +08:00
neverland
7eabcb85e1
docs(changelog): vant@4.0.6 (#11424) 2022-12-26 09:37:16 +08:00
chenjiahan
871a3f0119 release: 4.0.6 v4.0.6 2022-12-26 09:34:38 +08:00
neverland
2d9148d5d7
fix(cli): should not empty out dir (#11423) 2022-12-26 09:33:36 +08:00
neverland
c6f1d99318
docs(changelog): vant@4.0.5 (#11420) 2022-12-25 21:21:14 +08:00
chenjiahan
be50698ebc release: 4.0.5 v4.0.5 2022-12-25 21:13:55 +08:00
neverland
80f2134188
feat(Locale): add Dutch lang (#11419) 2022-12-25 21:08:01 +08:00
neverland
879133e7ee
feat(Locale): add mongolian lang (#11418) 2022-12-25 20:50:26 +08:00
neverland
e3c7e331f7
perf(cli): remove vite-plugin-html (#11416) 2022-12-24 16:31:26 +08:00