Skip to content

Commit

Permalink
release(0.6.10): release 0.6.10 (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored Jan 6, 2018
1 parent 9df3eb9 commit 1662383
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 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.9",
"version": "0.6.10",
"license": "MIT",
"description": "An enterprise-class UI components based on Ant Design and Angular",
"scripts": {
Expand Down
13 changes: 12 additions & 1 deletion src/showcase/nz-intro-changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,19 @@

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

## 0.6.10
`2018-01-06`

### Bug Fixes
* `Radio` 修复 disabled 状态下的问题 [#867](https://github.com/NG-ZORRO/ng-zorro-antd/pull/867)
* `Affix` 修复 `nzOffsetTop` 选项的问题 [#868](https://github.com/NG-ZORRO/ng-zorro-antd/pull/868)

### Features
* `Datapicker` 新增 时间范围 组件 [@HsuanXyz](https://github.com/HsuanXyz) [#656](https://github.com/NG-ZORRO/ng-zorro-antd/pull/656)
* 增加 俄语 i18n选项 [@zverbeta](https://github.com/zverbeta) [#853](https://github.com/NG-ZORRO/ng-zorro-antd/pull/853)

## 0.6.9
`2018-1-2`
`2018-01-02`

### Features
* `Radio` 组件支持独立作为表单控件使用 [#825](https://github.com/NG-ZORRO/ng-zorro-antd/pull/825) [@cipchk](https://github.com/cipchk)
Expand Down

0 comments on commit 1662383

Please sign in to comment.