13.2.0-rc.0 (2022-01-19)
Deprecations
-
The
CachedResourceLoader
andRESOURCE_CACHE_PROVIDER
symbols were previously necessary in some cases to test AOT-compiled components with View Engine, but they are no longer needed since Ivy. -
The
ComponentFactory
andComponentFactoryResolver
classes are deprecated. Since Ivy, there is no need to resolve Component factories. Please use other APIs where you Component classes can be used directly (without resolving their factories). -
Since Ivy, the CompilerOptions.useJit and CompilerOptions.missingTranslation config options are unused, passing them has no effect.
-
tap operator subscribe signature is deprecated
Instead of passing separate callback arguments, use an observer argument. Signatures taking separate callback arguments will be removed in v8. Details: https://rxjs.dev/deprecations/subscribe-arguments
Commit | Description |
---|---|
deprecate CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols (#44749)
| |
deprecate ComponentFactory and ComponentFactoryResolver symbols (#44749)
| |
deprecate unused config options from the CompilerOptions interface (#44749)
| |
update deprecated form of the tap operator in http example (#44738) |
animations
Commit | Description |
---|---|
apply setStyles to only rootTimelines (#44515) |
common
Commit | Description |
---|---|
add injector input to ngTemplateOutlet (#44761) |
compiler-cli
Commit | Description |
---|---|
enable extended diagnostics by default (#44712) | |
reduce analysis work during incremental rebuilds (#44731) |
core
Commit | Description |
---|---|
allow for injector to be specified when creating an embedded view (#44666) |
ngcc
Commit | Description |
---|---|
support element accesses for export declarations (#44669) |
Special Thanks
Alan Agius, Andrew Kushnir, AnkitSharma-007, Daniel Díaz, Derek Cormier, Dmytro Mezhenskyi, Doug Parker, Dylan Hunn, Jessica Janiuk, Joey Perrott, JoostK, Kristiyan Kostadinov, Ramesh Thiruchelvam, Yousaf Nawaz, dario-piotrowicz, iRealNirmal, shejialuo and Łukasz Holeczek