v10 Milestone
See original GitHub issueMILESTONE: NG-ZORRO v10
Angular
- update
@angular/*to v10 #5571 @hsuanxyz - strictTemplates support #5006, #4994 @hsuanxyz
- ng-update migrate to v10 @hsuanxyz
Refactor
- withTransformOriginOn #4959
- refactor
WithConfig@wendellhu95 - better naming of APIs @NG-ZORRO/antd
- try to remove cdk backdrop @NG-ZORRO/antd
- dependency injector WebAPI
- dynamic ng-content projection to ng-template
Enhancement
- markForCheck
- HostListener
- passive:true
- avoid layout trashing: https://github.com/wilsonpage/fastdom
- global style #4447
Feature
- RTL support #1762
- select max tag length #4204
- tree custom filter #4497 @simplejason
- tabs
[nzKey]#2467, drag #3461 @hsuanxyz - modal dnd @hsuanxyz
- change all nz-menu to component @vthinkxie
- #5742
Bug Fix
- Style bugs patch
- Tree @simplejason
- Carousel @wendellhu95
- Badge @hsuanxyz
- animation builder
- Tags @hsuanxyz
- Mention @hsuanxyz
- Select @vthinkxie
- arrow button not working
- Table @vthinkxie
- border problems
- Menu @vthinkxie
- overflow
- DatePicker/TimePicker @wenqi73
Docs
- update theme.less if custom theme.less
- use @nguniversal/builders
- external link
- add CN mirror
Issue Analytics
- State:
- Created 3 years ago
- Reactions:21
- Comments:13 (8 by maintainers)
Top Results From Across the Web
v10 Milestone · GitHub
Add issues to milestones to help organize your work for a particular release or project. Create new issue. Or find and add issues...
Read more >USBWebserver v10 / Tickets / Milestone 1.0 - SourceForge
USBWebserver v10 Tickets. Updated with the latest stable versions of PHP, Apache and PhpMyAdmin. Brought to you by: tcpoverhttp.
Read more >Milestones PM+ Release Notes v10.6 - Passage Technology
September 2020 release notes v. 10.6 for free Salesforce project management app Milestones PM+, available on AppExchange: Tasks, ...
Read more >Tool shop expansion marks major milestone in Győr
The milestone will enable local production of even more Audi, Lamborghini and Bentley models. To mark completion of the expansion program, ...
Read more >V10 Stunts 20th Anniversary Celebration
This year V10 Stunts celebrates a milestone of an action packed 20 years! Come out and have some fun! There will be food,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

A nice way could be to have the x.0 release as the release that supports the latest version of Angular.
Then the x.1 to x.99 releases to have new functionality.
In this way you decouple the effort needed to support new functionality AND a new update in one release.
Will you guys consider change how the new version be used ? a suggestion: today Angular 9.0 zorro 9.x tomorrow Angular 10.0 zorro 10.0.x = 9.x (first support) 10.1.x = new feature
or
today Angualr 9.0 zorro 9.x tomorrow Angular 10.0 zorro 9.99.x use 10.x for new feature
basicly , we create a new version with current feature just for use Angular’s new feature, and next version for ng-zorror add new features