mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 07:31:54 +08:00
Bugfix and new release (#1247)
* bugfix and new release * Update changelog.txt
This commit is contained in:
parent
c83ac391eb
commit
7819e2d476
|
@ -9,6 +9,15 @@ Legend
|
||||||
- : removed
|
- : removed
|
||||||
|
|
||||||
|
|
||||||
|
2024-07-03 v1.131.0
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
+ Radio Button, Radio Button Group, Date Range Selector
|
||||||
|
+ Popup Layout V2
|
||||||
|
* Fix Launchpad Title
|
||||||
|
* Syntax Fixes for v750
|
||||||
|
* Bugfixes and Small Improvements
|
||||||
|
|
||||||
2024-06-13 v1.130.0
|
2024-06-13 v1.130.0
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
INTERFACE z2ui5_if_app PUBLIC.
|
INTERFACE z2ui5_if_app PUBLIC.
|
||||||
INTERFACES if_serializable_object.
|
INTERFACES if_serializable_object.
|
||||||
|
|
||||||
CONSTANTS version TYPE string VALUE '1.301.0'.
|
CONSTANTS version TYPE string VALUE '1.131.0'.
|
||||||
CONSTANTS origin TYPE string VALUE 'https://github.com/abap2UI5/abap2UI5'.
|
CONSTANTS origin TYPE string VALUE 'https://github.com/abap2UI5/abap2UI5'.
|
||||||
|
CONSTANTS author TYPE string VALUE 'https://github.com/oblomov-dev'.
|
||||||
CONSTANTS license TYPE string VALUE 'MIT'.
|
CONSTANTS license TYPE string VALUE 'MIT'.
|
||||||
|
|
||||||
DATA id_draft TYPE string.
|
DATA id_draft TYPE string.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user