From b58a2eab684645aeb4d6804066981071e51c81c7 Mon Sep 17 00:00:00 2001 From: sapui5 Date: Mon, 13 May 2024 10:36:13 +0200 Subject: [PATCH] RELEASE NOTES ONLY Release notes for version 1.124.0 Change-Id: I26740c08ed2c654854861b07e95cbe8e5046ba66 --- src/sap.f/test/sap/f/relnotes/changes-1.124.json | 2 +- src/sap.m/test/sap/m/relnotes/changes-1.124.json | 2 +- src/sap.tnt/test/sap/tnt/relnotes/changes-1.124.json | 12 ++++++++++++ .../test/sap/ui/core/relnotes/changes-1.124.json | 2 +- .../sap/ui/documentation/relnotes/changes-1.124.json | 7 ++++++- .../sap/ui/integration/relnotes/changes-1.124.json | 2 +- .../test/sap/ui/layout/relnotes/changes-1.124.json | 2 +- .../test/sap/ui/mdc/relnotes/changes-1.124.json | 2 +- .../test/sap/ui/unified/relnotes/changes-1.124.json | 2 +- .../test/sap/uxap/relnotes/changes-1.124.json | 2 +- .../themes/sap_belize/relnotes/changes-1.124.json | 2 +- .../sap_belize_hcb/relnotes/changes-1.124.json | 2 +- .../sap_belize_hcw/relnotes/changes-1.124.json | 2 +- .../sap_belize_plus/relnotes/changes-1.124.json | 2 +- .../themes/sap_fiori_3/relnotes/changes-1.124.json | 2 +- .../sap_fiori_3_dark/relnotes/changes-1.124.json | 2 +- .../sap_fiori_3_hcb/relnotes/changes-1.124.json | 2 +- .../sap_fiori_3_hcw/relnotes/changes-1.124.json | 2 +- .../themes/sap_horizon/relnotes/changes-1.124.json | 2 +- .../sap_horizon_dark/relnotes/changes-1.124.json | 2 +- .../sap_horizon_hcb/relnotes/changes-1.124.json | 2 +- .../sap_horizon_hcw/relnotes/changes-1.124.json | 2 +- 22 files changed, 38 insertions(+), 21 deletions(-) create mode 100644 src/sap.tnt/test/sap/tnt/relnotes/changes-1.124.json diff --git a/src/sap.f/test/sap/f/relnotes/changes-1.124.json b/src/sap.f/test/sap/f/relnotes/changes-1.124.json index f883df34417a..258aacebeefe 100644 --- a/src/sap.f/test/sap/f/relnotes/changes-1.124.json +++ b/src/sap.f/test/sap/f/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "4c3b89fd1f3bda2b24923608eae6b134b12e13f5", diff --git a/src/sap.m/test/sap/m/relnotes/changes-1.124.json b/src/sap.m/test/sap/m/relnotes/changes-1.124.json index 3c752f14fc73..3b4f1fc348d4 100644 --- a/src/sap.m/test/sap/m/relnotes/changes-1.124.json +++ b/src/sap.m/test/sap/m/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "cc74013ff479022fa7c61b101c878d26870e171b", diff --git a/src/sap.tnt/test/sap/tnt/relnotes/changes-1.124.json b/src/sap.tnt/test/sap/tnt/relnotes/changes-1.124.json new file mode 100644 index 000000000000..3c8e0a968e17 --- /dev/null +++ b/src/sap.tnt/test/sap/tnt/relnotes/changes-1.124.json @@ -0,0 +1,12 @@ +{ + "1.124.0": { + "date": "May 2024", + "notes": [ + { + "id": "85b273f66293c2aeb5ed54cbc2fb28566792e545", + "type": "FIX", + "text": " sap-icons-tnt: Fixed wrong icon names" + } + ] + } +} \ No newline at end of file diff --git a/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.124.json b/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.124.json index 2193edcf5c77..440c9a0de9d5 100644 --- a/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.124.json +++ b/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "1ac10ce70de1a637e108de93a4c6a3639407ad4d", diff --git a/src/sap.ui.documentation/test/sap/ui/documentation/relnotes/changes-1.124.json b/src/sap.ui.documentation/test/sap/ui/documentation/relnotes/changes-1.124.json index bb9956282c4f..846641252c78 100644 --- a/src/sap.ui.documentation/test/sap/ui/documentation/relnotes/changes-1.124.json +++ b/src/sap.ui.documentation/test/sap/ui/documentation/relnotes/changes-1.124.json @@ -1,7 +1,12 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ + { + "id": "36bd90b6babbba0cd425b449befa2d25ca84f41d", + "type": "FIX", + "text": " Demo Kit: Index tree item scrolling tweak" + }, { "id": "76a4c23b594414e1f6c99e2e860b69f11e7e9efa", "type": "FIX", diff --git a/src/sap.ui.integration/test/sap/ui/integration/relnotes/changes-1.124.json b/src/sap.ui.integration/test/sap/ui/integration/relnotes/changes-1.124.json index 6c7c13e587c0..63e70a7bc792 100644 --- a/src/sap.ui.integration/test/sap/ui/integration/relnotes/changes-1.124.json +++ b/src/sap.ui.integration/test/sap/ui/integration/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "4f0daa9f64d80c093a7def00d5e26c95c0e8657a", diff --git a/src/sap.ui.layout/test/sap/ui/layout/relnotes/changes-1.124.json b/src/sap.ui.layout/test/sap/ui/layout/relnotes/changes-1.124.json index 3a106f6158dc..c4e22b43160d 100644 --- a/src/sap.ui.layout/test/sap/ui/layout/relnotes/changes-1.124.json +++ b/src/sap.ui.layout/test/sap/ui/layout/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "1990ff02f9c84406eaaef9f7e9780842bf4be408", diff --git a/src/sap.ui.mdc/test/sap/ui/mdc/relnotes/changes-1.124.json b/src/sap.ui.mdc/test/sap/ui/mdc/relnotes/changes-1.124.json index cc0684d1febe..9c14e1b245e6 100644 --- a/src/sap.ui.mdc/test/sap/ui/mdc/relnotes/changes-1.124.json +++ b/src/sap.ui.mdc/test/sap/ui/mdc/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "8542f09fb068862a360129c2ca1d51bc15fd3bc6", diff --git a/src/sap.ui.unified/test/sap/ui/unified/relnotes/changes-1.124.json b/src/sap.ui.unified/test/sap/ui/unified/relnotes/changes-1.124.json index 43674f608385..b807d1ed870f 100644 --- a/src/sap.ui.unified/test/sap/ui/unified/relnotes/changes-1.124.json +++ b/src/sap.ui.unified/test/sap/ui/unified/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "6518786f9def252072cccb17b0ef5648033a4915", diff --git a/src/sap.uxap/test/sap/uxap/relnotes/changes-1.124.json b/src/sap.uxap/test/sap/uxap/relnotes/changes-1.124.json index 9ac05e49633c..89259bd90971 100644 --- a/src/sap.uxap/test/sap/uxap/relnotes/changes-1.124.json +++ b/src/sap.uxap/test/sap/uxap/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "6bf15babdc4f844a4acaa470129d52c391d8dba9", diff --git a/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize/relnotes/changes-1.124.json b/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize/relnotes/changes-1.124.json index caa99db2e4d5..8b2542c392eb 100644 --- a/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize/relnotes/changes-1.124.json +++ b/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "002db3c2232516061e8081f62717bbb12fc4edb8", diff --git a/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize_hcb/relnotes/changes-1.124.json b/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize_hcb/relnotes/changes-1.124.json index caa99db2e4d5..8b2542c392eb 100644 --- a/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize_hcb/relnotes/changes-1.124.json +++ b/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize_hcb/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "002db3c2232516061e8081f62717bbb12fc4edb8", diff --git a/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize_hcw/relnotes/changes-1.124.json b/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize_hcw/relnotes/changes-1.124.json index caa99db2e4d5..8b2542c392eb 100644 --- a/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize_hcw/relnotes/changes-1.124.json +++ b/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize_hcw/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "002db3c2232516061e8081f62717bbb12fc4edb8", diff --git a/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize_plus/relnotes/changes-1.124.json b/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize_plus/relnotes/changes-1.124.json index caa99db2e4d5..8b2542c392eb 100644 --- a/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize_plus/relnotes/changes-1.124.json +++ b/src/themelib_sap_belize/test/sap/ui/core/themes/sap_belize_plus/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "002db3c2232516061e8081f62717bbb12fc4edb8", diff --git a/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3/relnotes/changes-1.124.json b/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3/relnotes/changes-1.124.json index 18909ed77f7c..8c6fed057d6b 100644 --- a/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3/relnotes/changes-1.124.json +++ b/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "edeae1280ded8904ce694445714c152dc0fee7a4", diff --git a/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3_dark/relnotes/changes-1.124.json b/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3_dark/relnotes/changes-1.124.json index 18909ed77f7c..8c6fed057d6b 100644 --- a/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3_dark/relnotes/changes-1.124.json +++ b/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3_dark/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "edeae1280ded8904ce694445714c152dc0fee7a4", diff --git a/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3_hcb/relnotes/changes-1.124.json b/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3_hcb/relnotes/changes-1.124.json index 18909ed77f7c..8c6fed057d6b 100644 --- a/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3_hcb/relnotes/changes-1.124.json +++ b/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3_hcb/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "edeae1280ded8904ce694445714c152dc0fee7a4", diff --git a/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3_hcw/relnotes/changes-1.124.json b/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3_hcw/relnotes/changes-1.124.json index 18909ed77f7c..8c6fed057d6b 100644 --- a/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3_hcw/relnotes/changes-1.124.json +++ b/src/themelib_sap_fiori_3/test/sap/ui/core/themes/sap_fiori_3_hcw/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "edeae1280ded8904ce694445714c152dc0fee7a4", diff --git a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon/relnotes/changes-1.124.json b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon/relnotes/changes-1.124.json index 15c17bc1f769..9a50bbe19ca1 100644 --- a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon/relnotes/changes-1.124.json +++ b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "64120120a1edb11edb26d30da169393088b0c8c0", diff --git a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_dark/relnotes/changes-1.124.json b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_dark/relnotes/changes-1.124.json index 15c17bc1f769..9a50bbe19ca1 100644 --- a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_dark/relnotes/changes-1.124.json +++ b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_dark/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "64120120a1edb11edb26d30da169393088b0c8c0", diff --git a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcb/relnotes/changes-1.124.json b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcb/relnotes/changes-1.124.json index 15c17bc1f769..9a50bbe19ca1 100644 --- a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcb/relnotes/changes-1.124.json +++ b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcb/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "64120120a1edb11edb26d30da169393088b0c8c0", diff --git a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcw/relnotes/changes-1.124.json b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcw/relnotes/changes-1.124.json index 15c17bc1f769..9a50bbe19ca1 100644 --- a/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcw/relnotes/changes-1.124.json +++ b/src/themelib_sap_horizon/test/sap/ui/core/themes/sap_horizon_hcw/relnotes/changes-1.124.json @@ -1,6 +1,6 @@ { "1.124.0": { - "date": "April 2024", + "date": "May 2024", "notes": [ { "id": "64120120a1edb11edb26d30da169393088b0c8c0",