From 387c59cc730a2ff356bc6207c1a9c479f11d811f Mon Sep 17 00:00:00 2001 From: Vlada Skorokhodova Date: Tue, 22 Oct 2024 15:31:05 +0400 Subject: [PATCH] Minor fix --- .../Common/Migrate to the New Version/40 Learn What's New.md | 2 +- .../0 Learn Breaking Changes and Deprecated API.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/concepts/Common/Migrate to the New Version/40 Learn What's New.md b/concepts/Common/Migrate to the New Version/40 Learn What's New.md index aa1fbb5749..3476431a68 100644 --- a/concepts/Common/Migrate to the New Version/40 Learn What's New.md +++ b/concepts/Common/Migrate to the New Version/40 Learn What's New.md @@ -1 +1 @@ -See [What's New in v23.2](https://js.devexpress.com/New/24_2) to learn about the new features, or browse the DevExtreme version history for details on which features any major or minor release implemented and the issues they resolved. +See [What's New in v24.2](https://js.devexpress.com/New/24_2) to learn about the new features, or browse the DevExtreme version history for details on which features any major or minor release implemented and the issues they resolved. diff --git a/concepts/Common/Migrate to the New Version/50 Learn Breaking Changes and Deprecated API/0 Learn Breaking Changes and Deprecated API.md b/concepts/Common/Migrate to the New Version/50 Learn Breaking Changes and Deprecated API/0 Learn Breaking Changes and Deprecated API.md index c33677e03d..cc654b2e1c 100644 --- a/concepts/Common/Migrate to the New Version/50 Learn Breaking Changes and Deprecated API/0 Learn Breaking Changes and Deprecated API.md +++ b/concepts/Common/Migrate to the New Version/50 Learn Breaking Changes and Deprecated API/0 Learn Breaking Changes and Deprecated API.md @@ -1,7 +1,7 @@ We always do our best to minimize the impact an upgrade has on existing projects. However, it is often necessary to change our tools' UI, API, or behavior to improve them. Take the following into account to ensure that your app works after upgrading: * **Breaking Changes** -Refer to the breaking changes introduced in v23.2. Follow the instructions given for each change to mitigate its possible impact. +Refer to the breaking changes introduced in v24.2. Follow the instructions given for each change to mitigate its possible impact. * **Deprecated API** We recommend replacing [deprecated properties and methods](/concepts/Common/Migrate%20to%20the%20New%20Version/50%20Learn%20Breaking%20Changes%20and%20Deprecated%20API/1%20Deprecated%20Properties%20and%20Methods.md '/Documentation/Guide/Common/Migrate_to_the_New_Version/#Learn_Breaking_Changes_and_Deprecated_API/Deprecated_Properties_and_Methods') with their relevant counterparts because they can break your app once they are removed. Run the upgraded app and open the browser's console. A notification suggesting replacements is displayed if your code uses a deprecated API. Update your code to use the replacements instead of the deprecated API.