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

Commit

Permalink
[+] update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Jan 25, 2018
1 parent 2abe206 commit 250acb7
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 16 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## 0.3.13
- [!] Fix the `slot` bug about [`wxc-tab-bar`](https://github.com/alibaba/weex-ui/blob/master/packages/wxc-tab-bar/README.md).
- [!] [wxc-indexlist](https://github.com/alibaba/weex-ui/blob/master/packages/wxc-indexlist/README.md) supports fully custom style.
- [+] Add a post about `[Weex + Ui - Weex Conf 2018](https://alibaba.github.io/weex-ui/#/cn/weex-ui-weex-conf-2018)`.

## 0.3.12
- [+] Adding happypack to improve the speed of build.
- [+] Add `happypack` to improve the speed of build.
- [+] Add a show case of [weex-ui](https://github.com/tw93/weex-ui-demo).
- [+] [wxc-stepper](https://github.com/alibaba/weex-ui/blob/master/packages/wxc-stepper/README.md) supports dynamic modification of default values [issue126](https://github.com/alibaba/weex-ui/issues/126).
- [!] Fix the style bug about [wxc-grid-select](https://github.com/alibaba/weex-ui/blob/master/packages/wxc-grid-select/README.md) [issue123](https://github.com/alibaba/weex-ui/issues/123).
Expand Down
7 changes: 6 additions & 1 deletion build/index.native.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 14 additions & 10 deletions build/index.web.js

Large diffs are not rendered by default.

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.3.12</span>
# <span style="font-weight:400;">Weex Ui</span> <span style="font-size:14px">0.3.13</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
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [**Weex + Ui - Weex Conf 2018**](docs/weex-ui-weex-conf-2018)
- Layout
- [wxc-button](packages/wxc-button/)
- [wxc-cell](packages/wxc-cell/)
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/index.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/weex-ui-weex-conf-2018.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Weex + Ui - Weex Conf 2018

*Welcome to [translate](https://github.com/alibaba/weex-ui/blob/master/docs/weex-ui-weex-conf-2018.md) this article.*

本文是2018年 Weex Conf 中议题《Weex + Ui》的内容文档整理,主要给大家介绍飞猪 Weex 技术体系从无到有的过程,包括 Weex Ui 组件库的开发和发展,重点分享在 Weex Ui 层建设的一些经验。

文章较长,首先放上 Weex Ui 的开源地址,欢迎大家提PR,同时也可以通过 Star 来表示你的喜欢。
Expand Down
1 change: 1 addition & 0 deletions example/ep-slider/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
:key="index"
:ext-id="index"
:class="['slider',`slider${index}`]"
url="https://h5.m.taobao.com/trip/weex-ui/demo/index.native-min.js"
@wxcPanItemPan="wxcPanItemPan"
@wxcPanItemClick="wxcPanItemClick"
:slot="`card${index}_${autoSliderId}`"
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.3.13beta3",
"version": "0.3.13",
"description": "A rich interaction, lightweight, high performance UI library based on Weex",
"main": "index.js",
"lib": "vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Utils = {
return parsedUrl.toString();
},
goToH5Page (jumpUrl, animated = false, callback = null) {
const Navigator = weex.requireModule('navigator')
const Navigator = weex.requireModule('navigator');
const jumpUrlObj = new Utils.UrlParser(jumpUrl, true);
const url = Utils.appendProtocol(jumpUrlObj.toString());
Navigator.push({
Expand Down

0 comments on commit 250acb7

Please sign in to comment.