Fix new release (#1187)

* fix new release

* Update changelog.txt
This commit is contained in:
oblomov 2024-06-13 09:08:43 +02:00 committed by GitHub
parent 5fd16e1e5f
commit 50f1e42f79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 18 additions and 9 deletions

View File

@ -9,11 +9,20 @@ Legend
- : removed
2024-06-13 v1.130.0
-------------------
+ Wizard Control, Wizard Steps
+ Frontend Info CC with Device Information
* Improved Binding Logic, bind_clear replaced
* Multiple Fixes for Focus CC
+ Message Strip Visible Property
2024-06-01 v1.129.0
-------------------
* Added new Attributes for FilterGroupItem Control
* Added new Attributes for VariantManagement Control
+ New Attributes for FilterGroupItem Control
+ New Attributes for VariantManagement Control
* Fixed Issues with Data Model & Binding Logic
+ Addressed Fixes for SAP Fiori Launchpad Integration
@ -37,10 +46,10 @@ Legend
-------------------
* Fixes and XML View Extensions
* More Support for Attributes created with RTTI
* Improved Support for Attributes created with RTTI
+ Update Spreadsheet CC for OpenUI5 Compatibility
2024-04-17 v1.125.0
2024-04-06 v1.125.0
-------------------
* Binding Fixes for Attributes created with RTTI
@ -52,7 +61,7 @@ Legend
2024-04-01 v1.124.0
-------------------
* Data Binding
* Data Binding Improvements
* Popup Handling
* App in App Handling
+ New XML Properties for MultiInput and Table

View File

@ -20,8 +20,8 @@ CLASS z2ui5_cl_pop_layout_v2 DEFINITION
TYPES ty_t_head TYPE STANDARD TABLE OF ty_s_head WITH EMPTY KEY.
TYPES BEGIN OF ty_s_positions.
INCLUDE TYPE z2ui5_t004.
TYPES: tlabel TYPE string,
INCLUDE TYPE z2ui5_t004.
TYPES: tlabel TYPE string,
END OF ty_s_positions.
TYPES ty_t_positions TYPE STANDARD TABLE OF ty_s_positions WITH EMPTY KEY.
@ -32,7 +32,7 @@ CLASS z2ui5_cl_pop_layout_v2 DEFINITION
END OF ty_s_layout.
TYPES BEGIN OF ty_s_layo.
INCLUDE TYPE z2ui5_t003.
INCLUDE TYPE z2ui5_t003.
TYPES selkz TYPE abap_bool.
TYPES END OF ty_s_layo.
TYPES ty_t_layo TYPE STANDARD TABLE OF ty_s_layo WITH EMPTY KEY.

View File

@ -1,7 +1,7 @@
INTERFACE z2ui5_if_app PUBLIC.
INTERFACES if_serializable_object.
CONSTANTS version TYPE string VALUE '1.300.0'.
CONSTANTS version TYPE string VALUE '1.301.0'.
CONSTANTS origin TYPE string VALUE 'https://github.com/abap2UI5/abap2UI5'.
CONSTANTS license TYPE string VALUE 'MIT'.