Skip to content

Releases: telerik/kendo-themes

v10.0.0

06 Nov 16:19
Compare
Choose a tag to compare

10.0.0 (2024-11-06)

Bug Fixes

  • add missing panel styles (f30c677)
  • do not include legacy color variables in swatches (762b711)
  • grid: fix broken sticky row styles (6bb26e7)
  • menu: scroll wrapper position (56372b7)
  • core: change the main field to point all.css in package.json (534da7d)
  • bootstrap: fix swatches disabled state (b4b9b3d)
  • classic: fix swatches disabled state (68a4c19)
  • colorgradient: remove duplicated vars with invalid values (fe5762e)
  • default: fix swatches disabled state (4290e91)
  • html: ai prompt toolbar classes (1900795)
  • scheduler: recurring events have incorrect margin in rtl (c2fdcc6)

Features

  • bootstrap: detach the theme from twbs/bootstrap (35ad29e)
  • bootstrap: migrate theme to the dart-sass module system (0d4583b)
  • classic: migrate theme to the dart-sass module system (11f910f)
  • core: migrate to the dart-sass module system (19bdedb)
  • default: migrate theme to the dart-sass module system (b4db551)
  • fluent: migrate theme to the dart-sass module system (c1d9891)
  • material: migrate theme to the dart-sass module system (a04a40c)
  • utils: migrate to the dart-sass module system (82f0cb5)
  • bootstrap: remove margin utils from the theme (25c73b9)
  • classic: remove margin utils from the theme (21b73cc)
  • default: remove margin utils from the theme (29a211e)
  • fluent: remove margin utils from the theme (c4f6c3d)
  • material: remove margin utils from the theme (6b6812a)

BREAKING CHANGES

  • default: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

    If you are currently using node-sass as a dependency and compiler, note that it is no longer supported in this version. To ensure compatibility, switch to dart-sass (sass) by following the official installation steps.

    The import syntax of the theme has also changed to reflect the new dart-sass syntax. Below are examples of the old and new syntax:

    // Old syntax (node-sass);
    @import "@progress/kendo-theme-default/dist/all.scss";
    // New syntax (dart-sass);
    @use "@progress/kendo-theme-default/scss/all.scss" as *;
  • bootstrap: Effective with the R4 2024 release, twbs/bootstrap is
    removed as a dependency of the Kendo UI Bootstrap theme. This means that
    customizing bootstrap scss variables will no longer have an effect on
    our components, as the theme will be detached i.e. not depending upon.
    However, we will provide mostly the same look and feel through variables
    that have the same values.

    In order to continue using twbs/bootstrap along with the Kendo Bootstrap
    theme, make sure to add a it as a dependency to your project.

  • bootstrap: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

    If you are currently using node-sass as a dependency and compiler, note that it is no longer supported in this version. To ensure compatibility, switch to dart-sass (sass) by following the official installation steps.

    The import syntax of the theme has also changed to reflect the new dart-sass syntax. Below are examples of the old and new syntax:

    // Old syntax (node-sass);
    @import "@progress/kendo-theme-bootstrap/dist/all.scss";
    // New syntax (dart-sass);
    @use "@progress/kendo-theme-bootstrap/scss/all.scss" as *;
  • classic: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

    If you are currently using node-sass as a dependency and compiler, note that it is no longer supported in this version. To ensure compatibility, switch to dart-sass (sass) by following the official installation steps.

    The import syntax of the theme has also changed to reflect the new dart-sass syntax. Below are examples of the old and new syntax:

    // Old syntax (node-sass);
    @import "@progress/kendo-theme-classic/dist/all.scss";
    // New syntax (dart-sass);
    @use "@progress/kendo-theme-classic/scss/all.scss" as *;
  • material: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

    If you are currently using node-sass as a dependency and compiler, note that it is no longer supported in this version. To ensure compatibility, switch to dart-sass (sass) by following the official installation steps.

    The import syntax of the theme has also changed to reflect the new dart-sass syntax. Below are examples of the old and new syntax:

    // Old syntax (node-sass);
    @import "@progress/kendo-theme-material/dist/all.scss";
    // New syntax (dart-sass);
    @use "@progress/kendo-theme-material/scss/all.scss" as *;
  • fluent: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

  • core: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

    If you are currently using node-sass as a dependency and compiler, note that it is no longer supported in this version. To ensure compatibility, switch to dart-sass (sass) by following the official installation steps.

  • utils: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

Read more

v10.0.0-dev.4

06 Nov 09:38
Compare
Choose a tag to compare
v10.0.0-dev.4 Pre-release
Pre-release

10.0.0-dev.4 (2024-11-06)

Bug Fixes

  • do not include legacy color variables in swatches (762b711)
  • grid: fix broken sticky row styles (6bb26e7)

v10.0.0-dev.3

05 Nov 14:43
Compare
Choose a tag to compare
v10.0.0-dev.3 Pre-release
Pre-release

10.0.0-dev.3 (2024-11-05)

Bug Fixes

  • bootstrap: fix swatches disabled state (b4b9b3d)
  • classic: fix swatches disabled state (68a4c19)
  • colorgradient: remove duplicated vars with invalid values (fe5762e)
  • default: fix swatches disabled state (4290e91)
  • html: ai prompt toolbar classes (1900795)
  • scheduler: recurring events have incorrect margin in rtl (c2fdcc6)

