Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bearyan committed Feb 17, 2020
1 parent 7965261 commit 7d01b5f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### [v2.2.0](https://github.com/Tencent/weui/compare/v2.1.4...v2.2.0) (2020-02-17)

#### Features
* feat: DarkMode 黑暗模式 适配([d2aa336](https://github.com/Tencent/weui/commit/d2aa336))
* feat: 不再对`weui-btn_plain`进行支持,可使用`weui-btn`代替([699609f](https://github.com/Tencent/weui/commit/699609f))

#### Bugfixes
* fix: 在 iphone se 下,不能看到确认按钮的问题 #816([a2c83d3](https://github.com/Tencent/weui/commit/a2c83d3))

#### Style
* stylelint([7965261](https://github.com/Tencent/weui/commit/7965261))



### [v2.1.4](https://github.com/Tencent/weui/compare/v2.1.3...v2.1.4) (2020-01-20)

#### Features
Expand Down
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-lock.json

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

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": "2.1.4",
"version": "2.2.0",
"description": "A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.",
"keywords": [
"weui",
Expand Down

0 comments on commit 7d01b5f

Please sign in to comment.