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:steps): support navigation type and nzDisable nzSubtitle #4064

Merged
merged 2 commits into from
Sep 9, 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: #3931

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@netlify
Copy link

netlify bot commented Aug 26, 2019

Deploy preview for ng-zorro-master ready!

Built with commit cb6acb4

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

@codecov
Copy link

codecov bot commented Aug 27, 2019

Codecov Report

Merging #4064 into master will decrease coverage by 0.09%.
The diff coverage is 87.5%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #4064     +/-   ##
========================================
- Coverage    92.4%   92.3%   -0.1%     
========================================
  Files         506     514      +8     
  Lines       10758   10803     +45     
  Branches     1940    1954     +14     
========================================
+ Hits         9941    9972     +31     
- Misses        402     412     +10     
- Partials      415     419      +4
Impacted Files Coverage Δ
components/steps/demo/clickable.ts 75% <100%> (+8.33%) ⬆️
components/steps/nz-steps.component.ts 96.07% <100%> (+0.07%) ⬆️
components/steps/nz-step.component.ts 97.43% <100%> (+0.13%) ⬆️
components/steps/demo/nav.ts 66.66% <66.66%> (ø)
...ents/time-picker/nz-time-picker-panel.component.ts 86.81% <0%> (-5.19%) ⬇️
components/cascader/nz-cascader.component.ts 95.16% <0%> (-0.75%) ⬇️
components/tree/nz-tree-node.component.ts 88.83% <0%> (-0.42%) ⬇️
components/resizable/nz-resize-handle.component.ts 100% <0%> (ø) ⬆️
...mponents/tooltip/base/nz-tooltip-base.component.ts 94.44% <0%> (ø) ⬆️
components/resizable/nz-resizable.service.ts 100% <0%> (ø) ⬆️
... and 27 more

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 d0ebd46...cb6acb4. Read the comment docs.

@@ -18,7 +18,7 @@ import { Component } from '@angular/core';
})
export class NzDemoStepsClickableComponent {
index = 0;

disable = false;
Copy link
Member

@wzhudev wzhudev Sep 6, 2019

Choose a reason for hiding this comment

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

清理一下 demo 好了,这个属性没看到有更改,而且也不是 true

或者改成 true 然后用例里反过来测。

@hsuanxyz hsuanxyz merged commit 272dc98 into NG-ZORRO:master Sep 9, 2019
Ricbet pushed a commit to Ricbet/ng-zorro-antd that referenced this pull request Apr 9, 2020
…G-ZORRO#4064)

* feat(module:steps): support navigation type and nzDisable nzSubtitle

close NG-ZORRO#3931

* docs(module:steps): update docs
hsuanxyz added a commit to hsuanxyz/ng-zorro-antd that referenced this pull request Aug 5, 2020
…G-ZORRO#4064)

* feat(module:steps): support navigation type and nzDisable nzSubtitle

close NG-ZORRO#3931

* docs(module:steps): update docs
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.

3 participants