@ui5/manifest 2.9.0 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
5
  <a name="Unreleased"></a>
6
+ ## [Unreleased]
7
+
8
+ <a name="v2.10.0"></a>
9
+ ## [v2.10.0] - 2026-06-25 (UI5 1.150)
10
+
11
+ ### Added
12
+ - sap.card: New property `ignoreBinding` on configuration parameters. When set to `true`, the parameter value is taken verbatim and is not processed as a binding expression. Useful for values that contain literal curly braces, e.g. stringified JSON.
13
+ - sap.card: New property `itemsLayout` for object card group. Defines how the items inside the group are laid out. \"Vertical\" stacks each label/value pair on its own row (default). \"Horizontal\" arranges the pairs side by side and wraps them onto multiple rows when there is not enough width.
6
14
 
7
15
  <a name="v2.9.0"></a>
8
16
  ## [v2.9.0] - 2026-06-11 (UI5 1.149)
@@ -11,8 +19,247 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
11
19
  - sap.ovp: Added `controlConfiguration` property to support V4 filter field configurations via annotation path, including `defaultValues` and `operatorConfiguration`
12
20
 
13
21
  <a name="v2.8.0"></a>
14
- ## [v2.8.0] - 2026-05-04 (UI5 1.148)
15
- ## [Unreleased]: https://github.com/UI5/manifest/compare/v2.9.0...HEAD
22
+ ## [v2.8.0] - 2026-05-04 (UI5 1.148)
23
+
24
+ ### Added
25
+ - sap.card: New property `showSeparator` in footer to visually separate the footer from the card content area
26
+
27
+ ### Changed
28
+ - sap.card: Moved `customSettings` property and updated description to reflect Mobile SDK usage
29
+
30
+ <a name="v2.7.0"></a>
31
+ ## [v2.7.0] - 2026-04-08 (UI5 1.147)
32
+
33
+ ### Added
34
+ - sap.card: New Table Popin behaviour. It is controlled by properties `autoPopinMode, hiddenInPopin, popinLayout` and `importance`
35
+ - sap.card: Option to show the navigation indicator for list and table. Controlled by property `navigationArrow`
36
+ - sap.card: Restricted `customSettings` which can be used by the host environment.
37
+ - sap.ovp: Introduced a new configuration flag, `enableTextWrapping`, in the card manifest for Table and List Cards in the Overview Page (OVP)
38
+ - sap.cloud: Added `backgroundImageRelativeToComponent` property provides the background image for a custom tile visualization. The URL of the image must be relative to the location of the component.js file.
39
+
40
+ ### Added
41
+ - sap.ovp: Added `controlConfiguration` property to support V4 filter field configurations via annotation path, including `defaultValues` and `operatorConfiguration`
42
+
43
+ <a name="v2.6.0"></a>
44
+ ## [v2.6.0] - 2026-03-11 (UI5 1.146)
45
+
46
+ ### Added
47
+ - sap.card: New RadioButtonGroup field in Object cards
48
+
49
+ <a name="v2.5.0"></a>
50
+ ## [v2.5.0] - 2026-02-12 (UI5 1.145)
51
+
52
+ ### Added
53
+ - sap.card: new property "inverted" in ContentType.Table.Column which shows an inverted object status
54
+ - sap.card: new property "preferIcon" for "actionsStripItem" which is used to determine if icon only button is shown when not in overflow
55
+
56
+ ### Changed
57
+ - sap.card: fix type of "filters" properties inside "configuration"
58
+
59
+ <a name="v2.4.0"></a>
60
+ ## [v2.4.0] - 2026-01-12 (UI5 1.144)
61
+
62
+ ### Added
63
+ - sap.card: new property "tooltips" which can be used to visualize the tooltips that are generated by Viz charts.
64
+
65
+ <a name="v2.3.1"></a>
66
+ ## [v2.3.1] - 2025-12-09 (UI5 1.142)
67
+
68
+ ### Added
69
+ - sap.app: new value "4.01" for setting/odataVersion added
70
+
71
+ <a name="v2.3.0"></a>
72
+ ## [v2.3.0] - 2025-12-08 (UI5 1.142)
73
+
74
+ ### Changed
75
+ - sap.ovp: "fixed" value in the "containerLayout" property is deprecated. This will indicate to developers that they should no longer use the "fixed" option and "resizable" layout will be selected by default. Default layout for the 'containerLayout' will be 'resizable'.
76
+
77
+ <a name="v2.2.0"></a>
78
+ ## [v2.2.0] - 2025-12-08 (UI5 1.141)
79
+
80
+ ### Added
81
+ - sap.card: New property "configuration/childCards" which holds a list of Configuration.ChildCard which represents a child card that can be opened from the main card
82
+ - sap.card: New property "showCardActionParameters/childCardKey" to refer to a child card which to be shown
83
+ - sap.card: New property "header/icon/state" which can be used to apply semantic state to the icon in the header
84
+
85
+ ### Changed
86
+ - sap.card: Added valiadtion for allowed combinations of "header/icon" properties
87
+ - sap.card: Deprecated property "showCardActionParameters/manifest". Use "showCardActionParameters/childCardKey" instead.
88
+
89
+ <a name="v2.1.1"></a>
90
+ ## [v2.1.1] - 2025-12-08 (UI5 1.140)
91
+
92
+ ### Added
93
+ - sap.card: Added new property "useMainDestinations"
94
+
95
+ <a name="v2.1.0"></a>
96
+ ## [v2.1.0] - 2025-09-12 (UI5 1.139)
97
+
98
+ ### Added
99
+ - sap.card: Added new property "header/subtitle"
100
+ - sap.card: Added new property "overflow/subtitle" in an object content item of type "Image"
101
+ - sap.card: Added option for "actions" for all elements of type "status"
102
+
103
+ ### Changed
104
+ - sap.card: Deprecated property "header/subTitle" (with capital T)
105
+ - sap.card: Deprecated property "overflow/subTitle" (with capital T) in an object content item of type "Image"
106
+
107
+ <a name="v1.77.0"></a>
108
+ ## [v1.77.0] - 2025-08-04 (UI5 1.139)
109
+
110
+ ### Added
111
+ - sap.flp: new property "vizOptions" has been added to provide more options for tile sizes. Only needed for declaration of custom Fiori launchpad tiles.
112
+ - sap.ui5/flexBundle: new property explicitly flagging if a flexibility-bundle.json is part of the built application.
113
+
114
+ ### Removed
115
+ - sap.ui5/resource:
116
+ - `js` property: removed
117
+ - sap.ui5/rootView:
118
+ - `async` property: removed
119
+ - `type` property: Removed "HTML", "JS", "Template", "JSON" from possible values
120
+ - sap.ui5/routing:
121
+ - config: async property removed
122
+ - targets: Removed legacy options, e.g., viewName, viewId, viewPath
123
+ - sap.ovp: Removed Deprecated property globalFilterEntityType, globalFilterEntitySet should be used instead.
124
+ - sap.ovp/cards: Removed deprecated property sequencePos.
125
+ - sap.ovp/cards/settings: Corrected location for "tabs" property configuration.
126
+ - sap.card: Remove all properties which are marked as deprecated. Some of the properties will continue to work in the runtime, but should not be used anymore.
127
+ - sap.card: Remove option for "service" in "data" and "actions" section which was never published
128
+ - sap.flp/origin: has been removed, as it is not used anymore
129
+ - sap.flp/tileSize: has been removed in favor of sap.flp/vizOptions/displayFormats
130
+ - sap.flp/type: is optional, defaults to "application"
131
+
132
+ <a name="v2.0.0"></a>
133
+ ## [v2.0.0] - 2025-04-30 (UI5 1.136)
134
+ - sap.ui5/resources: Deprecated "js" property. Only "css" is a valid resource.
135
+ - sap.ui5/routing/targets: Deprecated options that are prefixed with "view", e.g., "viewName". Use options without "view"-prefix instead.
136
+
137
+ ### Added
138
+ - sap.card/header: Added new section "infoSection".
139
+ - sap.card/configuration: Added new property "placeholder" for DateRange filter.
140
+
141
+ <a name="v1.72.3"></a>
142
+ ## [v1.72.3] - 2025-03-21 (UI5 1.135)
143
+
144
+ ### Added
145
+ - sap.ui5/commands: added new "ref" property to reference SAP standardized command and a "description" property to provide a translatable text for describing the command.
146
+
147
+ <a name="v1.71.0"></a>
148
+ ## [v1.71.0] - 2025-03-06 (UI5 1.134)
149
+
150
+ ### Added
151
+ - sap.card: new property "configuration/loadingPlaceholders/delay". Allows to control the delay of the loading placeholders for the whole card.
152
+
153
+ <a name="v1.70.1"></a>
154
+ ## [v1.70.1] - 2025-02-12 (UI5 1.133)
155
+
156
+ ### Changed
157
+ - sap.ui5: add support for legacy (e.g. viewPath) and new options (e.g. path) in routing config when flex enabled.
158
+
159
+ <a name="v1.70.0"></a>
160
+ ## [v1.70.0] - 2025-02-10 (UI5 1.133)
161
+
162
+ ### Added
163
+ - sap.card: new property "closeButton" for footer. Allows to control the visibility of the close button which appears in the card footer. Replaces the property "closeButton" from the header section.
164
+
165
+ ### Changed
166
+ - sap.card: deprecated property "closeButton" for header. Replaced by the property "closeButton" in the footer.
167
+
168
+ <a name="v1.69.0"></a>
169
+ ## [v1.69.0] - 2025-01-10
170
+
171
+ ### Added
172
+ - New property “group” for ComboBox filter. This allows to group the items inside the ComboBox.
173
+
174
+ ### Changed
175
+ - Renamed property “allowfullscreen” to “allowFullscreen” for WebPage card. The old property is still usable, but is deprecated.
176
+
177
+ <a name="v1.68.0"></a>
178
+ ## [v1.68.0] - 2024-11-14
179
+
180
+ <a name="v1.67.2"></a>
181
+ ## [v1.67.2] - 2024-11-04
182
+
183
+ <a name="v1.67.1"></a>
184
+ ## [v1.67.1] - 2024-10-18
185
+
186
+ <a name="v1.67.0"></a>
187
+ ## [v1.67.0] - 2024-09-19
188
+
189
+ <a name="v1.66.0"></a>
190
+ ## [v1.66.0] - 2024-06-27
191
+
192
+ <a name="v1.65.1"></a>
193
+ ## [v1.65.1] - 2024-05-06
194
+
195
+ <a name="v1.64.1"></a>
196
+ ## [v1.64.1] - 2024-05-06
197
+
198
+ <a name="v1.65.0"></a>
199
+ ## [v1.65.0] - 2024-05-02
200
+
201
+ <a name="v1.64.0"></a>
202
+ ## [v1.64.0] - 2024-04-08
203
+
204
+ <a name="v1.63.0"></a>
205
+ ## [v1.63.0] - 2024-03-07
206
+
207
+ <a name="v1.62.1"></a>
208
+ ## [v1.62.1] - 2024-02-12
209
+
210
+ <a name="v1.62.0"></a>
211
+ ## [v1.62.0] - 2024-02-12
212
+
213
+ <a name="v1.61.1"></a>
214
+ ## [v1.61.1] - 2024-02-09
215
+
216
+ <a name="v1.60.0"></a>
217
+ ## [v1.60.0] - 2023-09-22
218
+
219
+ <a name="v1.59.0"></a>
220
+ ## [v1.59.0] - 2023-08-28
221
+
222
+ <a name="v1.57.0"></a>
223
+ ## [v1.57.0] - 2023-07-27
224
+
225
+ <a name="v1.56.0"></a>
226
+ ## [v1.56.0] - 2023-06-29
227
+
228
+ <a name="v1.55.0"></a>
229
+ ## [v1.55.0] - 2023-06-01
230
+
231
+ <a name="v1.54.0"></a>
232
+ ## [v1.54.0] - 2023-05-05
233
+
234
+ <a name="v1.53.1"></a>
235
+ ## [v1.53.1] - 2023-04-05
236
+
237
+ <a name="v1.53.0"></a>
238
+ ## [v1.53.0] - 2023-04-05
239
+
240
+ <a name="v1.52.1"></a>
241
+ ## [v1.52.1] - 2023-03-08
242
+
243
+ <a name="v1.52.0"></a>
244
+ ## [v1.52.0] - 2023-02-09
245
+
246
+ <a name="v1.51.0"></a>
247
+ ## [v1.51.0] - 2023-01-12
248
+
249
+ <a name="v1.49.2"></a>
250
+ ## [v1.49.2] - 2022-11-29
251
+
252
+ <a name="v1.49.1"></a>
253
+ ## [v1.49.1] - 2022-11-21
254
+
255
+ <a name="v1.49.0"></a>
256
+ ## [v1.49.0] - 2022-11-18
257
+
258
+ <a name="v1.48.1"></a>
259
+ ## v1.48.1 - 2022-11-10
260
+
261
+ [Unreleased]: https://github.com/UI5/manifest/compare/v2.10.0...HEAD
262
+ [v2.10.0]: https://github.com/UI5/manifest/compare/v2.9.0...v2.10.0
16
263
  [v2.9.0]: https://github.com/UI5/manifest/compare/v2.8.0...v2.9.0
