Skip to content

Commit 231f866

Browse files
authored
docs: add deprecation info to getting started articles (#494)
1 parent 6de3aa0 commit 231f866

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/getting-started/javascript-options-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ In this article you’ll learn how to use Kendo UI for Vue components by buildin
1414

1515
The current example uses the recommended by Vue [Vite build tool](https://vitejs.dev/) + [Vue Options API](https://vuejs.org/guide/introduction.html#options-api). If you need Getting started information that uses `Vue Composition API`, you can check [this link](slug:getting_started_javascript_composition_api).
1616

17+
> Historically, all Kendo UI for Vue Native components support both **Vue 2** and **Vue 3**, however, Vue 2 is currently in its end-of-support phase till Nov 2024. After our last major release for 2024, Vue 2 will no longer be supported in the new versions of the Kendo UI for Vue components. Please check our [Vue 2 End of Support article](https://www.telerik.com/kendo-vue-ui/components/vue2-deprecation/) for more details.
18+
1719
## 1. Set up the Vue project
1820
* The recommended way to start with Vue is to scaffold a project using [Vite](https://vuejs.org/guide/scaling-up/tooling.html#vite). To create a new Vite project use one of the following commands for NPM or Yarn.
1921

docs/getting-started/typescript-options-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ position: 30
1313

1414
In this article you’ll learn how to use Kendo UI for Vue Native components in TypeScript context. Below we are building a small app that includes a Grid, a DropDownList, a Window and a design theme.
1515

16+
> Historically, all Kendo UI for Vue Native components support both **Vue 2** and **Vue 3**, however, Vue 2 is currently in its end-of-support phase till Nov 2024. After our last major release for 2024, Vue 2 will no longer be supported in the new versions of the Kendo UI for Vue components. Please check our [Vue 2 End of Support article](https://www.telerik.com/kendo-vue-ui/components/vue2-deprecation/) for more details.
17+
1618
The current example uses the recommended by Vue [Vite build tool](https://vitejs.dev/) + [Vue Options API](https://vuejs.org/guide/introduction.html#options-api) + Typescript. If you need Getting started information that uses `Vue Composition API` + Typescript, you can check [this link](slug:getting_started_typescript_composition_api).
1719

1820
> Prefer video tutorials? How about a free Telerik UI onboarding course? Check out the [Kendo UI for Vue with TypeScript](https://learn.telerik.com/learn/course/internal/view/elearning/45/kendo-ui-for-vue-with-typescript) training in [Telerik Virtual Classroom](https://learn.telerik.com/learn).

docs/getting-started/video-onboarding.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The training course is developed to help you get started with the Kendo UI for V
1414

1515
The course starts with adding basic Kendo UI for Vue components to the application and shows how to harness the power of Kendo in no time. Further, you get into more advanced components, like the Chart and the Grid, and learn how to incorporate Kendo UI for Vue components to interact with existing functionality and with each other. Finally, the course explores how to build your own theme and change it for all components at once.
1616

17+
> Historically, all Kendo UI for Vue Native components support both **Vue 2** and **Vue 3**, however, Vue 2 is currently in its end-of-support phase till Nov 2024. After our last major release for 2024, Vue 2 will no longer be supported in the new versions of the Kendo UI for Vue components. Please check our [Vue 2 End of Support article](https://www.telerik.com/kendo-vue-ui/components/vue2-deprecation/) for more details.
18+
1719
## Course Overview
1820

1921
The next video shares a glimpse of the format and structure of the whole training and provides a brief overview of what will be accomplished through the steps.

0 commit comments

Comments
 (0)