Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(effects): remove concatLatestFrom operator #4367

Merged
merged 1 commit into from
May 30, 2024

Conversation

markostanimirovic
Copy link
Member

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';

Copy link

netlify bot commented May 30, 2024

Deploy Preview for ngrx-io ready!

Name Link
🔨 Latest commit d21c9e7
🔍 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.

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';
@markostanimirovic markostanimirovic force-pushed the feat/effects/remove-concatLatestFrom branch from 2dd69b7 to d21c9e7 Compare May 30, 2024 15:13
@brandonroberts brandonroberts merged commit 1a1b6df into main May 30, 2024
5 checks passed
@brandonroberts brandonroberts deleted the feat/effects/remove-concatLatestFrom branch May 30, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants