diff --git a/docs/0index.md b/docs/0index.md index a6768220..e8cd9350 100644 --- a/docs/0index.md +++ b/docs/0index.md @@ -7,8 +7,8 @@ OpenUI5 Version for the OpenUI5 Demo Kit - [OpenUI5: UI Development Toolkit for HTML5](OpenUI5_UI_Development_Toolkit_for_HTML5_95d113b.md) - [What's New in OpenUI5](What_s_New_in_OpenUI5_99ac68a.md) - [What's New in OpenUI5 1.116](What_s_New_in_OpenUI5_1_116_ebd6f34.md) - - [What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md) - [Previous Versions](Previous_Versions_6660a59.md) + - [What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md) - [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md) - [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md) - [What's New in OpenUI5 1.112](What_s_New_in_OpenUI5_1_112_34afc69.md) diff --git a/docs/Binding_Collection_Inline_Count_77d2310.md b/docs/Binding_Collection_Inline_Count_77d2310.md index 0489160a..9bbbafd2 100644 --- a/docs/Binding_Collection_Inline_Count_77d2310.md +++ b/docs/Binding_Collection_Inline_Count_77d2310.md @@ -20,7 +20,7 @@ The OData V4 model allows for binding the inline count of the entity collection items="{ path : '/SalesOrderList', parameters : { - $count : true, + $count : true } }" > diff --git a/docs/Filtering_5338bd1.md b/docs/Filtering_5338bd1.md index e4d9d0d3..00664c64 100644 --- a/docs/Filtering_5338bd1.md +++ b/docs/Filtering_5338bd1.md @@ -121,7 +121,7 @@ oTeamsBinding.filter( operator : sap.ui.model.FilterOperator.Any, variable : "employee", condition : new sap.ui.model.Filter("employee/AGE", sap.ui.model.FilterOperator.GT, 42) - }); + }) ); ``` @@ -134,7 +134,7 @@ oTeamsBinding.filter( new sap.ui.model.Filter({ path : "TEAM_2_EMPLOYEES", operator : sap.ui.model.FilterOperator.Any - }); + }) ); ``` @@ -156,7 +156,7 @@ oOrdersListBinding.filter( operator : sap.ui.model.FilterOperator.All, variable : "employee", condition : new sap.ui.model.Filter("employee/AGE", sap.ui.model.FilterOperator.GT, 42) - }); + }) ); ``` diff --git a/docs/Previous_Versions_6660a59.md b/docs/Previous_Versions_6660a59.md index fb16ae07..1f7ef92a 100644 --- a/docs/Previous_Versions_6660a59.md +++ b/docs/Previous_Versions_6660a59.md @@ -10,6 +10,10 @@ view on: [demo kit nightly build](https://sdk.openui5.org/nightly/#/topic/6660a5 ## Previous Versions +- **[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With + this release OpenUI5 is upgraded + from version 1.114 to 1.115.")** +With this release OpenUI5 is upgraded from version 1.114 to 1.115. - **[What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.")** diff --git a/docs/What_s_New_in_OpenUI5_1_100_27dec1d.md b/docs/What_s_New_in_OpenUI5_1_100_27dec1d.md index d888d054..531fc8e1 100644 --- a/docs/What_s_New_in_OpenUI5_1_100_27dec1d.md +++ b/docs/What_s_New_in_OpenUI5_1_100_27dec1d.md @@ -428,6 +428,8 @@ The `sap.m.Select` control has a new `liveChange` event that fires when the user **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_101_7733b00.md b/docs/What_s_New_in_OpenUI5_1_101_7733b00.md index 39a596c4..e5bb4319 100644 --- a/docs/What_s_New_in_OpenUI5_1_101_7733b00.md +++ b/docs/What_s_New_in_OpenUI5_1_101_7733b00.md @@ -476,6 +476,8 @@ You can now sort, group, and filter the items within `UploadSet`.For more inform **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_102_f038c99.md b/docs/What_s_New_in_OpenUI5_1_102_f038c99.md index b62ad3e1..cf79f59c 100644 --- a/docs/What_s_New_in_OpenUI5_1_102_f038c99.md +++ b/docs/What_s_New_in_OpenUI5_1_102_f038c99.md @@ -676,6 +676,8 @@ We have implemented `beforeDialogOpen` and `beforeDialogClose` events, fired whe **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_103_0e98c76.md b/docs/What_s_New_in_OpenUI5_1_103_0e98c76.md index 45b7148d..afec8c9f 100644 --- a/docs/What_s_New_in_OpenUI5_1_103_0e98c76.md +++ b/docs/What_s_New_in_OpenUI5_1_103_0e98c76.md @@ -357,6 +357,8 @@ We have enhanced the `details` property and now it can also be a function that a **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_104_69e567c.md b/docs/What_s_New_in_OpenUI5_1_104_69e567c.md index 758c8478..dc3d5ca8 100644 --- a/docs/What_s_New_in_OpenUI5_1_104_69e567c.md +++ b/docs/What_s_New_in_OpenUI5_1_104_69e567c.md @@ -191,6 +191,8 @@ We have provided a new API in the control, and now app developers can change the **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_105_4d6c00e.md b/docs/What_s_New_in_OpenUI5_1_105_4d6c00e.md index e73b3b96..fdf2c09d 100644 --- a/docs/What_s_New_in_OpenUI5_1_105_4d6c00e.md +++ b/docs/What_s_New_in_OpenUI5_1_105_4d6c00e.md @@ -554,6 +554,8 @@ We plan to bring this feature back in a different form at a later point in time. **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_106_5b497b0.md b/docs/What_s_New_in_OpenUI5_1_106_5b497b0.md index d0e3de24..fa6b3030 100644 --- a/docs/What_s_New_in_OpenUI5_1_106_5b497b0.md +++ b/docs/What_s_New_in_OpenUI5_1_106_5b497b0.md @@ -382,6 +382,8 @@ We plan to bring this feature back in a different form at a later point in time. **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_107_d4ff916.md b/docs/What_s_New_in_OpenUI5_1_107_d4ff916.md index 52fab9d2..a0e18cfd 100644 --- a/docs/What_s_New_in_OpenUI5_1_107_d4ff916.md +++ b/docs/What_s_New_in_OpenUI5_1_107_d4ff916.md @@ -529,6 +529,8 @@ For more information, see [Open Documentation Initiative for SAPUI5 and SAP Fior **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_108_66e33f0.md b/docs/What_s_New_in_OpenUI5_1_108_66e33f0.md index 39ecbaec..cf4235bd 100644 --- a/docs/What_s_New_in_OpenUI5_1_108_66e33f0.md +++ b/docs/What_s_New_in_OpenUI5_1_108_66e33f0.md @@ -597,6 +597,8 @@ We have improved the keyboard interaction and accessibility of the control. The **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_109_3264bd2.md b/docs/What_s_New_in_OpenUI5_1_109_3264bd2.md index 211fe88b..659aae52 100644 --- a/docs/What_s_New_in_OpenUI5_1_109_3264bd2.md +++ b/docs/What_s_New_in_OpenUI5_1_109_3264bd2.md @@ -535,6 +535,8 @@ We are now using the `IllustratedMessage` control to show errors when an image c **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_110_71a855c.md b/docs/What_s_New_in_OpenUI5_1_110_71a855c.md index eeeea83c..526bd528 100644 --- a/docs/What_s_New_in_OpenUI5_1_110_71a855c.md +++ b/docs/What_s_New_in_OpenUI5_1_110_71a855c.md @@ -892,6 +892,8 @@ The new version of the OpenUI5 OData V4 model introduces the following features: **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_111_7a67837.md b/docs/What_s_New_in_OpenUI5_1_111_7a67837.md index 4440e4ec..b2fa8e20 100644 --- a/docs/What_s_New_in_OpenUI5_1_111_7a67837.md +++ b/docs/What_s_New_in_OpenUI5_1_111_7a67837.md @@ -780,6 +780,8 @@ To improve the accessibility of the control, the initial focus is now set on the **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_112_34afc69.md b/docs/What_s_New_in_OpenUI5_1_112_34afc69.md index 34d02027..bf554907 100644 --- a/docs/What_s_New_in_OpenUI5_1_112_34afc69.md +++ b/docs/What_s_New_in_OpenUI5_1_112_34afc69.md @@ -422,6 +422,8 @@ The new version of the OpenUI5 OData V4 model introduces the following features: **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_113_a9553fe.md b/docs/What_s_New_in_OpenUI5_1_113_a9553fe.md index 43078f81..2d3950ab 100644 --- a/docs/What_s_New_in_OpenUI5_1_113_a9553fe.md +++ b/docs/What_s_New_in_OpenUI5_1_113_a9553fe.md @@ -919,6 +919,8 @@ We have implemented a new mode to select one or more dates in **SinglePlanningCa **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.112](What_s_New_in_OpenUI5_1_112_34afc69.md "With this release OpenUI5 is upgraded from version 1.111 to 1.112.") diff --git a/docs/What_s_New_in_OpenUI5_1_114_890fce1.md b/docs/What_s_New_in_OpenUI5_1_114_890fce1.md index 11a49682..13f70f18 100644 --- a/docs/What_s_New_in_OpenUI5_1_114_890fce1.md +++ b/docs/What_s_New_in_OpenUI5_1_114_890fce1.md @@ -302,6 +302,8 @@ We are now using JAWS 2023 as a reference testing environment in OpenUI5. For mo **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") [What's New in OpenUI5 1.112](What_s_New_in_OpenUI5_1_112_34afc69.md "With this release OpenUI5 is upgraded from version 1.111 to 1.112.") diff --git a/docs/What_s_New_in_OpenUI5_1_115_409fde8.md b/docs/What_s_New_in_OpenUI5_1_115_409fde8.md index 97ebb23e..14b82f1f 100644 --- a/docs/What_s_New_in_OpenUI5_1_115_409fde8.md +++ b/docs/What_s_New_in_OpenUI5_1_115_409fde8.md @@ -655,3 +655,138 @@ We have added the ability to place the `sap.f.SidePanel` control on the left sid +**Parent topic:** [Previous Versions](Previous_Versions_6660a59.md "") + +**Related Information** + + +[What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") + +[What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") + +[What's New in OpenUI5 1.112](What_s_New_in_OpenUI5_1_112_34afc69.md "With this release OpenUI5 is upgraded from version 1.111 to 1.112.") + +[What's New in OpenUI5 1.111](What_s_New_in_OpenUI5_1_111_7a67837.md "With this release OpenUI5 is upgraded from version 1.110 to 1.111.") + +[What's New in OpenUI5 1.110](What_s_New_in_OpenUI5_1_110_71a855c.md "With this release OpenUI5 is upgraded from version 1.109 to 1.110.") + +[What's New in OpenUI5 1.109](What_s_New_in_OpenUI5_1_109_3264bd2.md "With this release OpenUI5 is upgraded from version 1.108 to 1.109.") + +[What's New in OpenUI5 1.108](What_s_New_in_OpenUI5_1_108_66e33f0.md "With this release OpenUI5 is upgraded from version 1.107 to 1.108.") + +[What's New in OpenUI5 1.107](What_s_New_in_OpenUI5_1_107_d4ff916.md "With this release OpenUI5 is upgraded from version 1.106 to 1.107.") + +[What's New in OpenUI5 1.106](What_s_New_in_OpenUI5_1_106_5b497b0.md "With this release OpenUI5 is upgraded from version 1.105 to 1.106.") + +[What's New in OpenUI5 1.105](What_s_New_in_OpenUI5_1_105_4d6c00e.md "With this release OpenUI5 is upgraded from version 1.104 to 1.105.") + +[What's New in OpenUI5 1.104](What_s_New_in_OpenUI5_1_104_69e567c.md "With this release OpenUI5 is upgraded from version 1.103 to 1.104.") + +[What's New in OpenUI5 1.103](What_s_New_in_OpenUI5_1_103_0e98c76.md "With this release OpenUI5 is upgraded from version 1.102 to 1.103.") + +[What's New in OpenUI5 1.102](What_s_New_in_OpenUI5_1_102_f038c99.md "With this release OpenUI5 is upgraded from version 1.101 to 1.102.") + +[What's New in OpenUI5 1.101](What_s_New_in_OpenUI5_1_101_7733b00.md "With this release OpenUI5 is upgraded from version 1.100 to 1.101.") + +[What's New in OpenUI5 1.100](What_s_New_in_OpenUI5_1_100_27dec1d.md "With this release OpenUI5 is upgraded from version 1.99 to 1.100.") + +[What's New in OpenUI5 1.99](What_s_New_in_OpenUI5_1_99_4f35848.md "With this release OpenUI5 is upgraded from version 1.98 to 1.99.") + +[What's New in OpenUI5 1.98](What_s_New_in_OpenUI5_1_98_d9f16f2.md "With this release OpenUI5 is upgraded from version 1.97 to 1.98.") + +[What's New in OpenUI5 1.97](What_s_New_in_OpenUI5_1_97_fa0e282.md "With this release OpenUI5 is upgraded from version 1.96 to 1.97.") + +[What's New in OpenUI5 1.96](What_s_New_in_OpenUI5_1_96_7a9269f.md "With this release OpenUI5 is upgraded from version 1.95 to 1.96.") + +[What's New in OpenUI5 1.95](What_s_New_in_OpenUI5_1_95_a1aea67.md "With this release OpenUI5 is upgraded from version 1.94 to 1.95.") + +[What's New in OpenUI5 1.94](What_s_New_in_OpenUI5_1_94_c40f1e6.md "With this release OpenUI5 is upgraded from version 1.93 to 1.94.") + +[What's New in OpenUI5 1.93](What_s_New_in_OpenUI5_1_93_f273340.md "With this release OpenUI5 is upgraded from version 1.92 to 1.93.") + +[What's New in OpenUI5 1.92](What_s_New_in_OpenUI5_1_92_1ef345d.md "With this release OpenUI5 is upgraded from version 1.91 to 1.92.") + +[What's New in OpenUI5 1.91](What_s_New_in_OpenUI5_1_91_0a2bd79.md "With this release OpenUI5 is upgraded from version 1.90 to 1.91.") + +[What's New in OpenUI5 1.90](What_s_New_in_OpenUI5_1_90_91c10c2.md "With this release OpenUI5 is upgraded from version 1.89 to 1.90.") + +[What's New in OpenUI5 1.89](What_s_New_in_OpenUI5_1_89_e56cddc.md "With this release OpenUI5 is upgraded from version 1.88 to 1.89.") + +[What's New in OpenUI5 1.88](What_s_New_in_OpenUI5_1_88_e15a206.md "With this release OpenUI5 is upgraded from version 1.87 to 1.88.") + +[What's New in OpenUI5 1.87](What_s_New_in_OpenUI5_1_87_b506da7.md "With this release OpenUI5 is upgraded from version 1.86 to 1.87.") + +[What's New in OpenUI5 1.86](What_s_New_in_OpenUI5_1_86_4c1c959.md "With this release OpenUI5 is upgraded from version 1.85 to 1.86.") + +[What's New in OpenUI5 1.85](What_s_New_in_OpenUI5_1_85_1d18eb5.md "With this release OpenUI5 is upgraded from version 1.84 to 1.85.") + +[What's New in OpenUI5 1.84](What_s_New_in_OpenUI5_1_84_dc76640.md "With this release OpenUI5 is upgraded from version 1.82 to 1.84.") + +[What's New in OpenUI5 1.82](What_s_New_in_OpenUI5_1_82_3a8dd13.md "With this release OpenUI5 is upgraded from version 1.81 to 1.82.") + +[What's New in OpenUI5 1.81](What_s_New_in_OpenUI5_1_81_f5e2a21.md "With this release OpenUI5 is upgraded from version 1.80 to 1.81.") + +[What's New in OpenUI5 1.80](What_s_New_in_OpenUI5_1_80_8cee506.md "With this release OpenUI5 is upgraded from version 1.79 to 1.80.") + +[What's New in OpenUI5 1.79](What_s_New_in_OpenUI5_1_79_99c4cdc.md "With this release OpenUI5 is upgraded from version 1.78 to 1.79.") + +[What's New in OpenUI5 1.78](What_s_New_in_OpenUI5_1_78_f09b63e.md "With this release OpenUI5 is upgraded from version 1.77 to 1.78.") + +[What's New in OpenUI5 1.77](What_s_New_in_OpenUI5_1_77_c46b439.md "With this release OpenUI5 is upgraded from version 1.76 to 1.77.") + +[What's New in OpenUI5 1.76](What_s_New_in_OpenUI5_1_76_aad03b5.md "With this release OpenUI5 is upgraded from version 1.75 to 1.76.") + +[What's New in OpenUI5 1.75](What_s_New_in_OpenUI5_1_75_5cbb62d.md "With this release OpenUI5 is upgraded from version 1.74 to 1.75.") + +[What's New in OpenUI5 1.74](What_s_New_in_OpenUI5_1_74_c22208a.md "With this release OpenUI5 is upgraded from version 1.73 to 1.74.") + +[What's New in OpenUI5 1.73](What_s_New_in_OpenUI5_1_73_231dd13.md "With this release OpenUI5 is upgraded from version 1.72 to 1.73.") + +[What's New in OpenUI5 1.72](What_s_New_in_OpenUI5_1_72_521cad9.md "With this release OpenUI5 is upgraded from version 1.71 to 1.72.") + +[What's New in OpenUI5 1.71](What_s_New_in_OpenUI5_1_71_a93a6a3.md "With this release OpenUI5 is upgraded from version 1.70 to 1.71.") + +[What's New in OpenUI5 1.70](What_s_New_in_OpenUI5_1_70_f073d69.md "With this release OpenUI5 is upgraded from version 1.69 to 1.70.") + +[What's New in OpenUI5 1.69](What_s_New_in_OpenUI5_1_69_89a18bd.md "With this release OpenUI5 is upgraded from version 1.68 to 1.69.") + +[What's New in OpenUI5 1.68](What_s_New_in_OpenUI5_1_68_f94bf93.md "With this release OpenUI5 is upgraded from version 1.67 to 1.68.") + +[What's New in OpenUI5 1.67](What_s_New_in_OpenUI5_1_67_a6b1472.md "With this release OpenUI5 is upgraded from version 1.66 to 1.67.") + +[What's New in OpenUI5 1.66](What_s_New_in_OpenUI5_1_66_c9896e9.md "With this release OpenUI5 is upgraded from version 1.65 to 1.66.") + +[What's New in OpenUI5 1.65](What_s_New_in_OpenUI5_1_65_0f5acfd.md "With this release OpenUI5 is upgraded from version 1.64 to 1.65.") + +[What's New in OpenUI5 1.64](What_s_New_in_OpenUI5_1_64_0e30822.md "With this release OpenUI5 is upgraded from version 1.63 to 1.64.") + +[What's New in OpenUI5 1.63](What_s_New_in_OpenUI5_1_63_e8d9da7.md "With this release OpenUI5 is upgraded from version 1.62 to 1.63.") + +[What's New in OpenUI5 1.62](What_s_New_in_OpenUI5_1_62_771f4d5.md "With this release OpenUI5 is upgraded from version 1.61 to 1.62.") + +[What's New in OpenUI5 1.61](What_s_New_in_OpenUI5_1_61_d991552.md "With this release OpenUI5 is upgraded from version 1.60 to 1.61.") + +[What's New in OpenUI5 1.60](What_s_New_in_OpenUI5_1_60_5a0e1f7.md "With this release OpenUI5 is upgraded from version 1.58 to 1.60.") + +[What's New in OpenUI5 1.58](What_s_New_in_OpenUI5_1_58_7c927aa.md "With this release OpenUI5 is upgraded from version 1.56 to 1.58.") + +[What's New in OpenUI5 1.56](What_s_New_in_OpenUI5_1_56_108b7fd.md "With this release OpenUI5 is upgraded from version 1.54 to 1.56.") + +[What's New in OpenUI5 1.54](What_s_New_in_OpenUI5_1_54_c838330.md "With this release OpenUI5 is upgraded from version 1.52 to 1.54.") + +[What's New in OpenUI5 1.52](What_s_New_in_OpenUI5_1_52_849e1b6.md "With this release OpenUI5 is upgraded from version 1.50 to 1.52.") + +[What's New in OpenUI5 1.50](What_s_New_in_OpenUI5_1_50_759e9f3.md "With this release OpenUI5 is upgraded from version 1.48 to 1.50.") + +[What's New in OpenUI5 1.48](What_s_New_in_OpenUI5_1_48_fa1efac.md "With this release OpenUI5 is upgraded from version 1.46 to 1.48.") + +[What's New in OpenUI5 1.46](What_s_New_in_OpenUI5_1_46_6307539.md "With this release OpenUI5 is upgraded from version 1.44 to 1.46.") + +[What's New in OpenUI5 1.44](What_s_New_in_OpenUI5_1_44_a0cb7a0.md "With this release OpenUI5 is upgraded from version 1.42 to 1.44.") + +[What's New in OpenUI5 1.42](What_s_New_in_OpenUI5_1_42_468b05d.md "With this release OpenUI5 is upgraded from version 1.40 to 1.42.") + +[What's New in OpenUI5 1.40](What_s_New_in_OpenUI5_1_40_fbab50e.md "With this release OpenUI5 is upgraded from version 1.38 to 1.40.") + +[What's New in OpenUI5 1.38](What_s_New_in_OpenUI5_1_38_f218918.md "With this release OpenUI5 is upgraded from version 1.36 to 1.38.") + diff --git a/docs/What_s_New_in_OpenUI5_1_116_ebd6f34.md b/docs/What_s_New_in_OpenUI5_1_116_ebd6f34.md index 56be0c14..d0bc4915 100644 --- a/docs/What_s_New_in_OpenUI5_1_116_ebd6f34.md +++ b/docs/What_s_New_in_OpenUI5_1_116_ebd6f34.md @@ -14,9 +14,6 @@ view on: [demo kit nightly build](https://sdk.openui5.org/nightly/#/topic/ebd6f3 With this release OpenUI5 is upgraded from version 1.115 to 1.116. -> ### Note: -> Content marked as ** [Preview](https://help.sap.com/docs/whats-new-disclaimer)** is provided as a courtesy, without a warranty, and may be subject to change. For more information, see the [preview disclaimer](https://help.sap.com/docs/whats-new-disclaimer). - ** ** @@ -73,127 +70,6 @@ Available as of - - - 1.118 - - - - - - - Deprecated - - - - - - - Announcement - - - - - - - **`sap.ui.table` Controls: Discontinued Use of `sap.ui.commons` Library** - - - - - - -**`sap.ui.table` Controls: Discontinued Use of `sap.ui.commons` Library** - -We will discontinue the use of the deprecated `sap.ui.commons` library as of OpenUI5 version 1.118. If you use shortcuts for defining titles, footers, column headers, and cell templates in your `sap.ui.table` controls based on the related controls in the `sap.ui.commons` library, these will no longer work. Instead, the `sap.ui.table` controls will always depend on the related controls in the `sap.m` library after version 1.118. - -**Recommended Action**: Check which libraries are used in your application. If you use `sap.ui.table` controls and their shortcuts in combination with the `sap.ui.commons` library, make sure to switch to the `sap.m` library. - -For more information about how to prepare for this change, see [Change to the SAPUI5 sap.ui.table library](https://blogs.sap.com/2023/05/25/change-to-the-sapui5-sap.ui.table-library/). - -** [Preview](https://help.sap.com/docs/whats-new-disclaimer)**•Deprecated•Announcement•Recommended•1.118 - - - - - - - Recommended - - - - - - -2023-09-07 - - - - - - - - - Upcoming - - - - - - - UI Changed - - - - - - - Announcement - - - - - - - **Improved Keyboard Handling and Screen Reader Support of `sap.m.Table`** - - - - - - -**Improved Keyboard Handling and Screen Reader Support of `sap.m.Table`** - -> ### Note: -> The following information concerns important upcoming changes for end users. These changes may require end users to adjust and/or test cases to be adapted, but they won't stop or disrupt software or processes. - -To improve accessibility, we will completely rework the screen reader and keyboard support of the `sap.m.Table` control in 1.117/1.118. The row-based navigation stays the same, but cell-based navigation will also be possible, similar to the grid table. We will also improve other accessibility features of the table, for example, the *Delete* and *Edit* buttons for row actions will become accessible via keyboard. These features will not only be changed for the responsive table, but partly also for `sap.m.List`. Also, the ARIA role will be adapted. - -**Recommended Action**: Test cases might have to be adapted. Stay tuned . - -. - -** [Preview](https://help.sap.com/docs/whats-new-disclaimer)**•UI Changed•Announcement•Recommended•Upcoming - - - - - - - Recommended - - - - - - -9999-01-01 - - - - - - 1.116 diff --git a/docs/What_s_New_in_OpenUI5_1_38_f218918.md b/docs/What_s_New_in_OpenUI5_1_38_f218918.md index 0b231608..6c7d02f9 100644 --- a/docs/What_s_New_in_OpenUI5_1_38_f218918.md +++ b/docs/What_s_New_in_OpenUI5_1_38_f218918.md @@ -2030,6 +2030,8 @@ For more information, see the [Sample](https://sdk.openui5.org/entity/sap.uxap.O **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_40_fbab50e.md b/docs/What_s_New_in_OpenUI5_1_40_fbab50e.md index 7e76c3b7..175825de 100644 --- a/docs/What_s_New_in_OpenUI5_1_40_fbab50e.md +++ b/docs/What_s_New_in_OpenUI5_1_40_fbab50e.md @@ -820,6 +820,8 @@ Since the *Control-specific Information* was not easy to find, we decided to mov **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_42_468b05d.md b/docs/What_s_New_in_OpenUI5_1_42_468b05d.md index f5ca2384..e8180122 100644 --- a/docs/What_s_New_in_OpenUI5_1_42_468b05d.md +++ b/docs/What_s_New_in_OpenUI5_1_42_468b05d.md @@ -1534,6 +1534,8 @@ We have updated the following tutorials: **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_44_a0cb7a0.md b/docs/What_s_New_in_OpenUI5_1_44_a0cb7a0.md index 286f1955..e3db3811 100644 --- a/docs/What_s_New_in_OpenUI5_1_44_a0cb7a0.md +++ b/docs/What_s_New_in_OpenUI5_1_44_a0cb7a0.md @@ -1124,6 +1124,8 @@ The Demo Kit now has the following new features: **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_46_6307539.md b/docs/What_s_New_in_OpenUI5_1_46_6307539.md index 86e81038..dc035c7b 100644 --- a/docs/What_s_New_in_OpenUI5_1_46_6307539.md +++ b/docs/What_s_New_in_OpenUI5_1_46_6307539.md @@ -1551,6 +1551,8 @@ The samples in the Demo Kit have been improved. **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_48_fa1efac.md b/docs/What_s_New_in_OpenUI5_1_48_fa1efac.md index f92b69e1..4234ed93 100644 --- a/docs/What_s_New_in_OpenUI5_1_48_fa1efac.md +++ b/docs/What_s_New_in_OpenUI5_1_48_fa1efac.md @@ -1608,6 +1608,8 @@ In addition to the documentation for new features, the following changes have be **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_50_759e9f3.md b/docs/What_s_New_in_OpenUI5_1_50_759e9f3.md index 5a8ea67c..f4fdf630 100644 --- a/docs/What_s_New_in_OpenUI5_1_50_759e9f3.md +++ b/docs/What_s_New_in_OpenUI5_1_50_759e9f3.md @@ -1263,6 +1263,8 @@ The samples, including the descriptions, have been simplified and are now more c **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_52_849e1b6.md b/docs/What_s_New_in_OpenUI5_1_52_849e1b6.md index 2ec29b34..02422db0 100644 --- a/docs/What_s_New_in_OpenUI5_1_52_849e1b6.md +++ b/docs/What_s_New_in_OpenUI5_1_52_849e1b6.md @@ -1779,6 +1779,8 @@ Long namespaces can make resource paths pretty long, so this is easier to unders **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_54_c838330.md b/docs/What_s_New_in_OpenUI5_1_54_c838330.md index 0469b5b5..ff42b61f 100644 --- a/docs/What_s_New_in_OpenUI5_1_54_c838330.md +++ b/docs/What_s_New_in_OpenUI5_1_54_c838330.md @@ -1977,6 +1977,8 @@ The new `stringValue` property enables you to display very large numbers \(16+ c **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_56_108b7fd.md b/docs/What_s_New_in_OpenUI5_1_56_108b7fd.md index 176520c7..ded4b84c 100644 --- a/docs/What_s_New_in_OpenUI5_1_56_108b7fd.md +++ b/docs/What_s_New_in_OpenUI5_1_56_108b7fd.md @@ -1664,6 +1664,8 @@ We have a new tutorial: [Flexible Column Layout App Tutorial](Flexible_Column_La **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_58_7c927aa.md b/docs/What_s_New_in_OpenUI5_1_58_7c927aa.md index e44c039d..9312a7a7 100644 --- a/docs/What_s_New_in_OpenUI5_1_58_7c927aa.md +++ b/docs/What_s_New_in_OpenUI5_1_58_7c927aa.md @@ -1817,6 +1817,8 @@ Until now the *API Reference* tree displayed by default all APIs including depre **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_60_5a0e1f7.md b/docs/What_s_New_in_OpenUI5_1_60_5a0e1f7.md index d7011e52..6d0dc479 100644 --- a/docs/What_s_New_in_OpenUI5_1_60_5a0e1f7.md +++ b/docs/What_s_New_in_OpenUI5_1_60_5a0e1f7.md @@ -1558,6 +1558,8 @@ We have improved the accessibility of our demo apps. In addition, we have update **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_61_d991552.md b/docs/What_s_New_in_OpenUI5_1_61_d991552.md index 93d838c3..429cf3d4 100644 --- a/docs/What_s_New_in_OpenUI5_1_61_d991552.md +++ b/docs/What_s_New_in_OpenUI5_1_61_d991552.md @@ -1055,6 +1055,8 @@ We have updated the *Tools* page and added two more blocks about the *Support As **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_62_771f4d5.md b/docs/What_s_New_in_OpenUI5_1_62_771f4d5.md index 5b40e3a4..6cbe110f 100644 --- a/docs/What_s_New_in_OpenUI5_1_62_771f4d5.md +++ b/docs/What_s_New_in_OpenUI5_1_62_771f4d5.md @@ -983,6 +983,8 @@ You can now switch the *Content Density* of the Demo Kit samples to *Condensed*. **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_63_e8d9da7.md b/docs/What_s_New_in_OpenUI5_1_63_e8d9da7.md index d3337f36..aef4eb20 100644 --- a/docs/What_s_New_in_OpenUI5_1_63_e8d9da7.md +++ b/docs/What_s_New_in_OpenUI5_1_63_e8d9da7.md @@ -762,6 +762,8 @@ We have improved the *API Reference* tree to use proper nesting of the OpenUI5 s **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_64_0e30822.md b/docs/What_s_New_in_OpenUI5_1_64_0e30822.md index 4d7fac14..47831211 100644 --- a/docs/What_s_New_in_OpenUI5_1_64_0e30822.md +++ b/docs/What_s_New_in_OpenUI5_1_64_0e30822.md @@ -767,6 +767,8 @@ We have implemented the option to provide a simple, single-line title that takes **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_65_0f5acfd.md b/docs/What_s_New_in_OpenUI5_1_65_0f5acfd.md index 95ec2265..bf50c614 100644 --- a/docs/What_s_New_in_OpenUI5_1_65_0f5acfd.md +++ b/docs/What_s_New_in_OpenUI5_1_65_0f5acfd.md @@ -958,6 +958,8 @@ We have improved the global search capabilities in the Demo Kit app by migrating **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_66_c9896e9.md b/docs/What_s_New_in_OpenUI5_1_66_c9896e9.md index b1534735..e5fc6bb5 100644 --- a/docs/What_s_New_in_OpenUI5_1_66_c9896e9.md +++ b/docs/What_s_New_in_OpenUI5_1_66_c9896e9.md @@ -665,6 +665,8 @@ The OData V2 Messaging documentation has been enhanced and improved. See [Error, **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_67_a6b1472.md b/docs/What_s_New_in_OpenUI5_1_67_a6b1472.md index 6473e2d8..08bbc2e4 100644 --- a/docs/What_s_New_in_OpenUI5_1_67_a6b1472.md +++ b/docs/What_s_New_in_OpenUI5_1_67_a6b1472.md @@ -545,6 +545,8 @@ The control header can now be snapped \(collapsed\) and no scroll bar is display **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_68_f94bf93.md b/docs/What_s_New_in_OpenUI5_1_68_f94bf93.md index ea458da3..46cb92cc 100644 --- a/docs/What_s_New_in_OpenUI5_1_68_f94bf93.md +++ b/docs/What_s_New_in_OpenUI5_1_68_f94bf93.md @@ -650,6 +650,8 @@ The web page title is now updated dynamically to reflect the currently open tab. **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_69_89a18bd.md b/docs/What_s_New_in_OpenUI5_1_69_89a18bd.md index a921d169..3a45df87 100644 --- a/docs/What_s_New_in_OpenUI5_1_69_89a18bd.md +++ b/docs/What_s_New_in_OpenUI5_1_69_89a18bd.md @@ -814,6 +814,8 @@ We have implemented year range in the `Calendar` control to help the user naviga **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_70_f073d69.md b/docs/What_s_New_in_OpenUI5_1_70_f073d69.md index 56a42229..6119d68d 100644 --- a/docs/What_s_New_in_OpenUI5_1_70_f073d69.md +++ b/docs/What_s_New_in_OpenUI5_1_70_f073d69.md @@ -643,6 +643,8 @@ We have improved the navigation in the multiple months view for `sap.ui.unified. **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_71_a93a6a3.md b/docs/What_s_New_in_OpenUI5_1_71_a93a6a3.md index 4c4bcef2..77f7fb78 100644 --- a/docs/What_s_New_in_OpenUI5_1_71_a93a6a3.md +++ b/docs/What_s_New_in_OpenUI5_1_71_a93a6a3.md @@ -1099,6 +1099,8 @@ The new `enableNotification` property of `MultiSelectionPlugin` can be used to d **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_72_521cad9.md b/docs/What_s_New_in_OpenUI5_1_72_521cad9.md index add04e2d..aa9562e6 100644 --- a/docs/What_s_New_in_OpenUI5_1_72_521cad9.md +++ b/docs/What_s_New_in_OpenUI5_1_72_521cad9.md @@ -1224,6 +1224,8 @@ You can now subscribe to the new `viewInit` event that is fired when the asynchr **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_73_231dd13.md b/docs/What_s_New_in_OpenUI5_1_73_231dd13.md index b5d643df..0542ca44 100644 --- a/docs/What_s_New_in_OpenUI5_1_73_231dd13.md +++ b/docs/What_s_New_in_OpenUI5_1_73_231dd13.md @@ -1283,6 +1283,8 @@ You can now easily find the results you're interested in with the new search hig **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_74_c22208a.md b/docs/What_s_New_in_OpenUI5_1_74_c22208a.md index 9e22bef9..7322a7c9 100644 --- a/docs/What_s_New_in_OpenUI5_1_74_c22208a.md +++ b/docs/What_s_New_in_OpenUI5_1_74_c22208a.md @@ -1330,6 +1330,8 @@ Ensuring that your OpenUI5 apps run fast is an important topic in application de **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_75_5cbb62d.md b/docs/What_s_New_in_OpenUI5_1_75_5cbb62d.md index 10bdca08..82dde974 100644 --- a/docs/What_s_New_in_OpenUI5_1_75_5cbb62d.md +++ b/docs/What_s_New_in_OpenUI5_1_75_5cbb62d.md @@ -882,6 +882,8 @@ The search highlighting functionality is now also available in the *Documentatio **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_76_aad03b5.md b/docs/What_s_New_in_OpenUI5_1_76_aad03b5.md index ea920ca5..6ab9fa9a 100644 --- a/docs/What_s_New_in_OpenUI5_1_76_aad03b5.md +++ b/docs/What_s_New_in_OpenUI5_1_76_aad03b5.md @@ -891,6 +891,8 @@ We have enabled custom colors to be used with the `specialDates` aggregation in **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_77_c46b439.md b/docs/What_s_New_in_OpenUI5_1_77_c46b439.md index c047ce15..bc4914b2 100644 --- a/docs/What_s_New_in_OpenUI5_1_77_c46b439.md +++ b/docs/What_s_New_in_OpenUI5_1_77_c46b439.md @@ -818,6 +818,8 @@ We have added a UI adaptation at runtime \(RTA\) `rename` action for the `sap.tn **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_78_f09b63e.md b/docs/What_s_New_in_OpenUI5_1_78_f09b63e.md index 220ee5c3..577a829c 100644 --- a/docs/What_s_New_in_OpenUI5_1_78_f09b63e.md +++ b/docs/What_s_New_in_OpenUI5_1_78_f09b63e.md @@ -649,6 +649,8 @@ When the `sap.m.MultiComboBox` and `sap.m.MultiInput` controls contain only one **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_79_99c4cdc.md b/docs/What_s_New_in_OpenUI5_1_79_99c4cdc.md index 5f1dbbb4..25c880fd 100644 --- a/docs/What_s_New_in_OpenUI5_1_79_99c4cdc.md +++ b/docs/What_s_New_in_OpenUI5_1_79_99c4cdc.md @@ -585,6 +585,8 @@ We have enhanced the control by making the whole header clickable to allow users **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_80_8cee506.md b/docs/What_s_New_in_OpenUI5_1_80_8cee506.md index c4a69833..0a89c36a 100644 --- a/docs/What_s_New_in_OpenUI5_1_80_8cee506.md +++ b/docs/What_s_New_in_OpenUI5_1_80_8cee506.md @@ -544,6 +544,8 @@ You can now view the sample description and any additional details directly from **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_81_f5e2a21.md b/docs/What_s_New_in_OpenUI5_1_81_f5e2a21.md index f27e65c8..6a4a9784 100644 --- a/docs/What_s_New_in_OpenUI5_1_81_f5e2a21.md +++ b/docs/What_s_New_in_OpenUI5_1_81_f5e2a21.md @@ -828,6 +828,8 @@ We have added a new *Pattern* category in the *Samples* section of the Demo Kit **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_82_3a8dd13.md b/docs/What_s_New_in_OpenUI5_1_82_3a8dd13.md index 2a8c2b60..bb953caa 100644 --- a/docs/What_s_New_in_OpenUI5_1_82_3a8dd13.md +++ b/docs/What_s_New_in_OpenUI5_1_82_3a8dd13.md @@ -435,6 +435,8 @@ We have updated the UI5 Web Components dependency of the Adaptive Cards to the v **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_84_dc76640.md b/docs/What_s_New_in_OpenUI5_1_84_dc76640.md index bd60f7a6..4a658f1d 100644 --- a/docs/What_s_New_in_OpenUI5_1_84_dc76640.md +++ b/docs/What_s_New_in_OpenUI5_1_84_dc76640.md @@ -987,6 +987,8 @@ We have enhanced the `sap.m.Wizard` to support rendering of the steps as separat **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_85_1d18eb5.md b/docs/What_s_New_in_OpenUI5_1_85_1d18eb5.md index 736cdf68..965cc55d 100644 --- a/docs/What_s_New_in_OpenUI5_1_85_1d18eb5.md +++ b/docs/What_s_New_in_OpenUI5_1_85_1d18eb5.md @@ -535,6 +535,8 @@ For more information, see the [API Reference](https://sdk.openui5.org/api/sap.m. **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_86_4c1c959.md b/docs/What_s_New_in_OpenUI5_1_86_4c1c959.md index 3036ee4a..ea3d983d 100644 --- a/docs/What_s_New_in_OpenUI5_1_86_4c1c959.md +++ b/docs/What_s_New_in_OpenUI5_1_86_4c1c959.md @@ -768,6 +768,8 @@ At the bottom of the popover, you have the *Results by Category* section from wh **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_87_b506da7.md b/docs/What_s_New_in_OpenUI5_1_87_b506da7.md index e9180b6b..3753ff2c 100644 --- a/docs/What_s_New_in_OpenUI5_1_87_b506da7.md +++ b/docs/What_s_New_in_OpenUI5_1_87_b506da7.md @@ -880,6 +880,8 @@ We’ve improved the HTML title tag of the Demo Kit app to contain more informat **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_88_e15a206.md b/docs/What_s_New_in_OpenUI5_1_88_e15a206.md index 81f39912..0616a12c 100644 --- a/docs/What_s_New_in_OpenUI5_1_88_e15a206.md +++ b/docs/What_s_New_in_OpenUI5_1_88_e15a206.md @@ -702,6 +702,8 @@ As an app developer you can now define custom currency names with a length of up **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_89_e56cddc.md b/docs/What_s_New_in_OpenUI5_1_89_e56cddc.md index e83e5ce2..bcefa7b1 100644 --- a/docs/What_s_New_in_OpenUI5_1_89_e56cddc.md +++ b/docs/What_s_New_in_OpenUI5_1_89_e56cddc.md @@ -430,6 +430,8 @@ You can now define up to six columns in extra-large size in a form. For more inf **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_90_91c10c2.md b/docs/What_s_New_in_OpenUI5_1_90_91c10c2.md index 2fcd18bd..9bf33217 100644 --- a/docs/What_s_New_in_OpenUI5_1_90_91c10c2.md +++ b/docs/What_s_New_in_OpenUI5_1_90_91c10c2.md @@ -638,6 +638,8 @@ For more information, see the [API Reference](https://sdk.openui5.org/api/sap.m. **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_91_0a2bd79.md b/docs/What_s_New_in_OpenUI5_1_91_0a2bd79.md index 3eb49a94..200d4fff 100644 --- a/docs/What_s_New_in_OpenUI5_1_91_0a2bd79.md +++ b/docs/What_s_New_in_OpenUI5_1_91_0a2bd79.md @@ -413,6 +413,8 @@ For more information, see [Configuring Responsive Behavior of a Table](Configuri **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_92_1ef345d.md b/docs/What_s_New_in_OpenUI5_1_92_1ef345d.md index c81d7c02..be9a4699 100644 --- a/docs/What_s_New_in_OpenUI5_1_92_1ef345d.md +++ b/docs/What_s_New_in_OpenUI5_1_92_1ef345d.md @@ -530,6 +530,8 @@ String-based rendering \(also known as "apiVersion 1" of a renderer\) has been d **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_93_f273340.md b/docs/What_s_New_in_OpenUI5_1_93_f273340.md index 942597e5..8ec66a0a 100644 --- a/docs/What_s_New_in_OpenUI5_1_93_f273340.md +++ b/docs/What_s_New_in_OpenUI5_1_93_f273340.md @@ -878,6 +878,8 @@ We have improved the *Change Version* dialog to help you find the desired versio **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_94_c40f1e6.md b/docs/What_s_New_in_OpenUI5_1_94_c40f1e6.md index 7e2588aa..ab4b62ea 100644 --- a/docs/What_s_New_in_OpenUI5_1_94_c40f1e6.md +++ b/docs/What_s_New_in_OpenUI5_1_94_c40f1e6.md @@ -578,6 +578,8 @@ We have updated the Microsoft Adaptive Cards SDK from version 1.2.3 to version 2 **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_95_a1aea67.md b/docs/What_s_New_in_OpenUI5_1_95_a1aea67.md index 18203c58..0b6f53ad 100644 --- a/docs/What_s_New_in_OpenUI5_1_95_a1aea67.md +++ b/docs/What_s_New_in_OpenUI5_1_95_a1aea67.md @@ -425,6 +425,8 @@ Information texts in lists can now also be wrapped if wrapping is enabled for th **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_96_7a9269f.md b/docs/What_s_New_in_OpenUI5_1_96_7a9269f.md index 38a4abbf..5719e7bb 100644 --- a/docs/What_s_New_in_OpenUI5_1_96_7a9269f.md +++ b/docs/What_s_New_in_OpenUI5_1_96_7a9269f.md @@ -536,6 +536,8 @@ We have implemented a checkbox that allows users to select all options, placed o **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_97_fa0e282.md b/docs/What_s_New_in_OpenUI5_1_97_fa0e282.md index 0942e3d9..702fa2e7 100644 --- a/docs/What_s_New_in_OpenUI5_1_97_fa0e282.md +++ b/docs/What_s_New_in_OpenUI5_1_97_fa0e282.md @@ -637,6 +637,8 @@ We implemented a *News* section with notifications where you can get highlights **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_98_d9f16f2.md b/docs/What_s_New_in_OpenUI5_1_98_d9f16f2.md index 2bd9204c..e7138edc 100644 --- a/docs/What_s_New_in_OpenUI5_1_98_d9f16f2.md +++ b/docs/What_s_New_in_OpenUI5_1_98_d9f16f2.md @@ -857,6 +857,8 @@ The following entities have been deprecated and replaced with the new personaliz **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_1_99_4f35848.md b/docs/What_s_New_in_OpenUI5_1_99_4f35848.md index e4c1d347..8d68ca09 100644 --- a/docs/What_s_New_in_OpenUI5_1_99_4f35848.md +++ b/docs/What_s_New_in_OpenUI5_1_99_4f35848.md @@ -435,6 +435,8 @@ The `itemDragStart` and `itemDrop` events are also being exposed. These events r **Related Information** +[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With this release OpenUI5 is upgraded from version 1.114 to 1.115.") + [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md "With this release OpenUI5 is upgraded from version 1.113 to 1.114.") [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md "With this release OpenUI5 is upgraded from version 1.112 to 1.113.") diff --git a/docs/What_s_New_in_OpenUI5_99ac68a.md b/docs/What_s_New_in_OpenUI5_99ac68a.md index 0c44a477..e1589196 100644 --- a/docs/What_s_New_in_OpenUI5_99ac68a.md +++ b/docs/What_s_New_in_OpenUI5_99ac68a.md @@ -26,10 +26,6 @@ Check the latest videos in the [SAPUI5 playlist](https://www.youtube.com/playlis this release OpenUI5 is upgraded from version 1.115 to 1.116.")** With this release OpenUI5 is upgraded from version 1.115 to 1.116. -- **[What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md "With - this release OpenUI5 is upgraded - from version 1.114 to 1.115.")** -With this release OpenUI5 is upgraded from version 1.114 to 1.115. - **[Previous Versions](Previous_Versions_6660a59.md "")** - **[Change Log](Change_Log_a6a78b7.md "")** diff --git a/docs/images/loio60070cbcd0b54f31abc595ab4f5adc0e_LowRes.png b/docs/images/loio60070cbcd0b54f31abc595ab4f5adc0e_LowRes.png index 7842e22f..acc3bb96 100644 Binary files a/docs/images/loio60070cbcd0b54f31abc595ab4f5adc0e_LowRes.png and b/docs/images/loio60070cbcd0b54f31abc595ab4f5adc0e_LowRes.png differ diff --git a/docs/index.json b/docs/index.json index 773918aa..28901d22 100644 --- a/docs/index.json +++ b/docs/index.json @@ -8,12 +8,12 @@ "What's New in OpenUI5 1.116": { "link": "What_s_New_in_OpenUI5_1_116_ebd6f34.md" }, - "What's New in OpenUI5 1.115": { - "link": "What_s_New_in_OpenUI5_1_115_409fde8.md" - }, "Previous Versions": { "link": "Previous_Versions_6660a59.md", "items": { + "What's New in OpenUI5 1.115": { + "link": "What_s_New_in_OpenUI5_1_115_409fde8.md" + }, "What's New in OpenUI5 1.114": { "link": "What_s_New_in_OpenUI5_1_114_890fce1.md" }, diff --git a/docs/index.md b/docs/index.md index a6768220..e8cd9350 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,8 +7,8 @@ OpenUI5 Version for the OpenUI5 Demo Kit - [OpenUI5: UI Development Toolkit for HTML5](OpenUI5_UI_Development_Toolkit_for_HTML5_95d113b.md) - [What's New in OpenUI5](What_s_New_in_OpenUI5_99ac68a.md) - [What's New in OpenUI5 1.116](What_s_New_in_OpenUI5_1_116_ebd6f34.md) - - [What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md) - [Previous Versions](Previous_Versions_6660a59.md) + - [What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md) - [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md) - [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md) - [What's New in OpenUI5 1.112](What_s_New_in_OpenUI5_1_112_34afc69.md) diff --git a/docs/sidebar.md b/docs/sidebar.md index ff6277c8..2bf3725f 100644 --- a/docs/sidebar.md +++ b/docs/sidebar.md @@ -1,8 +1,8 @@ - [OpenUI5: UI Development Toolkit for HTML5](OpenUI5_UI_Development_Toolkit_for_HTML5_95d113b.md) - [What's New in OpenUI5](What_s_New_in_OpenUI5_99ac68a.md) - [What's New in OpenUI5 1.116](What_s_New_in_OpenUI5_1_116_ebd6f34.md) - - [What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md) - [Previous Versions](Previous_Versions_6660a59.md) + - [What's New in OpenUI5 1.115](What_s_New_in_OpenUI5_1_115_409fde8.md) - [What's New in OpenUI5 1.114](What_s_New_in_OpenUI5_1_114_890fce1.md) - [What's New in OpenUI5 1.113](What_s_New_in_OpenUI5_1_113_a9553fe.md) - [What's New in OpenUI5 1.112](What_s_New_in_OpenUI5_1_112_34afc69.md)