mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 21:42:45 +08:00
New release (#1710)
Some checks failed
build_downport / build_downport (push) Has been cancelled
build_frontend_classic / build_frontend_classic (push) Has been cancelled
build_frontend_cloud / build_frontend_cloud (push) Has been cancelled
js_transform / Code-Cleanup (push) Has been cancelled
ui5lint / test (push) Has been cancelled
ajson mirror / pr_ajson_changes (push) Has been cancelled
Some checks failed
build_downport / build_downport (push) Has been cancelled
build_frontend_classic / build_frontend_classic (push) Has been cancelled
build_frontend_cloud / build_frontend_cloud (push) Has been cancelled
js_transform / Code-Cleanup (push) Has been cancelled
ui5lint / test (push) Has been cancelled
ajson mirror / pr_ajson_changes (push) Has been cancelled
* new release * Update changelog.txt
This commit is contained in:
parent
d3cd4f74a6
commit
3dbad04d59
|
@ -9,6 +9,17 @@ Legend
|
||||||
- : removed
|
- : removed
|
||||||
|
|
||||||
|
|
||||||
|
2025-01-26 v1.137.0
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
+ Introduced App State feature
|
||||||
|
+ Added App State Persistence for Navigation
|
||||||
|
* Fixed long string bugs for older releases
|
||||||
|
* Resolved popup_get_value issues
|
||||||
|
* Ensured Launchpad compatibility with OpenUI5 2.x
|
||||||
|
* Multiple Bugfixes and new Properties added
|
||||||
|
|
||||||
|
|
||||||
2024-12-15 v1.136.0
|
2024-12-15 v1.136.0
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -18,7 +29,7 @@ Legend
|
||||||
+ Navigation Container in Popover
|
+ Navigation Container in Popover
|
||||||
+ New UI Controls: AvatarGroup, Viz Charts, and more
|
+ New UI Controls: AvatarGroup, Viz Charts, and more
|
||||||
+ SetMaxWidth for Launchpads
|
+ SetMaxWidth for Launchpads
|
||||||
* Multiple Bugfixes and new Properties added
|
|
||||||
|
|
||||||
|
|
||||||
2024-10-27 v1.135.0
|
2024-10-27 v1.135.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
INTERFACE z2ui5_if_app PUBLIC.
|
INTERFACE z2ui5_if_app PUBLIC.
|
||||||
INTERFACES if_serializable_object.
|
INTERFACES if_serializable_object.
|
||||||
|
|
||||||
CONSTANTS version TYPE string VALUE '1.137.0'.
|
CONSTANTS version TYPE string VALUE '1.138.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 author TYPE string VALUE 'https://github.com/oblomov-dev'.
|
||||||
CONSTANTS license TYPE string VALUE 'MIT'.
|
CONSTANTS license TYPE string VALUE 'MIT'.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user