Skip to content

Commit

Permalink
release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
myronliu347 committed Apr 11, 2017
1 parent ef7c5c4 commit 0681842
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/muse-ui.css

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

6 changes: 3 additions & 3 deletions dist/muse-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["2.0.0"]
["2.0.2"]
10 changes: 5 additions & 5 deletions less/theme-vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@
@switchTextColor: @textColor;
@switchTextDisabledColor: @disabledColor;

@tabsBackgroundColor: @primaryColor;
@tabsLineColor: @accentColor;
@tabsTextColor: fade(@alternateTextColor, 70%);
@tabsSelectedTextColor: @alternateTextColor;

@tableBackgroundColor: @alternateTextColor;
@tableBorderColor: @borderColor;
@tableTextColor: @textColor;
Expand All @@ -179,6 +174,11 @@
@tableRowStripeBackgroundColor: fade(lighten(@primaryColor, 50%), 40%);
@tableTheadTextColor: @secondaryTextColor;

@tabsBackgroundColor: @primaryColor;
@tabsLineColor: @accentColor;
@tabsTextColor: fade(@alternateTextColor, 70%);
@tabsSelectedTextColor: @alternateTextColor;

@textFieldTextColor: @secondaryTextColor;
@textFieldInputColor: @textColor;
@textFieldHintColor: @disabledColor;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muse-ui",
"version": "2.0.1",
"version": "2.0.2",
"description": "material design ui for vue2",
"author": "myronliu347 <myronliu347@gmail.com>",
"main": "dist/muse-ui.js",
Expand Down
2 changes: 1 addition & 1 deletion src-docs/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["2.0.1"]
["2.0.2"]
15 changes: 15 additions & 0 deletions src-docs/views/more/CHANELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 2.0.2

### Features

* 增加表单组件 `name` 属性支持 [#402](https://github.com/museui/muse-ui/issues/402)
* selectField 增加 open,close 的事件支持 [#399](https://github.com/museui/muse-ui/issues/399)
* 增加可点击组件router-link的支持 [#39](https://github.com/museui/muse-ui/issues/39)

### Bugs

* 修复 datePicker 无法返回2月份的bug [#401](https://github.com/museui/muse-ui/issues/401)
* 修复 table 组件在 tr 只剩下1个时,无法触发rowSelection事件 [#415](https://github.com/museui/muse-ui/issues/415)
* 修复 chip 组件click事件没有事件对象传入问题 [#408](https://github.com/museui/muse-ui/issues/408)
* 修复 selectField autoWidth设置无效的问题 [#414](https://github.com/museui/muse-ui/issues/414)

## 2.0.1

### Bugs
Expand Down

0 comments on commit 0681842

Please sign in to comment.