|
| 1 | +--- |
| 2 | +title: 4.6.0 |
| 3 | +description: Handle the rendering changes in the 4.6.0 release of the Telerik UI for Blazor components. |
| 4 | +page_title: Rendering Changes in the 4.6.0 Release |
| 5 | +slug: changes-in-4-6-0 |
| 6 | +position: 1 |
| 7 | +--- |
| 8 | + |
| 9 | +# Rendering Changes in 4.6.0 |
| 10 | + |
| 11 | +* [Icons](#icons) |
| 12 | +* [Carousel](#carousel) |
| 13 | +* [Filter](#filter) |
| 14 | +* [Form](#form) |
| 15 | + |
| 16 | +## Icons |
| 17 | + |
| 18 | +### Font Icons |
| 19 | + |
| 20 | +The font icons are detached from the Kendo UI Themes distribution. Read the [Font Icons do not render in Telerik UI for Blazor 4.6]({%slug icon-kb-font-icons-not-rendering%}) to see how to use Font icons in your application after the 4.6.0 Telerik UI for Blazor release. |
| 21 | + |
| 22 | +### Changes in Icon Rendering |
| 23 | + |
| 24 | +The CSS classes applied to the built-in Font and SVG icons will be unified to include the `k-icon` CSS class. |
| 25 | + |
| 26 | +<table> |
| 27 | + <thead> |
| 28 | + <tr> |
| 29 | + <th>UI for Blazor 4.5.0</th> |
| 30 | + <th>UI for Blazor 4.6.0</th> |
| 31 | + </tr> |
| 32 | + </thead> |
| 33 | + <tbody> |
| 34 | + <tr> |
| 35 | + <td style="vertical-align:top"> |
| 36 | +<pre><code> |
| 37 | +<span class="k-icon k-i-home"></span> |
| 38 | +<span class="k-svg-icon k-svg-i-home"></span> |
| 39 | +</code></pre> |
| 40 | + </td> |
| 41 | + <td style="vertical-align:top"> |
| 42 | +<pre><code> |
| 43 | +<span class="k-icon k-font-icon k-i-home"></span> |
| 44 | +<span class="k-icon k-svg-icon k-svg-i-home"></span> |
| 45 | +</code></pre> |
| 46 | + </td> |
| 47 | + </tr> |
| 48 | + </tbody> |
| 49 | +</table> |
| 50 | + |
| 51 | +## Carousel |
| 52 | + |
| 53 | +* Added the `k-scrollview-animate` CSS class to the `<div class="k-scrollview-wrap">` element. |
| 54 | +* Replaced the `<a class="k-scrollview-prev">` and `<a class="k-scrollview-next">` with `<span class="k-scrollview-prev">` and `<span class="k-scrollview-next">`. |
| 55 | + |
| 56 | +## Filter |
| 57 | + |
| 58 | +* Removed the `k-filter-toolbar-item` CSS class from the `<div class="k-toolbar-item">` element. |
| 59 | + |
| 60 | +## Form |
| 61 | + |
| 62 | +* Added the `k-form-label` CSS class to the `<label class="k-label">` element. |
| 63 | +* Added the `<div class="k-form-field-wrap">` that wraps the editors in the Form regardless of the Form Orientation. |
| 64 | +* Removed the `k-form-vertical` CSS class from the `<div class="k-form k-form-md">` element. |
| 65 | +* Replaced the `<label class="k-label k-form-label k-label-empty"></label>` element with `<span class="k-label k-form-label k-label-empty"></span>` when the `<FormItem LabelText=""></FormItem>`. |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | +## See Also |
| 70 | + |
| 71 | +* [Best Practices for Styling Telerik UI for Blazor Components]({%slug good-styling-practices%}) |
0 commit comments