Skip to content

Commit

Permalink
release(0.6.0): release 0.6.0 (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie committed Nov 18, 2017
1 parent 061046d commit c85111a
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![npm package](https://img.shields.io/npm/v/ng-zorro-antd.svg)](https://www.npmjs.org/package/ng-zorro-antd)
[![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)

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

[README in English](README.md)

Expand All @@ -25,7 +25,7 @@

## 兼容版本

当前支持Angular`^4.4.4`版本
当前支持Angular`^5.0.0`版本


## 安装
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ An enterprise-class UI components based on Ant Design and Angular.

## Angular Version Support

* Angular`^4.4.4`
* Angular`^5.0.0`


## Install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-zorro-antd",
"version": "0.6.0-rc.3",
"version": "0.6.0",
"license": "MIT",
"description": "An enterprise-class UI components based on Ant Design and Angular",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/tooltip/nz-tooltip.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class NzToolTipComponent {
@ContentChild('nzTemplate') nzTemplate: TemplateRef<any>;
@ViewChild('overlay') overlay: ConnectedOverlayDirective;

protected overlayOrigin: OverlayOrigin;
overlayOrigin: OverlayOrigin;

@Input()
set nzVisible(value) {
Expand Down
24 changes: 24 additions & 0 deletions src/showcase/nz-intro-changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,30 @@

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

## 0.6.0
`2017-11-17`

### BREAK CHANGES

* 兼容 `Angular 5.0` 版本,`Angular 4.x` 版本请使用 `0.5.5` 版本的 `NG-ZORRO` [#552](https://github.com/NG-ZORRO/ng-zorro-antd/pull/552)

### Features

* 新增 `Transfer` 组件 [#578](https://github.com/NG-ZORRO/ng-zorro-antd/pull/578) [@卡色](https://github.com/cipchk)
* `Tooltip` 支持 `Directive` 用法 [#545](https://github.com/NG-ZORRO/ng-zorro-antd/pull/545)
* `Modal` 支持 `Esc` 键关闭选项 [#567](https://github.com/NG-ZORRO/ng-zorro-antd/pull/567) [@Hsuan Lee](https://github.com/HsuanXyz)
* `TimePicker` 支持 `nzDisabledHours` 动态调整 [#568](https://github.com/NG-ZORRO/ng-zorro-antd/pull/568) [@Hsuan Lee](https://github.com/HsuanXyz)
* `Steps``nzDescription` 选项支持传入 `Template` [#556](https://github.com/NG-ZORRO/ng-zorro-antd/pull/556) [@卡色](https://github.com/cipchk)

### Bug Fixes
* Hover 后立刻点击 `Menu` 时不再隐藏二级菜单 [#576](https://github.com/NG-ZORRO/ng-zorro-antd/pull/576)
* 修复 `Select` 在多选状态下粘贴时宽度不会改变的问题 [#575](https://github.com/NG-ZORRO/ng-zorro-antd/pull/575)
* 修复 `Popover` `Title`无数据时仍然显示的问题 [#556](https://github.com/NG-ZORRO/ng-zorro-antd/pull/556) [@卡色](https://github.com/cipchk)

### Docs
* 增加ISSUE助手功能,未按要求书写的ISSUE将会被关闭 [#565](https://github.com/NG-ZORRO/ng-zorro-antd/pull/565)
* 在文档页面增加版本切换功能 [#577](https://github.com/NG-ZORRO/ng-zorro-antd/pull/577)

## 0.6.0-rc.3
`2017-11-04`

Expand Down

0 comments on commit c85111a

Please sign in to comment.