Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export default defineConfig({
{ text: "RFC Connector", link: "/advanced/rfc" },
{ text: "HTTP Connector", link: "/advanced/http" },
{ text: "Fiori Elements Integration", link: "/advanced/fiori" },
{ text: "UI5 Legacy-Free", link: "/advanced/legacy_free" },
{
text: "Extensibility",
items: [
Expand Down
13 changes: 13 additions & 0 deletions docs/advanced/legacy_free.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
outline: [2, 4]
---
# UI5 Legacy-Free

abap2UI5-frontend-legacy-free is a frontend variant for abap2UI5 based on OpenUI5's legacy-free distribution. It removes deprecated features such as jQuery dependencies, synchronous APIs, and compatibility shims, providing a preview of the UI5 2.x API surface.

- Future-proof: applications stay compatible with UI5 2.x
- Leaner runtime: smaller footprint and improved performance
- Modern async patterns: asynchronous module loading and Promise-based APIs
- Runs in parallel to the classic abap2UI5 frontend, so both can be evaluated side by side

For full details, see the repository: [abap2UI5-frontend-legacy-free](https://github.com/abap2UI5/frontend-legacy-free)