8030 Commits

Author SHA1 Message Date
chenjiahan
d096a2d5f5 docs(@vant/cli): changelog 3.10.2 2021-04-19 19:25:32 +08:00
chenjiahan
2754f3040f chore: release @vant/cli@3.10.2 2021-04-19 19:21:51 +08:00
neverland
33bdcbc029
fix(cli): ignore import types when analyzing deps (#8574) 2021-04-19 19:13:09 +08:00
neverland
84b45c4840
fix(Calendar): incorrect weekdays locale (#8570) 2021-04-19 17:45:03 +08:00
neverland
b3e08777fa
docs(DropdownMenu): add transform faq (#8567) 2021-04-19 17:27:45 +08:00
neverland
84e62dbbdf
chore: add jsdelivr entry config (#8561) 2021-04-19 11:01:28 +08:00
chenjiahan
055a4d3c94 docs(changelog): 3.0.14 2021-04-18 20:54:31 +08:00
chenjiahan
99563d2a4b chore: release 3.0.14 v3.0.14 2021-04-18 20:52:37 +08:00
nemo-shen
8fb3560f39
feat(Rate): 当使用 readonly 和 allow-half 时支持 modelValue 设置小数 (#8528)
* feat(Rate): 当使用readonly和allow-half时支持modelValue设置小数

* docs(Rate): 完善文档

* docs(Rate): update snapshot

* docs(Rate): add description of decimal value

Co-authored-by: neverland <chenjiahan@buaa.edu.cn>
2021-04-18 20:36:48 +08:00
neverland
8e4e6d54a6
perf: bump jsx-pugin to reduce bundle size (#8557)
* perf: bump jsx-pugin to reduce bundle size

* chore: bump
2021-04-18 17:52:04 +08:00
neverland
70b852ca7e
docs(Calendar): fix typo (#8555) 2021-04-17 22:07:43 +08:00
chenjiahan
fb969d6b20 chore: remove @babel/runtime from deps 2021-04-16 17:44:14 +08:00
chenjiahan
87558aaa33 chore: release @vant/lazyload@1.1.1 2021-04-16 17:41:20 +08:00
chenjiahan
077389d6fa chore: release @vant/use@1.1.1 2021-04-16 17:35:08 +08:00
chenjiahan
bca589fc9b docs(@vant/cli): changelog 3.10.1 2021-04-16 17:32:27 +08:00
chenjiahan
d7640cd12f chore: release @vant/cli@3.10.1 2021-04-16 17:22:33 +08:00
chenjiahan
19c6fef0db chore: release @vant/markdown-vetur@2.2.0 2021-04-16 17:22:02 +08:00
chenjiahan
f855efbd59 Merge branch 'dev' of https://github.com/youzan/vant into dev 2021-04-16 17:18:32 +08:00
Ttou
74e2b10b74
feat(markdown-vetur): 支持生成 attributes.json 的 options 属性 (#8545)
* feat(markdown-vetur): 支持生成 attributes.json 的 options 属性

* fix(markdown-vetur): 没有可选值不添加 options 属性
2021-04-16 17:18:01 +08:00
chenjiahan
867eebfa00 chore: bump @vant/area-data@1.1.0 2021-04-16 15:09:00 +08:00
neverland
805916b6e0
chore: update area data (#8546) 2021-04-16 15:04:35 +08:00
neverland
1bf3788798
docs: update browser support (#8532) 2021-04-15 09:50:01 +08:00
neverland
0a9f2102d1
chore: prefer using extend (#8531) 2021-04-15 09:39:20 +08:00
nemo-shen
dde06c43fe
fix(cli): display ⌘ + k shortcuts on docsearch (#8529) 2021-04-15 09:38:32 +08:00
nemo-shen
277c7f7a73
fix(cli): fix spelling error (#8530) 2021-04-15 09:37:19 +08:00
neverland
bd609e1df0
perf: add truthProp util (#8522)
* perf: add TruthyProp util

* chore: rename

* chore: upd
2021-04-14 10:26:21 +08:00
neverland
9381640d2e
chore: improve calendar utils (#8521) 2021-04-14 10:16:02 +08:00
chenjiahan
35edb72b5c feat(Badge): offset prop support custom unit 2021-04-14 09:35:08 +08:00
chenjiahan
2be579975a chore(Button): improve code 2021-04-14 09:35:08 +08:00
chenjiahan
3224a8978f docs(Waterfall): add deprecation tip 2021-04-14 09:35:08 +08:00
chenjiahan
e38c5d27e0 chore: remove friendly-errors-webpack-plugin 2021-04-14 09:35:08 +08:00
chenjiahan
0e80000339 chore(cli): lock prettier version to 2.1.0 2021-04-14 09:35:08 +08:00
chenjiahan
5ac2033e2d chore(cli): remove @babel/plugin-transform-runtime 2021-04-14 09:35:08 +08:00
chenjiahan
93559a5741 chore(@vant/popperjs): remove @babel/runtime 2021-04-14 09:35:08 +08:00
chenjiahan
9c5ad689eb chore(@vant/lazyload): remove @babel/runtime 2021-04-14 09:35:08 +08:00
chenjiahan
7bfceb508e chore(@vant/use): remove @babel/runtime 2021-04-14 09:35:08 +08:00
neverland
6e24ba42a2
chore: setup eslint for prohibited syntax (#8516) 2021-04-13 11:14:56 +08:00
neverland
9deca34d1d
chore: remove object spead (#8514) 2021-04-12 20:57:24 +08:00
FunkyZc
0b764b6347 fix(ContactList): fix nodes type 2021-04-12 19:07:50 +08:00
FunkyZc
44c97003ec test(ContactList): add default-tag-text test 2021-04-12 19:07:50 +08:00
FunkyZc
2aea635652 fix(ContactList): fix TS type check error 2021-04-12 19:07:50 +08:00
炽翎
11e641c88e
docs(Steps): fix typo of basic usage (#8512)
* fix: typo of "Steps" docs

* fix: typo of "Steps" docs
2021-04-12 19:07:05 +08:00
chenjiahan
fd25328e5c docs(changelog): 3.0.13 2021-04-11 16:42:20 +08:00
chenjiahan
5615fb7e1a chore: release 3.0.13 v3.0.13 2021-04-11 16:38:41 +08:00
neverland
d742530ab4
build: remove site/relaese.sh (#8503) 2021-04-11 16:33:02 +08:00
chenjiahan
d8afff078a docs(@vant/cli): changelog v3.10.0 2021-04-10 17:09:22 +08:00
chenjiahan
deb30d9683 chore: release @vant/cli@3.10.0 2021-04-10 17:06:46 +08:00
neverland
16ff1ba9a7
feat(cli): support custom simulator (#8499) 2021-04-10 17:01:09 +08:00
neverland
3ddfe3bbb4
fix(cli): failed to sync route (#8498) 2021-04-10 16:02:40 +08:00
chenjiahan
5fe263b601 chore: release @vant/cli@3.9.4-beta.0 2021-04-10 15:45:45 +08:00