-
Notifications
You must be signed in to change notification settings - Fork 4k
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(module:notification): add onClick observable #4989
Conversation
This preview will be available after the AzureCI is passed. |
Codecov Report
@@ Coverage Diff @@
## master #4989 +/- ##
==========================================
- Coverage 91.48% 91.43% -0.05%
==========================================
Files 538 550 +12
Lines 13738 13709 -29
Branches 2043 2111 +68
==========================================
- Hits 12568 12535 -33
- Misses 707 712 +5
+ Partials 463 462 -1
Continue to review full report at Codecov.
|
notification API 文档没改,还是 |
772d6e6
to
9326151
Compare
9326151
to
4949d0b
Compare
close NG-ZORRO#4986 BREAKING CHANGE: NzMessageDataFilled is replaced by NzMessageRef BREAKING CHANGE: NzNotificationDataFilled is replaced by NzNotificationRef Update components/message/typings.ts Co-Authored-By: Hsuan Lee <HsuanGM@gmail.com> Update components/notification/typings.ts Co-Authored-By: Hsuan Lee <HsuanGM@gmail.com>
229fb52
to
2537739
Compare
close NG-ZORRO#4986 BREAKING CHANGE: - NzMessageDataFilled is replaced by NzMessageRef - NzNotificationDataFilled is replaced by NzNotificationRef
refactor message and notification
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
NzNotificationDataFilled
is replaced byNzNotificationRef
.NzMessageDataFilled
is replaced byNzMessageRef
.Doing this to make these two components' API consistent with others', and to stop exposing some internal implementation details.
Other information