Commit Graph
83 Commits
Author SHA1 Message Date
inottnandGitHub 4cff03dd70 fix(Stepper): set autocomplete to off (#12892) 2024-05-28 21:52:18 +08:00
inottnandGitHub 27e080e8aa feat(Calendar): add switch-mode prop (#12836) 2024-05-01 10:52:09 +08:00
inottnandGitHub 01183e1208 fix(ImagePreview): swipeItem may be undefined (#12818) 2024-04-25 10:08:48 +08:00
inottnandGitHub cecfc4590d feat(DropdownMenu): add disabled for option (#12785) 2024-04-12 20:30:26 +08:00
inottnandGitHub d87c5e2b18 fix(TextEllipsis): should recalculate the ellipsis state when activated (#12741) 2024-03-31 16:09:38 +08:00
inottnandGitHub b1e746f45b fix(PickerGroup): rendering correctly when using v-for (#12732) 2024-03-31 16:05:59 +08:00
inottnandGitHub f70feab438 fix(ImagePreview): allow user to swipe to next image when the current image is moved to the edge (#12666) 2024-03-11 20:55:13 +08:00
inottnandGitHub 892d0186dc Revert "fix(DropdownMenu): fix recursive update when passing object literal to title-class (#12614)" (#12617) 2024-02-04 22:44:32 +08:00
inottnandGitHub a5a9a6c5db fix(DropdownMenu): fix recursive update when passing object literal to title-class (#12614) 2024-02-03 12:54:58 +08:00
inottnandGitHub 8cc58adb9c docs: improve quickstart tips (#12606) 2024-02-01 12:04:18 +08:00
inottnandGitHub fdb01bef03 feat(Toast): add z-index prop (#12587) 2024-01-20 13:25:30 +08:00
inottnandGitHub 5d4d88f24d docs(home): update heading level (#12577) 2024-01-18 22:26:40 +08:00
inottnandGitHub 649b815659 chore(deps): bump vue to v3.4.13 (#12567) 2024-01-15 09:52:24 +08:00
inottnandGitHub 5603aa22e8 feat(ImagePreview): add close-on-click-image prop (#12566) 2024-01-13 21:12:37 +08:00
inottnandGitHub 5cb8f3253b feat(Notify): add teleport prop (#12556) 2024-01-11 19:47:09 +08:00
inottnandGitHub b5645ee192 test: bump vitest v1.1.3 (#12546) 2024-01-05 22:55:17 +08:00
inottnandGitHub 5bc2f815af feat(DropdownMenu): add auto-locate prop (#12251) 2023-12-31 10:58:39 +08:00
inottnandGitHub 2cc4ca63b5 test(FloatingBubble): reduce test run time (#12539) 2023-12-31 02:08:42 +08:00
inottnandGitHub 329cfcd703 test(Toast): reduce test run time (#12538) 2023-12-31 02:07:55 +08:00
inottnandGitHub 2f9f961bd8 chore(ImagePreview): reuse isTap ref (#12536) 2023-12-27 20:43:02 +08:00
inottnandGitHub a3180c3aaf chore: update vitest config (#12530) 2023-12-24 20:33:56 +08:00
inottnandGitHub 8756ceb853 fix(ImagePreview): double-scale and close-on-click-overlay may not work in certain scenarios (#12521) 2023-12-23 17:59:41 +08:00
inottnandGitHub 217ddc54b5 docs(TreeSelect): correct variable names (#12469) 2023-11-24 20:46:40 +08:00
inottnandGitHub f0b7af18c6 perf(TextEllipsis): reuse windowWidth to avoid repeat calculations (#12471) 2023-11-24 18:20:18 +08:00
inottnandGitHub a75a458062 refactor(Highlight): refactor implementation & increase functionality (#12442) 2023-11-17 20:00:10 +08:00
inottnandGitHub ca95a7c366 feat(Checker): add checked and disabled params to the default slot (#12436) 2023-11-12 09:15:12 +08:00
inottnandGitHub c50be595d4 feat(ImagePreview): expose resetScale method (#12426) 2023-11-05 20:31:34 +08:00
inottnandGitHub 873f49908c feat(Signature): expose resize method (#12405) 2023-10-29 16:52:07 +08:00
inottnandGitHub 40f67d7e48 fix(ConfigProvider): export missing theme vars (#12371) 2023-10-17 09:11:50 +08:00
inottnandGitHub 33342a0b43 refactor(Signature): use scale method to enhance clarity (#12363) 2023-10-14 09:22:30 +08:00
inottnandGitHub 1219e4386c refactor(Signature): avoid setting the canvas width and height in the next tick (#12347)
* refactor(Signature): avoid setting the canvas width and height in the next tick

* test: update snapshots
2023-10-13 20:16:20 +08:00
inottnandGitHub e67d8aa0cf feat(Cell): add css vars to customize font size of the cell value (#12260) 2023-09-07 20:42:50 +08:00
inottnandGitHub af986cc459 feat(DropdownMenu): add swipe-threshold prop (#12117)
* feat(DropdownMenu): add swipe-threshold prop

* docs: add prop description

* test: add test case

* docs: add demo

* test: update snapshots
2023-08-13 15:53:14 +08:00
inottnandGitHub 1c40cf2e2a chore(FloatingPanel): change the default value of lock-scroll to false (#12162) 2023-08-10 15:37:13 +08:00
inottnandGitHub b543c22c8b feat(FloatingPanel): add lock-scroll prop (#12157)
* feat(FloatingPanel): add lockScroll prop

* docs: improve description
2023-08-06 20:56:41 +08:00
inottnandGitHub c95d59e303 fix(TextEllipsis): fix the logic of calculating the position of ellipsis (#12137) 2023-07-31 21:34:41 +08:00
inottnandGitHub 78064c6fd2 docs(ConfigProvider): fix css demo error (#12105) 2023-07-19 10:47:47 +08:00
inottnandGitHub d1da7f3718 fix(Tab): adjust import path (#12103) 2023-07-18 22:53:48 +08:00
inottnandGitHub 0c47654da5 feat(Field): support autocapitalize, autocorrect and spellcheck props (#12065)
* feat(Field): support autocapitalize, autocorrect and spellcheck props

* chore: update default value

* docs: update docs content
2023-07-08 17:01:32 +08:00
inottnandGitHub 6a544b4449 fix(FloatingBubble): fix wrong value of boundary (#12067) 2023-07-08 17:00:48 +08:00
inottnandGitHub 186a3f95c4 fix(Pagination): display the border correctly (#12062)
* fix(Pagination): display the border correctly

* chore: update style
2023-07-08 10:20:34 +08:00
inottnandGitHub 7b31f0877f chore(FloatingPanel): reuse windowHeight (#12033) 2023-06-27 21:35:10 +08:00
inottnandGitHub edc1f5e7e7 docs: improve style (#12024) 2023-06-24 20:32:40 +08:00
inottnandGitHub 00da05be47 fix(RollingText): should render correctly when changing height prop (#11994) 2023-06-23 17:06:10 +08:00
inottnandGitHub 6b8a83eefc fix(RollingText): allow different digit lengths for start-num and target-num (#12011) 2023-06-22 21:32:51 +08:00
inottnandGitHub 1545c07a71 refactor(use-touch): move isTap logic to use-touch (#12003)
* refactor(use-touch): move onlyTap logic to use-touch

* chore: rename onlyTap to isTap
2023-06-21 10:17:33 +08:00
inottnandGitHub 5e25e46fdb fix(Rate): should change value when half icon is touchmoved (#12002) 2023-06-20 20:45:28 +08:00
inottnandGitHub 7b30a0b2f1 fix(Picker): optimize the animation effect of sliding multiple columns simultaneously (#11945)
* fix(Picker): optimizing the animation effect of sliding multiple columns simultaneously

* chore: use built-in api
2023-06-18 16:11:59 +08:00
inottnandGitHub 2418f71274 perf(RollingText): standardize namespace and simplify logic (#11993)
* perf(RollingText): standardize namespace and simplify logic

* chore: update style

* chore: update doc
2023-06-18 09:53:01 +08:00
inottnandGitHub ba6a0e93eb feat(Rate): add clearable prop (#11969)
* feat(Rate): add clearable prop

* test(Rate): update test snapshots

* fix(Rate): solve problem

* feat: extract constant

* test: update test case
2023-06-18 09:49:35 +08:00
inottnandGitHub 79564847b3 fix(Field): should not set for attr to label when using input slot (#11966)
* fix(Field): when using input slot, the label's for attribute will not be set

* test(Field): add test case
2023-06-17 21:07:20 +08:00
inottnandGitHub 58a05627ab fix(RollingText): should restart rolling after calling reset when auto-start is true (#11991)
* fix(RollingText): should restart rolling after calling the reset method when auto-start prop is true

* test: update test case
2023-06-17 20:35:57 +08:00
inottnandGitHub c5792be650 perf(RollingText): enhance compatibility and support dark mode (#11985) 2023-06-16 21:05:35 +08:00
inottnandGitHub c489aa3fa0 build(@vant/use): add types exports (#11983) 2023-06-16 10:07:47 +08:00
inottnandGitHub 24b1bf4147 fix(FloatingPanel): fix missing floatingPanelProps export (#11978) 2023-06-16 10:07:14 +08:00
inottnandGitHub a9f314f32a types(RollingText): fix missing types export and improve docs content (#11976)
* types(RollingText): fix missing types export and improve docs content

* docs(RollingText): improve docs content
2023-06-16 10:06:24 +08:00
inottnandGitHub 41778cc9b3 feat(CI): add issue helper (#11963) 2023-06-11 22:18:19 +08:00
inottnandGitHub 803292d982 feat(Slider): button slot add dragging param (#11946)
* feat(Slider): button slot add dragging param

* test(Slider): add test case
2023-06-11 21:02:13 +08:00
inottnandGitHub 5c9ce177f2 feat(FloatingPanel): add v-model:height prop (#11947)
* feat(FloatingPanel): Optimize the timing of height-change event triggering and add dragging param

* feat(FloatingPanel): add v-model:height prop
2023-06-10 12:12:48 +08:00
inottnandGitHub 890ad11822 feat(TimePicker): filter support values param to help get current values (#11916)
* feat(TimePicker): filter support values param to help get current values

* docs: update demo
2023-06-03 09:06:38 +08:00
inottnandGitHub 93d51e85e5 docs(Picker): remove outdated content (#11927) 2023-06-03 09:03:53 +08:00
inottnandGitHub c4eaee3c69 docs(Uploader): fix preview-delete slot param (#11928) 2023-06-03 09:02:40 +08:00
inottnandGitHub d9726883e6 feat(Popover): add actions-direction prop (#11888)
* feat(Popover): add direction prop

* fix: solve some problems
2023-05-28 16:01:15 +08:00
inottnandGitHub 457e6a2015 fix(Slider): should update startValue when the slider is clicked (#11904) 2023-05-28 10:48:51 +08:00
inottnandGitHub f53b7e13ec docs: fix error in migration guide (#11909) 2023-05-26 21:11:18 +08:00
inottnandGitHub e98e514acf fix(ImagePreview): stop animation during initialization (#11897) 2023-05-22 21:42:20 +08:00
inottnandGitHub 7a2e7d3eb6 docs(Signature): add background color demo (#11890)
* docs(Signature): add background color demo

* fix: update test snapshots
2023-05-21 21:50:19 +08:00
inottnandGitHub 9e818162e2 docs(ImagePreview): optimize docs (#11892) 2023-05-21 21:49:14 +08:00
inottnandGitHub a8a04d3993 chore(ImagePreview): remove unused state (#11889) 2023-05-21 21:48:54 +08:00
inottnandGitHub dda09785ea docs(Space): optimize docs (#11891) 2023-05-21 21:48:10 +08:00
inottnandGitHub fe2335eb09 feat(ImagePreview): optimize the preview effect of long images (#11857)
* feat(ImagePreview): optimize the preview effect of long images

* fix: optimize logic

* fix: optimize logic
2023-05-21 10:10:59 +08:00
inottnandGitHub 0670ebf8c1 feat(Cascader): scroll the selected option into view when switching tabs (#11869) 2023-05-17 22:30:06 +08:00
inottnandGitHub 2250013978 docs(Cascader): fix docs error (#11867) 2023-05-17 14:05:04 +08:00
inottnandGitHub 57f115bee2 docs(ActionBar): fix docs error (#11864) 2023-05-17 10:14:08 +08:00
inottnandGitHub 4b29f1006c fix(DatePicker): should display correctly when modelValue is updated from external (#11839)
* fix(DatePicker): should be displayed correctly when modelValue updated by external sources

* fix: optimize logic
2023-05-15 21:21:00 +08:00
inottnandGitHub d05972d229 feat(ImagePreview): use the touched point as the center of zooming (#11848) 2023-05-14 21:51:19 +08:00
inottnandGitHub e124db7531 docs(ImagePreview): fix docs error (#11841) 2023-05-13 20:22:38 +08:00
inottnandGitHub e0ae206c89 fix(Tab): should cancel raf before the next scroll (#11819)
* fix(Tab): should cancel raf before the next scroll

* fix(Tab): consider the case where multiple components exist at the same time
2023-05-05 21:38:52 +08:00
inottnandGitHub bfd9995583 fix(Steps): fix the style that occurs when there is only one step (#11822) 2023-05-05 21:33:14 +08:00
inottnandGitHub 13ce11f608 fix(Checkbox): disabled unchecked options when the limit is exceeded (#11814)
* fix(Checkbox): disabled unchecked options when the limit is exceeded

* fix: ts def
2023-05-05 10:04:36 +08:00
inottnandGitHub 5ec43156d0 types(DatePicker): fix ts def (#11813) 2023-05-04 09:49:12 +08:00
inottnandGitHub f3fa7e7bd5 fix(TimePicker): should update modelValue correctly (#11804) 2023-05-02 20:00:39 +08:00
inottnandGitHub 5e7a6a212c docs(TimePicker): fix docs error (#11784) 2023-04-30 19:49:58 +08:00