graycoreio / daffodil

Angular Ecommerce PWA Framework
https://next.daff.io
MIT License
154 stars 27 forks source link

feat(design)!: remove deprecated DaffFeatureComponent from @daffodil/design #2860

Closed xelaint closed 1 month ago

xelaint commented 1 month ago

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
[ ] Other... Please describe:

What is the current behavior?

DaffFeatureComponent is still in the codebase even though it's deprecated and not in use anywhere.

Part of: #2852

What is the new behavior?

DaffFeatureComponent is no longer in the code base.

Does this PR introduce a breaking change?

[x] Yes
[ ] No

Use DaffCardComponent instead.

Other information