Skip to content

Commit 15ec330

Browse files
docs(common): another attempt to clarify the wasm mess
1 parent c9dbe73 commit 15ec330

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

getting-started/client-blazor.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ This article explains how to get the Telerik UI for Blazor components in your **
1818
* [Add to an Existing Project](#add-to-existing-project)
1919
1. [Add a Telerik Component to a View](#add-a-telerik-component-to-a-view)
2020

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.
2324
>
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.
2526
2627

2728
@[template](/_contentTemplates/common/get-started.md#add-latest-ms-bits-client-side-link)

upgrade/framework-versions.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ position: 5
1212

1313
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.
1414

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+
1617

1718
## Serve-side Blazor
1819

@@ -27,19 +28,24 @@ Telerik supports only the latest available version of UI for Blazor (**{{site.ui
2728
| .NET Core 3.1 preview 1 | 2.2.0, 2.2.1 |
2829
| .NET Core 3.0 RTM | 2.1.0, 2.1.1 |
2930

31+
3032
## Client-side Blazor
3133

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.
3339

3440
>caption Telerik UI for Blazor versions per WASM Preview version
3541
3642
| WASM Preview version | Telerik UI for Blazor version |
3743
|---------------------------|-------------------------------|
38-
| .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. |
45+
| preview 3 (3.1.0-preview3.19555.2) | 2.4.0, 2.5.0 |
46+
| preview 2 (3.1.0-preview2.19528.8) | 2.3.0 |
47+
| preview 1 (3.1.0-preview1.19506.1) | 2.2.0, 2.2.1 |
48+
4349

4450

4551
## See Also

0 commit comments

Comments
 (0)