Skip to content

docs: Add Breaking Changes 8.0.0 #2758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 11, 2025
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
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -676,10 +676,10 @@ baseurl: /blazor-ui
enable_blazorRepl: true

## Latest UI for Blazor version. Used in some articles
uiForBlazorLatestVersion: "7.1.0"
uiForBlazorLatestVersion: "8.0.0"

## Compatible theme version for CDN URLs
themesVersion: "10.0.1"
themesVersion: "10.2.0"

## Product
product: "Telerik UI for Blazor"
Expand Down
2 changes: 1 addition & 1 deletion _contentTemplates/common/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ You can learn more about the [`TelerikRootComponent` purpose and usage](slug:roo

#license-key-version

>tip This documentation section applies to Telerik UI for Blazor version **7.2.0** and above. Older versions do not require a license key.
>tip This documentation section applies to Telerik UI for Blazor version **8.0.0** and above. Older versions do not require a license key.

#end

Expand Down
2 changes: 1 addition & 1 deletion components/chart/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ You can make a responsive chart

## Styling with CSS Variables

The Chart allows various [customizations through child tags and parameters](#chart-elements). Starting with version 7.2.0, the Chart also supports visual customizations through [CSS variables](slug:themes-customize#setting-theme-variables).
The Chart allows various [customizations through child tags and parameters](#chart-elements). Starting with version 8.0.0, the Chart also supports visual customizations through [CSS variables](slug:themes-customize#setting-theme-variables).

>caption Using CSS variables to customize the Chart appearance

Expand Down
4 changes: 2 additions & 2 deletions docs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ excluded-files: ["**/src-a11y/**/*"]
liquid-output-delimiter-left: "{{"
liquid-output-delimiter-right: "}}"
liquid:
uiForBlazorLatestVersion: "7.1.0"
themesVersion: "10.0.1"
uiForBlazorLatestVersion: "8.0.0"
themesVersion: "10.2.0"

meta:
"*templates":
Expand Down
26 changes: 26 additions & 0 deletions upgrade/breaking-changes/8-0-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: 8.0.0
description: Handle the changes in the 8.0.0 release of the Telerik UI for Blazor components.
page_title: Breaking Changes in 8.0.0
slug: changes-in-8-0-0
position: 965
---

# Breaking Changes in 8.0.0

This article outlines the breaking changes in Telerik UI for Blazor version 8.0.0.

## License Key

Telerik UI for Blazor requires a license key for both new and existing applications. For details, see the licensing documentation:

* [Install License Key in Local Development Environment](slug:installation-license-key)
* [Install License Key in CI/CD Environment](slug:deployment-license-key)
* [Troubleshoot License Key Errors](slug:troubleshooting-license-key-errors)

## NuGet Packages

Telerik UI for Blazor 8.0.0 [depends on a new `Telerik.Licensing` NuGet package](slug:getting-started/what-you-need#nuget-packages). This change may be relevant to environments that:

* Rely on local NuGet feeds, Azure Artifacts, or other configurations that do not use real-time NuGet package downloading.
* Use [Telerik NuGet package source mapping](slug:installation/nuget#package-source-mapping), because `Telerik.Licensing` is hosted on `nuget.org`.
1 change: 1 addition & 0 deletions upgrade/breaking-changes/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ position: 0
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.


* [8.0.0](slug:changes-in-8-0-0)
* [7.0.0](slug:changes-in-7-0-0)
* [6.0.0](slug:changes-in-6-0-0)
* [5.0.0](slug:changes-in-5-0-0)
Expand Down
Loading