Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions upgrade/breaking-changes/12-0-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: 12.0.0
description: Handle the changes in the 12.0.0 release of the Telerik UI for Blazor components.
page_title: Breaking Changes in 12.0.0
slug: changes-in-12-0-0
position: 950
---

# Breaking Changes in 12.0.0

## Chat

The `MessageTemplate` parameter is renamed to `MessageContentTemplate`. `MessageTemplate` is still a valid template, but is used to replace the whole message bubble element.

## Filter

The `TelerikFilter.ValueChanged` event is now deprecated. Use the [`OnUpdate` event](slug:filter-events#onupdate) instead.

## Pager

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`.

## ToolBar

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.
1 change: 1 addition & 0 deletions upgrade/breaking-changes/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ position: 0
# List of Telerik UI for Blazor Versions with Breaking Changes

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.0.0](slug:changes-in-12-0-0)
* [10.0.0](slug:changes-in-10-0-0)
* [9.0.0](slug:changes-in-9-0-0)
* [8.0.0](slug:changes-in-8-0-0)
Expand Down