-
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(module: tree): fix nzMultiple and rollback code #3060
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploy preview for ng-zorro-master ready! Built with commit 8514b5f |
Codecov Report
@@ Coverage Diff @@
## master #3060 +/- ##
==========================================
+ Coverage 97.3% 97.34% +0.03%
==========================================
Files 550 552 +2
Lines 11539 11587 +48
Branches 826 827 +1
==========================================
+ Hits 11228 11279 +51
+ Misses 201 195 -6
- Partials 110 113 +3
Continue to review full report at Codecov.
|
simplejason
force-pushed
the
fix-tree-bug
branch
2 times, most recently
from
March 11, 2019 09:16
24c66dd
to
b291c17
Compare
hsuanxyz
requested changes
Mar 11, 2019
simplejason
force-pushed
the
fix-tree-bug
branch
from
March 14, 2019 06:30
4b4d9a4
to
2b27b78
Compare
fix(module: tree): fix doc
simplejason
force-pushed
the
fix-tree-bug
branch
from
March 21, 2019 03:58
49d3f3a
to
7e638ad
Compare
hsuanxyz
approved these changes
Mar 21, 2019
Ricbet
pushed a commit
to Ricbet/ng-zorro-antd
that referenced
this pull request
Apr 9, 2020
* fix(module: tree): fix nzMultiple and rollback code * fix(module: tree): fix spec and export service fix(module: tree): fix doc * fix(module: tree): fix code bug * fix(module: tree): fix treeService error and code merge * fix(module: tree): fix strict code style * fix(module: tree): fix strict spec code * fix(module: tree): remove unnecessary demo code * fix(module: tree): fix doc and demo * fix(module: tree): add notice doc close NG-ZORRO#3076
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this pull request
Aug 5, 2020
* fix(module: tree): fix nzMultiple and rollback code * fix(module: tree): fix spec and export service fix(module: tree): fix doc * fix(module: tree): fix code bug * fix(module: tree): fix treeService error and code merge * fix(module: tree): fix strict code style * fix(module: tree): fix strict spec code * fix(module: tree): remove unnecessary demo code * fix(module: tree): fix doc and demo * fix(module: tree): add notice doc close NG-ZORRO#3076
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: #3076
What is the new behavior?
Does this PR introduce a breaking change?
Other information