13.0.0
2021-12-29
Removal of View Engine Support
ng-zorro-antd@13
remove support for View Engine and use Ivy library for distribution, you will get faster building and smaller bundle size.
See Angular Ivy.
Removal of IE11 Support
- Removing IE11 support allows Angular to leverage modern browser features such as CSS variables and web animations via native web APIs
- What’s more is that apps will be smaller and load faster because we can remove IE specific polyfills and code paths
See Issue #41840.
Enhanced Performance
Fix the problems that may cause memory leak.
BREAKING CHANGES
dropdown
[nzHasBackdrop]
input value are no longer supported, please use[nzBackdrop]
instead.
13.0.0
2021-12-29
停止对 View Engine 的支持
ng-zorro-antd@13
不再支持 View Engine 并使用 Ivy 包进行分发,你将获得更快的打包速度和更小的包体积。
获取更多帮助请前往 Angular Ivy 查看。
停止对 IE11 的支持
- Angular 可以通过原生的 Web API 使用现代浏览器功能,如 CSS 变量 和 Web 动画等特性
- 移除 IE 相关的 polyfills 和代码使得应用程序更小、加载速度更快
获取更多帮助请前往 Issue #41840 查看。
性能增强
修复了多处可能造成内存泄漏的问题。
BREAKING CHANGES
dropdown
[nzHasBackdrop]
已被移除,请使用[nzBackdrop]
代替。