@sap/ux-specification 1.124.20 → 1.136.1

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.
Files changed (43) hide show
  1. package/CHANGELOG.md +10 -484
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +78 -78
  14. package/dist/index-min.js.map +3 -3
  15. package/dist/schemas/v4/ApplicationV4.json +47 -0
  16. package/dist/schemas/v4/BuildingBlocksConfig.json +2499 -1001
  17. package/dist/schemas/v4/ListReportConfig.json +1 -1
  18. package/dist/specification/package.json +4 -4
  19. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  20. package/dist/specification/src/sync/common/generate/objectPage.js +0 -8
  21. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  22. package/dist/specification/src/sync/common/i18n.json +1 -2
  23. package/dist/specification/src/sync/v4/application.d.ts +1 -0
  24. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  25. package/dist/specification/src/sync/v4/application.js +22 -0
  26. package/dist/specification/src/sync/v4/application.js.map +1 -1
  27. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  28. package/dist/specification/src/sync/v4/export/export.js +4 -1
  29. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  30. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  31. package/dist/specification/src/sync/v4/generate/objectPage.js +0 -2
  32. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  33. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  34. package/dist/specification/src/sync/v4/utils/utils.js +0 -4
  35. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  36. package/dist/types/src/common/webapp/manifest/Manifest.d.ts +2 -1
  37. package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
  38. package/dist/types/src/common/webapp/manifest/Manifest.js +1 -0
  39. package/dist/types/src/common/webapp/manifest/Manifest.js.map +1 -1
  40. package/dist/types/src/v4/application.d.ts +39 -0
  41. package/dist/types/src/v4/application.d.ts.map +1 -1
  42. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -1
  43. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
8
8
 
9
9
  [NodeJS](https://nodejs.org/en/download/) Version `20.14.0` or higher
10
10
 
11
- ## [1.124.20] - 2025-06-25
11
+ ## [1.136.1] - 2025-06-25
12
12
 
13
13
  ### Added
14
14
 
@@ -20,19 +20,22 @@ Upgrades:
20
20
 
21
21
  | Package | Change |
22
22
  |---|---|
23
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.35.0` -> `0.35.5`] |
23
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.35.0` -> `0.35.5`]|
24
24
  | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
25
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
25
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
26
26
  | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
27
27
  | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
28
28
  | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.34.0` -> `8.35.0`] |
29
29
  | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.34.0` -> `8.35.0`] |
30
30
 
31
- ## [1.124.19] - 2025-06-11
31
+ ## [1.136.0] - 2025-06-11
32
32
 
33
33
  ### Added
34
34
 
35
+ First version for SAP UI5 1.136 and higher
36
+
35
37
  OData V4:
38
+ - Support of `hideDraft` related internal setting
36
39
  - Basic support for new SAP Ariba LR/OP templates
37
40
 
38
41
  OData V4/V2:
@@ -40,6 +43,9 @@ OData V4/V2:
40
43
 
41
44
  ### Fixed
42
45
 
46
+ OData V4:
47
+ - Export of the empty application settings
48
+
43
49
  OData V4/V2:
44
50
  - Schema generation - update description for "flexibleColumnLayout" property
45
51
 
@@ -58,483 +64,3 @@ Upgrades:
58
64
  | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | minor | [`0.33.28` -> `0.35.0`]
59
65
  | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | devDependencies | minor | [`0.12.0` -> `0.13.0`]
60
66
  | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | dependencies | minor | [`0.12.0` -> `0.13.0`]
