From f019b75b04e507b551397f94a5992cb5404373de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 13 Oct 2017 11:42:34 +0800 Subject: [PATCH] [changelog] 0.10.0 --- docs/examples-docs/en-US/changelog.md | 17 +++++++++++++ .../zh-CN/changelog-generated.md | 24 +++++++++++++++++++ docs/examples-docs/zh-CN/changelog.md | 19 ++++++++++++++- 3 files changed, 59 insertions(+), 1 deletion(-) diff --git a/docs/examples-docs/en-US/changelog.md b/docs/examples-docs/en-US/changelog.md index 9dbeb2a82..20e76641f 100644 --- a/docs/examples-docs/en-US/changelog.md +++ b/docs/examples-docs/en-US/changelog.md @@ -1,5 +1,22 @@ ## Changelog +### [0.10.0](https://github.com/youzan/vant/tree/v0.10.0) +`2017-10-13` + +**Breaking changes** +- remove reset.css in vant-css [\#192](https://github.com/youzan/vant/issues/192) [\#196](https://github.com/youzan/vant/pull/196) [@chenjiahan](https://github.com/chenjiahan) +- reconstruct Swipe component, adjust some API [#174](https://github.com/youzan/vant/issues/174) [#180](https://github.com/youzan/vant/issues/180) [\#194](https://github.com/youzan/vant/pull/194) [\#200](https://github.com/youzan/vant/pull/200) [@chenjiahan](https://github.com/chenjiahan) +- optimize Search component,adjust struct [\#198](https://github.com/youzan/vant/pull/198) [@pangxie1991](https://github.com/pangxie1991) + +**Improvements** +- add Tabbar componnet [#157](https://github.com/youzan/vant/issues/157) [\#204](https://github.com/youzan/vant/pull/204) [@chenjiahan](https://github.com/chenjiahan) +- add english document of Form components [\#199](https://github.com/youzan/vant/pull/199) [@chenjiahan](https://github.com/chenjiahan) +- optimize Sku style [\#205](https://github.com/youzan/vant/pull/205) [@chenjiahan](https://github.com/chenjiahan) + +**Bug Fixes** +- fix ImagePreview beating bug when loading image [\#201](https://github.com/youzan/vant/pull/201) [@chenjiahan](https://github.com/chenjiahan) +- fix Field height error when type is textarea and display none [\#181](https://github.com/youzan/vant/issues/181) [@chenjiahan](https://github.com/chenjiahan) + ### [0.9.12](https://github.com/youzan/vant/tree/v0.9.12) `2017-10-11` diff --git a/docs/examples-docs/zh-CN/changelog-generated.md b/docs/examples-docs/zh-CN/changelog-generated.md index b805af1fc..d87a6d626 100644 --- a/docs/examples-docs/zh-CN/changelog-generated.md +++ b/docs/examples-docs/zh-CN/changelog-generated.md @@ -1,5 +1,29 @@ ## 更新日志 +## [v0.10.0](https://github.com/youzan/vant/tree/v0.10.0) (2017-10-13) +[Full Changelog](https://github.com/youzan/vant/compare/v0.9.12...v0.10.0) + +**Breaking changes** + +- \[breaking change\] remove reset.css dependencies [\#196](https://github.com/youzan/vant/pull/196) ([chenjiahan](https://github.com/chenjiahan)) + +**Issue** + +- 滑动单元格问题 [\#195](https://github.com/youzan/vant/issues/195) +- 样式初始化中的box-sizing [\#192](https://github.com/youzan/vant/issues/192) +- 移动端如何自适应宽度? [\#190](https://github.com/youzan/vant/issues/190) +- file组件 里 textarea 获取不了scrollHeight [\#181](https://github.com/youzan/vant/issues/181) + +**Improvements** + +- \[bugfix\] delete unnecessary style in sku [\#205](https://github.com/youzan/vant/pull/205) ([chenjiahan](https://github.com/chenjiahan)) +- \[new feature\] add Tabbar component [\#204](https://github.com/youzan/vant/pull/204) ([chenjiahan](https://github.com/chenjiahan)) +- \[new feature\] ImagePreview reconstruct [\#201](https://github.com/youzan/vant/pull/201) ([chenjiahan](https://github.com/chenjiahan)) +- \[bugfix\] Swipe shouid re initialize when item changes [\#200](https://github.com/youzan/vant/pull/200) ([chenjiahan](https://github.com/chenjiahan)) +- \[Document\] add form components english document [\#199](https://github.com/youzan/vant/pull/199) ([chenjiahan](https://github.com/chenjiahan)) +- \[breaking change\] Search: 修改原有结构 [\#198](https://github.com/youzan/vant/pull/198) ([pangxie1991](https://github.com/pangxie1991)) +- \[breaking change\] reconstruct Swipe component [\#194](https://github.com/youzan/vant/pull/194) ([chenjiahan](https://github.com/chenjiahan)) + ## [v0.9.12](https://github.com/youzan/vant/tree/v0.9.12) (2017-10-11) [Full Changelog](https://github.com/youzan/vant/compare/v0.9.11...v0.9.12) diff --git a/docs/examples-docs/zh-CN/changelog.md b/docs/examples-docs/zh-CN/changelog.md index 730f370c8..cbe8a33a4 100644 --- a/docs/examples-docs/zh-CN/changelog.md +++ b/docs/examples-docs/zh-CN/changelog.md @@ -1,10 +1,27 @@ ## 更新日志 +### [0.10.0](https://github.com/youzan/vant/tree/v0.10.0) +`2017-10-13` + +**Breaking changes** +- 移除 vant-css 中对 reset.css 的默认引用 [\#192](https://github.com/youzan/vant/issues/192) [\#196](https://github.com/youzan/vant/pull/196) [@chenjiahan](https://github.com/chenjiahan) +- 重写 Swipe 组件,调整部分 API [#174](https://github.com/youzan/vant/issues/174) [#180](https://github.com/youzan/vant/issues/180) [\#194](https://github.com/youzan/vant/pull/194) [\#200](https://github.com/youzan/vant/pull/200) [@chenjiahan](https://github.com/chenjiahan) +- 优化 Search 组件,修改原有结构 [\#198](https://github.com/youzan/vant/pull/198) [@pangxie1991](https://github.com/pangxie1991) + +**Improvements** +- 新增 Tabbar 组件 [#157](https://github.com/youzan/vant/issues/157) [\#204](https://github.com/youzan/vant/pull/204) [@chenjiahan](https://github.com/chenjiahan) +- 新增表单相关组件英文文档 [\#199](https://github.com/youzan/vant/pull/199) [@chenjiahan](https://github.com/chenjiahan) +- 优化 Sku 样式 [\#205](https://github.com/youzan/vant/pull/205) [@chenjiahan](https://github.com/chenjiahan) + +**Bug Fixes** +- 修复 ImagePreview 图片加载过程中跳动的问题 [\#201](https://github.com/youzan/vant/pull/201) [@chenjiahan](https://github.com/chenjiahan) +- 修复 Field 组件 type 为 textarea 且 display none 时高度计算错误的问题 [\#181](https://github.com/youzan/vant/issues/181) [@chenjiahan](https://github.com/chenjiahan) + + ### [0.9.12](https://github.com/youzan/vant/tree/v0.9.12) `2017-10-11` **Bug Fixes** - - 修复 Search 样式问题 [\#191](https://github.com/youzan/vant/pull/191) ([pangxie1991](https://github.com/pangxie1991)) ### [0.9.11](https://github.com/youzan/vant/tree/v0.9.11)