Features
BREAKING CHANGES
- core: - badge can now accept an icon and a color (badgeColor and badgeColorSecondary). Can also set aria-label attribute (badgeAriaLabel)
- card by default is non-interactive. Can be set to interactive with interactive property set to true
- interactive Cards must be with role listitem and inside a list fd-card-list
the Card header (main header) by default is not interactive, can be set to interactive with interactive property set to true. For example: <fd-card-main-header [interactive]="true"> - the elements of the Card header now need to be wrapped in container