Skip to content

Commit dd8fcf1

Browse files
committed
v0.4.0
1 parent 4811ace commit dd8fcf1

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
#### v0.4.0 (2016-02-26)
2+
3+
- 【增强】新增 navbar 组件
4+
- 【增强】新增 tabbar 组件
5+
- 【增强】新增 panel 组件
6+
- 【增强】新增 search_bar 组件
7+
- 【修复】#193 字体格式的问题,只使用 ttf 格式文件
8+
- 【增强】增加 `weui_icon_clear` 图标
9+
- 【修复】去掉表单元素 input 、textarea 点击时的默认的阴影
10+
- 【修复】修复 radio 图标没有完全居中的问题
11+
12+
详情参考:
13+
- [3eda74a](https://github.com/weui/weui/commit/3eda74a) init navbar
14+
- [2567ad9](https://github.com/weui/weui/commit/2567ad9) init tabbar
15+
- [61ce366](https://github.com/weui/weui/commit/61ce366) rename card to panel
16+
- [f081257](https://github.com/weui/weui/commit/f081257) add searchbar
17+
- [affb271](https://github.com/weui/weui/commit/affb271) #193 fix font-face type
18+
- [4a3762c](https://github.com/weui/weui/commit/4a3762c) add `weui_icon_clear`
19+
- [491150b](https://github.com/weui/weui/commit/491150b) 去掉weui_cells_form的input textareat label[for]的点击阴影
20+
- [370acc2](https://github.com/weui/weui/commit/370acc2) update radio icon position, remove unused property
121

222
#### v0.3.0 (2016-01-22)
323

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.3.0",
9+
"version": "0.4.0",
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.3.0",
3+
"version": "0.4.0",
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)