Skip to content

Commit 8cf8919

Browse files
authored
docs: add breaking changes for version 12 (#3340)
* docs: add breaking changes for version 12 * docs: reword the new changes * docs: add api links
1 parent 919c67a commit 8cf8919

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

upgrade/breaking-changes/12-0-0.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: 12.0.0
3+
description: Handle the changes in the 12.0.0 release of the Telerik UI for Blazor components.
4+
page_title: Breaking Changes in 12.0.0
5+
slug: changes-in-12-0-0
6+
position: 950
7+
---
8+
9+
# Breaking Changes in 12.0.0
10+
11+
## Chat
12+
13+
The `MessageTemplate` parameter is renamed to `MessageContentTemplate`. `MessageTemplate` is still a valid template, but is used to replace the whole message bubble element.
14+
15+
## Filter
16+
17+
The `TelerikFilter.ValueChanged` event is now deprecated. Use the [`OnUpdate` event](slug:filter-events#onupdate) instead.
18+
19+
## Pager
20+
21+
The `TelerikPager.Adaptive` parameter is now deprecated. Use the [`Responsive` parameter](https://www.telerik.com/blazor-ui/documentation/api/telerik.blazor.components.telerikpager#telerik_blazor_components_telerikpager_responsive) instead. Parameters in setting tags like `GridPagerSettings.Adaptive`, `TreeListPagerSettings.Adaptive`, etc., are renamed to `Responsive`. For example, `GridPagerSettings.Responsive`.
22+
23+
## ToolBar
24+
25+
The `TelerikToolBar.Adaptive` parameter is now deprecated. Use the [`OverflowMode` parameter](https://www.telerik.com/blazor-ui/documentation/api/telerik.blazor.components.teleriktoolbar#telerik_blazor_components_teleriktoolbar_overflowmode) instead.

upgrade/breaking-changes/list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ position: 0
99
# List of Telerik UI for Blazor Versions with Breaking Changes
1010

1111
This article lists the releases of the Telerik UI for Blazor product that introduce breaking changes. You may want to go through it when [upgrading](slug:upgrade-tutorial) to see whether you are affected.
12+
* [12.0.0](slug:changes-in-12-0-0)
1213
* [10.0.0](slug:changes-in-10-0-0)
1314
* [9.0.0](slug:changes-in-9-0-0)
1415
* [8.0.0](slug:changes-in-8-0-0)

0 commit comments

Comments
 (0)