File tree Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
1. 官方 issue 用于报告 bug 和需求建议,关于Angular的使用和开发问题在这里可能不会得到解答,感谢您的理解。
3
3
2. 建议使用英文进行提问,这样你的问题可以被更多的人阅读和回答。如果表达上确实较复杂,英文标题加中文描述也是可选的方案。
4
- 3. 报告 BUG 时请务必按照下列格式书写,并尽可能提供源代码、复现步骤、复现演示、GIF 演示等。我们和你一样都希望尽快解决问题,请不要浪费时间在互相追问上。
4
+ 3. 报告 BUG 时请务必按照下列格式书写,并尽可能提供源代码、在线演示(http://plnkr.co/edit/tpl:sKWy62)、 复现步骤、复现演示、GIF 演示等。我们和你一样都希望尽快解决问题,请不要浪费时间在互相追问上。
5
5
4. 注意你的 issue 格式,不适合阅读的格式会被忽视或直接关闭。
6
6
5. 如果需要粘贴源码,尽量避免截图并注意代码格式。关于如何在 Markdown 中书写代码可以参考:https://segmentfault.com/markdown
7
7
6. 抱怨不能解决问题,通畅有效和心情舒畅的交流才能解决。
27
27
28
28
## Minimal reproduction of the problem with instructions
29
29
<!--
30
+ 如果可能的话请尽量提供Plnkr地址:http://plnkr.co/edit/tpl:sKWy62
30
31
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
31
32
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:sKWy62).
32
33
-->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng-zorro-antd" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
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 @@ -355,7 +355,7 @@ <h3><span>[nz-th]</span>
355
355
</ tr >
356
356
< tr >
357
357
< td > nzWidth</ td >
358
- < td > 当前列的宽度</ td >
358
+ < td > 当前列的宽度,暂时不支持合并列宽度 </ td >
359
359
< td > String</ td >
360
360
< td > -</ td >
361
361
</ tr >
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.5.2
13
+ ` 2017-09-23 `
14
+ ### Features
15
+ * ` Modal ` 增加 ` showConfirmLoading ` 选项改变点击确认按钮时的loading状态 [ #340 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/340 ) [ @Alche ] ( https://github.com/AlcheXie )
16
+ * ` Table ` 增加确定数据变更后是否保留在数据变更前的页码的选项 ` nzIsPageIndexReset ` [ #348 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/348 ) [ #359 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/359 ) [ @Alche ] ( https://github.com/AlcheXie )
17
+ * ` Select ` 增加在 ` ngModel ` 在 ` undefined ` 时的重置逻辑 [ #363 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/363 )
18
+
19
+ ### Bug Fixes
20
+ * ` Menu ` 修复在特定情况下的 ` ExpressionChangedAfterItHasBeenCheckedError ` 问题 [ #368 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/368 )
21
+ * ` Select ` 修复在 ` Form ` 表单 ` inline ` 状态的对齐问题 [ #362 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/362 )
22
+ * ` Carousel ` 修复在 ` nzAutoPlay ` 下的播放问题 [ #347 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/347 ) [ @Bin ] ( https://github.com/soulhat )
23
+ * ` Cascader ` 修复 ` label ` 显示及在 ` ReactiveForm ` 下重置的问题 [ #335 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/335 ) [ #336 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/336 ) [ #356 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/356 ) [ @fbchen ] ( https://github.com/fbchen )
24
+ * ` Select ` 修复在同步加载数据情况的显示问题 [ #338 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/338 ) [ @Hsuan Lee] ( https://github.com/HsuanXyz )
25
+ * ` Table ` 修复 ` nzWidth ` 与 ` *ngIf ` 结合使用时宽度错位的问题 [ #349 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/349 )
26
+ * ` Anchor ` 修复点击时url改变的问题 [ #343 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/343 ) [ @卡色] ( https://github.com/cipchk )
27
+ * 修改 ` moment ` 的打包方式 [ #331 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/331 ) [ @LinBo len] ( https://github.com/LinBoLen )
28
+
29
+ ### Docs
30
+ * 修正文档中Angular官网的教程地址 [ #325 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/325 ) [ @JuniorTour ] ( https://github.com/JuniorTour )
31
+ * 增加 plunker的在线运行模板[ #357 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/357 ) [ @Trotyl Yu] ( https://github.com/trotyl )
32
+
33
+ ### Other
34
+ * ` Badge ` 格式化了template代码 [ #314 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/314 ) [ @Hsuan Lee] ( https://github.com/HsuanXyz )
35
+
12
36
## 0.5.1
13
- ` 2017-9 -16 `
37
+ ` 2017-09 -16 `
14
38
15
39
### Features
16
40
* ` Menu ` 支持子菜单选中时,父级菜单高亮显示 [ #264 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/264 ) [ HsuanXyz] ( https://github.com/HsuanXyz )
You can’t perform that action at this time.
0 commit comments