From 1eb87bd3f9638dcce65184f8d652050d5823a155 Mon Sep 17 00:00:00 2001 From: Dimo Dimov Date: Fri, 21 Jan 2022 12:36:43 +0200 Subject: [PATCH] docs: Update breaking changes information --- upgrade/breaking-changes/3-0-0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/upgrade/breaking-changes/3-0-0.md b/upgrade/breaking-changes/3-0-0.md index 2cc645b2b4..648e699101 100644 --- a/upgrade/breaking-changes/3-0-0.md +++ b/upgrade/breaking-changes/3-0-0.md @@ -429,7 +429,7 @@ We are making our API naming more consistent. ## Rendering and Themes -- HTML classes and DOM element hierarchy will be updated for Buttons, Inputs, Selects, DatePickers Checkbox, Switch. +>important The [HTML rendering and CSS classes have been updated for multiple components](https://www.telerik.com/blogs/improvements-coming-telerik-kendo-ui-themes-2022), including Buttons, Textbox components, Dropdown components, Date/Time Pickers, Checkbox, Switch. [Recreate any custom themes]({%slug themes-custom%}) via [import]({%slug themes-custom%}#import-custom-theme) or [from scratch]({%slug themes-custom%}#using-the-sass-theme-builder). ### CSS Classes for State @@ -499,6 +499,6 @@ The `k-widget` CSS class was removed from all components. If you use this class ## REPL Changes - Telerik REPL for Blazor integrates 3.0.0 version of Telerik.UI.for.Blazor. +Telerik REPL for Blazor always uses the latest official version of the `Telerik.UI.for.Blazor` NuGet package. ->important Any snippet created before 3.0.0 that uses the Telerik UI for Blazor might need an update due to the above list of component changes. \ No newline at end of file +>important Any snippet created before `Telerik.UI.for.Blazor` version 3.0 (January 19, 2022) may need an update due to the above list of changes.