Change8

v22.0.2

📦 angularView on GitHub →
🐛 11 fixes🔧 1 symbols

Summary

This release focuses primarily on bug fixes across common, compiler, core, and http modules, including improvements to transfer cache handling and DOM manipulation safety. A migration fix was also introduced to skip targets that are not build or test.

Migration Steps

  1. Migration now skips any target that is not build or test.

🐛 Bug Fixes

  • Escaped anchor fragment in shadow DOM name selector.
  • Skipped transfer cache for uncacheable HTTP traffic.
  • Restricted possible event handler check to property names longer than 2 characters.
  • Avoided caching missing locale data.
  • Escaped overlapping comment delimiters in escapeCommentText.
  • Guarded against DOM clobbering in declareExperimentalWebMcpTool.
  • Preserved leave animation for sibling instances sharing a TNode.
  • Prevented unsubscribe during emit from throwing off other listeners.
  • Treated iframe credentialless as security-sensitive.
  • Distinguished repeated transfer cache parameters.
  • Skipped transfer cache for fetch credentialed requests.

Affected Symbols