Skip to content

Commit

Permalink
Update "Supported Versions" (#6734)
Browse files Browse the repository at this point in the history
* Update "Supported Versions"

* Minor fix
  • Loading branch information
vladaskorohodova authored Oct 22, 2024
1 parent 34ef79c commit 966bc73
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
6 changes: 5 additions & 1 deletion concepts/40 Angular Components/80 Supported Versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
<th>Angular</th>
</tr>
<tr>
<td>v24.1.x</td>
<td>v24.2.x</td>
<td>angular_version_24_2</td>
</tr>
<tr>
<td>v24.1.x</td>
<td>angular_version_24_1</td>
</tr>
<tr>
<td>v23.2.x</td>
<td>angular_version_23_2</td>
Expand Down
6 changes: 5 additions & 1 deletion concepts/50 React Components/80 Supported Versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
<th>React</th>
</tr>
<tr>
<td>v24.1.x</td>
<td>v24.2.x</td>
<td>react_version_24_2</td>
</tr>
<tr>
<td>v24.1.x</td>
<td>react_version_24_1</td>
</tr>
<tr>
<td>v23.2.x</td>
<td>react_version_23_2</td>
Expand Down
6 changes: 5 additions & 1 deletion concepts/55 Vue Components/80 Supported Versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
<th>Vue</th>
</tr>
<tr>
<td>v24.1.x</td>
<td>v24.2.x</td>
<td>vue_version_24_2</td>
</tr>
<tr>
<td>v24.1.x</td>
<td>vue_version_24_1</td>
</tr>
<tr>
<td>v23.2.x</td>
<td>vue_version_23_2</td>
Expand Down
1 change: 1 addition & 0 deletions concepts/58 jQuery Components/80 Supported Versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
v23.1.x <br/>
v23.2.x <br/>
v24.1.x <br/>
v24.2.x <br/>
</td>
<td>v3.x</td>
</tr>
Expand Down
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 966bc73

Please sign in to comment.