From 2a385c832cfe96772c4adcb0d5f002c6288d0901 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:25:42 +0200 Subject: [PATCH] docs(Common): Add Chat rendering changes in version 12.0 --- 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..ab88c9336 --- /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 12.0.0 Release +slug: rendering-changes-in-12-0-0 +position: 955 +--- + +# Rendering Changes in 12.0.0 + +## 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/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)