Skip to content

Commit 5836bb5

Browse files
authored
Merge pull request Tencent#418 from sklthegoodman/master
v0.4.3版本发布。
2 parents 715de0e + 00d068b commit 5836bb5

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
#### v0.4.3 (2016-07-05)
2+
3+
- [修复] 图片上传组件无法选中图片的缺陷
4+
- [修复] 九宫格组件少于3个时出现多余线段的缺陷
5+
- [修复] 解决某些组件的z-index冲突,标准化z-index
6+
- [修复] 解决`pannel`图标没有对齐的问题
7+
- [增强] demo 更新 router
8+
- [增强] autoprefixer 指定浏览器范围
9+
10+
详情参考:
11+
12+
- [60873c2](https://github.com/weui/weui/commit/60873c2) fix 某些android机不能选图片的bug (issues#388)
13+
- [46235c6](https://github.com/weui/weui/commit/46235c6) #376 Fix grids top line bug with less than 2 item
14+
- [715de0e](https://github.com/weui/weui/commit/715de0e) standard weui zindex (#415)
15+
- [07187f8](https://github.com/weui/weui/commit/07187f8) verticle mediabox appmsg thumb
16+
- [4c566dd](https://github.com/weui/weui/commit/4c566dd) #401 update demo router
17+
- [d8b504d](https://github.com/weui/weui/commit/d8b504d) #401 指定 autoprefixer 浏览器范围
18+
119
#### v0.4.2 (2016-04-28)
220

321
- [修复] 修复 `weui_label` 在英文字符下溢出的缺陷

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "wechat mobile ui",
88
"main": "dist/style/weui.css",
9-
"version": "0.4.2",
9+
"version": "0.4.3",
1010
"authors": [
1111
"wechat ui team"
1212
],

dist/style/weui.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/style/weui.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weui",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.",
55
"keywords": [
66
"weui",

0 commit comments

Comments
 (0)