Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Oct 22, 2024
1 parent 1767c87 commit 387c59c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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 <a href="https://www.devexpress.com/Support/Center/VersionHistory?TechnologyName=DevExtreme" target="_blank">DevExtreme version history</a> 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 <a href="https://www.devexpress.com/Support/Center/VersionHistory?TechnologyName=DevExtreme" target="_blank">DevExtreme version history</a> for details on which features any major or minor release implemented and the issues they resolved.
Original file line number Diff line number Diff line change
@@ -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 <a href="https://www.devexpress.com/Support/Center/VersionHistory?TechnologyName=DevExtreme&PlatformName=AllPlatforms&ProductName=AllProducts&VersionHistoryItemsType=BreakingChanges&StartBuildName=minor_21_2&EndBuildName=minor_23_2&version-mode=updating-mode" target="_blank">breaking changes introduced in v23.2</a>. Follow the instructions given for each change to mitigate its possible impact.
Refer to the <a href="https://www.devexpress.com/Support/Center/VersionHistory?TechnologyName=DevExtreme&PlatformName=AllPlatforms&ProductName=AllProducts&VersionHistoryItemsType=BreakingChanges&StartBuildName=minor_21_2&EndBuildName=minor_23_2&version-mode=updating-mode" target="_blank">breaking changes introduced in v24.2</a>. 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.
Expand Down

0 comments on commit 387c59c

Please sign in to comment.