From b11e934a19385174a44e224a5b6c45eeba9a5251 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:07:01 +0200 Subject: [PATCH] docs: Add Breaking Changes 8.0.0 --- _config.yml | 4 ++-- _contentTemplates/common/get-started.md | 2 +- components/chart/overview.md | 2 +- docs-builder.yml | 4 ++-- upgrade/breaking-changes/8-0-0.md | 26 +++++++++++++++++++++++++ upgrade/breaking-changes/list.md | 1 + 6 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 upgrade/breaking-changes/8-0-0.md diff --git a/_config.yml b/_config.yml index ed63f9d0e1..ab354aa2a0 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/_contentTemplates/common/get-started.md b/_contentTemplates/common/get-started.md index 8a0e70a94a..38d3ddf805 100644 --- a/_contentTemplates/common/get-started.md +++ b/_contentTemplates/common/get-started.md @@ -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 diff --git a/components/chart/overview.md b/components/chart/overview.md index 74ac41d1f7..b07efa2054 100644 --- a/components/chart/overview.md +++ b/components/chart/overview.md @@ -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 diff --git a/docs-builder.yml b/docs-builder.yml index 79f72718da..c74ab32927 100644 --- a/docs-builder.yml +++ b/docs-builder.yml @@ -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": diff --git a/upgrade/breaking-changes/8-0-0.md b/upgrade/breaking-changes/8-0-0.md new file mode 100644 index 0000000000..22f941e0c6 --- /dev/null +++ b/upgrade/breaking-changes/8-0-0.md @@ -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`. diff --git a/upgrade/breaking-changes/list.md b/upgrade/breaking-changes/list.md index ad6fd5c61e..5c0891e0f4 100644 --- a/upgrade/breaking-changes/list.md +++ b/upgrade/breaking-changes/list.md @@ -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)