From 6d0db7101001944500a55aaf3267cac991337f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Thu, 24 Aug 2017 09:57:58 +0800 Subject: [PATCH] [build] 0.8.6 --- docs/examples-docs/changelog.md | 19 ++++++++++++++++++- packages/index.js | 2 +- packages/vant-css/package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/docs/examples-docs/changelog.md b/docs/examples-docs/changelog.md index 368905d3f..545b0e180 100644 --- a/docs/examples-docs/changelog.md +++ b/docs/examples-docs/changelog.md @@ -1,9 +1,26 @@ ## 更新日志 +## [v0.8.5](https://github.com/youzan/vant/tree/v0.8.5) (2017-08-21) +[Full Changelog](https://github.com/youzan/vant/compare/v0.8.4...v0.8.5) + +**非兼容更新和新特性:** + +- Doc: add usage guide && top progress [\#83](https://github.com/youzan/vant/pull/83) ([chenjiahan](https://github.com/chenjiahan)) + +**修复:** + +- Popup: not preventScroll by default [\#84](https://github.com/youzan/vant/pull/84) ([chenjiahan](https://github.com/chenjiahan)) +- fix: swipe sometimes will change to drag image [\#81](https://github.com/youzan/vant/pull/81) ([pangxie1991](https://github.com/pangxie1991)) + +**处理的 Issue:** + +- Href link does not work [\#82](https://github.com/youzan/vant/issues/82) +- Swipe image not displayed [\#79](https://github.com/youzan/vant/issues/79) + ## [v0.8.4](https://github.com/youzan/vant/tree/v0.8.4) (2017-08-18) [Full Changelog](https://github.com/youzan/vant/compare/v0.8.3...v0.8.4) -**合并的 Pull Request (可能有不兼容改动):** +**修复:** - fix: field 计算autosize,需要nextTick [\#78](https://github.com/youzan/vant/pull/78) ([pangxie1991](https://github.com/pangxie1991)) diff --git a/packages/index.js b/packages/index.js index faf9b07f6..3a1ca3699 100644 --- a/packages/index.js +++ b/packages/index.js @@ -37,7 +37,7 @@ import Swipe from './swipe'; import SwipeItem from './swipe-item'; import DatetimePicker from './datetime-picker'; -const version = '0.8.5'; +const version = '0.8.6'; const components = [ Button, Switch, diff --git a/packages/vant-css/package.json b/packages/vant-css/package.json index 36e96b762..d3dbbe043 100644 --- a/packages/vant-css/package.json +++ b/packages/vant-css/package.json @@ -1,6 +1,6 @@ { "name": "vant-css", - "version": "0.8.5", + "version": "0.8.6", "description": "vant css.", "main": "lib/index.css", "style": "lib/index.css",