graycoreio / daffodil

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

feat(design)!: remove deprecated properties and directives from `DaffListComponent` #2871

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?

mode property and daffListSubheader directive are deprecated and should not remain in the codebase.

Part of: #2853

What is the new behavior?

There are no more deprecated properties and directives in DaffListComponent

Does this PR introduce a breaking change?

[x] Yes
[ ] No

BREAKING CHANGE: mode and daffListSubheader have been removed from the codebase. use <daff-list> and <daff-nav-list> for modes, and subheader styles will automatically apply to the first child item within a list item.

Other information