61
-
62
- ## [1.124.18] - 2025-05-28
63
-
64
- ### Quality
65
-
66
- Upgrades:
67
-
68
- | Package | Type | Update | Change |
69
- |---|---|---|---|
70
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
71
- | [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
72
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
73
-
74
- ## [1.124.17] - 2025-05-14
75
-
76
- ### Fixed
77
-
78
- - Schema generation fails with error `Cannot read properties of undefined (reading 'fullyQualifiedName')`
79
-
80
- ### Quality
81
-
82
- Upgrades:
83
-
84
- | Package | Type | Update | Change |
85
- |---|---|---|---|
86
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
87
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
88
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
89
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.31.0` -> `8.32.1`] |
90
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.31.0` -> `8.32.1`] |
91
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.26` -> `0.33.28`] |
92
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.26` -> `0.33.28`] |
93
-
94
- ## [1.124.16] - 2025-04-30
95
-
96
- ### Quality
97
-
98
- Upgrades:
99
-
100
- | Package | Type | Update | Change |
101
- |---|---|---|---|
102
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.22` -> `0.33.26`] |
103
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.22` -> `0.33.26`] |
104
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
105
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
106
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
107
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.29.1` -> `8.31.0`] |
108
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.29.1` -> `8.31.0`] |
109
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
110
-
111
-
112
- ## [1.124.15] - 2025-03-16
113
-
114
- ### Added
115
-
116
- ### Changed
117
-
118
- ### Removed
119
-
120
- ### Deprecated
121
-
122
- - `globalFilterEntityType` property, if defined, a message is set, otherwise, the property is marked as hidden.
123
-
124
- ### Fixed
125
-
126
- ### Quality
127
-
128
- Upgrades:
129
-
130
- | Package | Type | Update | Change |
131
- |---|---|---|---|
132
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
133
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`]
134
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch | [`8.29.0` -> `8.29.1`]|
135
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | patch | [`8.29.0` -> `8.29.1`] |
136
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`]
137
-
138
-
139
- ## [1.124.14] - 2025-03-02
140
-
141
- ### Added
142
- - Support rowCount and rowCountMode settings for grid, analytical and tree tables on object pages in OData V4
143
-
144
- ### Quality
145
-
146
- Upgrades:
147
-
148
- | Package | Type | Update | Change |
149
- |---|---|---|---|
150
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.16` -> `0.33.19`] |
151
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.16` -> `0.33.19`] |
152
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
153
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
154
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
155
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
156
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
157
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
158
-
159
- ## [1.124.13] - 2025-03-19
160
-
161
- ### Added
162
-
163
- ### Changed
164
-
165
- ### Removed
166
-
167
- ### Deprecated
168
-
169
- ### Fixed
170
-
171
- - Fixed an issue with annotations `path` property containing custom alias
172
-
173
- ### Quality
174
-
175
- Upgrades:
176
-
177
- | Package | Type | Update | Change |
178
- |---|---|---|---|
179
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | devDependencies | minor | [`0.9.11` -> `0.10.3`]
180
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
181
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.14` -> `0.33.16`] |
182
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.14` -> `0.33.16`] |
183
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch | [`8.26.0` -> `8.26.1`] |
184
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | patch | [`8.26.0` -> `8.26.1`] |
185
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
186
-
187
-
188
- ## [1.124.12] - 2025-03-05
189
-
190
- ### Added
191
-
192
- OData V2:
193
- - Support of `cloudDevAdaptionStatus` internal setting
194
-
195
- ### Changed
196
-
197
- ### Removed
198
-
199
- ### Deprecated
200
-
201
- ### Fixed
202
-
203
- ### Quality
204
-
205
- Upgrades:
206
-
207
- | Package | Type | Update | Change |
208
- |---|---|---|---|
209
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.4` -> `0.33.14`]
210
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.4` -> `0.33.14`]
211
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.24.0` -> `8.26.0`]
212
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.24.0` -> `8.26.0`]
213
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`]
214
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`]
215
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`]
216
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`]
217
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`]
218
-
219
- ## [1.124.11] - 2025-02-19
220
-
221
- ### Added
222
-
223
- ### Changed
224
-
225
- ### Removed
226
-
227
- ### Deprecated
228
-
229
- ### Fixed
230
-
231
- ### Quality
232
-
233
- Upgrades:
234
-
235
- | Package | Type | Update | Change |
236
- |---|---|---|---|
237
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.0` -> `0.33.4`] |
238
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.0` -> `0.33.4`] |
239
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
240
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
241
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
242
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
243
-
244
- ## [1.124.10] - 2025-02-05
245
- ### Added
246
-
247
- ### Changed
248
-
249
- - OData V4: A chart presentation variant header facet of an Object page is now displayed analog to a micro chart header facet with no additional subnode `Chart`.
250
-
251
- ### Removed
252
-
253
- ### Deprecated
254
-
255
- ### Fixed
256
-
257
- - OData V2: Fixed deletion issue for `quickVariantSelectionX` variants.
258
-
259
- ### Quality
260
-
261
- Upgrades:
262
-
263
- Package Type Update Change
264
- semver devDependencies minor 7.6.3 -> 7.7.1
265
- @sap-ux/fe-fpm-writer (source) devDependencies minor 0.31.25 -> 0.32.2
266
- @sap-ux/fe-fpm-writer (source) dependencies minor 0.31.25 -> 0.32.2
267
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.20.0 -> 8.23.0
268
- @typescript-eslint/parser (source) devDependencies minor 8.20.0 -> 8.23.0
269
-
270
- ## [1.124.9] - 2025-01-22
271
-
272
- ### Added
273
-
274
- ### Changed
275
-
276
- ### Removed
277
-
278
- ### Deprecated
279
-
280
- ### Fixed
281
-
282
- ### Quality
283
-
284
- Upgrades:
285
-
286
- | Package | Type | Update | Change |
287
- |---|---|---|---|
288
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.31.23` -> `0.31.25`]
289
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.31.23` -> `0.31.25`]
290
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.7.2` -> `5.7.3`]
291
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.4` -> `11.0.5`]
292
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.19.1` -> `8.20.0`]
293
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.19.1` -> `8.20.0`]
294
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.1` -> `5.2.3`]
295
-
296
- ## [1.124.8] - 2025-01-08
297
-
298
- ### Added
299
-
300
- ### Changed
301
-
302
- ### Removed
303
-
304
- - OData V4: removed `noData` aggregation on `sap.fe.macros.Table`, since there is no UI support for it.
305
-
306
- ### Deprecated
307
-
308
- ### Fixed
309
-
310
- - OData V4:
311
- - Allow to delete last custom filter field
312
- - `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
313
- - Avoid deletion of unknown properties in custom page settings
314
- - Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
315
- - General: Deletion requests, via the api method deleteConfigEntityByPath, had not been recognized as such in all cases. The path was considered, but then updates happened, per underlying property.
316
-
317
- ### Quality
318
-
319
- Upgrades:
320
- - | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.3` -> `11.0.4`]
321
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.18.2` -> `8.19.1`]
322
- - | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.18.2` -> `8.19.1`]
323
-
324
- - @sap-ux/fe-fpm-writer to 0.31.23
325
- - prettier to 3.4.2
326
- - esbuild to 0.24.2
327
- - npm-run-all2 to 7.0.2
328
-
329
- ## [1.124.7] - 2024-12-04
330
-
331
- ### Added
332
-
333
- ### Changed
334
-
335
- ### Removed
336
-
337
- ### Deprecated
338
-
339
- ### Fixed
340
-
341
- - Description for config doc and excel sheet fixed
342
-
343
- ### Quality
344
-
345
- Upgrades:
346
-
347
- - @sap-ux/annotation-converter (source) devDependencies patch 0.9.9 -> 0.9.11
348
- - @sap-ux/vocabularies-types (source) devDependencies minor 0.11.6 -> 0.12.0
349
- - @sap-ux/vocabularies-types (source) dependencies minor 0.11.6 -> 0.12.0
350
- - @sap-ux/vocabularies-types (source) resolutions minor 0.11.6 -> 0.12.0
351
- - typescript (source) devDependencies minor 5.6.3 -> 5.7.2
352
- - i18next (source) devDependencies patch 23.16.5 -> 23.16.8
353
- - @sap-ux/fe-fpm-writer (source) devDependencies patch 0.31.18 -> 0.31.21
354
- - @sap-ux/fe-fpm-writer (source) dependencies patch 0.31.18 -> 0.31.21
355
- - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.13.0 -> 8.15.0
356
- - @typescript-eslint/parser (source) devDependencies minor 8.13.0 -> 8.15.0
357
- - uuid devDependencies patch 11.0.2 -> 11.0.3
358
- - axios source devDependencies patch 1.7.7 -> 1.7.9
359
-
360
- ## [1.124.6] - 2024-11-13
361
-
362
- ### Added
363
-
364
- ### Changed
365
-
366
- ### Removed
367
-
368
- ### Deprecated
369
-
370
- ### Fixed
371
-
372
- - OData V2: flex changes had not been written for table columns of type DataField that use a navigationPath.
373
-
374
- ### Quality
375
-
376
- Upgrades:
377
-
378
- - npm-run-all2 to v7
379
- - typescript-eslint to 8.13.0
380
- - uuid to 11.0.2
381
- - @sap-ux/fe-fpm-writer to 0.31.16
382
- - @sap-ux/annotation-converter to 0.9.9
383
- - @sap-ux/vocabularies-types to 0.11.6
384
- - @sap-ux/edmx-parser to 0.8.2
385
- - i18next to 23.16.5
386
- - [Security] - upgrade cross-spawn to 7.0.5
387
-
388
- ## [1.124.5] - 2024-10-30
389
-
390
- ### Added
391
-
392
- ### Changed
393
-
394
- - Descriptions of all properties have been reviewed.
395
-
396
- ### Removed
397
-
398
- ### Deprecated
399
-
400
- ### Fixed
401
-
402
- - An exception occured if a view fragment was completely empty. This is now caught, leading to an error message in the log that better describes the root cause.
403
-
404
- ### Quality
405
-
406
- Upgrades:
407
-
408
- - typescript to 5.6.3
409
- - typescript-eslint monorepo to 8.10.0
410
- - i18next to 23.16.2
411
- - npm-run-all2 to 6.2.6
412
- - @types/jquery to 3.5.32
413
- - i18next to 23.16.4
414
- - @types/jest to 29.5.14
415
- - @sap-ux/fe-fpm-writer to 0.31.10
416
-
417
- ## [1.124.4] - 2024-10-16
418
-
419
- ### Changed
420
-
421
- - Definition of PageType adjusted to the needs of consuming applications at Fiori Toolsuite
422
-
423
- ### Quality
424
-
425
- Upgrades:
426
-
427
- - "@sap-ux/vocabularies-types": "0.11.4"
428
- - "@sap-ux/annotation-converter": "0.9.6"
429
- - i18next to 23.15.2
430
- - esbuild to 0.24.0
431
- - @sap-ux/fe-fpm-writer to 0.31.7
432
- - @sapui5/types to latest-1.124
433
- - @typescript-eslint/eslint-plugin to 8.8.1
434
- - @typescript-eslint/parser to 8.8.1
435
-
436
- ## [1.124.3] - 2024-10-04
437
-
438
- ### Added
439
-
440
- OData V4:
441
-
442
- - added enum definition and values for `properties` of custom columns, list report and object page.
443
- - Support of `cloudDevAdaptionStatus` internal setting.
444
-
445
- ### Fixed
446
-
447
- - OData V2: Flex change is removed if the facet ID contains a single hyphen.
448
- - General: exception "No schema available for type: FreestylePage" when calling `importProject` for an app that does not have any pages defined (yet).
449
-
450
- ### Quality
451
-
452
- Upgrades:
453
-
454
- - @sap-ux/fe-fpm-writer to 0.31.4
455
- - eslint to 8.57.1
456
- - npm-run-all2 to 6.2.3
457
- - @types/jquery to 3.5.31
458
- - @types/jest to 29.5.13
459
- - jest-file-snapshot to 0.7.0
460
- - ts-jest to 29.2.5
461
- - i18next to 23.15.1
462
- - @ui5/manifest to 1.67.0
463
- - jsdom to 25.0.1
464
- - tar to 7.0.0
465
- - ini to 5.0.0
466
- - uuid to 10.0.0
467
- - typescript to 5.6.2
468
-
469
- ## [1.124.2] - 2024-09-18
470
-
471
- ### Added
472
-
473
- - Add `i18nClassification` property for macros schema properties(Support translation inputs for macros/building block properties).
474
-
475
- ### Fixed
476
-
477
- - Table views: new error handling for undefined keys.
478
- - Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
479
- - change indicator was not set for manifest.json in v4.
480
- - entityPath was not forwarded at overview pages.
481
- - the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
482
- - FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
483
-
484
- ### Quality
485
-
486
- Upgrades:
487
-
488
- - @sap-ux/fe-fpm-writer to 0.30.0
489
- - @sapui5/types to 1.128.1
490
- - @sap-ux/vocabularies-types to 0.11.3
491
- - @sap-ux/annotation-converter to 0.9.5
492
- - ws to 8.18.0
493
- - @sap-ux/edmx-parser to 0.8.1
494
-
495
- ## [1.124.1] - 2024-09-04
496
-
497
- ### Fixed
498
-
499
- - Supply of oDataVersion and fioriElementsVersion in the app.json
500
-
501
- ### Quality
502
-
503
- Upgrades:
504
-
505
- - axios to 1.7.7
506
- - @sap-ux/fe-fpm-writer to 0.28.3
507
- - jsdom to 24.1.3
508
- - new resolution: "@sap/ux-cds-compiler-facade": "1.14.2"
509
-
510
- ## [1.124.0] - 2024-08-21
511
-
512
- ### Added
513
-
514
- First version for SAP UI5 1.124 and higher
515
-
516
- OData V4:
517
-
518
- - Support of `disableCopyToClipboard` table property
519
-
520
- ### Fixed
521
-
522
- - Start of debug script for schema generation via launch.json.
523
- - Error "TypeError: Cannot read properties of undefined (reading 'replace')" is thrown on export attempt when empty action is presented in annotations.
524
- - app.json config of freestyle apps could not be generated in all cases.
525
- - OData V4 and freestyle: If routing name and target name had been different for an entry in manifest.json, the export had falsified the routing information.
526
-
527
- ### Quality
528
-
529
- Upgrades:
530
-
531
- - micromatch to 4.0.8
532
- - eslint-plugin-prettier to 5.2.1
533
- - rimraf to 5.0.10
534
- - @sapui5/types to 1.127.0
535
- - i18next to 23.14.0
536
- - esbuild to 0.23.1
537
- - @sap-ux/fe-fpm-writer to 0.27.5
538
- - @sap-ux/vocabularies-types to 0.11.1
539
- - @sap-ux/annotation-converter to 0.9.2
540
- - @sap-ux/edmx-parser to 0.7.1