From 3bda0c2cab2df11b81f093b6c862d5ebd62dfe81 Mon Sep 17 00:00:00 2001 From: sapui5 Date: Mon, 1 Jul 2024 14:20:58 +0200 Subject: [PATCH] RELEASE NOTES ONLY Release notes for version 1.120.17 Change-Id: Ic872abc2da2e2838a4b8fa47847d6c5981682563 --- .../test/sap/f/relnotes/changes-1.120.json | 10 +++++ .../test/sap/m/relnotes/changes-1.120.json | 25 ++++++++++++ .../sap/ui/core/relnotes/changes-1.120.json | 40 +++++++++++++++++++ .../sap/ui/layout/relnotes/changes-1.120.json | 12 ++++++ .../sap/ui/table/relnotes/changes-1.120.json | 10 +++++ .../ui/unified/relnotes/changes-1.120.json | 10 +++++ .../test/sap/uxap/relnotes/changes-1.120.json | 16 ++++++++ .../sap_horizon/relnotes/changes-1.120.json | 21 ++++++++++ .../relnotes/changes-1.120.json | 21 ++++++++++ .../relnotes/changes-1.120.json | 21 ++++++++++ .../relnotes/changes-1.120.json | 21 ++++++++++ 11 files changed, 207 insertions(+) create mode 100644 src/sap.ui.layout/test/sap/ui/layout/relnotes/changes-1.120.json diff --git a/src/sap.f/test/sap/f/relnotes/changes-1.120.json b/src/sap.f/test/sap/f/relnotes/changes-1.120.json index 4e25692ffe2d..eaf33e25fc5d 100644 --- a/src/sap.f/test/sap/f/relnotes/changes-1.120.json +++ b/src/sap.f/test/sap/f/relnotes/changes-1.120.json @@ -163,5 +163,15 @@ ] } ] + }, + "1.120.17": { + "date": "July 2024", + "notes": [ + { + "id": "61ed9a30ca4bebde0d9d5db98d5c6bf7f19cba65", + "type": "FIX", + "text": " sap.f.DynamicPage: Suppress invalidation of footer" + } + ] } } \ No newline at end of file diff --git a/src/sap.m/test/sap/m/relnotes/changes-1.120.json b/src/sap.m/test/sap/m/relnotes/changes-1.120.json index 323349efb197..a246cf4dd257 100644 --- a/src/sap.m/test/sap/m/relnotes/changes-1.120.json +++ b/src/sap.m/test/sap/m/relnotes/changes-1.120.json @@ -789,5 +789,30 @@ "text": " sap.m.ObjectMarker: focus visible in sap.ui.table.Table" } ] + }, + "1.120.17": { + "date": "July 2024", + "notes": [ + { + "id": "ab9bba0dc7a288b041a30cba17e958cb8ef559bf", + "type": "FIX", + "text": " sap.m.Input: Stop initial re-rendering of the input field when type password and clear icon are set" + }, + { + "id": "695c7f68c3a002d3abb5f4c0a0a1e988b78d36be", + "type": "FIX", + "text": " sap.m.ObjectStatus: icon is shown correctly now for theme horizon HCB and HCW. The status is now aligned correctly in sap.ui.table.Table." + }, + { + "id": "46e9e32d5183e6230ddcb96f4cb02b882b449353", + "type": "FIX", + "text": " sap.m.Button: Back type button has correct hover colour" + }, + { + "id": "ee31484073c08a34d1f5a6b57836be8e06169d81", + "type": "FIX", + "text": " sap.m.SearchField: Parameter type is passed correctly to ResourceBundle" + } + ] } } \ No newline at end of file diff --git a/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.120.json b/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.120.json index efbb51480569..087b8b844df7 100644 --- a/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.120.json +++ b/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.120.json @@ -807,5 +807,45 @@ "text": " Add sap-system to OData V4 service URLs" } ] + }, + "1.120.17": { + "date": "July 2024", + "notes": [ + { + "id": "09f3f3272ebe7034f5cf81763976d3dd1718a80e", + "type": "FIX", + "text": " sap.ui.model.json.JSONModel#loadData: Don't use JSONP" + }, + { + "id": "bf3541a8b52aac9b7786da3912498cd15a9bfb16", + "type": "FIX", + "text": " sap.ui.core.util.LibraryInfo: Loosen baseUrl regex check" + }, + { + "id": "1dcad63d6d858e4bcd7685605f40d4fc6289a3c9", + "type": "FIX", + "text": " sap/ui/core/.library: Remove wrong component for sap/ui/core/util/MockServer" + }, + { + "id": "86d3a35d8991b3a191660626fc77652bb1bfa6de", + "type": "FIX", + "text": " sap.ui.performance.XHRInterceptor: Fix CORS check" + }, + { + "id": "f6b1d3719a89a64dbc89206fd6b7dcd466a01803", + "type": "FIX", + "text": " util/Mobile: update window size with delay after viewport is set" + }, + { + "id": "f43529b494184af3a8962108f0fc905acb9682cd", + "type": "FIX", + "text": " sap.ui.core.format.DateFormat.qunit: Fix flaky tests" + }, + { + "id": "ac4ad92e9770362dfea99a3bad8a9e2dae788421", + "type": "FIX", + "text": " sap\\ui\\core\\format\\DateFormat.fnCreateDate: set UTCFullYear must be set with all components" + } + ] } } \ No newline at end of file diff --git a/src/sap.ui.layout/test/sap/ui/layout/relnotes/changes-1.120.json b/src/sap.ui.layout/test/sap/ui/layout/relnotes/changes-1.120.json new file mode 100644 index 000000000000..4e8da4f98df9 --- /dev/null +++ b/src/sap.ui.layout/test/sap/ui/layout/relnotes/changes-1.120.json @@ -0,0 +1,12 @@ +{ + "1.120.17": { + "date": "July 2024", + "notes": [ + { + "id": "12cf7e7b906f886d633781ebe3f8fcd6f505d6ed", + "type": "FIX", + "text": " sap.ui.layout.DynamicSideContent: fixed firing of the breakpointChanged event" + } + ] + } +} \ No newline at end of file diff --git a/src/sap.ui.table/test/sap/ui/table/relnotes/changes-1.120.json b/src/sap.ui.table/test/sap/ui/table/relnotes/changes-1.120.json index b491caa0a734..1070771dced3 100644 --- a/src/sap.ui.table/test/sap/ui/table/relnotes/changes-1.120.json +++ b/src/sap.ui.table/test/sap/ui/table/relnotes/changes-1.120.json @@ -55,5 +55,15 @@ ] } ] + }, + "1.120.17": { + "date": "July 2024", + "notes": [ + { + "id": "165964075e7d2c67498a9eec105cb21733c898bd", + "type": "FIX", + "text": " AnalyticalTable: Error when binding to named model" + } + ] } } \ No newline at end of file diff --git a/src/sap.ui.unified/test/sap/ui/unified/relnotes/changes-1.120.json b/src/sap.ui.unified/test/sap/ui/unified/relnotes/changes-1.120.json index cda58b7dd599..2944adf6e555 100644 --- a/src/sap.ui.unified/test/sap/ui/unified/relnotes/changes-1.120.json +++ b/src/sap.ui.unified/test/sap/ui/unified/relnotes/changes-1.120.json @@ -103,5 +103,15 @@ "text": " sap.ui.unified.Calendar: adjust header buttons width" } ] + }, + "1.120.17": { + "date": "July 2024", + "notes": [ + { + "id": "2ca663af219c0694d6a9e93ca0513a7a8c0430d3", + "type": "FIX", + "text": " sap.ui.unified.Calendar: add tooltips for calendar legend types" + } + ] } } \ No newline at end of file diff --git a/src/sap.uxap/test/sap/uxap/relnotes/changes-1.120.json b/src/sap.uxap/test/sap/uxap/relnotes/changes-1.120.json index 298116945814..d9e576624b69 100644 --- a/src/sap.uxap/test/sap/uxap/relnotes/changes-1.120.json +++ b/src/sap.uxap/test/sap/uxap/relnotes/changes-1.120.json @@ -56,5 +56,21 @@ "text": " sap.uxap.ObjectPageLayout: Fix collapsing header" } ] + }, + "1.120.17": { + "date": "July 2024", + "notes": [ + { + "id": "7285faebf27165d4e72af289dce50bda105a54fd", + "type": "FIX", + "text": " sap.uxap.ObjectPageSubSection: Fix non-expanding Table", + "references": [ + { + "type": "BCP", + "reference": "2370133187" + } + ] + } + ] } } \ No newline at end of file diff --git a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon/relnotes/changes-1.120.json b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon/relnotes/changes-1.120.json index c3e026af0a16..0d445795f0e8 100644 --- a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon/relnotes/changes-1.120.json +++ b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon/relnotes/changes-1.120.json @@ -205,5 +205,26 @@ ] } ] + }, + "1.120.17": { + "date": "July 2024", + "notes": [ + { + "id": "695c7f68c3a002d3abb5f4c0a0a1e988b78d36be", + "type": "FIX", + "text": " sap.m.ObjectStatus: icon is shown correctly now for theme horizon HCB and HCW. The status is now aligned correctly in sap.ui.table.Table." + }, + { + "id": "8fc5cff555f1e1f0a7325cad75b097d4ad7b7a00", + "type": "FIX", + "text": " sap.m.ToggleButton: has correct styles on mobile for horizon theme.", + "references": [ + { + "type": "BCP", + "reference": "2370137200" + } + ] + } + ] } } \ No newline at end of file diff --git a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_dark/relnotes/changes-1.120.json b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_dark/relnotes/changes-1.120.json index c3e026af0a16..0d445795f0e8 100644 --- a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_dark/relnotes/changes-1.120.json +++ b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_dark/relnotes/changes-1.120.json @@ -205,5 +205,26 @@ ] } ] + }, + "1.120.17": { + "date": "July 2024", + "notes": [ + { + "id": "695c7f68c3a002d3abb5f4c0a0a1e988b78d36be", + "type": "FIX", + "text": " sap.m.ObjectStatus: icon is shown correctly now for theme horizon HCB and HCW. The status is now aligned correctly in sap.ui.table.Table." + }, + { + "id": "8fc5cff555f1e1f0a7325cad75b097d4ad7b7a00", + "type": "FIX", + "text": " sap.m.ToggleButton: has correct styles on mobile for horizon theme.", + "references": [ + { + "type": "BCP", + "reference": "2370137200" + } + ] + } + ] } } \ No newline at end of file diff --git a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcb/relnotes/changes-1.120.json b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcb/relnotes/changes-1.120.json index c3e026af0a16..0d445795f0e8 100644 --- a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcb/relnotes/changes-1.120.json +++ b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcb/relnotes/changes-1.120.json @@ -205,5 +205,26 @@ ] } ] + }, + "1.120.17": { + "date": "July 2024", + "notes": [ + { + "id": "695c7f68c3a002d3abb5f4c0a0a1e988b78d36be", + "type": "FIX", + "text": " sap.m.ObjectStatus: icon is shown correctly now for theme horizon HCB and HCW. The status is now aligned correctly in sap.ui.table.Table." + }, + { + "id": "8fc5cff555f1e1f0a7325cad75b097d4ad7b7a00", + "type": "FIX", + "text": " sap.m.ToggleButton: has correct styles on mobile for horizon theme.", + "references": [ + { + "type": "BCP", + "reference": "2370137200" + } + ] + } + ] } } \ No newline at end of file diff --git a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcw/relnotes/changes-1.120.json b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcw/relnotes/changes-1.120.json index c3e026af0a16..0d445795f0e8 100644 --- a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcw/relnotes/changes-1.120.json +++ b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcw/relnotes/changes-1.120.json @@ -205,5 +205,26 @@ ] } ] + }, + "1.120.17": { + "date": "July 2024", + "notes": [ + { + "id": "695c7f68c3a002d3abb5f4c0a0a1e988b78d36be", + "type": "FIX", + "text": " sap.m.ObjectStatus: icon is shown correctly now for theme horizon HCB and HCW. The status is now aligned correctly in sap.ui.table.Table." + }, + { + "id": "8fc5cff555f1e1f0a7325cad75b097d4ad7b7a00", + "type": "FIX", + "text": " sap.m.ToggleButton: has correct styles on mobile for horizon theme.", + "references": [ + { + "type": "BCP", + "reference": "2370137200" + } + ] + } + ] } } \ No newline at end of file