8.0.0-dev.0 (2024-03-25)
Bug Fixes
- generate sass swatches compatible with the new color system (b510c58)
- incorrect color mapping in the new color system (634edce)
Features
- bootstrap: enable color system (45cc0b8)
- classic: enable color system (831b390)
- default: enable color system (0d08db2)
- fluent: enable color system (422ad07)
- material: enable color system (2dc48a0)
BREAKING CHANGES
- fluent: This commit enables the new Color System,
which introduces a new way of implementing and customizing the colors.
If the user has customized some of the old color variables like
$kendo-color-primary
,$kendo-body-bg
,$kendo-base-bg
, etc, they
would need to migrate their customizations by following the Migration Guide
which can be found in the Progress Design System Docs. - material: This commit enables the new Color System,
which introduces a new way of implementing and customizing the colors.
If the user has customized some of the old color variables like
$kendo-color-primary
,$kendo-body-bg
,$kendo-base-bg
, etc, they
would need to migrate their customizations by following the Migration Guide
which can be found in the Progress Design System Docs. - bootstrap: This commit enables the new Color System,
which introduces a new way of implementing and customizing the colors.
If the user has customized some of the old color variables like
$kendo-color-primary
,$kendo-body-bg
,$kendo-base-bg
, etc, they
would need to migrate their customizations by following the Migration Guide
which can be found in the Progress Design System Docs. - classic: This commit enables the new Color System,
which introduces a new way of implementing and customizing the colors.
If the user has customized some of the old color variables like
$kendo-color-primary
,$kendo-body-bg
,$kendo-base-bg
, etc, they
would need to migrate their customizations by following the Migration Guide
which can be found in the Progress Design System Docs. - default: This commit enables the new Color System,
which introduces a new way of implementing and customizing the colors.
If the user has customized some of the old color variables like
$kendo-color-primary
,$kendo-body-bg
,$kendo-base-bg
, etc, they
would need to migrate their customizations by following the Migration Guide
which can be found in the Progress Design System Docs.