v10.0.0-dev.2

04 Nov 12:58
Compare
Choose a tag to compare
v10.0.0-dev.2 Pre-release
Pre-release

10.0.0-dev.2 (2024-11-04)

Bug Fixes

  • core: change the main field to point all.css in package.json (534da7d)

Features

  • bootstrap: remove margin utils from the theme (25c73b9)
  • classic: remove margin utils from the theme (21b73cc)
  • default: remove margin utils from the theme (29a211e)
  • fluent: remove margin utils from the theme (c4f6c3d)
  • material: remove margin utils from the theme (6b6812a)

v10.0.0-dev.1

04 Nov 00:48
Compare
Choose a tag to compare
v10.0.0-dev.1 Pre-release
Pre-release

10.0.0-dev.1 (2024-11-04)

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

v10.0.0-dev.0

01 Nov 11:45
Compare
Choose a tag to compare
v10.0.0-dev.0 Pre-release
Pre-release

10.0.0-dev.0 (2024-11-01)

Features

  • bootstrap: detach the theme from twbs/bootstrap (35ad29e)
  • bootstrap: migrate theme to the dart-sass module system (0d4583b)
  • classic: migrate theme to the dart-sass module system (11f910f)
  • core: migrate to the dart-sass module system (19bdedb)
  • default: migrate theme to the dart-sass module system (b4db551)
  • fluent: migrate theme to the dart-sass module system (c1d9891)
  • material: migrate theme to the dart-sass module system (a04a40c)
  • utils: migrate to the dart-sass module system (82f0cb5)

BREAKING CHANGES

  • default: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

  • bootstrap: Effective with the R4 2024 release, twbs/bootstrap is
    removed as a dependency of the Kendo UI Bootstrap theme. This means that
    customizing bootstrap scss variables will no longer have an effect on
    our components, as the theme will be detached i.e. not depending upon.
    However, we will provide mostly the same look and feel through variables
    that have the same values.

    In order to continue using twbs/bootstrap along with the Kendo Bootstrap
    theme, make sure to add a it as a dependency to your project.

  • bootstrap: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

  • classic: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

  • material: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

  • fluent: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

  • core: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

  • utils: Starting with the R4 2024 release, all Kendo themes are now migrated to
    the SASS module system. This breaking change is due to the node-sass
    package reaching its official end of life.

    For more information, please refer to the following links:

v9.1.1-dev.2

28 Oct 01:03
Compare
Choose a tag to compare
v9.1.1-dev.2 Pre-release
Pre-release

9.1.1-dev.2 (2024-10-28)

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

v9.1.1-dev.1

22 Oct 11:40
Compare
Choose a tag to compare
v9.1.1-dev.1 Pre-release
Pre-release

9.1.1-dev.1 (2024-10-22)

Bug Fixes

  • menu: scroll wrapper position (56372b7)

v9.1.1-dev.0

21 Oct 01:02
Compare
Choose a tag to compare
v9.1.1-dev.0 Pre-release
Pre-release

9.1.1-dev.0 (2024-10-21)

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

v9.1.0

14 Oct 07:57
Compare
Choose a tag to compare

9.1.0 (2024-10-14)

Bug Fixes

  • addressing spacing related issues across components (340c122)
  • loader: wrong secondary color (90db422)
  • html: add missing context-menu first/last classes (6b35f98)
  • html: add missing menu first/last classes (d57f8c1)
  • html: correct dockmanager tabstrip first/last classes (4191e04)
  • html: correct dockmanager toolbar button sizes (c5475a3)
  • html: correct pager double disabled button state (15c0697)
  • html: correct pdf-viewer toolbar button-group fillmode (dc97812)
  • html: correct scheduler toolbar-specific classes (7849f74)
  • html: correct typo in k-scheduler-task-text class (67aaf25)
  • html: remove checkbox warnings from specs (d8fe713)
  • html: remove splitter warnings from specs (6ae1777)
  • html: svg icon names with numbers are not considered (00e7bb6)
  • importing theme in a class creates a wrong selector (165ec66)
  • listview: adjust loading mask rendering (93cb992)
  • calendar: use correct name for module (9b13e6d)
  • grid: missing sticky rows styles (c1bf80e)
  • editor: table resizing tool misalignment in non-iframe mode (6cf8e0f)
  • window: long titles are not truncated (e71a3fe)

Features

  • dataviz: add chart overlay styles (f1f607d)
  • html: add fillMode option in the Toolbar spec (c7c8ab2)
  • html: add PDFViewer annotations spec and tests (90b853e)
  • pdf-viewer: add styles related to pdf annotations (dedc15c)
  • toolbar: add fillMode option styles (dbe414d)
  • html: update menu spec to match the design revision (a55bae5)
  • menu: apply menu styles to match the design revision (c7c4e0b)
  • html: update tabstrip spec and tests (7d36a44)
  • tapstrip: apply the new design (e5f2d43)
  • html: add chip action template (58ea02c)
  • html: add timedurationpicker templates (824587f)
  • html: make chip avatar image configurable (7cfc7d6)