Skip to content

Commit af7d472

Browse files
authored
release(1.7.1): release 1.7.1 (#2337)
1 parent 9e07702 commit af7d472

File tree

7 files changed

+39
-6
lines changed

7 files changed

+39
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="1.7.1"></a>
2+
## [1.7.1](https://github.com/NG-ZORRO/ng-zorro-antd/compare/1.7.0...1.7.1) (2018-10-23)
3+
4+
5+
### Bug Fixes
6+
7+
* **drawer:** style error when the unit is percentage ([#2334](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2334)) ([9e07702](https://github.com/NG-ZORRO/ng-zorro-antd/commit/9e07702)), closes [#2333](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2333)
8+
* **icon:** fix icon miss in components ([#2321](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2321)) ([af4ddfb](https://github.com/NG-ZORRO/ng-zorro-antd/commit/af4ddfb)), closes [#2326](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2326)
9+
* **icon:** fix icons problems ([#2325](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2325)) ([8a0d412](https://github.com/NG-ZORRO/ng-zorro-antd/commit/8a0d412))
10+
* **schematics:** fix object comparisons method ([#2328](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2328)) ([a7beda8](https://github.com/NG-ZORRO/ng-zorro-antd/commit/a7beda8))
11+
12+
13+
114
<a name="1.7.0"></a>
215
# [1.7.0](https://github.com/NG-ZORRO/ng-zorro-antd/compare/1.6.0...1.7.0) (2018-10-18)
316

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-zorro-antd",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"license": "MIT",
55
"description": "An enterprise-class UI components based on Ant Design and Angular",
66
"schematics": "./schematics/collection.json",

docs/changelog.en-US.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ timeline: true
1414

1515
---
1616

17+
## 1.7.1
18+
`2018-10-23`
19+
20+
### Bug Fixes
21+
22+
* **drawer:** style error when the unit is percentage ([#2334](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2334)) ([9e07702](https://github.com/NG-ZORRO/ng-zorro-antd/commit/9e07702)), closes [#2333](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2333)
23+
* **icon:** fix icon miss in components ([#2321](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2321)) ([af4ddfb](https://github.com/NG-ZORRO/ng-zorro-antd/commit/af4ddfb)), closes [#2326](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2326)
24+
* **icon:** fix icons problems ([#2325](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2325)) ([8a0d412](https://github.com/NG-ZORRO/ng-zorro-antd/commit/8a0d412))
25+
* **schematics:** fix object comparisons method ([#2328](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2328)) ([a7beda8](https://github.com/NG-ZORRO/ng-zorro-antd/commit/a7beda8))
26+
27+
1728
## 1.7.0
1829

1930
`2018-10-18`

docs/changelog.zh-CN.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,19 @@ timeline: true
1414

1515
---
1616

17+
## 1.7.1
18+
`2018-10-23`
19+
20+
### Bug Fixes
21+
22+
* **drawer:** 修复偏移量为百分比时的显示问题 ([#2334](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2334)) ([9e07702](https://github.com/NG-ZORRO/ng-zorro-antd/commit/9e07702)), closes [#2333](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2333)
23+
* **icon:** 修复丢失图标问题 ([#2321](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2321)) ([af4ddfb](https://github.com/NG-ZORRO/ng-zorro-antd/commit/af4ddfb)), closes [#2326](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2326)
24+
* **icon:** 修复图标使用方式更改引起的其他问题 ([#2325](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2325)) ([8a0d412](https://github.com/NG-ZORRO/ng-zorro-antd/commit/8a0d412))
25+
* **schematics:** 修复 schematics 部分的问题 ([#2328](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2328)) ([a7beda8](https://github.com/NG-ZORRO/ng-zorro-antd/commit/a7beda8))
26+
1727
## 1.7.0
1828

19-
`date`
29+
`2018-10-18`
2030

2131
### SVG icon 升级指南
2232

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"integration-rollup": "npm run generate && cd integration/rollup && npm run integration",
3131
"postgenerate": "node ./scripts/build/generate-less.js && cp README.md publish/README.md && npm run migration-styles && npm run schematic:generate",
3232
"generate": "ng build ng-zorro-antd-lib",
33-
"pre-release": "npm run site:init && bash ./scripts/build/replace-publish.sh && npm run generate && node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod && npm run helper",
34-
"netlify": "npm cache clean --force && npm rebuild node-sass && npm run pre-release"
33+
"pre-release": "npm run site:init && bash ./scripts/build/replace-publish.sh && npm run generate && node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod && npm run helper"
3534
},
3635
"dependencies": {
3736
"@angular/cdk": "^6.0.0",

scripts/site/_site/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class AppComponent implements OnInit, AfterViewInit {
2828
'0.6.x',
2929
'0.7.x'
3030
];
31-
currentVersion = '1.7.0';
31+
currentVersion = '1.7.1';
3232

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

scripts/site/_site/src/app/share/nz-codebox/nz-codebox.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ export class AppModule { }
386386
'@angular/router' : '^6.0.0',
387387
'@angular/animations' : '^6.0.0',
388388
'date-fns' : '^1.29.0',
389-
'ng-zorro-antd' : '^1.7.0'
389+
'ng-zorro-antd' : '^1.7.1'
390390
},
391391
tags : [ 'stackblitz', 'sdk' ]
392392
});

0 commit comments

Comments
 (0)