-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular 8 support #3514
Comments
we will support angular 8 in next month |
我升级了版本号,ng-zorro还是能跑起来。 |
@ElderJames ivy 打包失败 |
发现ssr方式打包异常 |
升级了ng8,普通打包能正常通过; |
experimental support for Ivy, not yet ready for production |
So besides the experimental Ivy support Angular 8 works well with NgZorro? |
升级后,打包正常,运行会报错,null值操作,没找到原因,感觉应该是这个组件的原因,退回去了 |
Hi, all |
@vthinkxie this is quite okay with me since Ivy is still experimental |
We have released the |
@vthinkxie It seems that the rc releases are out on npm but not tagged or released on GitHub 😕 Could they be added to GitHub like the old rc's? |
@krokofant we will release stable version this week, and 8.0.0-rc.2 has been released yesterday. Some APIs will be deprecated in 8.0.0, but the old ones will still be supported before version 9.0.0. |
angular 8 supported |
@vthinkxie what is the ETA on 8.1.0? |
@Svetomechc will release 8.0.2 today |
@vthinkxie will it be targeting Angular 8.1.0? There are a lot of fixes there, especially Ivy. |
About Ivy: @vthinkxie @hsuanxyz P.S. On an unrelated note, I think @angular/cdk version should be changed from ^8.0.0 to ~8.0.0 - ng-zorro-antd crashes at runtime on 8.1.x |
@vthinkxie, is 8.2.0 supported? Lots and lots of minor visual glitches on production build (debug is fine though, guess TypeScript there is less strict - so my guess the problem lies in TypeScript 3.5). |
@Svetomechc We just upgraded to TypeScript 3.5.3 yesterday (UTC+8). Check #3913. |
What problem does this feature solve?
Align the library with latest Angular release
What does the proposed API look like?
[Not applicable]
The text was updated successfully, but these errors were encountered: