Change8

v22.0.0-next.10

📦 angularView on GitHub →
3 features🐛 6 fixes🔧 1 symbols

Summary

This release introduces the new `injectAsync` helper function and model/output migrations, alongside several bug fixes across common, compiler, core, and platform-server modules.

Migration Steps

  1. Apply model + output migrations.

✨ New Features

  • Angular expressions with optional chaining now return `undefined`.
  • Added an `injectAsync` helper function in core.
  • Introduced model + output migrations.

🐛 Bug Fixes

  • Prevented focus from triggering `scrollToAnchor` in common.
  • Fixed let declaration span not including the end character in compiler.
  • Fixed ordering of view queries metadata in JIT mode.
  • Guarded against non-object events and avoided listener wrapper identity mismatch.
  • Prevented event replay double-invocation when an element hydrates before app stability.
  • Ensured origin has a trailing slash when parsing URL in platform-server.

Affected Symbols