Docs: Update Angular supported version range to include v21#33955
Merged
Conversation
Co-authored-by: valentinpalkovic <5889929+valentinpalkovic@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix documentation for Angular v21 support in Storybook
docs: Update Angular supported version range to include v21
Feb 27, 2026
Copilot stopped work on behalf of
valentinpalkovic due to an error
February 27, 2026 20:37
Contributor
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughDocumentation update to reflect expanded Angular version support in the getting started guide. The Angular version constraint is updated from < 21.0 to < 22.0 to indicate compatibility with Angular 21. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Possibly related PRs
Comment |
jonniebigodes
approved these changes
Feb 27, 2026
Contributor
jonniebigodes
left a comment
There was a problem hiding this comment.
This was an oversight on our end, and we appreciate the quick turnaround on it. I've checked and all is good on my end. Will gladly merge this once the checklist clears.
This was referenced Feb 27, 2026
yannbf
pushed a commit
that referenced
this pull request
Mar 2, 2026
…-documentation Docs: Update Angular supported version range to include v21 (cherry picked from commit f73e0fe)
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.
The Angular framework docs incorrectly listed the supported version range as
≥ 18.0 < 21.0, excluding Angular 21. The actual peer dependencies incode/frameworks/angular/package.jsonalready declare>=18.0.0 < 22.0.0.Changes
docs/get-started/frameworks/angular.mdx: Update the Requirements section version range from≥ 18.0 < 21.0→≥ 18.0 < 22.0Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.
Summary by CodeRabbit