Skip to content

Commit a0df573

Browse files
authored
docs: Add Breaking Changes 8.0.0 (#2758)
1 parent 67ed4af commit a0df573

File tree

6 files changed

+33
-6
lines changed

6 files changed

+33
-6
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -676,10 +676,10 @@ baseurl: /blazor-ui
676676
enable_blazorRepl: true
677677

678678
## Latest UI for Blazor version. Used in some articles
679-
uiForBlazorLatestVersion: "7.1.0"
679+
uiForBlazorLatestVersion: "8.0.0"
680680

681681
## Compatible theme version for CDN URLs
682-
themesVersion: "10.0.1"
682+
themesVersion: "10.2.0"
683683

684684
## Product
685685
product: "Telerik UI for Blazor"

_contentTemplates/common/get-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ You can learn more about the [`TelerikRootComponent` purpose and usage](slug:roo
182182

183183
#license-key-version
184184

185-
>tip This documentation section applies to Telerik UI for Blazor version **7.2.0** and above. Older versions do not require a license key.
185+
>tip This documentation section applies to Telerik UI for Blazor version **8.0.0** and above. Older versions do not require a license key.
186186
187187
#end
188188

components/chart/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ You can make a responsive chart
148148

149149
## Styling with CSS Variables
150150

151-
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).
151+
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).
152152

153153
>caption Using CSS variables to customize the Chart appearance
154154

docs-builder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ excluded-files: ["**/src-a11y/**/*"]
2828
liquid-output-delimiter-left: "{{"
2929
liquid-output-delimiter-right: "}}"
3030
liquid:
31-
uiForBlazorLatestVersion: "7.1.0"
32-
themesVersion: "10.0.1"
31+
uiForBlazorLatestVersion: "8.0.0"
32+
themesVersion: "10.2.0"
3333

3434
meta:
3535
"*templates":

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

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: 8.0.0
3+
description: Handle the changes in the 8.0.0 release of the Telerik UI for Blazor components.
4+
page_title: Breaking Changes in 8.0.0
5+
slug: changes-in-8-0-0
6+
position: 965
7+
---
8+
9+
# Breaking Changes in 8.0.0
10+
11+
This article outlines the breaking changes in Telerik UI for Blazor version 8.0.0.
12+
13+
## License Key
14+
15+
Telerik UI for Blazor requires a license key for both new and existing applications. For details, see the licensing documentation:
16+
17+
* [Install License Key in Local Development Environment](slug:installation-license-key)
18+
* [Install License Key in CI/CD Environment](slug:deployment-license-key)
19+
* [Troubleshoot License Key Errors](slug:troubleshooting-license-key-errors)
20+
21+
## NuGet Packages
22+
23+
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:
24+
25+
* Rely on local NuGet feeds, Azure Artifacts, or other configurations that do not use real-time NuGet package downloading.
26+
* Use [Telerik NuGet package source mapping](slug:installation/nuget#package-source-mapping), because `Telerik.Licensing` is hosted on `nuget.org`.

upgrade/breaking-changes/list.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ position: 0
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.
1212

1313

14+
* [8.0.0](slug:changes-in-8-0-0)
1415
* [7.0.0](slug:changes-in-7-0-0)
1516
* [6.0.0](slug:changes-in-6-0-0)
1617
* [5.0.0](slug:changes-in-5-0-0)

0 commit comments

Comments
 (0)