Skip to content

feat(module:affix): support standalone component #8037

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

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

HyperLife1119
Copy link
Collaborator

Note

为了生成 standalone 标签,我增加了一种后缀,用于将组件/指令/管道标记为 standalone 的,目前暂定为 :standalone

image

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

@zorro-bot
Copy link

zorro-bot bot commented Jul 29, 2023

This preview will be available after the AzureCI is passed.

@HyperLife1119 HyperLife1119 marked this pull request as ready for review July 29, 2023 09:36
@HyperLife1119 HyperLife1119 requested a review from cipchk as a code owner July 29, 2023 09:36
@codecov
Copy link

codecov bot commented Jul 29, 2023

Codecov Report

Attention: 27 lines in your changes are missing coverage. Please review.

Comparison is base (fa0312a) 91.64% compared to head (19d9494) 91.71%.
Report is 46 commits behind head on master.

❗ Current head 19d9494 differs from pull request most recent head 46cf944. Consider uploading reports for the commit 46cf944 to get more accurate results

Files Patch % Lines
components/color-picker/color-picker.component.ts 92.59% 5 Missing and 1 partial ⚠️
components/color-picker/color-format.component.ts 89.79% 2 Missing and 3 partials ⚠️
components/core/util/dynamic-css.ts 64.28% 2 Missing and 3 partials ⚠️
components/resizable/resize-handle.component.ts 20.00% 4 Missing ⚠️
components/select/select.component.ts 72.72% 0 Missing and 3 partials ⚠️
components/auto-complete/autocomplete.component.ts 90.90% 1 Missing ⚠️
components/button/button.component.ts 83.33% 0 Missing and 1 partial ⚠️
components/core/wave/nz-wave-renderer.ts 75.00% 1 Missing ⚠️
...mponents/table/src/cell/custom-column.directive.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8037      +/-   ##
==========================================
+ Coverage   91.64%   91.71%   +0.06%     
==========================================
  Files         515      517       +2     
  Lines       17640    17805     +165     
  Branches     2790     2726      -64     
==========================================
+ Hits        16167    16329     +162     
- Misses       1175     1178       +3     
  Partials      298      298              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@OriginRing
Copy link
Collaborator

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants