ngrx / platform

Reactive State for Angular
https://ngrx.io
Other
7.96k stars 1.95k forks source link

feat(effects): remove concatLatestFrom operator #4367

Closed markostanimirovic closed 1 month ago

markostanimirovic commented 1 month ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

Does this PR introduce a breaking change?

[ ] Yes
[x] No

BREAKING CHANGES:

The concatLatestFrom operator has been removed from @ngrx/effects in favor of the @ngrx/operators package.

BEFORE:

import { concatLatestFrom } from '@ngrx/effects';

AFTER:

import { concatLatestFrom } from '@ngrx/operators';

netlify[bot] commented 1 month ago

Deploy Preview for ngrx-io ready!

Name Link
Latest commit d21c9e71776e2a17152eb9049cec87cc2a36ad47
Latest deploy log https://app.netlify.com/sites/ngrx-io/deploys/665897ac5c43e60008208263
Deploy Preview https://deploy-preview-4367--ngrx-io.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.