You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet/backwards-compatibility/2024-backwards-compatibility.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,24 @@ position: 1
9
9
# 2024 Releases
10
10
11
11
This article lists the breaking or important changes in the 2024 releases of {{ site.product }}.
12
-
{% if site.core %}
12
+
13
13
## {{ site.product }} Q4 2024
14
14
15
+
### Kendo UI Themes
16
+
17
+
For a while, the [CSS Utilities](https://www.telerik.com/design-system/docs/utils/get-started/introduction/) were bundled with the Kendo UI themes. Starting with version Q4 2024, the CSS Utilities are no longer included in the [Kendo UI themes]({% slug sassbasedthemes_overview %}).
18
+
The Kendo UI theme stylesheet still contains all the necessary styles. However, in case you need to create an additional layout, dependent on the utility classes, you need to include the additional stylesheet `kendo-theme-utils.css`, which is available in the `styles` folder of the {{ site.product }} distribution and through the Kendo CDN service.
The `Rounded` configuration for the HTML Helpers now expects [`Kendo.Mvc.UI.Rounded`](https://docs.telerik.com/aspnet-core/api/kendo.mvc.ui/rounded) enum instead of [`Kendo.Mvc.UI.BasicRounded`](https://docs.telerik.com/aspnet-core/api/kendo.mvc.ui/basicrounded), exposing an additional `Full` option.
Copy file name to clipboardExpand all lines: docs-aspnet/styles-and-layout/sass-themes/customization.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -575,4 +575,13 @@ The following example demonstrates how to configure the Toolbar.
575
575
</td>
576
576
<td>The vertical padding of the container.
577
577
</td>
578
-
</tr>
578
+
</tr>
579
+
580
+
## Using CSS Utilities
581
+
582
+
The CSS Utilities allows you to create the desired layout using a collection of CSS classes. Each utility class changes the appearance of the target element by applying a specific CSS rule. For more information on the Telerik UI CSS Utilities and how to install the package, [refer to the CSS Utilities documentation](https://www.telerik.com/design-system/docs/utils/get-started/introduction/).
Copy file name to clipboardExpand all lines: docs-aspnet/styles-and-layout/sass-themes/installation.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@ position: 2
10
10
11
11
To get the Sass-based Kendo UI themes for {{ site.framework }}, you can:
12
12
13
-
*[Use the pre-built CSS files](#using-the-pre-built-css).
14
-
*[Use the Kendo UI CDN](#using-the-kendo-ui-cdn).
15
-
*[Use the NPM packages](#using-npm-packages).
13
+
*[Use the pre-built CSS files](#using-the-pre-built-css)
14
+
*[Use the Kendo UI CDN](#using-the-kendo-ui-cdn)
15
+
*[Use the NPM packages](#using-npm-packages)
16
+
*[Use the build process of the application](#using-the-build-process-of-the-application)
16
17
17
18
## Using Pre-Built CSS
18
19
@@ -51,11 +52,6 @@ To access the Progress NPM registry, you need an active Telerik account with an
51
52
52
53
[This article](https://docs.telerik.com/kendo-ui/styles-and-layout/sass-themes/customization#using-the-build-process-of-the-application) is representing the approach of how to customize a Sass-based theme and consume the theme package.
53
54
54
-
{% if site.core %}
55
-
## [Adding Client-Side Resources through LibMan](https://docs.telerik.com/aspnet-core/installation/adding-client-side-resources/using-libman#adding-client-side-resources-through-libman)
0 commit comments