Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[+] update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed May 14, 2018
1 parent d268487 commit 23fcd16
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.6.3
- [!] Fixed the bug about [`wxc-minibar`](https://alibaba.github.io/weex-ui/#/packages/wxc-minibar/) when setting right slot. [issue/263](https://github.com/alibaba/weex-ui/issues/263)
- [+] [`wxc-ep-slider`](https://alibaba.github.io/weex-ui/#/packages/wxc-ep-slider/) supports pull more by setting `pull-more` slot.
- [!] Fixed the bug about [wxc-icon](https://alibaba.github.io/weex-ui/#/packages/wxc-icon/) when requesting font source. [issues/253](https://github.com/alibaba/weex-ui/issues/253)
- [+] [wxc-popup](https://alibaba.github.io/weex-ui/#/packages/wxc-popup/) supports setting `stand-out`. [issue/251](https://github.com/alibaba/weex-ui/issues/251)
- [+] supports to auto generate entry `index.js`. [pull/259](https://github.com/alibaba/weex-ui/pull/259)
- [!] Fixed the bug about [wxc-searchbar](https://alibaba.github.io/weex-ui/#/packages/wxc-searchbar/) barStyle return default value is `undefined`. [pull/255](https://github.com/alibaba/weex-ui/pull/255)
- [+] [wxc-result](https://alibaba.github.io/weex-ui/#/packages/wxc-result/) supports to add customer result type. [pull/252](https://github.com/alibaba/weex-ui/pull/252)

## 0.6.2
- [+] [`utils`](https://alibaba.github.io/weex-ui/#/packages/utils/) more powerful, add `objToParams``paramsToObj``getPageHeight``getScreenHeight` new functions, More you can see [utils/index.js](https://github.com/alibaba/weex-ui/blob/master/packages/utils/index.js).
- [!] Fixed the bug about [`wxc-ep-slider`](https://alibaba.github.io/weex-ui/#/packages/wxc-ep-slider/) when only two sliders [pull/248].(https://github.com/alibaba/weex-ui/pull/248)
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG_cn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 升级日志

## 0.6.3
- [!] 修复 [`wxc-minibar`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-minibar/) 设置右侧 slot 时候回调无效问题 [issue/263](https://github.com/alibaba/weex-ui/issues/263)
- [+] [`wxc-ep-slider`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-ep-slider/) 支持设置右滑加载更多设置,通过配置 `pull-more` slot 即可
- [!] 修复 [wxc-icon](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-icon/) 在某些容器请求字体文件出错问题 [issues/253](https://github.com/alibaba/weex-ui/issues/253)
- [+] [wxc-popup](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-popup/) 支持设置原有位置突出的 `stand-out` [issue/251](https://github.com/alibaba/weex-ui/issues/251)
- [+] 支持在构建过程中自动生成入口 `index.js` [pull/259](https://github.com/alibaba/weex-ui/pull/259)
- [!] 修复 [wxc-searchbar](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-searchbar/) barStyle 字段默认值返回 `undefined`[pull/255](https://github.com/alibaba/weex-ui/pull/255)
- [+] [wxc-result](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-result/) 支持获取新增的错误类型展示 [pull/252](https://github.com/alibaba/weex-ui/pull/252)

## 0.6.2
- [+] [`utils`](https://alibaba.github.io/weex-ui/#/cn/packages/utils/) 功能增强,新增`objToParams``paramsToObj``getPageHeight``getScreenHeight`等功能,详细可见 [utils/index.js](https://github.com/alibaba/weex-ui/blob/master/packages/utils/index.js)
- [!] 修复 [`wxc-ep-slider`](https://alibaba.github.io/weex-ui/#/cn/packages/wxc-ep-slider/) 只有两个 slider 时候的滑动 bug [pull/248](https://github.com/alibaba/weex-ui/pull/248)
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="https://img.alicdn.com/tfs/TB1kCs_er_I8KJjy1XaXXbsxpXa-419-495.png" width="146px">

# <span style="font-weight:400;">Weex Ui</span> <span style="font-size:14px">0.6.2</span>
# <span style="font-weight:400;">Weex Ui</span> <span style="font-size:14px">0.6.3</span>

> <span style="line-height:1.8rem;font-weight:400;font-size:1.3rem">A rich interaction, lightweight, high performance UI library.<span>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weex-ui",
"version": "0.6.3beta2",
"version": "0.6.3",
"description": "A rich interaction, lightweight, high performance UI library based on Weex",
"main": "index.js",
"lib": "vue",
Expand Down

0 comments on commit 23fcd16

Please sign in to comment.