Skip to content

Commit 9848ece

Browse files
chore(common): upgrade for .NET 2.1.4 and official WASM
1 parent de64a16 commit 9848ece

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ intro_columns:
337337
baseurl: /blazor-ui
338338

339339
## Latest UI for Blazor version. Used in some articles
340-
uiForBlazorLatestVersion: "2.13.0"
341-
supportedFrameworkVersion: ".NET Core 3.1.3"
340+
uiForBlazorLatestVersion: "2.14.0"
341+
supportedFrameworkVersion: ".NET Core 3.1.4"
342342

343343
## The Kendo UI version used
344344
cdnVersion: "2019.1.115"

upgrade/framework-versions.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Telerik UI for Blazor targets `netstandard2.1` in order to be compatible with th
2323

2424
| .NET version | Telerik UI for Blazor version |
2525
|---------------------------|-------------------------------|
26-
| .NET Core 3.1.3 | 2.10.0 - {{site.uiForBlazorLatestVersion}} |
26+
| .NET Core 3.1.4 | {{site.uiForBlazorLatestVersion}} |
27+
| .NET Core 3.1.3 | 2.10.0 - 2.13.0 |
2728
| .NET Core 3.1.2 | 2.9.0 |
2829
| .NET Core 3.1.1 | 2.7.0 - 2.8.0 |
2930
| .NET Core 3.1 | 2.5.0 - 2.6.1 |
@@ -35,17 +36,14 @@ Telerik UI for Blazor targets `netstandard2.1` in order to be compatible with th
3536

3637
## Client-side Blazor
3738

38-
The client-side (WebAssembly) 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.
39+
The client-side (WebAssembly) flavor of Blazor is part of the .NET Core 3.1.4 release now, even though its reference versions are `3.2.0`.
3940

40-
It is not supported by Microsoft yet and it ships as preview NuGet packages that you reference in your projects.
41-
42-
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.
43-
44-
>caption Telerik UI for Blazor versions per WASM Preview version
41+
>caption Telerik UI for Blazor versions per framework version for the WebAssembly flavor
4542
4643
| WASM Preview version | Telerik UI for Blazor version |
4744
|--------------------------------------|-------------------------------|
48-
| 3.2 RC1 (3.2.0-rc1.20223.4) | 2.12.0 - {{site.uiForBlazorLatestVersion}} |
45+
| .NET Core 3.1.4 | {{site.uiForBlazorLatestVersion}} |
46+
| 3.2 RC1 (3.2.0-rc1.20223.4) | 2.12.0 - 2.13.0 |
4947
| 3.2 preview 4 (3.2.0-preview4.20210.8) | 2.11.0 |
5048
| 3.2 preview 3 (3.2.0-preview3.20168.3) | 2.10.0 |
5149
| 3.2 preview 2 (3.2.0-preview2.20160.5) | 2.9.0 |

0 commit comments

Comments
 (0)