-
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 #495 from DaoCloud/release/1.0.1
Release/1.0.1
- Loading branch information
Showing
10 changed files
with
356 additions
and
336 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,17 @@ | ||
<a name="1.0.1"></a> | ||
# 1.0.1 (2018-05-02) | ||
|
||
|
||
## Bug Fixes | ||
|
||
- **alert:** 2.3.0 版本下 id 选择器失效 | ||
([753b6831](https://github.com/DaoCloud/dao-style-vue/commit/753b68316d165a8d51fd19decf720463e8fbddcd)) | ||
- **vertical-align:** 修复全局 icon 和 text 的 vertical align 问题 | ||
([adc9cfab](https://github.com/DaoCloud/dao-style-vue/commit/adc9cfab96ef28ec83a3545607663ac013267da5)) | ||
|
||
|
||
## Performance Improvements | ||
|
||
- **popover:** v-show -> v-if | ||
([658a98f4](https://github.com/DaoCloud/dao-style-vue/commit/658a98f4971672f33730212c1124b2ff67572da2)) | ||
|
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
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
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.0'; | ||
var VERSION = '1.0.1'; | ||
module.exports = { VERSION: VERSION }; | ||
// ’make release‘ 依赖 console.log 把打印到标准输出, 不可删除 | ||
console.log(VERSION); |