Change8

v21.1.6

Breaking Changes
📦 angularView on GitHub →
1 breaking🐛 3 fixes🔧 1 symbols

Summary

This release includes fixes across common, compiler-cli, and core modules, notably addressing LCP image detection and sensitive URI attribute blocking in ICU messages, alongside a breaking change that drops unknown attributes from translated ICU content.

⚠️ Breaking Changes

  • Angular now only applies known attributes from HTML in translated ICU content. Unknown attributes are dropped and not rendered.

Migration Steps

  1. Review usage of translated ICU content to ensure only known HTML attributes are present, as unknown attributes will now be dropped.

🐛 Bug Fixes

  • Fixed LCP image detection when duplicate URLs are present.
  • Compiler-cli now detects uninvoked functions in defer trigger expressions.
  • Blocked creation of sensitive URI attributes from ICU messages.

Affected Symbols