15.0.0-beta.1 (2022-11-18)
Features
- data: add initial standalone APIs (#3647) (aa7ed66), closes #3553
- data: add withEffects feature for provideEntityData (#3656) (a6959e8)
- effects: forRoot and forFeature accept spreaded array (#3638) (0eaa536)
- router-store: return resolved title via selectTitle (#3648) (cc04e2f), closes #3622
- schematics: add display block flag (e0d368d)
- schematics: add standalone flag (b0bd2ff)
- schematics: replace environments usage with isDevMode (#3645) (4f61b63), closes #3618
BREAKING CHANGES
- router-store: Property
title: string | undefined
is added to the MinimalActivatedRouteSnapshot
interface.
BEFORE:
The MinimalActivatedRouteSnapshot
interface doesn't contain the title
property.
AFTER:
The MinimalActivatedRouteSnapshot
interface contains the required title
property.
<a name="15.0.0-beta.0"></a>