- Disallows inline event handler attributes (e.g., onclick) in <meta> tags.
- Improves security by reducing XSS attack surface.
- May break existing code that relied on event handlers in meta elements.
Official Angular changelog summary with source attribution, release tags, and community reactions.
Track this Angular release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this Angular release note into a weekly digest for the tools you actually use.
Create digestCore and compiler updates replace hasOwnProperty with Object.hasOwn, add readonly array support for metadata decorators, expose debuggableFn for signal nodes, and improve hydration error handling.
Event handler attributes (e.g., onclick) are no longer allowed on <meta> elements.
Fixed optional chaining expression generation and corrected symbol resolution for SafePropertyRead in the compiler CLI.