From cf2a6fcc950c407bd3d2850948061e979bce3264 Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:10:49 +0200 Subject: [PATCH 1/4] docs(common): remove deprecated templates from docs --- .../vs-integration/new-project-wizard.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/getting-started/vs-integration/new-project-wizard.md b/getting-started/vs-integration/new-project-wizard.md index 9b609777be..fd79bd111d 100644 --- a/getting-started/vs-integration/new-project-wizard.md +++ b/getting-started/vs-integration/new-project-wizard.md @@ -77,20 +77,10 @@ In this screen, you can choose: ### Step 2: Select Project Template -This step allows you to select one of the [predefined Telerik project](#predefined-project-templates) templates. The available templates vary depending on the selected target framework and hosting model in [**Step 1**](#step-1-select-initial-project-configuration). +The **Create New Project** wizard provides a project template that is a blank solution based on the Microsoft template with added Telerik UI components (NuGet package reference, assets, service, and the `TelerikRootComponent`). -The Client and Server projects for .NET 6 and .NET 7 support all the templates below. The Hybrid projects and the .NET 8 Web App support only the **Blank** template. +> The **Admin**, **Dashboard**, **CRUD**, **Form** and **Chart** templates are now deprecated and the source code is moved to the [blazor-ui repo](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates) for continued access. - **Predefined Project Templates** - -The **Create New Project** wizard provides the following project templates: - -* **Blank**—A blank solution based on the Microsoft template with added Telerik UI components (NuGet package reference, assets, service, and the `TelerikRootComponent`). -* **CRUD, Form, Chart**—A small app that showcases the Telerik UI Data Grid, Chart, and forms validation. The Grid also uses a basic CRUD service which is a common pattern for data updates in real applications. -* **Dashboard**—A basic dashboard layout that uses the TileLayout component for customizable dashboards, and showcases several ways individual blocks (tiles) can fetch data. -* **Admin**—A small app that shows a dashboard for admin. The app uses some of the main Telerik UI components like the [Data Grid]({%slug grid-overview%}), [Chart]({%slug components/chart/overview%}), [TileLayout]({%slug tilelayout-overview%}), [Form]({%slug form-overview%}), and more. - -> The **Admin**, **Dashboard**, **CRUD**, **Form** and **Chart** templates are deprecated and are planned to be removed with the Q1 2025 release. The source code for these projects will be moved to the [blazor-ui repo](https://github.com/telerik/blazor-ui) for continued access. ### Step 3: Select Theme Finally, you can apply one of the available [themes]({%slug themes-overview%}) to your project. From fdf48aa0c2c60bcd5306b7457d151720a7994208 Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:07:45 +0200 Subject: [PATCH 2/4] Update getting-started/vs-integration/new-project-wizard.md Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> --- getting-started/vs-integration/new-project-wizard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/vs-integration/new-project-wizard.md b/getting-started/vs-integration/new-project-wizard.md index fd79bd111d..292c30f9b3 100644 --- a/getting-started/vs-integration/new-project-wizard.md +++ b/getting-started/vs-integration/new-project-wizard.md @@ -79,7 +79,7 @@ In this screen, you can choose: The **Create New Project** wizard provides a project template that is a blank solution based on the Microsoft template with added Telerik UI components (NuGet package reference, assets, service, and the `TelerikRootComponent`). -> The **Admin**, **Dashboard**, **CRUD**, **Form** and **Chart** templates are now deprecated and the source code is moved to the [blazor-ui repo](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates) for continued access. +> The **Admin**, **Dashboard**, **CRUD**, **Form** and **Chart** templates were deprecated. Their source code is available in the [`blazor-ui` repo](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates). ### Step 3: Select Theme From 39abf3fc2dc5c1bdaf0229456caef2958b923799 Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:09:38 +0200 Subject: [PATCH 3/4] Update getting-started/vs-integration/new-project-wizard.md Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> --- getting-started/vs-integration/new-project-wizard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/vs-integration/new-project-wizard.md b/getting-started/vs-integration/new-project-wizard.md index 292c30f9b3..fc53c83d04 100644 --- a/getting-started/vs-integration/new-project-wizard.md +++ b/getting-started/vs-integration/new-project-wizard.md @@ -77,7 +77,7 @@ In this screen, you can choose: ### Step 2: Select Project Template -The **Create New Project** wizard provides a project template that is a blank solution based on the Microsoft template with added Telerik UI components (NuGet package reference, assets, service, and the `TelerikRootComponent`). +The **Create New Project** wizard generates a project that is based on the Microsoft template. The app includes some Telerik UI components and the [required NuGet package reference, static assets, localization service, and the `TelerikRootComponent`]({%slug getting-started/what-you-need%}). > The **Admin**, **Dashboard**, **CRUD**, **Form** and **Chart** templates were deprecated. Their source code is available in the [`blazor-ui` repo](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates). From 676b542606406d6f1856ff6115fee309fdc3a56c Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:26:36 +0200 Subject: [PATCH 4/4] Update getting-started/vs-integration/new-project-wizard.md Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com> --- getting-started/vs-integration/new-project-wizard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/vs-integration/new-project-wizard.md b/getting-started/vs-integration/new-project-wizard.md index fc53c83d04..768725ccfd 100644 --- a/getting-started/vs-integration/new-project-wizard.md +++ b/getting-started/vs-integration/new-project-wizard.md @@ -79,7 +79,7 @@ In this screen, you can choose: The **Create New Project** wizard generates a project that is based on the Microsoft template. The app includes some Telerik UI components and the [required NuGet package reference, static assets, localization service, and the `TelerikRootComponent`]({%slug getting-started/what-you-need%}). -> The **Admin**, **Dashboard**, **CRUD**, **Form** and **Chart** templates were deprecated. Their source code is available in the [`blazor-ui` repo](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates). +> The **Admin**, **Dashboard**, **CRUD**, **Form**, and **Chart** templates were deprecated. Their source code is available in the [`blazor-ui` repo](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates). ### Step 3: Select Theme