From 520a7f83b74e7549ea2dd61c0948188d6df3a4a2 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Sun, 5 May 2024 12:19:44 +0200 Subject: [PATCH] New release (#1119) * new release * Update changelog.txt --- changelog.txt | 10 +++++++++- src/02/z2ui5_if_app.intf.abap | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7d05e374..68e7838d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,10 +9,18 @@ Legend - : removed +2024-05-05 v1.127.0 +------------------- + ++ New Properties for Range Slider and Status Indicator ++ Message Toast & Message Box Improvements ++ Adjustments for the Support of Automatic Renaming +* Bugfixes and Small Improvements + 2024-04-17 v1.126.0 ------------------- -* Fixes and XML View Extnsions +* Fixes and XML View Extensions * More Support for Attributes created with RTTI + Update Spreadsheet CC for OpenUI5 Compatibility diff --git a/src/02/z2ui5_if_app.intf.abap b/src/02/z2ui5_if_app.intf.abap index 5076ef50..83ae8fd0 100644 --- a/src/02/z2ui5_if_app.intf.abap +++ b/src/02/z2ui5_if_app.intf.abap @@ -1,7 +1,7 @@ INTERFACE z2ui5_if_app PUBLIC. INTERFACES if_serializable_object. - CONSTANTS version TYPE string VALUE '1.127.0'. + CONSTANTS version TYPE string VALUE '1.128.0'. CONSTANTS origin TYPE string VALUE 'https://github.com/abap2UI5/abap2UI5'. CONSTANTS license TYPE string VALUE 'MIT'.