forked from NG-ZORRO/ng-zorro-antd
-
Notifications
You must be signed in to change notification settings - Fork 0
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
sync upstream #3
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
* fix(module:auto-complete): close the panel when tapping scrollbar on Windows close #4333 * test: fix test
* chore: bump Angular to 9.0.0-rc.9 * fix(module:time-picker): fix TS type
test(module:core): add outlet testing chore(module:menu): refactor menu fix(module:menu): fix menu cdr error refactor(module:menu): remove unsued var refactor(module:menu): move mode$ to sub service refactor(module:menu): rename some name refactor(module:menu): refactor the data flow refactor(module:menu): fix dropdown menu close animation refactor(module:menu): split submenu component
BREAKING CHANGES: prev_5 and next_5 is needed when use nzItemRender 'pre' typo was corrected to 'prev'
* chore(module:*): bump to Angular 9.0.0
* feat(module:input-number): 增加 `nzPrecisionMode` 参数,支持数值精度使用截位方式取值 close #4173 * fix(module:input-number): fix for precision demo * fix(module:input-number): fix for precision unit * refactor(module:input-number): 支持 `nzPrecisionMode` 参数为自定义函数
* chore(module:statistic): refactor * test: fix test * chore: cleanup * fix: test util import
* feat(module:tree-select): support `nzDropdownClassName` property close #4508 * docs(module:tree-select): update API
* chore(module:empty): refactor feat(module:empty): add no description feature refactor(module:empty): remove empty service fix(module:empty): fix spec fix: fix spec import path * fix: fix empty content detection is triggered too late * test: skip falsy value test * chore: remove redundant type check
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: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information