diff --git a/docs/examples-docs/en-US/changelog.md b/docs/examples-docs/en-US/changelog.md index 9580031dc..977e82568 100644 --- a/docs/examples-docs/en-US/changelog.md +++ b/docs/examples-docs/en-US/changelog.md @@ -1,15 +1,28 @@ ## Changelog +### [0.10.3](https://github.com/youzan/vant/tree/v0.10.3) +`2017-10-25` + +**Improvements** +- add Tabbar info prop [\#245](https://github.com/youzan/vant/pull/245) [@chenjiahan](https://github.com/chenjiahan) +- add Toast position prop [\#244](https://github.com/youzan/vant/pull/244) [@chenjiahan](https://github.com/chenjiahan) +- add Coupon showExchangeBar prop [\#243](https://github.com/youzan/vant/pull/243) [@chenjiahan](https://github.com/chenjiahan) +- add Advanced components english document [\#236](https://github.com/youzan/vant/pull/236) [@Tinysymphony](https://github.com/Tinysymphony) +- add demo pages in document [\#237](https://github.com/youzan/vant/pull/237) [@chenjiahan](https://github.com/chenjiahan) + +**Bug Fixes** +- fix Address & Contact list style error [\#230](https://github.com/youzan/vant/pull/230) [@chenjiahan](https://github.com/chenjiahan) +- fix popup style missing when build style entry [\#231](https://github.com/youzan/vant/pull/231) [@chenjiahan](https://github.com/chenjiahan) +- fix PullRefresh touchcancel event [\#239](https://github.com/youzan/vant/pull/239) [@GeoffZhu](https://github.com/GeoffZhu) + ### [0.10.2](https://github.com/youzan/vant/tree/v0.10.2) `2017-10-20` **Improvements** - - Sku: sku-group slot add event bus [\#226](https://github.com/youzan/vant/pull/226) [@w91](https://github.com/w91) - add English documents [\#220](https://github.com/youzan/vant/pull/220) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** - - Optimize component dependency analyze when build style entry [\#224](https://github.com/youzan/vant/pull/224) [@chenjiahan](https://github.com/chenjiahan) ### [0.10.1](https://github.com/youzan/vant/tree/v0.10.1) diff --git a/docs/examples-docs/zh-CN/changelog-generated.md b/docs/examples-docs/zh-CN/changelog-generated.md index 1af6aabb8..aaebb6f47 100644 --- a/docs/examples-docs/zh-CN/changelog-generated.md +++ b/docs/examples-docs/zh-CN/changelog-generated.md @@ -1,5 +1,31 @@ ## 更新日志 +## [v0.10.3](https://github.com/youzan/vant/tree/v0.10.3) (2017-10-25) +[Full Changelog](https://github.com/youzan/vant/compare/v0.10.2...v0.10.3) + +**Issue** + +- 能否把DEMO示例的代码全部放出? [\#235](https://github.com/youzan/vant/issues/235) +- 能否增加一个下拉菜单及上拉加载更多 [\#234](https://github.com/youzan/vant/issues/234) +- ImagePreview 图片预览 组件使用后,点击图片无法显示大图 [\#225](https://github.com/youzan/vant/issues/225) +- 能否提供cdn方式呢 [\#223](https://github.com/youzan/vant/issues/223) +- 请问如何跟手淘lib-flexible rem布局结合 [\#222](https://github.com/youzan/vant/issues/222) + +**Improvements** + +- \[new feature\] Tabbar add 'info' prop [\#245](https://github.com/youzan/vant/pull/245) ([chenjiahan](https://github.com/chenjiahan)) +- \[new feature\] Toast support `position` prop [\#244](https://github.com/youzan/vant/pull/244) ([chenjiahan](https://github.com/chenjiahan)) +- \[new feature\] Coupon add 'showExchangeBar' prop && add empty style [\#243](https://github.com/youzan/vant/pull/243) ([chenjiahan](https://github.com/chenjiahan)) +- \[Doc\] add goods demo [\#242](https://github.com/youzan/vant/pull/242) ([chenjiahan](https://github.com/chenjiahan)) +- \[bug fix\] Pull-refresh: 'touchcancel '拼写问题 [\#239](https://github.com/youzan/vant/pull/239) ([GeoffZhu](https://github.com/GeoffZhu)) +- \[bug fix\]: 高阶组件英文文档修改 [\#238](https://github.com/youzan/vant/pull/238) ([Tinysymphony](https://github.com/Tinysymphony)) +- \[Doc\] add demo pages [\#237](https://github.com/youzan/vant/pull/237) ([chenjiahan](https://github.com/chenjiahan)) +- \[Doc\] add Advanced components english document [\#236](https://github.com/youzan/vant/pull/236) ([Tinysymphony](https://github.com/Tinysymphony)) +- \[bugfix\] popup style missing when build style entry [\#231](https://github.com/youzan/vant/pull/231) ([chenjiahan](https://github.com/chenjiahan)) +- \[bugfix\] Address & Contact list style [\#230](https://github.com/youzan/vant/pull/230) ([chenjiahan](https://github.com/chenjiahan)) +- \[Doc\] add more badges in README.md [\#228](https://github.com/youzan/vant/pull/228) ([chenjiahan](https://github.com/chenjiahan)) +- update README.md [\#227](https://github.com/youzan/vant/pull/227) ([chenjiahan](https://github.com/chenjiahan)) + ## [v0.10.2](https://github.com/youzan/vant/tree/v0.10.2) (2017-10-20) [Full Changelog](https://github.com/youzan/vant/compare/v0.10.1...v0.10.2) diff --git a/docs/examples-docs/zh-CN/changelog.md b/docs/examples-docs/zh-CN/changelog.md index 5c52a2c57..c647b0b9c 100644 --- a/docs/examples-docs/zh-CN/changelog.md +++ b/docs/examples-docs/zh-CN/changelog.md @@ -1,16 +1,29 @@ ## 更新日志 +### [0.10.3](https://github.com/youzan/vant/tree/v0.10.3) +`2017-10-25` + +**Improvements** +- 新增 Tabbar info 属性 [\#245](https://github.com/youzan/vant/pull/245) [@chenjiahan](https://github.com/chenjiahan) +- 新增 Toast position 属性 [\#244](https://github.com/youzan/vant/pull/244) [@chenjiahan](https://github.com/chenjiahan) +- 新增 Coupon showExchangeBar 属性 [\#243](https://github.com/youzan/vant/pull/243) [@chenjiahan](https://github.com/chenjiahan) +- 新增高阶组件英文文档 [\#236](https://github.com/youzan/vant/pull/236) [@Tinysymphony](https://github.com/Tinysymphony) +- 新增示例页面文档 [\#237](https://github.com/youzan/vant/pull/237) [@chenjiahan](https://github.com/chenjiahan) + +**Bug Fixes** +- 修复 Address & Contact 列表底部遮挡问题 [\#230](https://github.com/youzan/vant/pull/230) [@chenjiahan](https://github.com/chenjiahan) +- 修复 popup 被依赖时未自动引入样式的问题 [\#231](https://github.com/youzan/vant/pull/231) [@chenjiahan](https://github.com/chenjiahan) +- 修复 PullRefresh touchcancel 事件名拼写错误 [\#239](https://github.com/youzan/vant/pull/239) [@GeoffZhu](https://github.com/GeoffZhu) + ### [0.10.2](https://github.com/youzan/vant/tree/v0.10.2) `2017-10-20` **Improvements** - - Sku: sku-group slot 增加 event bus [\#226](https://github.com/youzan/vant/pull/226) [@w91](https://github.com/w91) -- 增加英文文档翻译 [\#220](https://github.com/youzan/vant/pull/220) [@chenjiahan](https://github.com/chenjiahan) +- 新增基础英文文档 [\#220](https://github.com/youzan/vant/pull/220) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** - -- 修复组件样式依赖分析 [\#224](https://github.com/youzan/vant/pull/224) [@chenjiahan](https://github.com/chenjiahan) +- 修复组件间样式依赖分析遗漏的问题 [\#224](https://github.com/youzan/vant/pull/224) [@chenjiahan](https://github.com/chenjiahan) ### [0.10.1](https://github.com/youzan/vant/tree/v0.10.1) `2017-10-18`