Skip to content
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:select): add string array support for nzDropdownClassName #7643

Merged
merged 1 commit into from Sep 26, 2022
Merged

feat(module:select): add string array support for nzDropdownClassName #7643

merged 1 commit into from Sep 26, 2022

Conversation

ousc
Copy link
Contributor

@ousc ousc commented Sep 16, 2022

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

NzDropdownClassName only support string.

Issue Number: #7611

What is the new behavior?

nzDropdownClassName supports both string and string[].

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@zorro-bot
Copy link

zorro-bot bot commented Sep 16, 2022

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Sep 16, 2022

Codecov Report

Merging #7643 (f21e76f) into master (aec94c9) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #7643   +/-   ##
=======================================
  Coverage   92.02%   92.03%           
=======================================
  Files         502      502           
  Lines       16750    16750           
  Branches     2632     2632           
=======================================
+ Hits        15415    15416    +1     
+ Misses       1065     1064    -1     
  Partials      270      270           
Impacted Files Coverage Δ
components/select/select.component.ts 91.29% <100.00%> (ø)
components/core/util/text-measure.ts 92.98% <0.00%> (+0.87%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ousc ousc reopened this Sep 26, 2022
Copy link
Member

@simplejason simplejason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@simplejason simplejason merged commit 966dc8f into NG-ZORRO:master Sep 26, 2022
@ousc ousc deleted the add_string_array_support_for_nzDropdownClassName branch September 30, 2022 02:50
chenc041 pushed a commit to chenc041/ng-zorro-antd that referenced this pull request Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants