-
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
81b5f8f
commit eadc4d8
Showing
4 changed files
with
34 additions
and
2 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
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 @@ | ||
|
||
* 修复弹出框遮盖层显示错误的问题; [#947](https://github.com/museui/muse-ui/issues/947) | ||
* 修复 `mu-text-field` 计算属性的性能问题; | ||
* 修复 `mu-pagination` 的 `page-count` 属性出错问题; | ||
* `mu-select` 增加标签输入模式可创建不存在的条目; | ||
* `mu-form-item` 增加 `label-float` 属性; | ||
* 新增 `mu-auto-complete` 组件;[查看文档](#/zh-CN/auto-complete) | ||
* 新增 `mu-expansion-panel` 组件;[查看文档](#/zh-CN/expansion-panel) | ||
* 新增 `mu-load-more` 组件, 集成了下拉加载和无限滚动的功能; [查看文档](#/zh-CN/load-more) | ||
* 新增 `mu-slide-picker` 组件;[查看文档](#/zh-CN/slide-picker) |
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.3", | ||
"version": "3.0.0-beta.4", | ||
"description": "material design ui for vue2", | ||
"author": "myronliu347 <[email protected]>", | ||
"repository": "https://github.com/museui/muse-ui.git", | ||
|