File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
src/showcase/nz-intro-changelog Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng-zorro-antd" ,
3
- "version" : " 0.6.10 " ,
3
+ "version" : " 0.6.11 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " An enterprise-class UI components based on Ant Design and Angular" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 9
9
10
10
更新日志也可以在[ Github] ( https://github.com/NG-ZORRO/ng-zorro-antd/releases ) 查看
11
11
12
+ # 0.6.11
13
+ ` 2018-01-18 `
14
+
15
+ ### Features
16
+ * ` Upload ` 新组件 [ @cipchk ] ( https://github.com/cipchk )
17
+ * ` InputNumber ` 组件新增 ` nzAllowClear ` 选项支持用户清除数据 [ #918 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/918 )
18
+ * ` Input ` 组件新增 ` nzOnSearch ` 事件 [ #876 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/876 ) [ @Hsuan Lee] ( https://github.com/HsuanXyz )
19
+
20
+ ### Bug Fixes
21
+ * ` Radio ` 修复冗余的 ` ngModelChange ` 触发问题 [ #904 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/904 ) [ @SangKa .Z] ( https://github.com/SangKa )
22
+ * ` Progress ` 修复空值状态下的百分比展示 [ #905 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/905 ) [ @cipchk ] ( https://github.com/cipchk )
23
+ * ` DatePicker ` ` TimePicker ` 修复用户输入的问题 [ #856 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/856 ) [ @Billy Ma] ( https://github.com/KennethMa )
24
+
25
+ ### Other
26
+ * ` BackTop ` 组件增加测试用例 [ #907 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/907 ) [ @Piotr Jurczyński] ( https://github.com/pjurczynski )
27
+ * ` Collapse ` 与Ant Design保持同步 [ #881 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/881 )
28
+
12
29
## 0.6.10
13
30
` 2018-01-06 `
14
31
You can’t perform that action at this time.
0 commit comments