You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/client-blazor.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,11 @@ This article explains how to get the Telerik UI for Blazor components in your **
18
18
*[Add to an Existing Project](#add-to-existing-project)
19
19
1.[Add a Telerik Component to a View](#add-a-telerik-component-to-a-view)
20
20
21
-
22
-
>caution The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports `WASM .NET Core 3.1 Preview 3` and not the latest `WASM .NET Core 3.1 Preview 4` because of severe issues in the Linker. You can read more about this in the [Framework Versions Support]({%slug framework-versions-support%}) article.
21
+
>caution Blazor WebAssembly (WASM) is still in preview and is not part of the .NET Core 3.1 release. Blazor WebAssembly will ship as a stable release at a future date.
22
+
>
23
+
>The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it `supports` the WebAssembly update that was released with NET Core 3.1 `Preview 3`. The latest WebAssembly update - Preview 4 - released with NET Core 3.1 RTM is not supported because of severe issues in the Linker. You can read more about this in the [Framework Versions Support]({%slug framework-versions-support%}) article.
23
24
>
24
-
>To run a WASM project with the Telerik components, keep the WASM NuGet package references pointing to the `3.1.0-preview3.19555.2`version.
25
+
>To run a WebAssembly project with the Telerik components, keep the WASM NuGet package references pointing to the `3.1.0-preview3.19555.2`update.
Copy file name to clipboardExpand all lines: upgrade/framework-versions.md
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ position: 5
12
12
13
13
This article lists the .NET Core versions supported by the UI for Blazor suite, and which versions of the Telerik UI for Blazor work under which framework versions.
14
14
15
-
Telerik supports only the latest available version of UI for Blazor (**{{site.uiForBlazorLatestVersion}}**).
15
+
>note Telerik supports only the latest available version of UI for Blazor (**{{site.uiForBlazorLatestVersion}}**).
16
+
16
17
17
18
## Serve-side Blazor
18
19
@@ -27,19 +28,24 @@ Telerik supports only the latest available version of UI for Blazor (**{{site.ui
27
28
| .NET Core 3.1 preview 1 | 2.2.0, 2.2.1 |
28
29
| .NET Core 3.0 RTM | 2.1.0, 2.1.1 |
29
30
31
+
30
32
## Client-side Blazor
31
33
32
-
The client-side (WASM) flavor of Blazor is not part of the .NET Core 3.1 framework. It is not supported by Microsoft yet and it ships as preview NuGet packages that you reference in your projects. While the release dates and numbers of the WASM flavor often match with the .NET Core versions and releases, they are separate products at the moment.
34
+
The client-side (WASM) flavor of Blazor is still in preview and is not part of the .NET Core 3.1 release. Blazor WebAssembly will ship as a stable release at a future date.
35
+
36
+
It is not supported by Microsoft yet and it ships as preview NuGet packages that you reference in your projects.
37
+
38
+
While the release dates and numbers of the WASM flavor often match with the .NET Core versions and releases, they are separate products at the moment.
33
39
34
40
>caption Telerik UI for Blazor versions per WASM Preview version
35
41
36
42
| WASM Preview version | Telerik UI for Blazor version |
|.NET Core 3.1 preview 4 (release date matches .NET Core 3.1 GA)| N/A - there are major issues in the Linker that prevent our code from working in this version. |
39
-
|.NET Core 3.1 preview 3| 2.4.0, 2.5.0 |
40
-
|.NET Core 3.1 preview 2| 2.3.0 |
41
-
|.NET Core 3.1 preview 1| 2.2.0, 2.2.1 |
42
-
| .NET Core 3.0 RTM | 2.1.0, 2.1.1 |
44
+
|preview 4 (3.1.0-preview4.19579.2) - release date matches .NET Core 3.1 RTM| N/A - there are major issues in the Linker that prevent our code from working in this version. |
0 commit comments