-
Notifications
You must be signed in to change notification settings - Fork 899
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df6838b
commit 91aa8ce
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|