9463 Commits

Author SHA1 Message Date
neverland
e696d35bd4
refactor(Tabs): move renderTitle to Tab component (#11781) 2023-04-27 08:09:08 +08:00
neverland
a052b410cb
feat(Pagination): add show-prev-button, show-next-button props (#11780) 2023-04-26 20:27:08 +08:00
neverland
c7df4290e2
fix(Pagination): don't show click feedback when button is disabled (#11779) 2023-04-26 20:18:23 +08:00
neverland
f10557a211
fix(Tabs): should scroll active tab into view after resized (#11777) 2023-04-26 20:04:22 +08:00
neverland
cbaa4b0d3a
fix(Tabs): re-render when line-width or line-height changed (#11776) 2023-04-26 19:56:24 +08:00
Zhousg
68d1ade239
fix(Sticky): resize or orientationchange wrapper no reset width and height (#11753)
* fix(Swipe): props changed but component didn't

* fix(Swipe): target watch windowWidth

* Update packages/vant/src/swipe/Swipe.tsx

* fix(Sticky): resize or orientationchange wrapper no reset width and height

* fix(Sticky): resize or orientationchange wrapper no reset width and height

* fix(Sticky): resize or orientationchange wrapper no reset width and height

* fix(Sticky): resize or orientationchange wrapper no reset width and height

---------

Co-authored-by: neverland <jait.chen@foxmail.com>
2023-04-26 19:40:25 +08:00
Cyrbuzz
5338367ea3
fix(Watermark): add xlink namespace and fix blob MIME type (#11762)
* fix(watermark): add xlink namespace and fix blob MIME type

* test(watermark): test snapshots
2023-04-20 18:42:15 +08:00
neverland
5e4bbab00c
feat(Picker): add scroll-into event (#11757) 2023-04-16 21:25:49 +08:00
neverland
9e1640180b
docs(changelog): vant@4.2.0 (#11756) 2023-04-16 11:22:29 +08:00
chenjiahan
c36ec55d7b release: 4.2.0 v4.2.0 2023-04-16 11:14:09 +08:00
neverland
d876b1f8be
chore(Watermark): rename default slot to content (#11755) 2023-04-16 11:13:02 +08:00
neverland
8bc6169ae1
chore(deps): bump consola v3 and rimraf v5 (#11751)
* chore(deps): bump consola v3 and rimraf v5

* chore: revert demo
2023-04-15 09:36:41 +08:00
Zhousg
17055a94c7
fix(Swipe): should resize after props.width/height changed (#11747)
* fix(Swipe): props changed but component didn't

* fix(Swipe): target watch windowWidth

* Update packages/vant/src/swipe/Swipe.tsx

---------

Co-authored-by: neverland <jait.chen@foxmail.com>
2023-04-15 09:28:02 +08:00
neverland
8bc9b262f2
feat(TextEllipsis): add dots prop (#11745)
* feat(TextEllipsis): add dots prop

* chore: update snap
2023-04-09 10:57:34 +08:00
neverland
949c535889
docs(TextEllipsis): add some sentence (#11744) 2023-04-08 22:19:53 +08:00
neverland
726a47b414
chore(Watermark): rename font-color to text-color (#11743) 2023-04-08 19:39:10 +08:00
neverland
0a5e26de15
feat(Watermark): support opacity to be a string (#11742) 2023-04-08 19:32:10 +08:00
neverland
7444543bc1
docs(Watermark): improve image watermark demos (#11741) 2023-04-08 11:03:28 +08:00
neverland
9008df9e90
feat(Watermark): add --van-watermark-z-index css var (#11734) 2023-04-05 21:29:38 +08:00
chenjiahan
c43a6406ea docs: add component version tip 2023-04-05 21:15:46 +08:00
Cyrbuzz
69b113717f
feat(Watermark): add new Watermark component (#11721)
* feat(watermark): add watermark component

* docs(watermark): i18n

* feat(watermark): revoke useless url

* feat(watermark): add opacity, replace fullPage default to true, replace Zindex default to 100, replace fontColor default to #dedee0

* test(watermark): add watermark snap test

* docs(watermark): fix opacity and default value
2023-04-05 21:06:20 +08:00
gyt95
cac003cef5
docs: fix link about date-picker in release-note-v4 (#11730) 2023-04-05 10:59:40 +08:00
chenjiahan
1927c7462b chore(CI): sync to gitee after release 2023-04-02 13:39:05 +08:00
neverland
d077828637
docs(Circle): add stroke-width description (#11728) 2023-04-02 11:55:25 +08:00
neverland
15a41302b3
chore: bump pnpm to v8 (#11726) 2023-04-01 20:59:24 +08:00
neverland
53260297bd
docs(ConfigProvider): optimize theme demo (#11725) 2023-04-01 20:40:29 +08:00
MrXwq
28885fdee5
fix(ShareSheet): allow custom icon (#11709)
Co-authored-by: xuwenqiang <xuwenqiang@kanzhun.com>
2023-03-31 08:57:06 +08:00
Gavin
34634f645d
docs(Popup): fix code in docs to be the same as in demo (#11717) 2023-03-29 21:05:07 +08:00
neverland
58fb3402b6
docs(changelog): vant v4.1.2 (#11708) 2023-03-26 12:21:42 +08:00
chenjiahan
33ba747071 release: 4.1.2 v4.1.2 2023-03-26 12:13:09 +08:00
neverland
81d36aa9ac
docs(Field): consistent with demo (#11707) 2023-03-26 12:11:42 +08:00
Jungzl
1c1e2e3b27
fix(Field): label-align top works well with label-width (#11684)
* fix(Field): label-align top works well with label-width

* fix(Field): update snapshot

* fix(Field): break long label when `labelAlign="top"`
2023-03-26 11:39:45 +08:00
Jungzl
07c0e3e9da
fix(Field): should emit blur event when readonly (#11699) 2023-03-25 09:20:12 +08:00
MrXwq
d883591b91
fix(ImagePreview): long vertical images sliding up and down (#11702)
Co-authored-by: xuwenqiang <xuwenqiang@kanzhun.com>
2023-03-25 09:15:15 +08:00
neverland
3cc3c29853
docs: add Khmer to zh document (#11703) 2023-03-25 09:09:32 +08:00
Chrea Chanchhunneng
fc215d3d5b
feat(Locale): Added Khmer Translaions (#11701)
Co-authored-by: Rio <chhunnneng.maya@gmail.com>
2023-03-25 09:06:40 +08:00
chenjiahan
9fa1cbb9dc chore: format release commit message 2023-03-19 20:49:39 +08:00
neverland
2ee3c96df4
docs(changelog): vant v4.1.1 (#11683) 2023-03-19 20:48:02 +08:00
chenjiahan
1feefde2a6 release: 4.1.1 v4.1.1 2023-03-19 20:43:48 +08:00
chenjiahan
9bb0571dd2 docs(changelog): @vant/cli v6.1.0 2023-03-19 09:28:19 +08:00
chenjiahan
8218774b12 release: @vant/cli 6.1.0 2023-03-19 09:26:37 +08:00
neverland
e6575ae47b
feat(cli): bump vite 4.2, esbuild 0.17 (#11682) 2023-03-19 09:21:15 +08:00
neverland
1d5b37930a
chore(deps): bump typescript v5 (#11681) 2023-03-18 08:46:01 +08:00
neverland
7dce6d2f30
fix(cli): print tsc error correctly (#11680) 2023-03-18 08:41:00 +08:00
眼圈发黑
2322f1d765
fix(lazy-image): delete duplicate assignments (#11679) 2023-03-18 08:20:05 +08:00
Wei-Liang Liou
4aa33c17a6
fix(Field): correct typo "Filed" (#11674)
* refactor(search): fix typo filed

* docs: fix typo "filed" of comments

* fix(field): typo "FiledRuleFormatter"
2023-03-15 20:59:02 +08:00
Gavin
b9862b3c41
fix(DatePicker): fix display back wrong of date-picker (#11656)
* fix(DatePicker): fix display back wrong of date-picker

* feat: add test case for multi-column picker
2023-03-14 08:49:23 +08:00
Gavin
13a91147ce
fix(TextEllipsis): fix that numbers and letters cannot display ellipses (#11669) 2023-03-14 08:48:33 +08:00
neverland
065caff468
docs(Cascader): improve async loading demo (#11666) 2023-03-12 21:23:38 +08:00
neverland
bb64d6eedb
chore: bump vue to latest version (#11665) 2023-03-12 21:04:02 +08:00