Change8

20.2.0-rc.0

📦 angularView on GitHub →
2 features🐛 4 fixes🔧 6 symbols

Summary

This release introduces 'as' alias support for 'else if' blocks and unhandled promise rejection logging in service workers, alongside several bug fixes for animations, rendering effects, and compiler type checking.

✨ New Features

  • Support for 'as' aliases on 'else if' blocks in templates.
  • Service worker now logs unhandled promise rejections.

🐛 Bug Fixes

  • Resolved error when type checking host bindings of generic directives in compiler-cli.
  • Fixed issue where effects were not being destroyed on 'afterRenderEffect'.
  • Prevented duplicate nodes when '@if' blocks toggle with leave animations.
  • Fixed router issue to attempt resolving component resources in JIT mode.

🔧 Affected Symbols

afterRenderEffect@ifelse ifcompiler-cliRouterServiceWorker