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:page-header): new pageheader style and support avatar #4208

Merged
merged 1 commit into from
Oct 8, 2019

Conversation

hsuanxyz
Copy link
Member

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
[x] No

Other information

@codecov
Copy link

codecov bot commented Sep 24, 2019

Codecov Report

Merging #4208 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4208      +/-   ##
==========================================
+ Coverage   92.31%   92.33%   +0.02%     
==========================================
  Files         519      520       +1     
  Lines       10963    10965       +2     
  Branches     1984     1984              
==========================================
+ Hits        10120    10125       +5     
+ Misses        420      418       -2     
+ Partials      423      422       -1
Impacted Files Coverage Δ
components/page-header/nz-page-header.module.ts 100% <ø> (ø) ⬆️
components/page-header/demo/content.ts 100% <ø> (ø) ⬆️
components/page-header/demo/actions.ts 100% <ø> (ø) ⬆️
components/page-header/demo/breadcrumb.ts 100% <ø> (ø) ⬆️
components/page-header/demo/responsive.ts 100% <100%> (ø)
components/page-header/nz-page-header-cells.ts 100% <100%> (ø) ⬆️
components/typography/nz-typography.component.ts 98.96% <0%> (+1.03%) ⬆️
components/menu/nz-menu-item.directive.ts 79.45% <0%> (+2.73%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0fe3fa...b59877f. Read the comment docs.

@netlify
Copy link

netlify bot commented Sep 24, 2019

Deploy preview for ng-zorro-master ready!

Built with commit b59877f

https://deploy-preview-4208--ng-zorro-master.netlify.com

Copy link
Member

@vthinkxie vthinkxie left a comment

Choose a reason for hiding this comment

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

LGTM

];

@NgModule({
imports: [CommonModule, NzAddOnModule, NzIconModule, NzDividerModule],
exports: [NzPageHeaderComponent, ...NzPageHeaderCells],
declarations: [NzPageHeaderComponent, ...NzPageHeaderCells]
Copy link
Contributor

Choose a reason for hiding this comment

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

This breaks the page header for me for some reason:
image

8.3.0:
image

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank, we have found the breakchange in styles, we will fix it in the next version.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks!

Ricbet pushed a commit to Ricbet/ng-zorro-antd that referenced this pull request Apr 9, 2020
hsuanxyz added a commit to hsuanxyz/ng-zorro-antd that referenced this pull request Aug 5, 2020
@hsuanxyz hsuanxyz deleted the feat/new-page-header branch August 5, 2020 02:26
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.

4 participants