Skip to content

Commit

Permalink
docs: bump versions for RC
Browse files Browse the repository at this point in the history
  • Loading branch information
dimodi committed May 14, 2024
1 parent d6c199f commit 40643ba
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,10 +670,10 @@ baseurl: /blazor-ui
enable_blazorRepl: true

## Latest UI for Blazor version. Used in some articles
uiForBlazorLatestVersion: "5.1.1"
uiForBlazorLatestVersion: "6.0.0"

## Compatible theme version for CDN URLs
themeCdnVersion: "7.2.0"
themeCdnVersion: "8.0.1"

## Product
product: "Telerik UI for Blazor"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: 5.2.0
description: Handle the rendering changes in the 5.2.0 release of the Telerik UI for Blazor components.
page_title: Rendering Changes in the 5.2.0 Release
slug: changes-in-5-2-0
title: 6.0.0
description: Handle the rendering changes in the 6.0.0 release of the Telerik UI for Blazor components.
page_title: Rendering Changes in the 6.0.0 Release
slug: changes-in-6-0-0
position: 975
---

# Rendering Changes in 5.2.0
# Rendering Changes in 6.0.0

* [Breadcrumb](#breadcrumb)
* [ButtonGroup](#buttongroup)
Expand Down Expand Up @@ -52,7 +52,7 @@ When a `ButtonGroupButton` inside a ButtonGroup has no `ChildContent`, it no lon
<thead>
<tr>
<th>UI for Blazor 5.1.1</th>
<th>UI for Blazor 5.2.0</th>
<th>UI for Blazor 6.0.0</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -106,7 +106,7 @@ When a `ButtonGroupButton` inside a ButtonGroup has no `ChildContent`, it no lon
<thead>
<tr>
<th>UI for Blazor 5.1.1</th>
<th>UI for Blazor 5.2.0</th>
<th>UI for Blazor 6.0.0</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -216,7 +216,7 @@ The changes below apply to the TreeList only when the two components have the sa
<thead>
<tr>
<th>UI for Blazor 5.1.1</th>
<th>UI for Blazor 5.2.0</th>
<th>UI for Blazor 6.0.0</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -288,7 +288,7 @@ The `FooterTemplate` container (`div.k-table-footer`) renders a single `span.k-t
<thead>
<tr>
<th>UI for Blazor 5.1.1</th>
<th>UI for Blazor 5.2.0</th>
<th>UI for Blazor 6.0.0</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -350,7 +350,7 @@ The rendering changes in the Pager also affect the components that use a Pager c
<thead>
<tr>
<th>UI for Blazor 5.1.1</th>
<th>UI for Blazor 5.2.0</th>
<th>UI for Blazor 6.0.0</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -404,7 +404,7 @@ The rendering changes in the Pager also affect the components that use a Pager c
<thead>
<tr>
<th>UI for Blazor 5.1.1</th>
<th>UI for Blazor 5.2.0</th>
<th>UI for Blazor 6.0.0</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -457,7 +457,7 @@ The two `span.k-progress-status` elements no longer render if the [ProgressBar l
<thead>
<tr>
<th>UI for Blazor 5.1.1</th>
<th>UI for Blazor 5.2.0</th>
<th>UI for Blazor 6.0.0</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -534,7 +534,7 @@ The child `div` of the TreeView item container (`li.k-treeview-item > div`) rend
<thead>
<tr>
<th>UI for Blazor 5.1.1</th>
<th>UI for Blazor 5.2.0</th>
<th>UI for Blazor 6.0.0</th>
</tr>
</thead>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion upgrade/rendering-changes/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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-custom%}). This article tracks the product versions with rendering changes.

* [5.2.0]({%slug changes-in-5-2-0%})
* [6.0.0]({%slug changes-in-6-0-0%})
* [4.6.0]({%slug changes-in-4-6-0%})
* [4.3.0]({%slug changes-in-4-3-0%})
* [4.0.0]({%slug changes-in-4-0-0%})
Expand Down

0 comments on commit 40643ba

Please sign in to comment.