Skip to content

Commit

Permalink
feat: 3.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
myronliu347 committed Jun 3, 2018
1 parent df6838b commit 91aa8ce
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
15 changes: 13 additions & 2 deletions docs/src/docs/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# 更新日志

<mu-stepper orientation="vertical" :linear="false">
<mu-step active>
<mu-step active>
<mu-step-label>
<mu-icon value="panorama_fish_eye" color="primary" slot="icon"></mu-icon>
<span class="version-title">3.0.0-beta.3</span>
</mu-step-label>
<mu-step-content >
<v3-0-0-beta3></v3-0-0-beta3>
</mu-step-content>
</mu-step>
<mu-step active>
<mu-step-label>
<mu-icon value="panorama_fish_eye" color="primary" slot="icon"></mu-icon>
<span class="version-title">3.0.0-beta.2</span>
Expand Down Expand Up @@ -30,11 +39,13 @@
<script>
import V3Beta1 from './version/3.0.0-beta.1.md';
import V3Beta2 from './version/3.0.0-beta.2.md';
import V3Beta3 from './version/3.0.0-beta.3.md';

export default {
components: {
'v3-0-0-beta1': V3Beta1,
'v3-0-0-beta2': V3Beta2
'v3-0-0-beta2': V3Beta2,
'v3-0-0-beta3': V3Beta3
}
}
</script>
Expand Down
10 changes: 10 additions & 0 deletions docs/src/docs/zh-CN/version/3.0.0-beta.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* 修复 `mu-text-field` value无法清空的问题 [#941](https://github.com/museui/muse-ui/issues/941)
* 修复 `mu-tooltip``mu-drawer` 混合使用导致遮盖层意外关闭的问题 [#944](https://github.com/museui/muse-ui/issues/944)
* 修复 `mu-date-input` dateTime 模式默认时间无法是当前时间的问题 [#945](https://github.com/museui/muse-ui/issues/945)
* `mu-time-picker` 增加 `view-type` 参数,可以用列表方式选择时间
* `mu-date-picker` `mu-time-picker` 增加 `display-color` 参数定义日期显示区域颜色
* 新增 `mu-date-time-picker` 组件,在 `mu-date-input` 中使用 [查看文档](#/zh-CN/date-input)
* 新增 `mu-form` 表单组件,支持表单布局和表单验证 [查看文档](#/zh-CN/form)
* 新增 `mu-ripple` 波纹组件 [查看文档](#/zh-CN/ripple)
* 新增 `v-scroll``v-resize``v-click-outside` 指令 [查看文档](#/zh-CN/directives)
* 新增内置过渡动画组件 [查看文档](#/zh-CN/transitions)
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": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "material design ui for vue2",
"author": "myronliu347 <[email protected]>",
"repository": "https://github.com/museui/muse-ui.git",
Expand Down

0 comments on commit 91aa8ce

Please sign in to comment.