Skip to content

Commit

Permalink
Merge pull request Tencent#1 from weui/master
Browse files Browse the repository at this point in the history
merge from weui upstream
  • Loading branch information
sklme authored Apr 7, 2017
2 parents 00d068b + 66510ff commit dc08fc9
Show file tree
Hide file tree
Showing 190 changed files with 7,865 additions and 4,633 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
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.10"
- "node"
before_script:
- npm install --global gulp
82 changes: 69 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,67 @@
#### v1.1.1 (2017-01-17)

- 【修复】 fix icon-safe的错乱问题
- 【增强】 增加按钮loading状态
- 【增强】 更新普通警告图标颜色



#### v1.1.0 (2016-11-21)

- 【增强】 新增兼容IE Edge版本的switch
- 【增强】 增加组件 badge徽章
- 【增强】 增加组件 slider滑块
- 【增强】 增加组件 picker多列选择器
- 【优化】 把radio和checkbox下的weui-cell的:active挪到weui-check__label
- 【优化】 src/navbar.less 更名为 src/weui-navbar.less
- 【优化】 src/tabbar.less 更名为 src/weui-tabbar.less
- 【优化】 loading的base64
- 【优化】 去掉废弃和冗余的样式
- 【修复】 preview下,两个button并排时,高度有问题 (#462)
- 【修复】 button作为.weui-vcode-btn时的样式问题 (#519)
- 【修复】 sourcemap 为乱码的问题
- 【修复】 select的箭头没有居中的问题
- 【修复】 tabbar的间距样式



#### v1.0.2 (2016-09-27)

- 【修复】 fix 不见了的weui-icon_clear的icon: weui-icon_close -> weui-icon_clear
- 【修复】 preview在没有value的时候会变形: 增加weui-form-preview__item来控制
- 【修复】 补上九宫格Grid的DEMO
- 【修复】 九宫格文字换行问题 #483
- 【优化】 icon的实现
- 【优化】 example代码


#### v1.0.1 (2016-09-27)

- 【修复】 preview中,button与a标签的样式不一致
- 【修复】 把遗漏的weui-media 更名为 weui-media-box


#### 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 +74,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 Expand Up @@ -184,4 +240,4 @@

初始发布

- Initial release
- Initial release
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

欢迎参与 WeUI 的贡献,你可以给我们提出意见、建议,报告 bug,或者贡献代码。在参与贡献之前,请阅读以下指引。

#### 关于命名规范
WeUI 1.0.0与以往版本不同,采用了新的命名规范。但为了大家便于理解,可以按BEM来看WeUI的代码。其中 横杠是连词符,双下划线区分B与E,单下划线后面跟Modify。

#### 咨询问题

简单的咨询,如询问如何使用、询问示例是如何实现的或其他和 WeUI 无关的技术问题,请在官方 QQ 群(478234996)中询问,效率更高。
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@ WeUI 为微信 Web 服务量身设计

WeUI 是一套同微信原生视觉体验一致的基础样式库,由微信官方设计团队为微信 Web 开发量身设计,可以令用户的使用感知更加统一。包含`button``cell``dialog``progress``toast``article``actionsheet``icon`等各式元素。

## 视觉标准

[WeUI-Sketch](https://github.com/weui/weui-sketch)

## 手机预览

请用微信扫码

![https://weui.io](https://cloud.githubusercontent.com/assets/4652816/15662614/178efd46-2725-11e6-8952-09d7836e968d.png)

[https://weui.io](https://weui.io)

老版本: [https://weui.io/0.4.x](https://weui.io/0.4.x)

## 文档
- WeUI 说明文档参考 [Wiki](https://github.com/weui/weui/wiki)
- WeUI 视觉标准参考 [weui-design](https://github.com/weui/weui-design)

WeUI 说明文档参考 [Wiki](https://github.com/weui/weui/wiki)
## 扩展
- [WeUI for 小程序 (weui-wxss)](https://github.com/weui/weui-wxss/)
- [weui.js](https://github.com/weui/weui.js/)
- [react-weui](https://github.com/weui/react-weui/)

## License
The MIT License(http://opensource.org/licenses/MIT)
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1",
"authors": [
"wechat ui team"
],
Expand All @@ -19,4 +19,4 @@
],
"homepage": "https://github.com/weui/weui",
"ignore": []
}
}
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 dc08fc9

Please sign in to comment.