Skip to content

Commit c85111a

Browse files
authored
release(0.6.0): release 0.6.0 (#583)
1 parent 061046d commit c85111a

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

README-zh_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![npm package](https://img.shields.io/npm/v/ng-zorro-antd.svg)](https://www.npmjs.org/package/ng-zorro-antd)
1010
[![Gitter](https://badges.gitter.im/ng-zorro/ng-zorro-antd.svg)](https://gitter.im/ng-zorro/ng-zorro-antd?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1111

12-
这里是 Ant Design 的 Angular 4.0 实现,开发和服务于企业级后台产品。
12+
这里是 Ant Design 的 Angular 5.0 实现,开发和服务于企业级后台产品。
1313

1414
[README in English](README.md)
1515

@@ -25,7 +25,7 @@
2525

2626
## 兼容版本
2727

28-
当前支持Angular`^4.4.4`版本
28+
当前支持Angular`^5.0.0`版本
2929

3030

3131
## 安装

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ An enterprise-class UI components based on Ant Design and Angular.
2626

2727
## Angular Version Support
2828

29-
* Angular`^4.4.4`
29+
* Angular`^5.0.0`
3030

3131

3232
## Install

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": "0.6.0-rc.3",
3+
"version": "0.6.0",
44
"license": "MIT",
55
"description": "An enterprise-class UI components based on Ant Design and Angular",
66
"scripts": {

src/components/tooltip/nz-tooltip.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class NzToolTipComponent {
6868
@ContentChild('nzTemplate') nzTemplate: TemplateRef<any>;
6969
@ViewChild('overlay') overlay: ConnectedOverlayDirective;
7070

71-
protected overlayOrigin: OverlayOrigin;
71+
overlayOrigin: OverlayOrigin;
7272

7373
@Input()
7474
set nzVisible(value) {

src/showcase/nz-intro-changelog/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@
99

1010
更新日志也可以在[Github](https://github.com/NG-ZORRO/ng-zorro-antd/releases)查看
1111

12+
## 0.6.0
13+
`2017-11-17`
14+
15+
### BREAK CHANGES
16+
17+
* 兼容 `Angular 5.0` 版本,`Angular 4.x` 版本请使用 `0.5.5` 版本的 `NG-ZORRO` [#552](https://github.com/NG-ZORRO/ng-zorro-antd/pull/552)
18+
19+
### Features
20+
21+
* 新增 `Transfer` 组件 [#578](https://github.com/NG-ZORRO/ng-zorro-antd/pull/578) [@卡色](https://github.com/cipchk)
22+
* `Tooltip` 支持 `Directive` 用法 [#545](https://github.com/NG-ZORRO/ng-zorro-antd/pull/545)
23+
* `Modal` 支持 `Esc` 键关闭选项 [#567](https://github.com/NG-ZORRO/ng-zorro-antd/pull/567) [@Hsuan Lee](https://github.com/HsuanXyz)
24+
* `TimePicker` 支持 `nzDisabledHours` 动态调整 [#568](https://github.com/NG-ZORRO/ng-zorro-antd/pull/568) [@Hsuan Lee](https://github.com/HsuanXyz)
25+
* `Steps``nzDescription` 选项支持传入 `Template` [#556](https://github.com/NG-ZORRO/ng-zorro-antd/pull/556) [@卡色](https://github.com/cipchk)
26+
27+
### Bug Fixes
28+
* Hover 后立刻点击 `Menu` 时不再隐藏二级菜单 [#576](https://github.com/NG-ZORRO/ng-zorro-antd/pull/576)
29+
* 修复 `Select` 在多选状态下粘贴时宽度不会改变的问题 [#575](https://github.com/NG-ZORRO/ng-zorro-antd/pull/575)
30+
* 修复 `Popover` `Title`无数据时仍然显示的问题 [#556](https://github.com/NG-ZORRO/ng-zorro-antd/pull/556) [@卡色](https://github.com/cipchk)
31+
32+
### Docs
33+
* 增加ISSUE助手功能,未按要求书写的ISSUE将会被关闭 [#565](https://github.com/NG-ZORRO/ng-zorro-antd/pull/565)
34+
* 在文档页面增加版本切换功能 [#577](https://github.com/NG-ZORRO/ng-zorro-antd/pull/577)
35+
1236
## 0.6.0-rc.3
1337
`2017-11-04`
1438

0 commit comments

Comments
 (0)