docs: release notes for the v19.2.25 release#33104
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the CHANGELOG.md with entries for version 19.2.25, documenting fixes for @angular-devkit/build-angular, @angular/build, and @angular/ssr. It also includes minor formatting adjustments to improve readability in older sections. Feedback was provided to ensure consistent use of backticks for version numbers and code elements, and to standardize the terminology used for dependency updates.
|
|
||
| | Commit | Type | Description | | ||
| | --------------------------------------------------------------------------------------------------- | ---- | ------------------------- | | ||
| | [49ae0ad2d](https://github.com/angular/angular-cli/commit/49ae0ad2d452ab7d7510297919125fe00081fa49) | fix | upgrade postcss to 8.5.12 | |
There was a problem hiding this comment.
For consistency with other entries in this release (such as line 15), the version number should be wrapped in backticks. Additionally, 'update' is more commonly used than 'upgrade' in this changelog for dependency bumps.
| | [49ae0ad2d](https://github.com/angular/angular-cli/commit/49ae0ad2d452ab7d7510297919125fe00081fa49) | fix | upgrade postcss to 8.5.12 | | |
| | [49ae0ad2d](https://github.com/angular/angular-cli/commit/49ae0ad2d452ab7d7510297919125fe00081fa49) | fix | update postcss to `8.5.12` | |
|
|
||
| | Commit | Type | Description | | ||
| | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------------- | | ||
| | [02ce8bf26](https://github.com/angular/angular-cli/commit/02ce8bf2695e71c1684e231151b4ab5ccba94869) | fix | introduce trustProxyHeaders option to safely validate and sanitize proxy headers | |
There was a problem hiding this comment.
The option name trustProxyHeaders should be wrapped in backticks to identify it as a code element, consistent with the formatting of commands and options elsewhere in the changelog.
| | [02ce8bf26](https://github.com/angular/angular-cli/commit/02ce8bf2695e71c1684e231151b4ab5ccba94869) | fix | introduce trustProxyHeaders option to safely validate and sanitize proxy headers | | |
| | [02ce8bf26](https://github.com/angular/angular-cli/commit/02ce8bf2695e71c1684e231151b4ab5ccba94869) | fix | introduce `trustProxyHeaders` option to safely validate and sanitize proxy headers | |
Cherry-picks the changelog from the "19.2.x" branch to the next branch (main).