angular v15.0.0-next.4 Release Notes

Release Date: 2022-09-28 // over 1 year ago
  • 💥 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 | Type | Description | | -- | -- | -- | 👍 | 841c8e5138 | feat | support object-based DI flags in Injector.get() (#46761) | ✅ | 120555a626 | feat | support object-based DI flags in TestBed.inject() (#46761) | | aef8d0bb02 | fix | correctly check for typeof of undefined in ngDevMode check (#47480) | ⚡️ | 85330f3fd9 | fix | update isDevMode to rely on ngDevMode (#47475) | ### language-service | Commit | Type | Description | | -- | -- | -- | 👍 | e7ee53c541 | feat | support to fix invalid banana in box (#47393) | ### router | Commit | Type | Description | | -- | -- | -- | | 6a88bad019 | fix | 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

    <!-- CHANGELOG SPLIT MARKER -->