From d6cef52d7cdc979a4479a455af94bdff700ea5ca Mon Sep 17 00:00:00 2001 From: sapui5 Date: Wed, 11 Dec 2024 12:30:46 +0100 Subject: [PATCH] RELEASE NOTES ONLY Release notes for version 1.130.2 Change-Id: I04652dbd63084dc511a6c501b2afdf96f5976afb --- src/sap.m/test/sap/m/relnotes/changes-1.130.json | 10 ++++++++++ .../test/sap/ui/core/relnotes/changes-1.130.json | 10 ++++++++++ src/sap.uxap/test/sap/uxap/relnotes/changes-1.130.json | 10 ++++++++++ 3 files changed, 30 insertions(+) diff --git a/src/sap.m/test/sap/m/relnotes/changes-1.130.json b/src/sap.m/test/sap/m/relnotes/changes-1.130.json index 5f14ae48eae6..e0a0739837c5 100644 --- a/src/sap.m/test/sap/m/relnotes/changes-1.130.json +++ b/src/sap.m/test/sap/m/relnotes/changes-1.130.json @@ -165,5 +165,15 @@ "text": " sap.m.PlanningCalendarLegend: adjust accessibility semantics" } ] + }, + "1.130.2": { + "date": "December 2024", + "notes": [ + { + "id": "e41030f716a7ceefa0e939417cae6512c2d81888", + "type": "FIX", + "text": " sap.m.MessagePage: Icon ignored from screen readers" + } + ] } } \ No newline at end of file diff --git a/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.130.json b/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.130.json index c4a6ce3ab035..1e38b46afd59 100644 --- a/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.130.json +++ b/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.130.json @@ -43,5 +43,15 @@ "text": " sap.ui.core.format.NumberFormat#format: Do not apply currency customizing for decimals on currency formats, if format option \"style: 'long'/'short'\" is set" } ] + }, + "1.130.2": { + "date": "December 2024", + "notes": [ + { + "id": "0e4ef8aaabcd2e43f1018133a4b439eae87ab853", + "type": "FIX", + "text": " FESR: semanticStepName not set for interaction" + } + ] } } \ No newline at end of file diff --git a/src/sap.uxap/test/sap/uxap/relnotes/changes-1.130.json b/src/sap.uxap/test/sap/uxap/relnotes/changes-1.130.json index 6b4cf375da81..3f6a15c2616b 100644 --- a/src/sap.uxap/test/sap/uxap/relnotes/changes-1.130.json +++ b/src/sap.uxap/test/sap/uxap/relnotes/changes-1.130.json @@ -13,5 +13,15 @@ "text": " sap.uxap.ObjectPageLayout: Timing issue fixed" } ] + }, + "1.130.2": { + "date": "December 2024", + "notes": [ + { + "id": "4493f45ca3bc6e5bb9d3c101a4dcbe2d1e2db6b4", + "type": "FIX", + "text": " sap.uxap.ObjectPageLayout: Incorrect scrolling prevented" + } + ] } } \ No newline at end of file