Skip to content

Docs: Update Angular supported version range to include v21#33955

Merged
jonniebigodes merged 2 commits into
nextfrom
copilot/update-angular-v21-documentation
Feb 27, 2026
Merged

Docs: Update Angular supported version range to include v21#33955
jonniebigodes merged 2 commits into
nextfrom
copilot/update-angular-v21-documentation

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 27, 2026

The Angular framework docs incorrectly listed the supported version range as ≥ 18.0 < 21.0, excluding Angular 21. The actual peer dependencies in code/frameworks/angular/package.json already 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.0
Original prompt

This section details on the original issue you should resolve

<issue_title>Docs: Angular v21 support</issue_title>
<issue_description>

Discussed in #33948

Originally posted by OnurhanTALAN February 27, 2026

Summary

hi, as i've seen storybook support angular versions lower than 21. i would like to learn if support for version 21 is in your roadmap?
Thank you for the assistance.

Additional information

No response

Create a reproduction

No response

</issue_description>

<agent_instructions>Storybook supports Angular 21. The docs are wrong and incomplete.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


🔒 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

  • Documentation
    • Updated Angular framework support documentation to reflect extended version compatibility, now supporting Angular versions from 18.0 through 22.0.

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
@jonniebigodes jonniebigodes changed the title docs: Update Angular supported version range to include v21 Docs: Update Angular supported version range to include v21 Feb 27, 2026
@jonniebigodes jonniebigodes marked this pull request as ready for review February 27, 2026 21:11
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 27, 2026

Fails
🚫 PR description is missing the mandatory "#### Manual testing" section. Please add it so that reviewers know how to manually test your changes.

Generated by 🚫 dangerJS against b061ce9

@jonniebigodes jonniebigodes added documentation ci:docs Run the CI jobs for documentation checks only. patch:yes Bugfix & documentation PR that need to be picked to main branch labels Feb 27, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 27, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ad66209 and b061ce9.

📒 Files selected for processing (1)
  • docs/get-started/frameworks/angular.mdx

📝 Walkthrough

Walkthrough

Documentation 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

Cohort / File(s) Summary
Angular Documentation Version
docs/get-started/frameworks/angular.mdx
Updated Angular version constraint from ≥ 18.0 < 21.0 to ≥ 18.0 < 22.0 in the GetStartedVersions block.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Possibly related PRs


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@jonniebigodes jonniebigodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@jonniebigodes jonniebigodes merged commit f73e0fe into next Feb 27, 2026
24 of 32 checks passed
@jonniebigodes jonniebigodes deleted the copilot/update-angular-v21-documentation branch February 27, 2026 21:17
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)
@github-actions github-actions Bot added the patch:done Patch/release PRs already cherry-picked to main/release branch label Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:docs Run the CI jobs for documentation checks only. documentation patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Angular v21 support

3 participants