Skip to content

Commit 1662383

Browse files
authored
release(0.6.10): release 0.6.10 (#869)
1 parent 9df3eb9 commit 1662383

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

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

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,19 @@
99

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

12+
## 0.6.10
13+
`2018-01-06`
14+
15+
### Bug Fixes
16+
* `Radio` 修复 disabled 状态下的问题 [#867](https://github.com/NG-ZORRO/ng-zorro-antd/pull/867)
17+
* `Affix` 修复 `nzOffsetTop` 选项的问题 [#868](https://github.com/NG-ZORRO/ng-zorro-antd/pull/868)
18+
19+
### Features
20+
* `Datapicker` 新增 时间范围 组件 [@HsuanXyz](https://github.com/HsuanXyz) [#656](https://github.com/NG-ZORRO/ng-zorro-antd/pull/656)
21+
* 增加 俄语 i18n选项 [@zverbeta](https://github.com/zverbeta) [#853](https://github.com/NG-ZORRO/ng-zorro-antd/pull/853)
22+
1223
## 0.6.9
13-
`2018-1-2`
24+
`2018-01-02`
1425

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

0 commit comments

Comments
 (0)