Commit Graph

  • 12879ae893
    feat: add theme vars type (#12018) ShuGang Zhou 2023-06-24 10:04:53 +08:00
  • 00da05be47
    fix(RollingText): should render correctly when changing height prop (#11994) inottn 2023-06-23 17:06:10 +08:00
  • 6b8a83eefc
    fix(RollingText): allow different digit lengths for start-num and target-num (#12011) inottn 2023-06-22 21:32:51 +08:00
  • 4fa8879ed2
    fix(FloatingBubble): optimized css var (#12009) ShuGang Zhou 2023-06-22 21:18:36 +08:00
  • a59a26931e
    chore(RollingText): fix component global type (#12010) ShuGang Zhou 2023-06-22 21:18:03 +08:00
  • f03d5653e8
    chore(RollingText): rename text-array prop to text-list (#12008) neverland 2023-06-22 11:44:44 +08:00
  • 46939972f2
    fix(FloatingPanel): Reuse closest function (#12007) ShuGang Zhou 2023-06-22 11:05:01 +08:00
  • 02740dd82e
    feat(FloatingBubble): add new FloatingBubble component (#11880) ShuGang Zhou 2023-06-21 22:38:50 +08:00
  • 1545c07a71
    refactor(use-touch): move isTap logic to use-touch (#12003) inottn 2023-06-21 10:17:33 +08:00
  • 5e25e46fdb
    fix(Rate): should change value when half icon is touchmoved (#12002) inottn 2023-06-20 20:45:28 +08:00
  • 8cb73bf504
    docs(Button): add animated button demo (#11995) cunzaizhuyi 2023-06-18 21:23:28 +08:00
  • 7b30a0b2f1
    fix(Picker): optimize the animation effect of sliding multiple columns simultaneously (#11945) inottn 2023-06-18 16:11:59 +08:00
  • 2418f71274
    perf(RollingText): standardize namespace and simplify logic (#11993) inottn 2023-06-18 09:53:01 +08:00
  • ba6a0e93eb
    feat(Rate): add clearable prop (#11969) inottn 2023-06-18 09:49:35 +08:00
  • 235cfa1b56
    fix(FloatingPanel): remove passive event warning (#11992) neverland 2023-06-17 21:25:50 +08:00
  • 4672910b58
    feat(RollingText): add height props (#11990) cunzaizhuyi 2023-06-17 21:22:34 +08:00
  • 79564847b3
    fix(Field): should not set for attr to label when using input slot (#11966) inottn 2023-06-17 21:07:20 +08:00
  • 58a05627ab
    fix(RollingText): should restart rolling after calling reset when auto-start is true (#11991) inottn 2023-06-17 20:35:57 +08:00
  • 8320eb1e16
    docs: update Vue document URLs (#11989) neverland 2023-06-17 09:46:38 +08:00
  • d42adccfb0 release: @vant/use v1.5.2 chenjiahan 2023-06-17 09:35:14 +08:00
  • 32182e7f28 release: create-vant-cli-app v2.2.1 chenjiahan 2023-06-17 09:33:55 +08:00
  • 6ff09a4b0d
    chore(CLI): upgrade vue (#11987) ShuGang Zhou 2023-06-17 09:32:25 +08:00
  • 2844d04a5e
    docs(RollingText): update docs (#11988) cunzaizhuyi 2023-06-17 09:31:47 +08:00
  • c5792be650
    perf(RollingText): enhance compatibility and support dark mode (#11985) inottn 2023-06-16 21:05:35 +08:00
  • c489aa3fa0
    build(@vant/use): add types exports (#11983) inottn 2023-06-16 10:07:47 +08:00
  • 24b1bf4147
    fix(FloatingPanel): fix missing floatingPanelProps export (#11978) inottn 2023-06-16 10:07:14 +08:00
  • 4dab6b8236
    fix(DropdownMenu): fix missing exported type (#11979) Gavin 2023-06-16 10:06:49 +08:00
  • a9f314f32a
    types(RollingText): fix missing types export and improve docs content (#11976) inottn 2023-06-16 10:06:24 +08:00
  • a0112e3079
    feat: add new RollingText component (#11911) cunzaizhuyi 2023-06-15 10:03:12 +08:00
  • 9cdbbbdc99
    docs(changelog): vant@4.5.0 (#11965) neverland 2023-06-11 22:48:17 +08:00
  • 82e5d39710 release: 4.5.0 v4.5.0 chenjiahan 2023-06-11 22:42:15 +08:00
  • 2dd3bf8aec docs(TimePicker): add descriptions for time range chenjiahan 2023-06-11 22:41:15 +08:00
  • 4dfd1fafb8 docs(TimePicker): fix invalid code block chenjiahan 2023-06-11 22:31:43 +08:00
  • c8983b3946
    feat(FloatingPanel): add duration prop (#11964) neverland 2023-06-11 22:23:05 +08:00
  • 621c0fc2f1
    feat(TimePicker): add min-time and max-time prop (#11887) ShuGang Zhou 2023-06-11 22:22:56 +08:00
  • 41778cc9b3
    feat(CI): add issue helper (#11963) inottn 2023-06-11 22:18:19 +08:00
  • 803292d982
    feat(Slider): button slot add dragging param (#11946) inottn 2023-06-11 21:02:13 +08:00
  • c701b826db
    feat(FloatingPanel): allow to custom bar style (#11962) neverland 2023-06-11 12:20:23 +08:00
  • b62a1bbcf6
    docs(FloatingPanel): add some descriptions (#11960) neverland 2023-06-11 12:11:46 +08:00
  • 97fa5301fb
    feat(AddressList): add new right-icon props (#11959) ShuGang Zhou 2023-06-11 11:29:27 +08:00
  • 803b471dbd
    fix(BackTop): should hide when deactivated (#11938) zqran 2023-06-10 12:18:45 +08:00
  • 5c9ce177f2
    feat(FloatingPanel): add v-model:height prop (#11947) inottn 2023-06-10 12:12:48 +08:00
  • cfdf3a811e
    docs(PickerGroup): add props tag (#11940) ShuGang Zhou 2023-06-04 21:12:08 +08:00
  • 514f56a322
    docs: add new props tag (#11941) ShuGang Zhou 2023-06-04 21:08:58 +08:00
  • b8424849f0
    feat(FloatingPanel): add new FloatingPanel component (#11832) ShuGang Zhou 2023-06-03 09:26:42 +08:00
  • 890ad11822
    feat(TimePicker): filter support values param to help get current values (#11916) inottn 2023-06-03 09:06:38 +08:00
  • 71c0cc71f2
    feat(DropdownMenu): add close method (#11921) Gavin 2023-06-03 09:04:59 +08:00
  • 88b17474fa
    docs(Watermark): add props description (#11926) ShuGang Zhou 2023-06-03 09:04:16 +08:00
  • 93d51e85e5
    docs(Picker): remove outdated content (#11927) inottn 2023-06-03 09:03:53 +08:00
  • c4eaee3c69
    docs(Uploader): fix preview-delete slot param (#11928) inottn 2023-06-03 09:02:40 +08:00
  • 63a8e4443e
    feat(VantCli): mobile page refreshes are located based on the hash (#11918) ShuGang Zhou 2023-05-30 21:20:38 +08:00
  • 2e6a7b99d0
    docs(IndexBar): update props type (#11923) ShuGang Zhou 2023-05-30 21:17:09 +08:00
  • 0b9df74f8d docs(changelog): fix typo chenjiahan 2023-05-30 21:16:34 +08:00
  • 3297289e39
    docs(changelog): vant@4.4.1 (#11917) neverland 2023-05-28 21:38:00 +08:00
  • 3c2821761a release: 4.4.1 v4.4.1 chenjiahan 2023-05-28 21:34:31 +08:00
  • 6177bf00a2
    fix(Popup): opened event is emitted twice when duration is 0 (#11902) Zhousg 2023-05-28 16:18:54 +08:00
  • d9726883e6
    feat(Popover): add actions-direction prop (#11888) inottn 2023-05-28 16:01:15 +08:00
  • 457e6a2015
    fix(Slider): should update startValue when the slider is clicked (#11904) inottn 2023-05-28 10:48:51 +08:00
  • b2d49a35d9
    chore(Tab): using Vue built-in stringifyStyle (#11914) neverland 2023-05-28 10:31:34 +08:00
  • 53a108ec7e
    fix(Tab): Maximum recursive updates exceeded in Tabs (#11898) Zhousg 2023-05-27 10:39:39 +08:00
  • 1dcfd2dac0
    chore(deps): bump Vue v3.3 (#11913) neverland 2023-05-26 22:22:06 +08:00
  • 0d102db0ee
    chore(deps): bump vite v4.3 (#11912) neverland 2023-05-26 22:15:28 +08:00
  • f53b7e13ec
    docs: fix error in migration guide (#11909) inottn 2023-05-26 21:11:18 +08:00
  • e98e514acf
    fix(ImagePreview): stop animation during initialization (#11897) inottn 2023-05-22 21:42:20 +08:00
  • 7139898d3a
    docs(TreeSelect): props add v-model (#11899) Zhousg 2023-05-22 21:40:14 +08:00
  • 20d2cc0545 chore: fix action chenjiahan 2023-05-21 23:15:00 +08:00
  • 931a73bd52 chore: release site with node 14 chenjiahan 2023-05-21 23:09:09 +08:00
  • a6f7b5025f docs: update months chenjiahan 2023-05-21 23:06:16 +08:00
  • 1dfa8359a1 chore: update deploy-v2-site.yml chenjiahan 2023-05-21 23:05:20 +08:00
  • 4a4422bb1c
    docs(changelog): vant@4.4.0 (#11896) neverland 2023-05-21 22:43:19 +08:00
  • 579276ea2f release: 4.4.0 v4.4.0 chenjiahan 2023-05-21 22:33:58 +08:00
  • 8123222977
    chore(Barrage): inherit font family by default (#11895) neverland 2023-05-21 22:31:04 +08:00
  • b5bb20e6c1
    chore(Barrage): rename speed to duration (#11894) neverland 2023-05-21 22:28:08 +08:00
  • 3bbe31da1b
    docs(perf): lazy import transliteration (#11893) neverland 2023-05-21 22:20:21 +08:00
  • b4af4022c6
    feat(Divider): add vertical prop (#11883) Mikasa33 2023-05-21 21:53:13 +08:00
  • 708e4c6ea8
    docs(Uploader): Optimized translation (#11886) Zhousg 2023-05-21 21:50:41 +08:00
  • 7a2e7d3eb6
    docs(Signature): add background color demo (#11890) inottn 2023-05-21 21:50:19 +08:00
  • 9e818162e2
    docs(ImagePreview): optimize docs (#11892) inottn 2023-05-21 21:49:14 +08:00
  • a8a04d3993
    chore(ImagePreview): remove unused state (#11889) inottn 2023-05-21 21:48:54 +08:00
  • dda09785ea
    docs(Space): optimize docs (#11891) inottn 2023-05-21 21:48:10 +08:00
  • fe2335eb09
    feat(ImagePreview): optimize the preview effect of long images (#11857) inottn 2023-05-21 10:10:59 +08:00
  • 08f82392b7
    fix(BackTop): When teleport is the default, the parent scroll contain… (#11858) Zhousg 2023-05-20 21:09:34 +08:00
  • b94c8c3333
    feat(Uploader): add reupload (#11854) Zhousg 2023-05-20 19:15:29 +08:00
  • b275e1867d
    feat(docs): sync mobile position on anchor click (#11879) Jevon 2023-05-20 18:46:50 +08:00
  • 52ab19e185
    docs(Address): fix props and methods (#11882) Zhousg 2023-05-20 18:36:06 +08:00
  • 0670ebf8c1
    feat(Cascader): scroll the selected option into view when switching tabs (#11869) inottn 2023-05-17 22:30:06 +08:00
  • ee0a332e8a
    fix(ContactList): increase right icon size and optimize styles (#11873) Mikasa33 2023-05-17 22:17:27 +08:00
  • 3867017d3a
    fix(AddressEdit): hide border of the last cell (#11872) Mikasa33 2023-05-17 22:15:00 +08:00
  • 71de1ad079
    fix(Area): areaProps omit allow-html show-toolbar (#11871) Zhousg 2023-05-17 22:14:02 +08:00
  • e457bc2265
    docs(Area): fix docs events (#11870) Zhousg 2023-05-17 22:12:56 +08:00
  • 83a11a8aee
    docs(ContactList): fix type (#11868) Zhousg 2023-05-17 22:12:16 +08:00
  • 2250013978
    docs(Cascader): fix docs error (#11867) inottn 2023-05-17 14:05:04 +08:00
  • c58b66ee33
    docs(ContactEdit): fix docs type and emit (#11866) Zhousg 2023-05-17 14:04:18 +08:00
  • be0d498c0e
    docs(Coupon): fix docs type (#11865) Zhousg 2023-05-17 14:03:15 +08:00
  • cff0631b2b
    fix(Dialog): fix the rounded corners of shadow when button is clicked (#11863) Mikasa33 2023-05-17 10:21:05 +08:00
  • 57f115bee2
    docs(ActionBar): fix docs error (#11864) inottn 2023-05-17 10:14:08 +08:00
  • 467243d495
    feat(signature): improve signature clarity by devicePixelRatio (#11835) 李江辰 2023-05-15 21:26:54 +08:00
  • 4b29f1006c
    fix(DatePicker): should display correctly when modelValue is updated from external (#11839) inottn 2023-05-15 21:21:00 +08:00
  • 3db8f8a5b4
    docs(Icon): icon demo params adaptive vant weapp (#11851) landluck 2023-05-15 16:21:14 +08:00
  • cb0f859a83
    feat(Barrage): add new Barrage component (#11760) Zhousg 2023-05-14 22:06:15 +08:00