Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(7.5.1): release 7.5.1 #3576

Merged
merged 1 commit into from
Jun 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [7.5.1](https://github.com/NG-ZORRO/ng-zorro-antd/compare/7.5.0...7.5.1) (2019-06-14)


### Bug Fixes

* **button:** disable wave animation when the type is link ([#3545](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3545)) ([#3572](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3572)) ([1bb84fe](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1bb84fe)), closes [#3546](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3546)
* **select:** fix select tag option display ([#3574](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3574)) ([d93fb66](https://github.com/NG-ZORRO/ng-zorro-antd/commit/d93fb66)), closes [#3424](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3424) [#3563](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3563)



# [7.5.0](https://github.com/NG-ZORRO/ng-zorro-antd/compare/7.4.1...7.5.0) (2019-06-05)


Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-zorro-antd",
"version": "7.5.0",
"version": "7.5.1",
"license": "MIT",
"description": "An enterprise-class UI components based on Ant Design and Angular",
"schematics": "./schematics/collection.json",
Expand Down
2 changes: 1 addition & 1 deletion components/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { Version } from '@angular/core';

export const VERSION = new Version('7.5.0');
export const VERSION = new Version('7.5.1');
9 changes: 9 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ timeline: true
* Major version release is not included in this schedule for breaking change and new features.

---
## 7.5.1
`2019-06-14`

### Bug Fixes

* **button:** disable wave animation when the type is link ([#3545](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3545)) ([#3572](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3572)) ([1bb84fe](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1bb84fe)), closes [#3546](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3546)
* **select:** fix select tag option display ([#3574](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3574)) ([d93fb66](https://github.com/NG-ZORRO/ng-zorro-antd/commit/d93fb66)), closes [#3424](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3424) [#3563](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3563)


## 7.5.0
`2019-06-05`

Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ timeline: true
* 主版本号:含有破坏性更新和新特性,不在发布周期内。

---
## 7.5.1
`2019-06-14`

### Bug Fixes

* **button:** link 类型禁用波浪动画 ([#3545](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3545)) ([#3572](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3572)) ([1bb84fe](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1bb84fe)), closes [#3546](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3546)
* **select:** 修复 tag 模式显示的问题 ([#3574](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3574)) ([d93fb66](https://github.com/NG-ZORRO/ng-zorro-antd/commit/d93fb66)), closes [#3424](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3424) [#3563](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3563)

## 7.5.0
`2019-06-05`

Expand Down
2 changes: 1 addition & 1 deletion scripts/site/_site/doc/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class AppComponent implements OnInit, AfterViewInit {

language = 'zh';
oldVersionList = [ '0.5.x', '0.6.x', '0.7.x', '1.8.x' ];
currentVersion = '7.5.0';
currentVersion = '7.5.1';

@ViewChild('searchInput') searchInput: ElementRef<HTMLInputElement>;

Expand Down
2 changes: 1 addition & 1 deletion scripts/site/_site/doc/app/share/nz-codebox/stack-blitz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export class AppModule { }`;
'date-fns' : '^1.29.0',
tslib : '^1.9.3',
typescript : '~3.1.1',
'ng-zorro-antd': '^7.5.0'
'ng-zorro-antd': '^7.5.1'
},
tags : [ 'stackblitz', 'sdk' ]
};
Expand Down