Angular: 14.1.0-next.4 Release

Release date:
July 6, 2022
Previous version:
14.1.0-next.3 (released June 29, 2022)
Magnitude:
1,662 Diff Delta
Contributors:
9 total committers
Data confidence:
Commits:

Top Contributors in 14.1.0-next.4

alxhub
atscott
pkozlowski-opensource
devversion
bob-watson
bampakoa
alan-agius4
gkalpak
angular-robot

Directory Browser for 14.1.0-next.4

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

<a name="14.1.0-next.4"></a>

14.1.0-next.4 (2022-07-06)

Deprecations

core

  • The bit field signature of inject() has been deprecated, in favor of the new options object. Correspondingly, InjectFlags is deprecated as well. ### compiler | Commit | Description | | -- | -- | | feat - 6f11a58040 | Add extended diagnostic to warn when text attributes are intended to be bindings (#46161) | ### core | Commit | Description | | -- | -- | | feat - 96c6139c9a | add ability to set inputs on ComponentRef (#46641) | | feat - a7a14df5f8 | introduce EnvironmentInjector.runInContext API (#46653) | | feat - fa52b6e906 | options object to supersede bit flags for inject() (#46649) | | feat - af20112222 | support the descendants option for ContentChild queries (#46638) | ### router | Commit | Description | | -- | -- | | feat - 6c1357dd7d | Add stable cancelation code to NavigationCancel event (#46675) | | fix - e8c7dd10e9 | Ensure APP_INITIALIZER of enabledBlocking option completes (#46026) | ## Special Thanks Alan Agius, Alex Rickabaugh, Andrew Scott, Aristeidis Bampakos, Bob Watson, George Kalpakas, Paul Gschwendtner and Pawel Kozlowski