update changelog

This commit is contained in:
bearyan
2020-02-17 12:50:47 +08:00
parent 7d01b5f569
commit a932eafbdd
2 changed files with 6 additions and 10 deletions

View File

@@ -8,19 +8,15 @@ module.exports = {
filters: [
{
name: 'Features',
regExp: /^(?:feat|add)/i,
regExp: /^(?:feat|add):/i,
},
{
name: 'Bugfixes',
regExp: /^fix/i,
},
{
name: 'Style',
regExp: /^style/i,
regExp: /^fix:/i,
},
{
name: 'Performance',
regExp: /^perf/i,
regExp: /^perf:/i,
}
],
parse(commits){

View File

@@ -1,14 +1,14 @@
### [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: DarkMode 黑暗模式 适配。默认跟随系统,可在`body`添加属性`data-weui-theme`来控制,值为`light`/`dark`([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))
#### Breaking Changes
* feat: 不再对`weui-btn_plain`进行支持,可使用`weui-btn`代替([699609f](https://github.com/Tencent/weui/commit/699609f))