Compare commits

...

5 Commits

Author SHA1 Message Date
chenjiahan
1779946edb docs(changelog): v2.12.15 2021-04-25 16:14:17 +08:00
chenjiahan
f253a2d0ba chore: release 2.12.15 2021-04-25 16:12:36 +08:00
chenjiahan
e13d142925 docs(cli): changelog v2.10.1 2021-04-25 16:11:52 +08:00
chenjiahan
6e1af26578 chore: release @vant/cli@2.10.1 2021-04-25 16:08:14 +08:00
neverland
3b07cda789
fix(Uploader): failed to render scoped class (#8613) 2021-04-25 11:20:18 +08:00
7 changed files with 34 additions and 8 deletions

View File

@ -16,6 +16,16 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v2.12.15](https://github.com/youzan/vant/compare/v2.12.14...v2.12.15)
`2021-04-25`
**Bug Fixes**
- Calendar: incorrect weekdays locale [#8569](https://github.com/youzan/vant/issues/8569)
- Tag: incorrect border color when using plain [#8602](https://github.com/youzan/vant/issues/8602)
- Uploader: failed to render scoped class [#8613](https://github.com/youzan/vant/issues/8613)
### [v2.12.14](https://github.com/youzan/vant/compare/v2.12.13...v2.12.14)
`2021-04-18`

View File

@ -16,6 +16,16 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v2.12.15](https://github.com/youzan/vant/compare/v2.12.14...v2.12.15)
`2021-04-25`
**Bug Fixes**
- Calendar: 修正繁体中文语言包 [#8569](https://github.com/youzan/vant/issues/8569)
- Tag: 修复使用 plain 和 color 属性时边框颜色不正确的问题 [#8602](https://github.com/youzan/vant/issues/8602)
- Uploader: 修复使用插槽时 scoped 样式不生效的问题 [#8613](https://github.com/youzan/vant/issues/8613)
### [v2.12.14](https://github.com/youzan/vant/compare/v2.12.13...v2.12.14)
`2021-04-18`

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "2.12.14",
"version": "2.12.15",
"description": "Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",
@ -63,7 +63,7 @@
"vue": ">= 2.6.0"
},
"devDependencies": {
"@vant/cli": "^2.10.0",
"@vant/cli": "^2.10.1",
"prettier": "2.1.0",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"

View File

@ -1,5 +1,11 @@
# 更新日志
## v2.10.1
`2021-04-25`
- windows 系统禁用左右方向键导航
## v2.10.0
`2021-04-10`

View File

@ -1,6 +1,6 @@
{
"name": "@vant/cli",
"version": "2.10.0",
"version": "2.10.1",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",

View File

@ -405,7 +405,7 @@ export default createComponent({
if (slot) {
return (
<div class={bem('input-wrapper')}>
<div class={bem('input-wrapper')} key="input-wrapper">
{slot}
{Input}
</div>

View File

@ -2000,10 +2000,10 @@
semver "^6.3.0"
tsutils "^3.17.1"
"@vant/cli@^2.10.0":
version "2.10.0"
resolved "https://registry.npmjs.org/@vant/cli/-/cli-2.10.0.tgz#dba23f20d94a4f30843f3b09068b2c78dadc4f89"
integrity sha512-46UZb45i8O0lLRo9Cdr24EoM8e4HGsy5LycfKhzmKSHpiwQ2yQP/x7qJ3ZGlYgOeeKk8UNM6Y1uJ5KJLzKCmRA==
"@vant/cli@^2.10.1":
version "2.10.1"
resolved "https://registry.nlark.com/@vant/cli/download/@vant/cli-2.10.1.tgz#a51824970f8f5f594e95a233e0a74ed1625c0ad8"
integrity sha1-pRgklw+PX1lOlaIz4KdO0WJcCtg=
dependencies:
"@babel/core" "^7.10.1"
"@babel/plugin-syntax-jsx" "^7.10.1"