Change8

v22.0.0-next.12

Breaking Changes
📦 angularView on GitHub →
1 breaking1 features🐛 2 fixes🔧 2 symbols

Summary

This release includes fixes for service factories on abstract classes and updates to host binding restrictions. The platform server now supports an `allowedHosts` option for rendering functions.

⚠️ Breaking Changes

  • Event attribute bindings in host bindings are now unconditionally disallowed. If you were using event attribute bindings in host bindings, you must refactor them to use event binding syntax (e.g., `(event)='handler()'`).

✨ New Features

  • Added the `allowedHosts` option to `renderModule` and `renderApplication` in `platform-server`.

🐛 Bug Fixes

  • Resolved an issue preventing services with factories from being used on abstract classes.
  • Removed compiler import from the safe optional chaining migration.

Affected Symbols