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:icon): change tag of nz-icon from <i> to <span> #7586

Merged
merged 4 commits into from Jul 31, 2022

Conversation

wzhudev
Copy link
Member

@wzhudev wzhudev commented Jul 29, 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?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

@zorro-bot
Copy link

zorro-bot bot commented Jul 29, 2022

This preview will be available after the AzureCI is passed.

@wzhudev wzhudev changed the base branch from master to 14.0.x July 29, 2022 14:26
@codecov
Copy link

codecov bot commented Jul 31, 2022

Codecov Report

Merging #7586 (8350eca) into 14.0.x (feb9f84) will increase coverage by 0.00%.
The diff coverage is 80.00%.

@@           Coverage Diff           @@
##           14.0.x    #7586   +/-   ##
=======================================
  Coverage   92.09%   92.10%           
=======================================
  Files         502      502           
  Lines       16739    16747    +8     
  Branches     2625     2629    +4     
=======================================
+ Hits        15416    15424    +8     
+ Misses       1056     1055    -1     
- Partials      267      268    +1     
Impacted Files Coverage Δ
components/alert/alert.component.ts 95.23% <ø> (ø)
components/avatar/avatar.component.ts 100.00% <ø> (ø)
components/back-top/back-top.component.ts 93.44% <ø> (ø)
components/breadcrumb/breadcrumb-item.component.ts 100.00% <ø> (ø)
components/breadcrumb/demo/separator.ts 100.00% <ø> (ø)
components/card/demo/loading.ts 100.00% <ø> (ø)
components/card/demo/meta.ts 100.00% <ø> (ø)
components/cascader/cascader-li.component.ts 100.00% <ø> (ø)
components/cascader/cascader.component.ts 97.93% <ø> (ø)
components/collapse/collapse-panel.component.ts 93.33% <ø> (ø)
... and 48 more

Help us with your feedback. Take ten seconds to tell us how you rate us.

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

@wzhudev
Copy link
Member Author

wzhudev commented Aug 1, 2022

@simplejason Thanks for bugfix and etc.

simplejason added a commit that referenced this pull request Aug 4, 2022
* chore: update to v14

chore: update

chore: update

chore: update to v14

* chore: fix monaco css styles errors

* chore: add optionalChainNotNullable to skip errors due to angular bug

* chore: update schematics with v14

* chore: update routing to fix errors of ngx-hover-preload

* feat(module:icon): change tag of nz-icon from <i> to <span> (#7586)

* feat(module:icon): change i tag to span

* feat(module:icon): fix some styles after icon changed

* feat(module:icon): do not update v9

* feat(module:icon): fix tests

Co-authored-by: simplejason <simplejason.coder@gmail.com>

* fix(module:icon): add missing nz-icon attribute

* chore: update schematics with project name

* chore: update package.json of components

* chore: fix wrong tag name

Co-authored-by: hullis <wendellhu95@gmail.com>
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