Change8

v21.2.13

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

Summary

This release introduces an `allowedHosts` option for server-side rendering functions and fixes an issue where certain errors were not being forwarded to the ErrorHandler.

⚠️ Breaking Changes

  • Event attribute bindings in host bindings are now unconditionally disallowed. If you were relying on this behavior, you must remove the event attribute binding from your host bindings.

✨ New Features

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

🐛 Bug Fixes

  • Forwarded `BEFORE_APP_SERIALIZED` errors to `ErrorHandler` in platform-server.

Affected Symbols