| 
							
							
								 neverland | fb1cafd105 | chore(FloatingPanel): improve code style (#12175) | 2023-08-13 08:36:57 +08:00 |  | 
			
				
					| 
							
							
								 dh | 392da16c30 | fix(floatingPanel): lag caused by scrollbar and panel movement #12146 (#12161) * fix(floatingPanel): Lag caused by scrollbar and panel movement
* fix(floatingPanel): simplify scroll position determination | 2023-08-13 08:24:50 +08:00 |  | 
			
				
					| 
							
							
								 ShuGang Zhou | e2f041fe0a | feat(FloatingBubble): use component attrs (#12171) * feat(FloatingBubble): use component  attrs
* feat(FloatingBubble): use component  attrs | 2023-08-12 20:57:59 +08:00 |  | 
			
				
					| 
							
							
								 loong.woo | 44d767e64f | types(Toast): add ToastWrapperInstanceexport (#12166)* types(Toast): add `ToastWrapperInstance` export.
* docs(Toast): add `ToastWrapperInstance` type export. | 2023-08-10 17:06:40 +08:00 |  | 
			
				
					| 
							
							
								 inottn | 1c40cf2e2a | chore(FloatingPanel): change the default value of lock-scroll to false (#12162) | 2023-08-10 15:37:13 +08:00 |  | 
			
				
					| 
							
							
								 neverland | f6956197e4 | docs(changelog): vant@4.6.4 (#12159) | 2023-08-06 21:34:30 +08:00 |  | 
			
				
					| 
							
							
								 neverland | c2bef6cdf0 | chore: add script to format GitHub changelog (#12158) | 2023-08-06 21:33:41 +08:00 |  | 
			
				
					| 
							
							
								 chenjiahan | 1f12af7e83 | release: vant v4.6.4 | 2023-08-06 20:59:59 +08:00 |  | 
			
				
					| 
							
							
								 inottn | b543c22c8b | feat(FloatingPanel): add lock-scroll prop (#12157) * feat(FloatingPanel): add lockScroll prop
* docs: improve description | 2023-08-06 20:56:41 +08:00 |  | 
			
				
					| 
							
							
								 neverland | cfa33c2fa1 | chore(eslint-config): bump dependencies (#12155) | 2023-08-06 10:53:59 +08:00 |  | 
			
				
					| 
							
							
								 neverland | 6a56908438 | feat(List): add scroller prop (#12154) | 2023-08-06 10:44:50 +08:00 |  | 
			
				
					| 
							
							
								 neverland | d988df7ba5 | feat(ImagePreview): add closeOnClickOverlay option (#12153) | 2023-08-05 22:45:36 +08:00 |  | 
			
				
					| 
							
							
								 Gavin | afeef70429 | docs(Radio): add document description for the css var '--van-radio-dot-size' (#12152) * docs(Radio): add document description for the css var '--van-radio-dot-size'
* chore: update
* Update README.md
---------
Co-authored-by: neverland <jait.chen@foxmail.com> | 2023-08-05 22:45:28 +08:00 |  | 
			
				
					| 
							
							
								 neverland | 86d17359a3 | chore: add Serbian to doc and rename the file (#12150) | 2023-08-04 21:25:25 +08:00 |  | 
			
				
					| 
							
							
								 RogerZXY | 0a490c4777 | feat(Locale): add Serbian language to internationalization (#12145) | 2023-08-04 21:19:20 +08:00 |  | 
			
				
					| 
							
							
								 neverland | cac08f88e8 | refactor(cli): use GitHub changelog instead of conventional-changelog (#12139) * refactor(cli): use GitHub changelog instead of conventional-changelog
* chore: revert lock file | 2023-07-31 21:48:11 +08:00 |  | 
			
				
					| 
							
							
								 neverland | 8b3ee8723b | chore(TextEllipsis): reuse actionText variable (#12138) | 2023-07-31 21:39:20 +08:00 |  | 
			
				
					| 
							
							
								 inottn | c95d59e303 | fix(TextEllipsis): fix the logic of calculating the position of ellipsis (#12137) | 2023-07-31 21:34:41 +08:00 |  | 
			
				
					| 
							
							
								 chenjiahan | 0c9545860a | release: vant v4.6.4-beta.2 | 2023-07-30 12:57:09 +08:00 |  | 
			
				
					| 
							
							
								 neverland | b6d35cd268 | feat(cli): support gitTag option for release command (#12134) * feat(cli): support gitTag option for release command
* chore: exclude temp file
* release: vant v4.6.4-beta.1 | 2023-07-30 11:50:56 +08:00 |  | 
			
				
					| 
							
							
								 neverland | e6a0694807 | refactor(cli): rewrite release command (#12133) * refactor(cli): rewrite release command
* fix: duplicated build
* fix: no git check
* feat: rollback version
* chore: release config
* chore: add release config | 2023-07-30 10:43:26 +08:00 |  | 
			
				
					| 
							
							
								 chenjiahan | 2513ad1217 | release: @vant/area-data v1.5.0 | 2023-07-29 11:40:50 +08:00 |  | 
			
				
					| 
							
							
								 Ving | ae17f7fcbf | feat(area-data): update counties of WuHu (#12122) | 2023-07-29 11:39:55 +08:00 |  | 
			
				
					| 
							
							
								 chenjiahan | b480ec8a2d | docs(changelog): @vant/cli@6.2.0 | 2023-07-29 11:37:19 +08:00 |  | 
			
				
					| 
							
							
								 chenjiahan | ecd26122af | release: @vant/cli v6.2.0 | 2023-07-29 11:35:09 +08:00 |  | 
			
				
					| 
							
							
								 suncohey | 3acee8bf2b | feat(cli): support replace ext in dynamic imports (#12046) * feat(get-deps): import('../foo.vue') => import('../foo.mjs') 的替换
* feat(get-deps): import('../foo.vue') => import('../foo.mjs') 的替换
* feat(get-deps): 对应正则的优化
* feat(get-deps): 对应正则的优化
* feat(get-deps): 对应正则的优化之前的太宽泛了
* feat(get-deps): 对应正则的优化之前的太宽泛了
* feat(get-deps): 对应正则的优化之前的太宽泛了
---------
Co-authored-by: sunguohui <sunguohui@vcom.com> | 2023-07-29 11:29:46 +08:00 |  | 
			
				
					| 
							
							
								 木仔四毛 | 49e1e9f73e | fix(TextEllipsis): dots repeated (#12120) * fix(TextEllipsis): dots repeated
* feat(text-ellipsis): snapshot error | 2023-07-25 08:19:41 +08:00 |  | 
			
				
					| 
							
							
								 neverland | 3326547cf1 | chore(deps): bump release-it v16 (#12115) | 2023-07-23 19:39:42 +08:00 |  | 
			
				
					| 
							
							
								 neverland | 722c974ac4 | docs: move PR title format to contribution guide (#12114) * docs: move PR title format to contribution guide
* docs: fix path
* docs: fix path
* docs: update type | 2023-07-23 19:10:04 +08:00 |  | 
			
				
					| 
							
							
								 neverland | 95572cd3e4 | chore: avoid prettier breaking hbs template (#12113) | 2023-07-23 18:54:48 +08:00 |  | 
			
				
					| 
							
							
								 neverland | a90c109832 | docs(changelog): vant@4.6.3 (#12112) | 2023-07-23 18:51:43 +08:00 |  | 
			
				
					| 
							
							
								 chenjiahan | c41a402881 | release: 4.6.3 | 2023-07-23 18:44:33 +08:00 |  | 
			
				
					| 
							
							
								 neverland | 3dcc92a5c0 | chore: bump prettier v3 and format all code (#12111) * chore: bump prettier v3 and format all code
* chore: mjs config
* chore: revert
* chore: revert
* chore: update lock | 2023-07-22 14:14:14 +08:00 |  | 
			
				
					| 
							
							
								 neverland | b601ca1e0b | chore(utils): fix circular dependency (#12110) * chore: fix circular dependency
* chore: fix
* chore: fix test | 2023-07-22 13:03:48 +08:00 |  | 
			
				
					| 
							
							
								 inottn | 78064c6fd2 | docs(ConfigProvider): fix css demo error (#12105) | 2023-07-19 10:47:47 +08:00 |  | 
			
				
					| 
							
							
								 inottn | d1da7f3718 | fix(Tab): adjust import path (#12103) | 2023-07-18 22:53:48 +08:00 |  | 
			
				
					| 
							
							
								 ShuGang Zhou | 69035944d6 | fix(FloatingBubble): fix global component type (#12101) | 2023-07-18 15:42:08 +08:00 |  | 
			
				
					| 
							
							
								 Simon He | 06e0599d95 | chore(docs): fix typo (#12098) | 2023-07-17 21:03:11 +08:00 |  | 
			
				
					| 
							
							
								 Gavin | 5cedfa0d22 | feat(RadioGroup): support shape prop on RadioGroup and CheckboxGroup (#12092) * feat(RadioGroup): support shape prop on  radio-group
* chore: adjust priority
* chore: update
* docs: update docs
* chore: update demos and docs
* test: update | 2023-07-17 10:31:01 +08:00 |  | 
			
				
					| 
							
							
								 Icey Wu | 7e623b0921 | docs(Circle): usage error (#12095) * docs(Circle): usage error
* docs(Circle): using demo is wrong(:text="Left")
---------
Co-authored-by: IceyWu <kui.wu@boran-tech.com> | 2023-07-17 10:29:39 +08:00 |  | 
			
				
					| 
							
							
								 Gavin | 44f2e30edb | feat(AddressList): add show-add-button prop (#12090) | 2023-07-15 08:20:58 +08:00 |  | 
			
				
					| 
							
							
								 neverland | e42500070b | docs(changelog): vant@4.6.2 (#12071) | 2023-07-09 20:36:20 +08:00 |  | 
			
				
					| 
							
							
								 chenjiahan | 40a653053e | release: 4.6.2 | 2023-07-09 20:28:58 +08:00 |  | 
			
				
					| 
							
							
								 neverland | bbedcb49fc | feat(FloatingBubble): add CSS vars to override border radius (#12070) * feat(FloatingBubble): add CSS vars to override border radius
* chore: update snapshot | 2023-07-09 20:27:16 +08:00 |  | 
			
				
					| 
							
							
								 neverland | 871d1ed3a1 | docs(Button): add english description (#12069) | 2023-07-09 16:31:39 +08:00 |  | 
			
				
					| 
							
							
								 neverland | 4ebc7bbb0e | chore(deps): bump vite 4.4, esbuild 0.18 (#12068) | 2023-07-09 16:27:51 +08:00 |  | 
			
				
					| 
							
							
								 Gavin | 3b9c72d09e | feat(TextEllipsis): add position prop (#12058) * feat(TextEllipsis): add position prop
* docs: update docs
* chore: optimize code | 2023-07-08 17:03:37 +08:00 |  | 
			
				
					| 
							
							
								 inottn | 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 |  | 
			
				
					| 
							
							
								 inottn | 6a544b4449 | fix(FloatingBubble): fix wrong value of boundary (#12067) | 2023-07-08 17:00:48 +08:00 |  | 
			
				
					| 
							
							
								 inottn | 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 |  |