Skip to content

Commit

Permalink
weui 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bearyan committed Sep 23, 2016
1 parent 78e1beb commit 6678e78
Show file tree
Hide file tree
Showing 182 changed files with 6,742 additions and 4,306 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.idea/
node_modules
publish.sh
npm-debug.log
37 changes: 25 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
#### v1.0.0 (2016-09-23)

- 【增强】 采用BEM命名规范
- 【增强】 新增Flex布局
- 【增强】 新增Gallery
- 【增强】 新增Preview
- 【增强】 新增Agreement
- 【增强】 新增Footer
- 【增强】 新增Dialog和Actionsheet的Android样式
- 【修复】 修正了部分组件的间距
- 【修复】 修复了已知问题


#### v0.4.3 (2016-07-05)

- [修复] 图片上传组件无法选中图片的缺陷
- [修复] 九宫格组件少于3个时出现多余线段的缺陷
- [修复] 解决某些组件的z-index冲突,标准化z-index
- [修复] 解决`pannel`图标没有对齐的问题
- [增强] demo 更新 router
- [增强] autoprefixer 指定浏览器范围
- 【修复】 图片上传组件无法选中图片的缺陷
- 【修复】 九宫格组件少于3个时出现多余线段的缺陷
- 【修复】 解决某些组件的z-index冲突,标准化z-index
- 【修复】 解决`pannel`图标没有对齐的问题
- 【增强】 demo 更新 router
- 【增强】 autoprefixer 指定浏览器范围

详情参考:

Expand All @@ -18,12 +31,12 @@

#### v0.4.2 (2016-04-28)

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

详情参考:

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.3",
"version": "1.0.0",
"authors": [
"wechat ui team"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/example/example.css

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

Loading

0 comments on commit 6678e78

Please sign in to comment.