Skip to content

v10.0.0-dev.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kendo-bot kendo-bot released this 01 Nov 11:45
· 38 commits to develop since this 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: