-
-
Notifications
You must be signed in to change notification settings - Fork 355
[Notify] Added options
to Notification
#1853
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
Conversation
this PR connected to this PR symfony/symfony#54961 |
src/Notify/assets/dist/controller.js
Outdated
@@ -65,5 +71,4 @@ default_1.values = { | |||
hub: String, | |||
topics: Array, | |||
}; | |||
|
|||
export { default_1 as default }; |
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.
That's a breaking change
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.
i have edit this
PR on the Symfony side has been merged now. |
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.
change Changelog
📊 Packages dist files size differenceThanks for the PR! Here is the difference in size of the packages dist files between the base branch and the PR.
|
PR on the symfony side symfony/symfony#60140 |
options
to Notification
…-notifier Co-authored-by: Simon André <[email protected]>
Thank you @ernie76. |
Added body, icon, tag ,renotify for desktop notifications
This pull-request are need changes in src/Symfony/Component/Notifier/Bridge/Mercure/MercureOptions.php. I have made a pull request there too.