Skip to content

0.5.2

Compare
Choose a tag to compare
@vthinkxie vthinkxie released this 23 Sep 14:10
· 2580 commits to master since this release

Features

  • Modal 增加 showConfirmLoading 选项改变点击确认按钮时的loading状态 #340 @Alche
  • Table 增加确定数据变更后是否保留在数据变更前的页码的选项 nzIsPageIndexReset #348 #359 @Alche
  • Select 增加在 ngModelundefined 时的重置逻辑 #363

Bug Fixes

  • Menu修复在特定情况下的 ExpressionChangedAfterItHasBeenCheckedError 问题 #368
  • Select 修复在 Form 表单 inline 状态的对齐问题 #362
  • Carousel 修复在 nzAutoPlay 下的播放问题 #347 @Bin
  • Cascader 修复 label 显示及在 ReactiveForm 下重置的问题 #335 #336 #356 @fbchen
  • Select 修复在同步加载数据情况的显示问题 #338 @Hsuan Lee
  • Table 修复 nzWidth*ngIf 结合使用时宽度错位的问题 #349
  • Anchor 修复点击时url改变的问题 #343 @卡色
  • 修改 moment的打包方式 #331 @LinBo len

Docs

Other