Commit Graph

8408 Commits

Author SHA1 Message Date
chenjiahan 1bd2ab00ac Merge branch 'dev' into next 2021-11-15 10:59:04 +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
chenjiahan e713e8eade Merge branch 'dev' into next 2021-11-10 15:31:33 +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
chenjiahan ecd2fb4f13 feat(@vant/cli): add build.packageManager config 2021-11-09 10:33:19 +08:00
chenjiahan 08847af422 release: @vant/cli 4.0.0-rc.3 2021-11-09 10:26:40 +08:00
neverland 105dda07d6 feat(@vant/cli): support pnpm install (#9824) 2021-11-09 10:25:48 +08:00
neverland 8c7d301526 chore: using new issue template (#9822) 2021-11-08 17:53:45 +08:00
chenjiahan 71c51030ec chore: add .npmrc 2021-11-08 11:01:03 +08:00
chenjiahan d492d0a123 chore: migrate npm registry 2021-11-08 11:01:03 +08:00
neverland c34754bd62 types(PasswordInput): add PasswordInputProps type (#9820) 2021-11-06 15:49:00 +08:00
neverland a21de07919 types(Submit): fix missing SubmitBarProps export (#9819) 2021-11-06 15:47:46 +08:00
neverland db93b40db8 types(NavBar): fix NavBarProps spelling (#9818) 2021-11-06 15:46:30 +08:00
neverland 06d7f3fefa chore: move to pnpm (#9817) 2021-11-06 15:39:10 +08:00
neverland 6e3ba5af63 fix(Tabs): should emit click-tab after before-change (#9805) 2021-11-04 20:57:17 +08:00
neverland f57205f7de docs(NoticeBar): fix color default value (#9806) 2021-11-04 20:57:05 +08:00
neverland 61ea63199a feat(Cascader): add options-bottom slot (#9804) 2021-11-04 20:43:09 +08:00
chenjiahan 26fa234026 Merge branch 'dev' into next 2021-11-04 20:21:28 +08:00
chenjiahan df1e6ce916 docs(changelog): 3.2.7 2021-11-04 20:21:02 +08:00
chenjiahan 610fc9a695 release: 3.2.7 v3.2.7 2021-11-04 20:17:31 +08:00
chenjiahan 4f40157057 fix(@vant/cli): release plugin not work 2021-11-04 20:16:30 +08:00
neverland 30510c01c6 types(Cell): add CellSize type (#9802) 2021-11-04 19:34:51 +08:00