Skip to content

Commit

Permalink
release(0.6.0-rc.3): release 0.6.0-rc.3 (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie committed Nov 4, 2017
1 parent e5b5cc9 commit 35112e8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
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.2",
"version": "0.6.0-rc.3",
"license": "MIT",
"description": "An enterprise-class UI components based on Ant Design and Angular",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/showcase/nz-demo-locale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
`ng-zorro`中采用全局配置方式来设置当前所使用的语言(默认将采用中文`zh-CN`),只需要在您应用的根模块(如:`AppModule`)中按如下配置即可 __全局生效__

```typescript
import { NZ_LOCALE, enUS } from '../../index.showcase';
import { NZ_LOCALE, enUS } from 'ng-zorro-antd';

@NgModule({
...
Expand Down
20 changes: 20 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,26 @@

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

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

### Bug Fixes
* 修复 `Tabs` 组件中重复渲染 `nzTabBarExtraContent` 的问题 [#489](https://github.com/NG-ZORRO/ng-zorro-antd/pull/489) [@Hsuan Lee](https://github.com/HsuanXyz)
* 修复 `Pagination` 组件中 `nzPageIndexClickChange` 被错误触发的问题 [#486](https://github.com/NG-ZORRO/ng-zorro-antd/pull/486) [@Hsuan Lee](https://github.com/HsuanXyz)
* 修复 `Affix` 锚点滚动时的问题 [#490](https://github.com/NG-ZORRO/ng-zorro-antd/pull/490) [@卡色](https://github.com/cipchk)

### Features
* `DatePicker``month` 模式下支持 `nzDisabledDate` 属性 [#451](https://github.com/NG-ZORRO/ng-zorro-antd/pull/451) [@Hsuan Lee](https://github.com/HsuanXyz)

### Build
* 修复 `rollup` 中的配置 [#509](https://github.com/NG-ZORRO/ng-zorro-antd/pull/509)
* 同步集成测试中的依赖版本 [#469](https://github.com/NG-ZORRO/ng-zorro-antd/pull/469) [@Trotyl Yu](https://github.com/trotyl)

### Performance
* 减少部分组件的不必要的样式更新 [#528](https://github.com/NG-ZORRO/ng-zorro-antd/pull/528)
* 统一所有组件的request animation polyfill


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

Expand Down
2 changes: 1 addition & 1 deletion src/showcase/nz-intro-i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
`ng-zorro`提供了一个配置型token `NZ_LOCALE` 用于全局配置国际化文案。

```ts
import { NZ_LOCALE, enUS } from '../../index.showcase';
import { NZ_LOCALE, enUS } from 'ng-zorro-antd';

@NgModule({
...
Expand Down

0 comments on commit 35112e8

Please sign in to comment.