From b0ed1f37b527c777948eadc66d8dae45e39d5d38 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Thu, 6 Nov 2025 15:08:18 +0200 Subject: [PATCH 1/3] docs(common): Add Rendering changes for version 12 --- upgrade/rendering-changes/12-0-0.md | 18 ++++++++++++++++++ upgrade/rendering-changes/list.md | 1 + 2 files changed, 19 insertions(+) create mode 100644 upgrade/rendering-changes/12-0-0.md diff --git a/upgrade/rendering-changes/12-0-0.md b/upgrade/rendering-changes/12-0-0.md new file mode 100644 index 000000000..21fa3c535 --- /dev/null +++ b/upgrade/rendering-changes/12-0-0.md @@ -0,0 +1,18 @@ +--- +title: 12.0.0 +description: Handle the rendering changes in the 12.0.0 release of the Telerik UI for Blazor components. +page_title: Rendering Changes in the 10.0.0 Release +slug: rendering-changes-in-12-0-0 +position: 955 +--- + +# Rendering Changes in 12.0.0 + +## TabStrip + +The `li.k-tabstrip-item` elements no longer render a `k-item` CSS class. + +## See Also + +* [Use best practices when overriding theme styles](slug:themes-override#best-practices) +* [Breaking changes in Telerik UI for Blazor 10.0.0](slug:changes-in-10-0-0) diff --git a/upgrade/rendering-changes/list.md b/upgrade/rendering-changes/list.md index b6db53098..8c5613b8a 100644 --- a/upgrade/rendering-changes/list.md +++ b/upgrade/rendering-changes/list.md @@ -10,6 +10,7 @@ position: 0 As the Telerik UI for Blazor matures we will continuously optimize the HTML rendering and the usage of CSS classes. The rendering changes only affect the styling of the components if the application [overrides the built-in CSS styles](slug:themes-override) or uses an outdated [custom theme](slug:themes-customize). This article tracks the product versions with rendering changes. +* [12.0.0](slug:rendering-changes-in-12-0-0) * [10.0.0](slug:rendering-changes-in-10-0-0) * [9.0.0](slug:rendering-changes-in-9-0-0) * [7.0.0](slug:rendering-changes-in-7-0-0) From dd82dbe0015970a63f047094defa751d53fffeaa Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:35:15 +0200 Subject: [PATCH 2/3] Add Chat changes --- upgrade/rendering-changes/10-0-0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/upgrade/rendering-changes/10-0-0.md b/upgrade/rendering-changes/10-0-0.md index b819653d5..45d9db15f 100644 --- a/upgrade/rendering-changes/10-0-0.md +++ b/upgrade/rendering-changes/10-0-0.md @@ -15,6 +15,10 @@ The AIPrompt component now renders suggestion items using a new markup structure * The `k-prompt-suggestion` element is replaced by `k-suggestion`. * The `k-suggestion-group` element wraps all `k-suggestion` elements. +## Chat + +The `div.k-message-list` element no longer renders a `k-avatars` CSS class. + ## See Also * [Use best practices when overriding theme styles](slug:themes-override#best-practices) From 10278465eb5b96fc77a49f834411c0a0fc1377b4 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:36:15 +0200 Subject: [PATCH 3/3] Move to correct place --- upgrade/rendering-changes/10-0-0.md | 4 ---- upgrade/rendering-changes/12-0-0.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/upgrade/rendering-changes/10-0-0.md b/upgrade/rendering-changes/10-0-0.md index 45d9db15f..b819653d5 100644 --- a/upgrade/rendering-changes/10-0-0.md +++ b/upgrade/rendering-changes/10-0-0.md @@ -15,10 +15,6 @@ The AIPrompt component now renders suggestion items using a new markup structure * The `k-prompt-suggestion` element is replaced by `k-suggestion`. * The `k-suggestion-group` element wraps all `k-suggestion` elements. -## Chat - -The `div.k-message-list` element no longer renders a `k-avatars` CSS class. - ## See Also * [Use best practices when overriding theme styles](slug:themes-override#best-practices) diff --git a/upgrade/rendering-changes/12-0-0.md b/upgrade/rendering-changes/12-0-0.md index 21fa3c535..c29ace669 100644 --- a/upgrade/rendering-changes/12-0-0.md +++ b/upgrade/rendering-changes/12-0-0.md @@ -8,6 +8,10 @@ position: 955 # Rendering Changes in 12.0.0 +## Chat + +The `div.k-message-list` element no longer renders a `k-avatars` CSS class. + ## TabStrip The `li.k-tabstrip-item` elements no longer render a `k-item` CSS class.