8418 Commits

Author SHA1 Message Date
neverland
8ee394e115
feat(Tabbar): add role, aria and tabindex for a11y (#9895) 2021-11-18 11:50:59 +08:00
neverland
a055907b0d
feat(DropdownMenu): add role, aria and tabindex for a11y (#9893) 2021-11-18 10:10:00 +08:00
neverland
8214bf8d02
feat(Popover): add tabindex and aria-disabled for a11y (#9889) 2021-11-17 16:57:47 +08:00
neverland
5f7e65b637
feat(List): add role and tabindex for a11y (#9888) 2021-11-17 16:31:00 +08:00
neverland
0dd93a0032
feat(Switch): add tabindex for a11y (#9887) 2021-11-17 16:07:07 +08:00
neverland
fe7f5e28d7
feat(Cascader): add role, aria and tabindex for a11y (#9886)
* feat(Cascader): add role, aria and tabindex for a11y

* fix: typing

* fix: snapshot
2021-11-17 11:51:56 +08:00
neverland
2e67881ca7
fix(Tabs): rename panel class to "van-tab__panel" (#9885) 2021-11-17 10:14:50 +08:00
neverland
5bd31a7759
feat(Search): id prop add default value (#9884) 2021-11-16 22:06:51 +08:00
neverland
c1bdba5213
feat(Field): add aria-labelledby for a11y (#9883)
* feat(Field): add aria-labelledby for a11y

* fix: improve labelledby

* docs: update
2021-11-16 21:53:58 +08:00
neverland
3a56703cb0
feat(Tabs): add aria-controls for a11y (#9882)
* feat(Tabs): add aria-controls for a11y

* test: keep jest snapshot stable
2021-11-16 21:21:47 +08:00
neverland
ec2ff59270
feat(Rate): improve a11y when disabled or readonly (#9881) 2021-11-16 19:34:48 +08:00
neverland
a6df789488
feat(Slider): improve a11y when disabled or readonly (#9880) 2021-11-16 19:24:11 +08:00
neverland
cdec4bc334
fix(a11y): remove tabindex from disabled elements (#9879) 2021-11-16 17:52:32 +08:00
neverland
b39784ab3d
feat(Tabs): add aria-disabled for a11y (#9878) 2021-11-16 17:44:42 +08:00
neverland
e2a4f091ea
feat(Stepper): add aria-disabled for a11y (#9877) 2021-11-16 17:41:29 +08:00
neverland
35fa1492c3
feat(Stepper): add group role for a11y (#9876) 2021-11-16 17:23:14 +08:00
neverland
1ac48d12b8
fix(CouponList): incorrect list height (#9874) 2021-11-16 14:16:05 +08:00
neverland
baa1b0f074
feat(Tabs): add aria-orientation and tabindex for a11y (#9872)
* feat(Tabs): add aria-orientation for a11y

* chore: update
2021-11-16 10:41:44 +08:00
neverland
6244161d6b
chore: clean code (#9870) 2021-11-15 20:09:56 +08:00
neverland
d2d1604276
perf: minify svg icons (#9869) 2021-11-15 19:32:29 +08:00
neverland
db97581969
fix(Field): should not trigger validation after blurring readonly input (#9862) 2021-11-15 10:46:34 +08:00
neverland
3dcd8c7693
chore(@vant/cli): remove @vue/test-utils from deps (#9859) 2021-11-14 17:11:27 +08:00
neverland
1b6bae671d
chore(AddressEdit): using Form component (#9858) 2021-11-14 16:57:12 +08:00
neverland
a7081b7e80
chore: update labels in issue template (#9857) 2021-11-13 19:41:37 +08:00
neverland
e5ead06d12
fix(Tabbar): before-change not work in route mode (#9856)
* fix(Tabbar): before-change not work in route mode

* fix: upd

* test: add test case
2021-11-13 19:35:44 +08:00
neverland
b8729d8ffb
chore: use useWindowSize in convertVw (#9854) 2021-11-13 18:45:07 +08:00
Sepush
d5be481eab
fix(build): use rimraf (#9851) 2021-11-13 17:08:18 +08:00
neverland
b163d87064
docs: install with pnpm (#9850) 2021-11-12 17:49:53 +08:00
neverland
c65e336bf6
types(Field): expose sub-types of FieldRule (#9843)
* types(Field): expose sub-types of FieldRule

* types: update
2021-11-11 20:37:13 +08:00
neverland
ca41a57f30
fix(Switch): switch node inherit font-size (#9842)
* fix(Switch): switch node inherit font-size

* chore: upd
2021-11-11 19:31:32 +08:00
neverland
933d1bb2cf
release: @vant/use 1.3.3 (#9840) 2021-11-11 19:20:10 +08:00
chenjiahan
218567437c release: @vant/use 1.3.3 2021-11-11 17:27:41 +08:00
neverland
a0b368f1b4
perf(@vant/use): reduce usePageVisibility event binding (#9835)
* perf(@vant/use): reduce usePageVisibility event binding

* chore: update
2021-11-11 17:25:48 +08:00
neverland
a9ce9096e4
fix(@vant/use): allow to call useWindowSize outside setup (#9834) 2021-11-11 16:54:04 +08:00
chenjiahan
79146db9d5 chore(Lazyload): reuse some utils 2021-11-11 14:22:34 +08:00
chenjiahan
74bc0879c4 build: using rollup-plugin-esbuild 2021-11-11 11:08:02 +08:00
chenjiahan
2bfbe5f86e chore: merge @vant/lazyload into main package 2021-11-10 17:00:02 +08:00
chenjiahan
b456459249 perf(@vant/popperjs): add sideEffects false flag 2021-11-10 15:50:23 +08:00
neverland
d65714601e
chore: unify deps version (#9829) 2021-11-10 10:34:42 +08:00
neverland
8d1d029f5d
chore(create-vant-cli-app): remove yeoman deps (#9827) 2021-11-10 09:38:09 +08:00
chenjiahan
6fc929f317 feat(@vant/area-data): esm output 2021-11-09 14:58:08 +08:00
chenjiahan
9799a9be42 docs(changelog): 3.2.8 2021-11-09 14:46:40 +08:00
chenjiahan
07df834075 release: 3.2.8 v3.2.8 2021-11-09 14:44:24 +08:00
chenjiahan
cc5c1a1e88 build: fix deploy-v3-site.yml indent 2021-11-09 14:40:38 +08:00
chenjiahan
4e59445070 chore: update labels of issue templates 2021-11-09 14:38:21 +08:00
chenjiahan
7e36dc4eb6 test(Progress): fix snapshot 2021-11-09 14:37:12 +08:00
小丑
99ed1bc457
fix(Progress): incorrect border-radius (#9826) 2021-11-09 14:35:11 +08:00
chenjiahan
bf2f5931eb chore: fix version 2021-11-09 14:33:51 +08:00
chenjiahan
661d91d7e4 chore: fix dependencies issues 2021-11-09 14:23:56 +08:00
chenjiahan
f95567ade7 types(SubmitBar): add SubmitBarTextAlign type 2021-11-09 14:23:35 +08:00