From e6498063d050003dfb09def7f451d333b4985366 Mon Sep 17 00:00:00 2001 From: Boghyon Hoffmann Date: Thu, 26 Oct 2023 20:46:06 +0200 Subject: [PATCH] "Upgrading": Remind readers of existing compatibility guidelines It is crucial for enterprise applications that the applications, libraries, and the SAPUI5 framework development itself follow the documented compatibility guidelines in order to avoid or at least minimize the possibility of breaking when running with a newer SAPUI5 version. --- docs/02_Read-Me-First/upgrading-9638e4f.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/02_Read-Me-First/upgrading-9638e4f.md b/docs/02_Read-Me-First/upgrading-9638e4f.md index bab0644d..9d1ad6ec 100644 --- a/docs/02_Read-Me-First/upgrading-9638e4f.md +++ b/docs/02_Read-Me-First/upgrading-9638e4f.md @@ -2,5 +2,18 @@ # Upgrading -The following sections describe what you have to consider when upgrading to a new version of SAPUI5. +Before upgrading to a newer SAPUI5 version, in general, you must first ensure that your development follows the documented compatibility guidelines strictly such as: + +- **[Compatibility Rules](compatibility-rules-91f0873.md)** + +- **[Use Only Public APIs](../03_Get-Started/use-only-public-apis-b0d5fe2.md)** + +- **[Coding Issues to Avoid](../05_Developing_Apps/coding-issues-to-avoid-3877872.md)** + +- **[The Owner Component](../04_Essentials/the-owner-component-a7a3138.md)** + +- For SAPUI5 applications based on SAP Fiori elements: **[Read Before Extending a Generated App](../06_SAP_Fiori_Elements/read-before-extending-a-generated-app-d9c146a.md)** + + +Afterwards, refer to the following version specific sections that describe what else you have to consider.