Skip to content

Commit aa7fc2b

Browse files
authored
Update ui5_versions.md
1 parent 88d1e63 commit aa7fc2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/ui5_versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
outline: [2, 4]
33
---
44
# UI5 Versions
5-
The frontend UI for abap2UI5 is built using the UI5 framework, which comes in different versions. You can select the version to use for abap2UI5 during bootstrapping. It is recommended to bootstrap abap2UI5 using the same repository that is used for other UI5 apps in your system.
5+
The frontend of abap2UI5 is built using the UI5 framework, which comes in different versions. You can select the version to use for abap2UI5 during bootstrapping. It is recommended to bootstrap abap2UI5 using the same repository that is used for other UI5 apps in your system.
66

77
### OpenUI5
88
OpenUI5 is the open-source version of UI5. It has slightly fewer controls than the full UI5 framework but is generally suitable for most applications. Most samples are compatible with this version, and issues are typically only encountered with very specific use cases.
@@ -14,4 +14,4 @@ UI5 (SAPUI5) is the default version and has been part of the ABAP system since a
1414
UI5 2.x is the newest version of UI5, where deprecated APIs have been removed. abap2UI5 is continuously tested with this release to ensure smooth compatibility with the latest features. It is recommended to bootstrap your apps with this version to ensure they are future-ready.
1515

1616
### Release-Specific
17-
Some controls and properties are only available in specific releases. The UI5 framework and the samples are designed to support a wide range of releases and should generally not cause issues. However, it's important to ensure compatibility with the version you are using, as not all features may be available across different releases.
17+
Some controls and properties are only available in specific releases. The UI5 framework and the samples are designed to support a wide range of releases and should generally not cause issues. However, it's important to ensure compatibility with the version you are using, as not all features may be available across different UI5 releases.

0 commit comments

Comments
 (0)