Skip to content

Commit fe3ee33

Browse files
authored
Merge pull request #64 from abap2UI5/claude/add-advanced-topics-menu-wFDwX
Add documentation for UI5 Legacy-Free frontend variant
2 parents d409c80 + 655125b commit fe3ee33

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ export default defineConfig({
259259
{ text: "RFC Connector", link: "/advanced/rfc" },
260260
{ text: "HTTP Connector", link: "/advanced/http" },
261261
{ text: "Fiori Elements Integration", link: "/advanced/fiori" },
262+
{ text: "UI5 Legacy-Free", link: "/advanced/legacy_free" },
262263
{
263264
text: "Extensibility",
264265
items: [

docs/advanced/legacy_free.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
outline: [2, 4]
3+
---
4+
# UI5 Legacy-Free
5+
6+
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.
7+
8+
- Future-proof: applications stay compatible with UI5 2.x
9+
- Leaner runtime: smaller footprint and improved performance
10+
- Modern async patterns: asynchronous module loading and Promise-based APIs
11+
- Runs in parallel to the classic abap2UI5 frontend, so both can be evaluated side by side
12+
13+
For full details, see the repository: [abap2UI5-frontend-legacy-free](https://github.com/abap2UI5/frontend-legacy-free)

0 commit comments

Comments
 (0)