Skip to content

Commit

Permalink
v0.4.2 (Tencent#342)
Browse files Browse the repository at this point in the history
* add npm version shield

* update router demo

* v0.4.2
  • Loading branch information
progrape authored and uxsi committed Apr 29, 2016
1 parent 8515ba3 commit ff0516a
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 15 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
#### v0.4.2 (2016-04-28)

- [修复] 修复 `weui_label` 在英文字符下溢出的缺陷
- [增强] Article 页面增加支持图片样式
- [修复] demo 页面的 `lang` 属性修改
- [修复] 修复 demo 页面的 ActionSheet mask 无动画的缺陷
- [增强] 优化 demo, 为tab中navbar和tabbar里标签添加点击事件交互,方便查看实际效果
- [修复] 修改 `weui_label` 的宽度为 105px

详情参考:

- [8515ba3](https://github.com/weui/weui/commit/8515ba3) word wrap weui label (#341)
- [b37830b](https://github.com/weui/weui/commit/b37830b) add article img
- [9ad4230](https://github.com/weui/weui/commit/9ad4230) 调整 html 的 lang 属性
- [775502c](https://github.com/weui/weui/commit/775502c) fix mask no transition bug (#333)
- [3a6eaf7](https://github.com/weui/weui/commit/3a6eaf7) 优化demo 为tab中navbar和tabbar里标签添加点击事件交互,方便查看实际效果
- [14ee030](https://github.com/weui/weui/commit/14ee030) standard weui select gap

#### v0.4.1 (2016-04-06)

- 【修复】优化 demo,修复 demo 的若干 bug
Expand Down Expand Up @@ -51,7 +69,7 @@

- [4d8aeb5](https://github.com/weui/weui/commit/4d8aeb5) #149 add bower.json file
- [fe9d34f](https://github.com/weui/weui/commit/fe9d34f) add weui_uploader
- [d7a63bd](https://github.com/weui/weui/commit/d7a63bd) create `weui_grid`
- [d7a63bd](https://github.com/weui/weui/commit/d7a63bd) create `weui_grid`

#### v0.2.3 (2015-12-29)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WeUI 为微信 Web 服务量身设计 [![Build Status](https://travis-ci.org/weui/weui.svg?branch=master)](https://travis-ci.org/weui/weui)
WeUI 为微信 Web 服务量身设计 [![Build Status](https://travis-ci.org/weui/weui.svg?branch=master)](https://travis-ci.org/weui/weui) [![npm version](https://img.shields.io/npm/v/weui.svg)](https://www.npmjs.org/package/weui)
====

## 概述
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "wechat mobile ui",
"main": "dist/style/weui.css",
"version": "0.4.1",
"version": "0.4.2",
"authors": [
"wechat ui team"
],
Expand Down
4 changes: 1 addition & 3 deletions dist/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<link rel="stylesheet" href="./example.css"/>
</head>
<body ontouchstart>
<div class="container" id="container">

</div>
<div class="container" id="container"></div>
<script type="text/html" id="tpl_home">
<div class="hd">
<h1 class="page_title">WeUI</h1>
Expand Down
7 changes: 6 additions & 1 deletion dist/example/router.min.js

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

4 changes: 2 additions & 2 deletions dist/style/weui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/style/weui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weui",
"version": "0.4.1",
"version": "0.4.2",
"description": "A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.",
"keywords": [
"weui",
Expand Down
4 changes: 1 addition & 3 deletions src/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<link rel="stylesheet" href="./example.css"/>
</head>
<body ontouchstart>
<div class="container" id="container">

</div>
<div class="container" id="container"></div>
<link rel="import" href="./fragment/home.html">
<link rel="import" href="./fragment/button.html">
<link rel="import" href="./fragment/cell.html">
Expand Down
7 changes: 6 additions & 1 deletion src/example/router.min.js

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

0 comments on commit ff0516a

Please sign in to comment.