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)