Skip to content

Commit f610abe

Browse files
committed
chore: add rendering and breaking changes articles for version 10.0.0
1 parent d55a2fe commit f610abe

File tree

4 files changed

+38
-1
lines changed

4 files changed

+38
-1
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: 10.0.0
3+
description: Handle the changes in the 10.0.0 release of the Telerik UI for Blazor components.
4+
page_title: Breaking Changes in 10.0.0
5+
slug: changes-in-10-0-0
6+
position: 955
7+
---
8+
9+
# Breaking Changes in 10.0.0
10+
11+
## AIPrompt
12+
13+
The `OnOutputRate` event and the `ShowOutputRating` parameter are removed in version 10.0.0. To implement output rating or similar actions, use an output action and handle it through the [`OnOutputActionClick` event](slug:aiprompt-events#onoutputactionclick).
14+
15+
The **Retry** and **Copy** actions remain built-in, but you now need to define them as part of the `OutputActions` collection. For details on how to use output actions and handle user interaction, see the [OutputActionClick event example](slug:aiprompt-events#onoutputactionclick), which demonstrates how to configure the `OutputActions` collection, including the built-in **Copy** and **Retry** actions.

upgrade/breaking-changes/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +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+
* [10.0.0](slug:changes-in-10-0-0)
1313
* [9.0.0](slug:changes-in-9-0-0)
1414
* [8.0.0](slug:changes-in-8-0-0)
1515
* [7.0.0](slug:changes-in-7-0-0)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: 10.0.0
3+
description: Handle the rendering changes in the 10.0.0 release of the Telerik UI for Blazor components.
4+
page_title: Rendering Changes in the 10.0.0 Release
5+
slug: rendering-changes-in-10-0-0
6+
position: 965
7+
---
8+
9+
# Rendering Changes in 10.0.0
10+
11+
## AIPrompt
12+
13+
The AIPrompt component now renders suggestion items using a new markup structure:
14+
15+
* The `k-prompt-suggestion` element is replaced by `k-suggestion`.
16+
* The `k-suggestion-group` element wraps all `k-suggestion` elements.
17+
18+
## See Also
19+
20+
* [Use best practices when overriding theme styles](slug:themes-override#best-practices)
21+
* [Breaking changes in Telerik UI for Blazor 10.0.0](slug:changes-in-10-0-0)

upgrade/rendering-changes/list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ position: 0
1010

1111
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-customize). This article tracks the product versions with rendering changes.
1212

13+
* [10.0.0](slug:rendering-changes-in-10-0-0)
1314
* [7.0.0](slug:rendering-changes-in-7-0-0)
1415
* [6.0.0](slug:rendering-changes-in-6-0-0)
1516
* [4.6.0](slug:rendering-changes-in-4-6-0)

0 commit comments

Comments
 (0)