Skip to content

docs: release notes for the v21.2.1 release#32701

Merged
alan-agius4 merged 1 commit intoangular:mainfrom
alan-agius4:changelog-cherry-pick-21.2.1
Mar 5, 2026
Merged

docs: release notes for the v21.2.1 release#32701
alan-agius4 merged 1 commit intoangular:mainfrom
alan-agius4:changelog-cherry-pick-21.2.1

Conversation

@alan-agius4
Copy link
Collaborator

Cherry-picks the changelog from the "21.2.x" branch to the next branch (main).

@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Mar 5, 2026
@angular-robot angular-robot bot added the area: docs Related to the documentation label Mar 5, 2026
@alan-agius4 alan-agius4 merged commit 4e8ade8 into angular:main Mar 5, 2026
12 of 13 checks passed
@alan-agius4 alan-agius4 deleted the changelog-cherry-pick-21.2.1 branch March 5, 2026 11:17
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds the release notes for version 21.2.1 to the changelog. I've provided a few suggestions to improve formatting consistency in the change descriptions. Specifically, I've recommended wrapping package names, options, and property names in backticks to align with the existing formatting for commands and function calls within the same file.

Note: Security Review has been skipped due to the limited scope of the PR.

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
| [ae4c28d00](http://github.com/angular/angular-cli/commit/ae4c28d0083d948489f4ba38c571b7f955400226) | fix | correct dev dependency detection logic in `ng add` |
| [465073bc1](http://github.com/angular/angular-cli/commit/465073bc1b2b0e9fa594698651a9e0afe747a74a) | fix | disable npm update notifier in package manager host |

Choose a reason for hiding this comment

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

medium

For consistency and better readability, it's good practice to wrap tool names like npm in backticks, similar to how other commands and tools are formatted in this file.

Suggested change
| [465073bc1](http://github.com/angular/angular-cli/commit/465073bc1b2b0e9fa594698651a9e0afe747a74a) | fix | disable npm update notifier in package manager host |
| [465073bc1](http://github.com/angular/angular-cli/commit/465073bc1b2b0e9fa594698651a9e0afe747a74a) | fix | disable `npm` update notifier in package manager host |


| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- |
| [72d466aa0](http://github.com/angular/angular-cli/commit/72d466aa04d4d0cc4d654410bcb6dd44f0de3357) | fix | prevent adding test dependencies when minimal option is enabled |

Choose a reason for hiding this comment

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

medium

For consistency with other entries in the changelog (e.g., ng add, vi.mock), it's good practice to wrap option names in backticks for better readability. The minimal option should be enclosed in backticks.

Suggested change
| [72d466aa0](http://github.com/angular/angular-cli/commit/72d466aa04d4d0cc4d654410bcb6dd44f0de3357) | fix | prevent adding test dependencies when minimal option is enabled |
| [72d466aa0](http://github.com/angular/angular-cli/commit/72d466aa04d4d0cc4d654410bcb6dd44f0de3357) | fix | prevent adding test dependencies when `minimal` option is enabled |


| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------- |
| [0019d1c8e](http://github.com/angular/angular-cli/commit/0019d1c8e1494295a754063dbf936e1cd40d05bd) | fix | update copy-webpack-plugin to v14.0.0 |

Choose a reason for hiding this comment

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

medium

For consistency and better readability, package names should be wrapped in backticks, similar to how commands and other code identifiers are formatted in this changelog.

Suggested change
| [0019d1c8e](http://github.com/angular/angular-cli/commit/0019d1c8e1494295a754063dbf936e1cd40d05bd) | fix | update copy-webpack-plugin to v14.0.0 |
| [0019d1c8e](http://github.com/angular/angular-cli/commit/0019d1c8e1494295a754063dbf936e1cd40d05bd) | fix | update `copy-webpack-plugin` to v14.0.0 |

| [6ad860863](http://github.com/angular/angular-cli/commit/6ad8608636ad48ae140cc7299a32e0358c761fcc) | fix | bundle polyfills to preserve execution order in dev server |
| [d17397375](http://github.com/angular/angular-cli/commit/d1739737564fbcc3e4c5a6c3369046cccf0f6120) | fix | conditionally allow `vi.mock` for non-relative imports |
| [0d49f86ed](http://github.com/angular/angular-cli/commit/0d49f86edf5592f0266c6d6689ab4d55b27b2d8d) | fix | resolve style include paths relative to `ng-package.json` in unit-test builder |
| [584f6a2d9](http://github.com/angular/angular-cli/commit/584f6a2d95ac4bdd9f20d918c6700ea79227cc92) | fix | treat empty browsers array as undefined in unit-test builder |

Choose a reason for hiding this comment

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

medium

To maintain consistency in formatting within the changelog, property names like browsers should be enclosed in backticks for improved readability.

Suggested change
| [584f6a2d9](http://github.com/angular/angular-cli/commit/584f6a2d95ac4bdd9f20d918c6700ea79227cc92) | fix | treat empty browsers array as undefined in unit-test builder |
| [584f6a2d9](http://github.com/angular/angular-cli/commit/584f6a2d95ac4bdd9f20d918c6700ea79227cc92) | fix | treat empty `browsers` array as undefined in unit-test builder |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: docs Related to the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant