Angular: 15.0.0-next.4 Release

Release date:
September 28, 2022
Previous version:
15.0.0-next.3 (released September 21, 2022)
Magnitude:
1,617 Diff Delta
Contributors:
12 total committers
Data confidence:
Commits:

18 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored September 28, 2022
Authored September 28, 2022
Authored September 21, 2022
Authored September 23, 2022
Authored September 26, 2022

Top Contributors in 15.0.0-next.4

crisbeto
AndrewKushnir
ivanwonder
alan-agius4
JiaLiPassion
alxhub
atscott
dzonatan
jessicajaniuk
dgp1130

Directory Browser for 15.0.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="15.0.0-next.4"></a>

15.0.0-next.4 (2022-09-28)

Breaking Changes

router

  • The title property is now required on ActivatedRouteSnapshot ## Deprecations ### core
  • The bit field signature of Injector.get() has been deprecated, in favor of the new options object.
  • The bit field signature of TestBed.inject() has been deprecated, in favor of the new options object. ### core | Commit | Description | | -- | -- | | feat - 841c8e5138 | support object-based DI flags in Injector.get() (#46761) | | feat - 120555a626 | support object-based DI flags in TestBed.inject() (#46761) | | fix - aef8d0bb02 | correctly check for typeof of undefined in ngDevMode check (#47480) | | fix - 85330f3fd9 | update isDevMode to rely on ngDevMode (#47475) | ### language-service | Commit | Description | | -- | -- | | feat - e7ee53c541 | support to fix invalid banana in box (#47393) | ### router | Commit | Description | | -- | -- | | fix - 6a88bad019 | Ensure ActivatedRouteSnapshot#title has correct value (#47481) | ## Special Thanks Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Ashley Hunter, Doug Parker, Jessica Janiuk, JiaLiPassion, Kristiyan Kostadinov, Rokas BrazdΕΎionis, Simona Cotin and ivanwonder