Skip to content

Releases: telerik/kendo-themes

v8.1.0-dev.1

24 Jun 00:51
Compare
Choose a tag to compare
v8.1.0-dev.1 Pre-release
Pre-release

8.1.0-dev.1 (2024-06-24)

Features

  • bootstrap: update main-dark swatch (537f168)
  • default: update main-dark swatch (8a52826)
  • fluent: add main-dark swatch (b7dd92c)
  • material: update main-dark swatch (a57a8be)

v8.1.0-dev.0

17 Jun 00:54
Compare
Choose a tag to compare
v8.1.0-dev.0 Pre-release
Pre-release

8.1.0-dev.0 (2024-06-17)

Bug Fixes

  • fluent: incorrect palette name (7cedbb5)

Features

  • improve metadata generation (4f35f13)

v8.0.2-dev.4

10 Jun 00:50
Compare
Choose a tag to compare
v8.0.2-dev.4 Pre-release
Pre-release

8.0.2-dev.4 (2024-06-10)

Bug Fixes

  • dropdownlist: keep the height of empty dropdownlist (de3985c)

v8.0.2-dev.3

03 Jun 00:50
Compare
Choose a tag to compare
v8.0.2-dev.3 Pre-release
Pre-release

8.0.2-dev.3 (2024-06-03)

Bug Fixes

  • pivotgrid: configurator button content overflows in ff (674ad32)
  • table: focused table cells are not interactive (81a578d)

v8.0.2-dev.2

27 May 00:49
Compare
Choose a tag to compare
v8.0.2-dev.2 Pre-release
Pre-release

8.0.2-dev.2 (2024-05-27)

Note: Version bump only for package kendo-themes.repo

v8.0.2-dev.1

20 May 00:48
Compare
Choose a tag to compare
v8.0.2-dev.1 Pre-release
Pre-release

8.0.2-dev.1 (2024-05-20)

Note: Version bump only for package kendo-themes.repo

v8.0.2-dev.0

13 May 00:48
Compare
Choose a tag to compare
v8.0.2-dev.0 Pre-release
Pre-release

8.0.2-dev.0 (2024-05-13)

Note: Version bump only for package kendo-themes.repo

v8.0.1

10 May 12:39
Compare
Choose a tag to compare

8.0.1 (2024-05-10)

Bug Fixes

  • action-sheet: reduce filter calc nesting (0ae3419)
  • dataviz: gauge track uses a wrong color (ef6dfef)
  • utils: resolve dart-sass warning for naming functions and mixins (5c25888)

v8.0.1-dev.0

10 May 07:37
Compare
Choose a tag to compare
v8.0.1-dev.0 Pre-release
Pre-release

8.0.1-dev.0 (2024-05-10)

Bug Fixes

  • action-sheet: reduce filter calc nesting (0ae3419)
  • dataviz: gauge track uses a wrong color (ef6dfef)
  • utils: resolve dart-sass warning for naming functions and mixins (5c25888)

v8.0.0

07 May 07:52
Compare
Choose a tag to compare

8.0.0 (2024-05-07)

Bug Fixes

  • html: appbar should not have fillMode (1d2eef6)
  • generate sass swatches compatible with the new color system (b510c58)
  • incorrect color mapping in the new color system (634edce)
  • loader: loader container stays underneath windows and dialogs (7ec89a7)

Features

  • core: add a function that automatically generates the color variations (8be6f9a)
  • utils: generate utility classes with css variables (94d993b)
  • calendar: update styles to match design guidelines (3657cd0)
  • drawer: update styles to match universal rendering (b042afa)
  • floating-label: update styles to match the universal rendering (93ae817)
  • panelbar: update styles to match universal rendering (d58280e)
  • 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)
  • bootstrap: integrate radii module (df28c2c)
  • bootstrap: integrate spacing module (5821954)
  • bootstrap: integrate typography module (7c83f2a)
  • classic: implement spacing module (0c89d65)
  • classic: integrate radii module (7161644)
  • classic: integrate typography module (4e02f97)
  • core: implement radii module (f963232)
  • core: implement spacing module (7b863e5)
  • core: implement typography module (8954987)
  • default: integrate radii module (abd3f5f)
  • default: integrate spacing module (3a7741b)
  • default: integrate typography module (f4a6d94)
  • fluent: integrate radii module (648bc00)
  • fluent: integrate spacing module (c24f703)
  • fluent: integrate typography module (43955ba)
  • material: integrate radii module (667b4e5)
  • material: integrate spacing module (0b934b3)
  • material: integrate typography module (4f70d1e)
  • utils: integrate radii module (228cac1)
  • utils: integrate spacing module (a83b524)
  • utils: integrate typography module (aa155a1)

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.