Angular 21 + Zoneless - #637
Open
bobbyquantum wants to merge 3 commits into
Open
Conversation
12 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains:
Breaking Changes?
Checklist
Describe Your Changes
Does this PR affects any existing issues?
Partial fix for #636 (adds Angular 21, but not 19 or 20 support)
Fixes #614 (issues with change detection in zoneless, which was also preventing image resize in that mode)
Partial fix for #602 (adds a ctrl/mod + click shortcut to open links. Direct navigation on click when editing text is too abrupt, whereas requiring ctrl/mod+click requires intention, and matches up with other software where links can be embedded.
Looking at activity on this library, it seems that this PR is fairly unlikely to get merged, so I've also pushed a scoped fork up, if anyone would like to try out using zoneless Angular 21:
Also stackblitz webcontainer here:
https://stackblitz.com/edit/stackblitz-starters-7jpjrzav?file=src%2Fapp.component.ts
The scoped package version is on branch main of my fork, but I will keep branch ng21 unscoped for reference of the changes.
I hope this PR is of some use if Angular 21 support is ever added, and thanks for work on this library.