Open simplejason opened 3 years ago
Did you consider starting Angular upgrades before the stable release using Angular vNext beta or even alpha builds? We heavily rely on ng-zorro and it would be nice to have the next version of Angular supported as soon as possible.
Did you consider starting Angular upgrades before the stable release using Angular vNext beta or even alpha builds? We heavily rely on ng-zorro and it would be nice to have the next version of Angular supported as soon as possible.
Generally, ng-zorro will only follow the stable version of angular. However, some compatibility and upgrade work may also be done in the alpha stage, but it is not recommended for prod env.
Angular/core V13 is already stable, wish to update ng-zorro-antd to support it, thanks.
I suppose that @altso asked to start work on the next release version when RC for Angular is released.
For example, Angular 13 RC was available on Oct 14.
ng-zorro-antd v12 was released two months after Angular 12 release. You can reduce this next version release approx by 1 month when you will start to upgrade with Angular RC version.
I suppose that @altso asked to start work on the next release version when RC for Angular is released.
For example, Angular 13 RC was available on Oct 14.
ng-zorro-antd v12 was released two months after Angular 12 release. You can reduce this next version release approx by 1 month when you will start to upgrade with Angular RC version.
Good advice , no doubt! We will consider it if there is enough time and energy to promote :) also we hope that more people participate in the development of ng-zorro-antd :eyes:
Good advice , no doubt! We will consider it if there is enough time and energy to promote :) also we hope that more people participate in the development of ng-zorro-antd 👀
@simplejason I have no place to complain, and maybe someday I can become a contributor. But I did want to point out that this is a question more of organization than effort/energy. This library pledges to upgrade with angular every release- it's a fixed amount of work. If you start the work 2-4 weeks earlier, it's still the same work, requiring the same time and energy. You just have a better product sooner.
@simplejason Do you have news? When can we see a new version of ng-zorro)
@simplejason is there any progress?
@simplejason is there any progress?
V13 will be released after we have synchronized the latest styles of ant-design, we will finish processing ASAP :)
Angular 13 has been released for so long, zorro has not synchronized yet
@simplejason Where can I see the new design? :)
@superjulius
Could you please release a new version without sync style (as beta or alpha version)?
I’m using ng-zooro as a project which is the part of mono repo(nx.dev). And I cannot update nx.dev for 13 version.
@klerick The style sync action is now working correctly, but the latest styles are blocking our bundling process. @simplejason is actively fixing it, you can track the latest progress through the CI/CD status of #7099.
@hsuanxyz Could you please give an approximate estimate? We are waiting for the new version for more than one month. And it is blocking our work:(
Me too. I hope to release the V13 adapter as soon as possible
Me too. I hope to release the V13 adapter as soon as possible
I get this error with Angular 13.
npm ERR! Could not resolve dependency: npm ERR! peer @angular/animations@"^12.1.0" from ng-zorro-antd@12.1.0 npm ERR! node_modules/ng-zorro-antd npm ERR! ng-zorro-antd@"12.1.0" from the root project npm ERR!
@boralbgra If it helps, I'm currently running with the latest version and installed packages using npm i --legacy-peer-deps
and it works as expected (at least for out use case), even if it's not Angular 13-based.
Yes, I am aware that this is not optimal, but it works for us until we get the official update :)
Last I tried, the popover placements in Angular 13, using ng zorro antd were all at position 0, 0 on the screen.
Can't wait to upgrade to V13. It's time to try the strictly typed reactive forms experimental features.
@simplejason what is the expected release date of ng-zorro-antd@13?
@simplejason what is the expected release date of ng-zorro-antd@13?
Released today
Note: This should be merged after styles ant-design synced #7099.