Skip to content

22.1.0-next.0

Pre-release
Pre-release

Choose a tag to compare

@alan-agius4 alan-agius4 released this 11 Jun 16:42
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.

@angular/cli

Commit Description
fix - 7932caaf9 robustly parse npm manifest from array

@schematics/angular

Commit Description
feat - 89d7f59cd update ai-config to include Angular MCP server config

@angular-devkit/core

Commit Description
refactor - fd336d365 deprecate stringToFileBuffer and fileBufferToString

@angular/ssr

Commit Description
fix - ddcef9d48 correct grammar in console warning for redirected location headers

Deprecations

@angular-devkit/core

  • stringToFileBuffer and fileBufferToString are deprecated. Use standard Web APIs (TextEncoder and TextDecoder) instead.

    Internal usages within the repository have been removed and replaced with standard Web APIs. The public API golden file for @angular-devkit/core has been updated to reflect the deprecations.