Releases: NG-ZORRO/ng-zorro-antd
Releases · NG-ZORRO/ng-zorro-antd
16.2.0
16.2.0
2023-09-18
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)
- button: fix add class ant-btn-icon-only(#7631) (#7678) (7470ed6)
- cascader: customize the option title to undefined (#8011) (10003db), closes #8006
- core: resolve CSP errors (#8059) (295b333)
- cron-expression: clear console warnings (#7926) (b358345)
- date-picker: fix code comment (#7991) (8b6b653)
- i18n: update zh_TW.ts (#7901) (9bfce45)
- message: clean up DOM after usage (#7965) (71ead99), closes #7772
- message: fix the z-index of overlay (#8081) (b1d2095)
- notification: don't create new messageId for update (#8000) (e240264)
- qrcode: optimize demo display and nzPadding value (#8020) (078aaf9)
- table: remove empty space in custom columns (#8022) (15e244c)
- time-picker: modelChange trigger twice (#7902) (74c13a4)
- tree-view: re-rendering fix (#8035) (68cb4b2)
- tree: remove console.log (#8019) (fa0312a)
- watermark: removing the watermark fails to redraw (#8012) (030318e)
- showcase: ui bug in rtl mode inside the doc site (#8063) (d57b7da)
Features
- add provide function (#7952) (150c6ca)
- cascader: support for load options with observable (#8048) (1436f21)
- color-picker: add color-picker component (#8013) (8439704)
- 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)
- input: hide stepper for type number (#8003) (0f3aed5)
- modal: Remove nzComponentParams in v16 (#7930) (baab16c)
- qrcode: padding & background color for qrcode (#8001) (718ba29)
- resizable: add direction parameter in NzResizeEvent (#7987) (4143473)
- resizable: support for multiple cursor types (#8042) (e564714)
- table: support display and sorting of custom table columns (#7966) (d26870f)
Performance Improvements
- select: ability to pass nzKey to nz-option (#8033) (e94da4e)
- select: remove unused types (#7850) (71c2138)
- tabs: need add .ant-tabs-tab class reduce css computing time consuming(#7935) (#7936) (198644a)
16.2.0
2023-09-18
Bug Fixes
- list: 修复同步操作项不显示在项目中的问题 (#7958) (3b6bdec)
- tree: 修复
nzBeforeDrop
拖拽样式不消失问题 (#8015) (2d0b3f7) - button: 添加
ant-btn-icon-only
class (#7631) (#7678) (7470ed6) - cascader: 修复自定义已选项后会出现 title undefined 问题 (#8011) (10003db), closes #8006
- core: 修复 CSP 问题 (#8059) (295b333)
- cron-expression: 清除 console 警告 (#7926) (b358345)
- date-picker: 更新代码注释 (#7991) (8b6b653)
- i18n: 更新国际化文案 (#7901) (9bfce45)
- message: 关闭后清理 DOM (#7965) (71ead99), closes [#7772...
16.1.0
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
- select: remove unused types (#7850) (71c2138)
- tabs: need add .ant-tabs-tab class reduce css computing time consuming(#7935) (#7936) (198644a)
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
16.0.0
16.0.0
2023-05-31
Install ng-zorro-antd
$ cd PROJECT-NAME
$ ng add [email protected]
Bug Fixes
- date-picker: ng-untouched when loose focus (#7922) (9ebcf72)
- date-picker: week number error when cross years (#7923) (e7f9538)
- datepicker: ngModel not update (#7948) (100796c)
- slider: the first disable is invalid (#7947) (ad2faf4), closes #7943
16.0.0
2023-05-31
安装 ng-zorro-antd
对于
standalone
模式请手动参考文档添加
$ cd PROJECT-NAME
$ ng add [email protected]
Bug Fixes
15.1.0
15.1.0
2023-04-02
Bug Fixes
- docs: migration description (#7890) (78541e1)
- datepicker: send OnChange event for same value (#7815) (3602abc)
- radio: update
touch
status whenfocus
andblur
events (#7885) (39f0cea), closes #7877 - time-picker: fix AM/PM selector hide (#7701) (129e944)
- tooltip: fix tooltip.spec.ts (#7893) (3dfa655)
Features
- form: support form label align (#7870) (d54b3b4)
- modal: pass data to modal component through injection token (#7849) (ea9969d)
- qrcode: add QRCode component (#7803) (ff36981)
- watermark: add watermark component (#7857) (11b85a4)
Performance Improvements
- avatar: do not run change detection on timer and update styles directly (#7862) (1c48745)
- date-picker: do not trigger change detection on
mousedown
(#7860) (1171460)
15.1.0
2023-04-02
Bug Fixes
- docs: 更新升级文档描述 (#7890) (78541e1)
- datepicker: 更新相同值触发
OnChange
事件 (#7815) (3602abc) - radio: 触发
focus
和blur
时间时更新touch
状态 (#7885) (39f0cea), closes #7877 - time-picker: 修复 AM/PM 选择器隐藏问题 (#7701) (129e944)
- tooltip: 修复测试代码报错问题 (#7893) (3dfa655)
Features
- form: 支持
label
设置对齐方式 (#7870) (d54b3b4) - modal: 支持
nzData
传值 (#7849) (ea9969d) - qrcode: 新增二维码组件 (#7803) (ff36981)
- watermark: 新增水印组件 (#7857) (11b85a4)
Performance Improvements
15.0.2
15.0.1
15.0.0
15.0.0
2022-12-21
Install ng-zorro-antd
$ cd PROJECT-NAME
$ ng add [email protected]
Bug Fixes
Performance Improvements
- date-picker: remove unused variable (#7767) (1572da5)
- form: remove a unused variable (#7766) (162d290)
15.0.0
2022-12-21
安装 ng-zorro-antd
$ cd PROJECT-NAME
$ ng add [email protected]
Bug Fixes
Performance Improvements
14.3.0
14.3.0
2022-12-11
Bug Fixes
- tree: nz-tree-drop-indicator for custom tree node templates (#7579) (5996019)
- input: textarea-count combined with nzHasFeedback location (#7709) (ddd44d2), closes #7574
- list: specify template ref context to match instantiation (#7756) (4eb32fd)
- select: disabled option can be selected by Enter (#7686) (5bdf244)
- tree: tree select search slow in virtual mode (#7385) (21208f0)
Features
- cron-expression: Optimize cron result display & support custom rendering cron time (#7750) (1820da5)
- date-picker: add ElementRef type to nzSeparator (#7721) (3771512)
- select: select on Tab support (#7728) (d9f9092)
- tree-select: support to set placement (#7551) (325971e)
14.3.0
2022-12-11
Bug Fixes
- tree: 修复自定义节点时拖拽目标样式未显示问题 (#7579) (5996019)
- input: 修复
nzHasFeedback
样式问题 (#7709) (ddd44d2), closes #7574 - list: 指定 context 上下文类型 (#7756) (4eb32fd)
- select: 修复禁用选项被
Enterd
键选择问题 (#7686) (5bdf244) - tree: 修复组件搜索性能问题 (#7385) (21208f0)
Features
14.2.1
14.2.0
14.2.0
2022-11-21
Bug Fixes
- cron-expression: clear ul & li default style (#7715) (726ded3)
- date-picker: arrow in wrong position for RTL direction (#7690) (41b56e4)
- date-picker: fix datePicker show multi panel (#7680) (ee4872e), closes #7450
- descriptions: nzStringTemplateOutlet title style error (#7704) (bec3b42), closes #7698
- icon: re-enter Angular zone after icons have been loaded (#7719) (754ded6)
- image: preview the local upload image error (#7615) (616f59f)
Features
- alert: support custom icon (#7691) (cc014a1)
- carousel:
nzLoop
to prevent the carousel to go in a loop (#7693) (e3103f0) - cron-expression: add cron-expression component (#7677) (3a638af)
- popconfirm: make nzOkDanger coerce to boolean (#7720) (f6a8044)
14.2.0
2022-11-21
Bug Fixes
- cron-expression: 优化组件样式 (#7715) (726ded3)
- date-picker: 修复
RTL
模式下箭头位置错误问题 (#7690) (41b56e4) - date-picker: 修复重复组件问题 (#7680) (ee4872e), closes #7450
- descriptions: 修复
nzStringTemplateOutlet
标题样式问题 (#7704) (bec3b42), closes #7698 - icon: 修复部分情况下未及时更新情况 (#7719) (754ded6)
- image: 修复预览本地图片错误问题 (#7615) (616f59f)