Skip to content

Commit

Permalink
release [2.0.3]
Browse files Browse the repository at this point in the history
  • Loading branch information
myronliu347 committed May 18, 2017
1 parent bbed95e commit 90128e9
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/muse-ui.css

Large diffs are not rendered by default.

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.2"]
["2.0.3"]
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.2",
"version": "2.0.3",
"description": "material design ui for vue2",
"author": "myronliu347 <[email protected]>",
"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.2"]
["2.0.3"]
19 changes: 19 additions & 0 deletions src-docs/views/more/CHANELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 2.0.3

### Features
* 支持SSR
* Removes components that use the popup mixin from the DOM when open property is false [#496](https://github.com/museui/muse-ui/issues/496)

### Bugs

* fix the pagination option spelling mistake [#459](https://github.com/museui/muse-ui/pull/459)
* 修复 popover 在移动端点外面空白处不能正确关闭 [#471](https://github.com/museui/muse-ui/issues/471)
* 修复 Circular Progress 的 size 小于36部分不显示 [#440](https://github.com/museui/muse-ui/issues/440)
* 修复 table 组件被选中的行被删除时,残留在 selectedRowsIndex 中 [#463](https://github.com/museui/muse-ui/issues/463)
* Fix autocomplete focus issue [#495](https://github.com/museui/muse-ui/issues/495)
* 修复 mu-table unSelectAll() 无效 [#455](https://github.com/museui/muse-ui/issues/455)
* 修复 v-if + tooltip vue warn [#457](https://github.com/museui/muse-ui/issues/457)
* 修复最新版谷歌浏览器中,日期插件出现无法显示bug [#461](https://github.com/museui/muse-ui/issues/461)
* 修复 mu-dialog throws error: Cannot read property 'offsetHeight' of undefined [#447](https://github.com/museui/muse-ui/issues/447)
* 修复 toggled list 在展开时会有一个明显的下沉抖动 [#426](https://github.com/museui/muse-ui/issues/426)

## 2.0.2

### Features
Expand Down

0 comments on commit 90128e9

Please sign in to comment.