18.0.0-beta.0 (2024-05-20)
Bug Fixes
- eslint-plugin: add as devDependency via ng add (#4343) (4fe7b7f)
- schematics: set correct default value type (#4307) (51034e6)
Features
BREAKING CHANGES
- The minimum required version of Angular has been updated
BEFORE:
The minimum required version of Angular is 17.x
AFTER:
The minimum required version of Angular is 18.x
- store: The Action and TypedAction interfaces are merged into one interface.
BEFORE:
There was a separation between the Action and TypedAction interfaces.
AFTER:
The Action interface accepts a generic type parameter that represents the payload type (defaults to string).
The TypedAction interface is removed.
<a name="17.2.0"></a>