Change8

v20.3.17

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

Summary

This release introduces stricter security handling by blocking sensitive URI attributes in ICU messages and dropping unknown attributes during rendering.

⚠️ 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 ICU messages in templates to ensure only known attributes are present if rendering is expected to remain unchanged.

🐛 Bug Fixes

  • Block creation of sensitive URI attributes from ICU messages.

Affected Symbols