Skip to content

Commit 504fdc8

Browse files
authored
release(0.6.6): hotfix release 0.6.6 (#735)
1 parent 6eda3a7 commit 504fdc8

2 files changed

Lines changed: 11 additions & 1 deletion

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.5",
3+
"version": "0.6.6",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99

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

12+
## 0.6.6
13+
`2017-12-11`
14+
15+
### Bug Fixes
16+
* 修复 `Slider` 拖拽的问题 [#732]((https://github.com/NG-ZORRO/ng-zorro-antd/pull/732)
17+
* 修复 `Rate` 点击失效的问题 [#728]((https://github.com/NG-ZORRO/ng-zorro-antd/pull/728)
18+
* 修复 `DatePicker` 时间选择的问题 [#726]((https://github.com/NG-ZORRO/ng-zorro-antd/pull/726)
19+
* 修复 `InputNumber` 超出边界值的问题 [#731]((https://github.com/NG-ZORRO/ng-zorro-antd/pull/731)
20+
21+
1222
## 0.6.5
1323
`2017-12-10`
1424

0 commit comments

Comments
 (0)