From 438c378f0f5f7eac3a50e823ec02992ae6a6b894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 17 May 2019 17:33:38 +0800 Subject: [PATCH 1/2] [release] 1.6.19 --- package.json | 2 +- packages/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 184e15154..0ff5f5fb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "1.6.18", + "version": "1.6.19", "description": "Mobile UI Components built on Vue", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/index.ts b/packages/index.ts index ca3e6aefd..7923d5da6 100644 --- a/packages/index.ts +++ b/packages/index.ts @@ -80,7 +80,7 @@ declare global { } } -const version = '1.6.18'; +const version = '1.6.19'; const components = [ Actionsheet, AddressEdit, From 373e9bbc2f0af8cda06c37accf64cecb4e2e1608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 17 May 2019 17:51:18 +0800 Subject: [PATCH 2/2] [changelog] 1.6.19 --- docs/markdown/changelog.en-US.md | 11 +++++++++++ docs/markdown/changelog.zh-CN.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 1472165f3..cc85dea4a 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -1,5 +1,16 @@ ## Changelog +## [v1.6.19](https://github.com/youzan/vant/tree/v1.6.19) +`2019-05-16` + +**Bug Fixes** + +- fix Col should set min-height +- fix Uploader should clip file-upload-button +- fix Tabbar should not render info when info is empty string +- fix is-src utils data URLs should be prefixed with the data:image [\#3308](https://github.com/youzan/vant/pull/3308) [\#3300](https://github.com/youzan/vant/pull/3300) + + ## [v1.6.18](https://github.com/youzan/vant/tree/v1.6.18) `2019-05-10` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index ec659fdb0..48c3ee70f 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -1,5 +1,16 @@ ## 更新日志 +## [v1.6.19](https://github.com/youzan/vant/tree/v1.6.19) +`2019-05-16` + +**Bug Fixes** + +- 修复 Col 内容为空时宽度错误的问题 +- 修复 Uploader 在 safari 浏览器上最小宽度错误的问题 +- 修复 Tabbar info 传入空字符串时会渲染空节点的问题 +- 修复 Icon 等组件判断图片 URL 时不支持 blob 格式的问题 [\#3308](https://github.com/youzan/vant/pull/3308) [\#3300](https://github.com/youzan/vant/pull/3300) + + ## [v1.6.18](https://github.com/youzan/vant/tree/v1.6.18) `2019-05-10`