17
264
  [v2.8.0]: https://github.com/UI5/manifest/compare/v2.7.0...v2.8.0
18
265
  [v2.7.0]: https://github.com/UI5/manifest/compare/v2.6.0...v2.7.0
package/mapping.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
- "latest": "2.9.0",
2
+ "latest": "2.10.0",
3
+ "1.150": "2.10.0",
3
4
  "1.149": "2.9.0",
4
5
  "1.148": "2.8.0",
5
6
  "1.147": "2.7.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "2.9.0",
3
+ "version": "2.10.0",
4
4
  "description": "This project contains the flattend json schema for the ui5 manifest.",
5
5
  "repository": {
6
6
  "type": "git",
package/schema.json CHANGED
@@ -101,7 +101,8 @@
101
101
  "2.6.0",
102
102
  "2.7.0",
103
103
  "2.8.0",
104
- "2.9.0"
104
+ "2.9.0",
105
+ "2.10.0"
105
106
  ]
106
107
  },
107
108
  "start_url": {
@@ -4323,6 +4324,14 @@
4323
4324
  "Stretch"
4324
4325
  ],
4325
4326
  "default": "Default"
4327
+ },
4328
+ "itemsLayout": {
4329
+ "description": "[Experimental] Defines how the items inside the group are laid out. \"Vertical\" stacks each label/value pair on its own row (default). \"Horizontal\" arranges the pairs side by side and wraps them onto multiple rows when there is not enough width. In order to have horizontal layout, you need to set the `alignment` property to \"Stretch\".",
4330
+ "enum": [
4331
+ "Vertical",
4332
+ "Horizontal"
4333
+ ],
4334
+ "default": "Vertical"
4326
4335
  }
4327
4336
  }
4328
4337
  },
@@ -6623,6 +6632,11 @@
6623
6632
  "description": {
6624
6633
  "description": "Description of the parameter for user-friendly visualization in the design-time editor",
6625
6634
  "type": "string"
6635
+ },
6636
+ "ignoreBinding": {
6637
+ "description": "If true, the parameter value is taken verbatim and is not processed as a binding expression. Use this for values that contain literal curly braces, e.g. stringified JSON. Note: {context>/...} bindings inside the value will not be resolved when this flag is set.",
6638
+ "type": "boolean",
6639
+ "default": false
6626
6640
  }
6627
6641
  }
6628
6642
  },
@@ -730,7 +730,8 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
730
730
  | "2.6.0"
731
731
  | "2.7.0"
732
732
  | "2.8.0"
733
- | "2.9.0";
733
+ | "2.9.0"
734
+ | "2.10.0";
734
735
  /**
735
736
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
736
737
  */