@ngrx/signals
Advanced tools
Changelog
Changelog
18.0.0-rc.0 (2024-06-10)
BEFORE:
import { concatLatestFrom } from '@ngrx/effects';
AFTER:
import { concatLatestFrom } from '@ngrx/operators';
BEFORE:
import { tapResponse } from '@ngrx/component-store';
AFTER:
import { tapResponse } from '@ngrx/operators';
<a name="18.0.0-beta.1"></a>
Changelog
18.0.0-beta.1 (2024-05-20)
<a name="18.0.0-beta.0"></a>
Changelog
18.0.0-beta.0 (2024-05-20)
tapResponse
(#4321) (0ae21c9), closes #4261concatLatestFrom
(#4311) (d264c56), closes #4262mapResponse
(#4302) (c460920), closes #4230BEFORE:
The minimum required version of Angular is 17.x
AFTER:
The minimum required version of Angular is 18.x
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>
Changelog
17.2.0 (2024-04-11)
tapResponse
export (#4259) (a5958a0)concatLatestFrom
export (#4260) (79674b7)<a name="17.1.1"></a>
Changelog
17.1.1 (2024-02-21)
StateSignal
to the public API (#4247) (3d45e5a)rxMethod
outside of reactive context (#4224) (3a691d9)eval
(#4216) (1df0eb5), closes #4213<a name="17.1.0"></a>
Changelog
17.0.0-rc.0 (2023-11-10)
getState
function (#4118) (79b0708)<a name="17.0.0-beta.0"></a>