-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
fix(js): Inbox DX fixes #7396
fix(js): Inbox DX fixes #7396
Conversation
✅ Deploy Preview for dev-web-novu ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dashboard-v2-novu-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
0e3b69a
to
34f8dba
Compare
channels, | ||
// @deprecated use channels instead | ||
channelPreferences, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are already doing a breaking change for the apiUrl, so I think we can just continue 😅 Just need to make sure to tell about this on release notes and changelog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh nvm, just noticed it was on the httpclient only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not doing a breaking change as we have deprecated the old backendUrl
and introduced the apiUrl
on the NovuOptions
. Similarly, on the update preferences args.
channels, | ||
// @deprecated use channels instead | ||
channelPreferences, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh nvm, just noticed it was on the httpclient only
It should be channels, not channelPreferences.
34f8dba
to
c22f69e
Compare
@novu/js
@novu/nextjs
novu
@novu/react
@novu/react-native
commit: |
What changed? Why was the change needed?
Update naming for improved DX. See commits for more details.