Skip to content

16.1.0

Compare
Choose a tag to compare
@simplejason simplejason released this 16 Jul 12:26
· 305 commits to master since this release
544f308

16.1.0

2023-07-16

Bug Fixes

  • list: fix the bug that synchrone action item are not displayed in the item (#7958) (3b6bdec)
  • tree: fix nz-tree-node keep dragging class with nzBeforeDrop (#8015) (2d0b3f7)
  • cascader: customize the option title to undefined (#8011) (10003db), closes #8006
  • date-picker: fix code comment (#7991) (8b6b653)
  • i18n: update zh_TW.ts (#7901) (9bfce45)
  • notification: don't create new messageId for update (#8000) (e240264)
  • time-picker: modelChange trigger twice (#7902) (74c13a4)
  • watermark: removing the watermark fails to redraw (#8012) (030318e)

Features

  • cron-expression: add Unit Testing (#7993) (605e969)
  • cron-expression: support nzDisabled && nzBorderless (#7992) (6d31bde)
  • dropdown: close context menu on escape (#7915) (6d0032e)
  • dropdown: improve NzContextMenuService#create() (#7768) (9b3e6cb)
  • form: support form label wrap (#7892) (37391de)
  • modal: Remove nzComponentParams in v16 (#7930) (baab16c)
  • qrcode: padding & background color for qrcode (#8001) (718ba29)
  • resizable: add direction parameter in NzResizeEvent (#7987) (4143473)
  • table: support display and sorting of custom table columns (#7966) (d26870f)

Performance Improvements


16.1.0

2023-07-16

Bug Fixes

  • list: 修复异步节点未正确展示问题 (#7958) (3b6bdec)
  • tree: 修复拖拽节点样式未正确取消问题 (#8015) (2d0b3f7)
  • cascader: 修复自定义项导致 title undefined 问题 (#8011) (10003db), closes #8006
  • date-picker: 更新代码注释 (#7991) (8b6b653)
  • i18n: 更新繁体文案 (#7901) (9bfce45)
  • notification: 更新组件不创建新的 messageId (#8000) (e240264)
  • time-picker: 修复 modelChange 触发多次问题 (#7902) (74c13a4)
  • watermark: 修复水印组件重绘问题 (#8012) (030318e)

Features

  • cron-expression: 新增单元测试 (#7993) (605e969)
  • cron-expression: 支持 nzDisabled && nzBorderless 属性 (#7992) (6d31bde)
  • dropdown: 支持 ESC 退出 (#7915) (6d0032e)
  • dropdown: create 返回 EmbeddedViewRef 对象 (#7768) (9b3e6cb)
  • form: 支持 nzLabelWrap 属性控制换行 (#7892) (37391de)
  • modal: 移除废弃属性 nzComponentParams (#7930) (baab16c)
  • qrcode: 支持 nzBgColor & nzPadding 优化另存为图片效果 (#8001) (718ba29)
  • resizable: NzResizeEvent 支持 NzResizeDirection 属性 (#7987) (4143473)
  • table: 支持自定义展示列 (#7966) (d26870f)

Performance Improvements