Skip to content

Commit

Permalink
release(0.6.0-rc.1): release 0.6.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncook committed Oct 28, 2017
1 parent af6c926 commit c16a512
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

## 兼容版本

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


## 安装
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.0.0`
* Angular`^4.4.4`


## 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.5.5",
"version": "0.6.0-rc.1",
"license": "MIT",
"description": "An enterprise-class UI components based on Ant Design and Angular",
"scripts": {
Expand Down
21 changes: 21 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,27 @@

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

## 0.6.0-rc.1
`2017-10-28`

### Build
* 增加 `rollup` 中对部分 `rxjs` 操作符的支持
* 修复 `ngc` 不支持 `import from 'FOLDER_NAME'` 的方式
* 移除 `ci` 配置中多余的 `npm install`

### Features
* 新增国际化支持(通过 `Locale` 模块实现)

### Docs
* 增加 `国际化` 文案及使用介绍
* 增加 `Locale` 模块的具体使用方法,以及语言切换的代码演示

### BREAKING CHANGES
* `Table` 修复 `nzShowExpand` 值的语义表示错误(原默认值将改变)
* 依赖 `@angular/cdk` 版本升级至 `2.0.0-beta.12`(大部分模块的使用方式改变)
* 依赖 `angular` 版本升级至 `^4.4.4`
* 依赖 `@angular/cli` 版本升级至 `1.4.7`

## 0.5.5
`2017-10-21`

Expand Down
7 changes: 6 additions & 1 deletion src/showcase/nz-intro-index/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ NG-ZORRO [![GitHub stars](https://img.shields.io/github/stars/NG-ZORRO/ng-zorro-

## 兼容版本

* 当前支持 Angular`^4.4.4` 版本
* 当前支持 Angular`^4.4.4` 版本`4.4.4`以下推荐使用`ng-zorro-antd``0.5.x`版本)


## 安装
Expand All @@ -47,6 +47,11 @@ $ npm install ng-zorro-antd --save
如果你想了解更多CLI工具链的功能和命令,建议访问 [Angular CLI](https://github.com/angular/angular-cli) 了解更多


## 历史版本入口

- [0.5.x](http://ng.ant.design/version/0.5.x)


## 链接

- [首页](http://ng.ant.design)
Expand Down

0 comments on commit c16a512

Please sign in to comment.