From 51b63567dee0eced9ffc3e59945385db987568a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Thu, 7 Sep 2017 15:57:37 +0800 Subject: [PATCH 1/2] [build] 0.9.1 --- docs/examples-docs/changelog.md | 23 +++++++++++++++++++++++ packages/index.js | 2 +- packages/vant-css/package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/examples-docs/changelog.md b/docs/examples-docs/changelog.md index 65c20b4c2..4bc7b0277 100644 --- a/docs/examples-docs/changelog.md +++ b/docs/examples-docs/changelog.md @@ -1,5 +1,28 @@ ## 更新日志 +## [v0.9.0](https://github.com/youzan/vant/tree/v0.9.0) (2017-09-07) +[Full Changelog](https://github.com/youzan/vant/compare/v0.8.9...v0.9.0) + +**非兼容更新和新特性:** + +- add PullRefresh component [\#117](https://github.com/youzan/vant/pull/117) ([chenjiahan](https://github.com/chenjiahan)) +- Build: analyzes component dependencies when build style entries [\#115](https://github.com/youzan/vant/pull/115) ([chenjiahan](https://github.com/chenjiahan)) +- Toast: use flex layout, support loading with text, improve performance [\#114](https://github.com/youzan/vant/pull/114) ([chenjiahan](https://github.com/chenjiahan)) +- Card: support num and price props [\#112](https://github.com/youzan/vant/pull/112) ([chenjiahan](https://github.com/chenjiahan)) +- vant-css: use hairline classes instead of mixins [\#110](https://github.com/youzan/vant/pull/110) ([chenjiahan](https://github.com/chenjiahan)) +- update `popup` and `quickstart` readme [\#109](https://github.com/youzan/vant/pull/109) ([cookfront](https://github.com/cookfront)) +- add OrderCoupon component [\#108](https://github.com/youzan/vant/pull/108) ([chenjiahan](https://github.com/chenjiahan)) +- Doc: improve site load speed [\#107](https://github.com/youzan/vant/pull/107) ([chenjiahan](https://github.com/chenjiahan)) + +**修复:** + +- Fix: swipe tabs animation time and timing function [\#111](https://github.com/youzan/vant/pull/111) ([cookfront](https://github.com/cookfront)) +- hide indicators when one swipe page [\#106](https://github.com/youzan/vant/pull/106) ([Raistlin916](https://github.com/Raistlin916)) + +**合并的 Pull Request (可能有不兼容改动):** + +- 新增:Area(省市区选择)组件 [\#113](https://github.com/youzan/vant/pull/113) ([cookfront](https://github.com/cookfront)) + ## [v0.8.9](https://github.com/youzan/vant/tree/v0.8.9) (2017-09-01) [Full Changelog](https://github.com/youzan/vant/compare/v0.8.8...v0.8.9) diff --git a/packages/index.js b/packages/index.js index 842247cac..16e1e8c5d 100644 --- a/packages/index.js +++ b/packages/index.js @@ -51,7 +51,7 @@ import Toast from './toast'; import Uploader from './uploader'; import Waterfall from './waterfall'; -const version = '0.9.0'; +const version = '0.9.1'; const components = [ Actionsheet, Area, diff --git a/packages/vant-css/package.json b/packages/vant-css/package.json index d5f172e9e..0aabadf9a 100644 --- a/packages/vant-css/package.json +++ b/packages/vant-css/package.json @@ -1,6 +1,6 @@ { "name": "vant-css", - "version": "0.9.0", + "version": "0.9.1", "description": "vant css.", "main": "lib/index.css", "style": "lib/index.css", From b2b0db8105024c978e3aa786451f441987f79d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Thu, 7 Sep 2017 15:57:37 +0800 Subject: [PATCH 2/2] [release] 0.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c6a43661..06ba811fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "0.9.0", + "version": "0.9.1", "description": "有赞vue wap组件库", "main": "lib/vant.js", "style": "lib/vant-css/index.css",