From 670cbd75abe9ecbd37c008c826ea1d451a3f4430 Mon Sep 17 00:00:00 2001 From: sapui5 Date: Tue, 26 Feb 2019 15:05:36 +0100 Subject: [PATCH] [INTERNAL] Release notes for version 1.38.40 BCP:N/A Change-Id: I3f95280b31b8dde1abb2e16df34fcb8f2b597bac CR-Id: 002075125900001206932019 --- .version-tool.xml | 4 ++-- src/sap.m/test/sap/m/relnotes/changes-1.38.json | 11 +++++++++++ .../test/sap/ui/core/relnotes/changes-1.38.json | 11 +++++++++++ .../sap/ui/table/relnotes/changes-1.38.json | 17 +++++++++++++++++ 4 files changed, 41 insertions(+), 2 deletions(-) diff --git a/.version-tool.xml b/.version-tool.xml index bd14dc155170..f3cea0dc99d2 100644 --- a/.version-tool.xml +++ b/.version-tool.xml @@ -19,12 +19,12 @@ "src/sap.ui.suite/pom.xml": "1", "pom.xml": "2", "src/testsuite/pom.xml": "1", - "src/themelib_sap_goldreflection/pom.xml": "1", "src/sap.ui.commons/pom.xml": "1", + "src/themelib_sap_goldreflection/pom.xml": "1", "src/testsuite-utils/pom.xml": "1" } }, - "lastCommitId": "66168f2188c6c8e56f8208390d4c59c24c2e3601" + "lastCommitId": "77fddc1cbaa3d04eca88df5b254be3bee8673731" } } } \ No newline at end of file diff --git a/src/sap.m/test/sap/m/relnotes/changes-1.38.json b/src/sap.m/test/sap/m/relnotes/changes-1.38.json index dbe998d18f4d..5295b5273be7 100644 --- a/src/sap.m/test/sap/m/relnotes/changes-1.38.json +++ b/src/sap.m/test/sap/m/relnotes/changes-1.38.json @@ -6072,5 +6072,16 @@ "references": [] } ] + }, + "1.38.40": { + "date": "February 2019", + "notes": [ + { + "id": "59d758e388a5255e76d446cf2eaf5382146fc797", + "type": "FIX", + "text": " sap.m.uploadCollectionItem : Fixed .csv file download issue.", + "references": [] + } + ] } } \ No newline at end of file diff --git a/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.38.json b/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.38.json index d29a186e34f5..453e2ec78cc2 100644 --- a/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.38.json +++ b/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.38.json @@ -3436,5 +3436,16 @@ "references": [] } ] + }, + "1.38.40": { + "date": "February 2019", + "notes": [ + { + "id": "a379f13000506ba92a4d283ff0f8d0a937ba53de", + "type": "FIX", + "text": " Model: Reduce message check calls", + "references": [] + } + ] } } \ No newline at end of file diff --git a/src/sap.ui.table/test/sap/ui/table/relnotes/changes-1.38.json b/src/sap.ui.table/test/sap/ui/table/relnotes/changes-1.38.json index 4e79cae670ba..e02fa03b1f6d 100644 --- a/src/sap.ui.table/test/sap/ui/table/relnotes/changes-1.38.json +++ b/src/sap.ui.table/test/sap/ui/table/relnotes/changes-1.38.json @@ -1043,5 +1043,22 @@ "references": [] } ] + }, + "1.38.40": { + "date": "February 2019", + "notes": [ + { + "id": "6fe82313cc6eaab6b08e92fb1fa2fbacde1a1748", + "type": "FIX", + "text": " Table: Allow page scrolling if the table has no own scrollbar", + "references": [] + }, + { + "id": "1e54c11fb3a23cb9fd6c16fcd29ac33308355908", + "type": "FIX", + "text": " Table: Avoid infinite rendering loop with fixed columns in Edge 44", + "references": [] + } + ] } } \ No newline at end of file