Skip to content
Merged
Changes from 1 commit
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
8 changes: 7 additions & 1 deletion upgrade/breaking-changes/9-0-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ position: 960

# Breaking Changes in 9.0.0

## Common

### Trial and commercial users now use the same product package
The trial and commercial product versions merged into a single unified distribution package. The product access now depends on a license key file. This eliminates the need for separate trial downloads. For more information, please refer to the [Telerik License Key](slug:installation-license-key).

### .NET Support

Telerik UI for Blazor 9.0.0 targets .NET 8 and no longer supports .NET 6 and .NET 7. For more information, see [System Requirements](slug:system-requirements).
Telerik UI for Blazor 9.0.0 targets .NET 8 and no longer supports .NET 6 and .NET 7. For more information, see [System Requirements](slug:system-requirements).

## Window

The `Centered` parameter is removed. To center the Window, [reset the `Top` and `Left` parameter values](slug:components/window/position#top-and-left).
Loading