-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #518 from DaoCloud/release/1.0.4
Release/1.0.4
- Loading branch information
Showing
13 changed files
with
678 additions
and
636 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<a name="1.0.4"></a> | ||
# 1.0.4 (2018-06-14) | ||
|
||
|
||
## Bug Fixes | ||
|
||
- **icon:** fix menu item checkmark icon | ||
([4f2e141c](https://github.com/DaoCloud/dao-style-vue/commit/4f2e141c989bb9dc42bc711bd5c4698be197207b)) | ||
- **numeric-input:** fix component name dao-numberic-input to dao-numeric-input and add block feature | ||
([050455af](https://github.com/DaoCloud/dao-style-vue/commit/050455afe2d5f8f4b1ea91eee7e85dc3bb511292)) | ||
- **panel:** | ||
- 修复当改变 dao-panel 大小时,dao-panel内部文字会被选中的问题 | ||
([38cc6019](https://github.com/DaoCloud/dao-style-vue/commit/38cc6019e256434056edbf840a93ff3b45c6351b)) | ||
- 修复 dao-panel-divider 被遮掉一半的问题 | ||
([6f2d1beb](https://github.com/DaoCloud/dao-style-vue/commit/6f2d1bebeb8de74e1cda8337750bbb0418b11bbb)) | ||
- **tooltip:** 修复 tootip 当定位不正确的时候,tooltip 会闪烁的问题 | ||
([1b21245d](https://github.com/DaoCloud/dao-style-vue/commit/1b21245dfcf31ba76d27ccdad99363be959eb606)) | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
10 changes: 9 additions & 1 deletion
10
...ponents/dao-input/dao-numberic-input.scss → ...mponents/dao-input/dao-numeric-input.scss
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import daoInput from './dao-input.vue'; | ||
import daoEditableInput from './dao-editable-input.vue'; | ||
import daoFileInput from './dao-file-input.vue'; | ||
import daoNumbericInput from './dao-numberic-input.vue'; | ||
import daoNumericInput from './dao-numeric-input.vue'; | ||
|
||
export { daoInput, daoEditableInput, daoFileInput, daoNumbericInput }; | ||
export { daoInput, daoEditableInput, daoFileInput, daoNumericInput }; |
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
6 changes: 3 additions & 3 deletions
6
src/components/dao-svg/16px icons/icon_checkmark-menu-item.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* eslint-disable */ | ||
// this version shows current version of project | ||
var VERSION = '1.0.3'; | ||
var VERSION = '1.0.4'; | ||
module.exports = { VERSION: VERSION }; | ||
// ’make release‘ 依赖 console.log 把打印到标准输出, 不可删除 | ||
console.log(VERSION); |