graycoreio / daffodil

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

feat(design)!: remove `color` property from `DaffPaginatorComponent` #2873

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?

color property is deprecated and should not remain in the codebase.

Part of: #2853

What is the new behavior?

There are no more deprecated properties in DaffPaginatorComponent

Does this PR introduce a breaking change?

[x] Yes
[ ] No

BREAKING CHANGE: color been removed from the codebase. Paginators are no longer themable.

Other information