9628 Commits

Author SHA1 Message Date
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
Gavin
39a54a8d9a
feat(Radio): support dot shape (#12057)
* feat(Radio): support dot shape

* chore: update test

* chore: format code
2023-07-08 09:56:29 +08:00
chenjiahan
3319d1e5cd docs(changelog): vant@4.6.1 2023-07-02 19:49:07 +08:00
chenjiahan
f940ef238b release: 4.6.1 v4.6.1 2023-07-02 17:41:04 +08:00
chenjiahan
60163c65ab chore: add exclude config to tsconfig.json 2023-07-02 17:39:30 +08:00
chenjiahan
a05418fc25 release: @vant/eslint-config v4.0.0 2023-07-02 17:32:26 +08:00
neverland
a52817ac2c
chore: using pnpm highest resolution mode (#12056) 2023-07-02 13:21:40 +08:00
neverland
523844eae4
chore: extend eslint range to all src, test directories (#12055)
* chore: extend eslint range to all src, test directories

* chore: fix range
2023-07-02 13:13:27 +08:00
neverland
9333633406
chore(eslint-config): bump all dependencies (#12054) 2023-07-02 12:45:54 +08:00
neverland
a34ffe7637
chore(eslint-config): remove eslint-plugin-import (#12053) 2023-07-02 12:34:21 +08:00
neverland
47a3aea291
fix(cli): fix autoprefixer plugin conditions (#12052) 2023-07-02 10:27:55 +08:00
neverland
a789418366
fix(Uploader): render objectUrl to avoid perf issue (#12051)
* fix(Uploader): render objectUrl to avoid perf issue

* fix: test case
2023-07-01 23:37:01 +08:00
neverland
98d1a430e4
docs: add Vue Router links to english document (#12045) 2023-06-28 23:13:58 +08:00
codersjj
b49e7a4188
docs(Tabbar): update the link related to vue-router (#12039)
* docs(Tabbar): update the link related to vue-router

* docs(ActionBar): update the link related to vue-router

* docs(Sidebar): update the link related to vue-router

* docs(Grid): update the link related to vue-router

* docs(Cell): update the link related to vue-router

* docs(Tab): update the link related to vue-router

* docs(Button): update the link related to vue-router
2023-06-28 22:39:03 +08:00
inottn
7b31f0877f
chore(FloatingPanel): reuse windowHeight (#12033) 2023-06-27 21:35:10 +08:00
hu
99dd982aee
feat(ellipsis): improve break lines of Chinese, Japanese, or Korean text (#12030) 2023-06-27 21:34:23 +08:00
ShuGang Zhou
6497950900
fix(SubmitBar): remove redundant theme types (#12031) 2023-06-27 21:27:16 +08:00
yanbowen
fce31b5ef1
fix(FloatingBubble): floatingBubbleBackground type is optional (#12029) 2023-06-25 17:34:43 +08:00
inottn
edc1f5e7e7
docs: improve style (#12024) 2023-06-24 20:32:40 +08:00
neverland
0d7a2c6b60
docs: add @inottn and @zhousg to core team (#12023) 2023-06-24 11:15:53 +08:00
neverland
e5cd67300d
chore: remove gitee issue template (#12022) 2023-06-24 11:00:15 +08:00
chenjiahan
029d005b0c chore: update gitee issue template 2023-06-24 10:51:34 +08:00
neverland
f26a39a9f3
docs(changelog): vant@4.6.0 (#12021) 2023-06-24 10:48:43 +08:00
chenjiahan
f1f9eeb009 release: 4.6.0 v4.6.0 2023-06-24 10:38:20 +08:00
neverland
1ccf211ddd
docs(RollingText): improve document (#12020) 2023-06-24 10:37:22 +08:00
neverland
0f2967f3fb
docs(FloatingBubble): add icon prop to documents (#12019) 2023-06-24 10:20:35 +08:00
ShuGang Zhou
12879ae893
feat: add theme vars type (#12018)
* feat(Barrage): add theme vars type

* feat(FloatingPanel): add theme vars type

* feat(FloatingBubble): add theme vars type

* feat(Barrage): add theme vars type

* feat(FloatingPanel): add theme vars type

* feat(FloatingBubble): add theme vars type

* feat(RollingText): add theme vars type

* feat(Signature): add theme vars type

* feat(Watermark): add theme vars type
2023-06-24 10:04:53 +08:00
inottn
00da05be47
fix(RollingText): should render correctly when changing height prop (#11994) 2023-06-23 17:06:10 +08:00
inottn
6b8a83eefc
fix(RollingText): allow different digit lengths for start-num and target-num (#12011) 2023-06-22 21:32:51 +08:00
ShuGang Zhou
4fa8879ed2
fix(FloatingBubble): optimized css var (#12009) 2023-06-22 21:18:36 +08:00
ShuGang Zhou
a59a26931e
chore(RollingText): fix component global type (#12010) 2023-06-22 21:18:03 +08:00
neverland
f03d5653e8
chore(RollingText): rename text-array prop to text-list (#12008)
* chore(RollingText): rename test-array prop to text-list

* docs: update type
2023-06-22 11:44:44 +08:00
ShuGang Zhou
46939972f2
fix(FloatingPanel): Reuse closest function (#12007) 2023-06-22 11:05:01 +08:00
ShuGang Zhou
02740dd82e
feat(FloatingBubble): add new FloatingBubble component (#11880)
* feat(FloatingBubble): add new FloatingBubble component

* feat(FloatingBubble): add new FloatingBubble component test case

* feat(FloatingBubble): add new FloatingBubble component test case

* feat(FloatingBubble): add new FloatingBubble component docs

* feat(FloatingBubble): optimized code

* feat(FloatingBubble): fix docs

* feat(FloatingBubble): teleported should be closed when deactivated

* feat(FloatingBubble): fix nav config

* fix: optimized code

* fix: optimized code

* fix: optimized code

* fix: optimized code

* fix: optimized code

* fix: optimized code

* fix: optimized code

* fix: optimized code
2023-06-21 22:38:50 +08:00
inottn
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
inottn
5e25e46fdb
fix(Rate): should change value when half icon is touchmoved (#12002) 2023-06-20 20:45:28 +08:00
cunzaizhuyi
8cb73bf504
docs(Button): add animated button demo (#11995)
* chore(Button): add animation button demo

* fix: npm run test

* chore(Button): modify text

* chore: add space
2023-06-18 21:23:28 +08:00
inottn
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
inottn
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
inottn
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
neverland
235cfa1b56
fix(FloatingPanel): remove passive event warning (#11992) 2023-06-17 21:25:50 +08:00
cunzaizhuyi
4672910b58
feat(RollingText): add height props (#11990)
* feat(RollingText): add height setting

* chore: npm run test

* fix: use match instead of replace

* feat: height setting

* fix: api table
2023-06-17 21:22:34 +08:00
inottn
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
inottn
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
neverland
8320eb1e16
docs: update Vue document URLs (#11989) 2023-06-17 09:46:38 +08:00
chenjiahan
d42adccfb0 release: @vant/use v1.5.2 2023-06-17 09:35:14 +08:00
chenjiahan
32182e7f28 release: create-vant-cli-app v2.2.1 2023-06-17 09:33:55 +08:00
ShuGang Zhou
6ff09a4b0d
chore(CLI): upgrade vue (#11987) 2023-06-17 09:32:25 +08:00