@sap/ux-specification 1.120.51 → 1.120.53

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 (239) hide show
  1. package/CHANGELOG.md +391 -301
  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 +259 -256
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -3
  16. package/dist/schemas/v2/ListReportConfig.json +5 -5
  17. package/dist/schemas/v2/ListReportNewConfig.json +1 -1
  18. package/dist/schemas/v2/ObjectPageConfig.json +5 -5
  19. package/dist/schemas/v4/ApplicationV4.json +1 -1
  20. package/dist/schemas/v4/BuildingBlocksConfig.json +134 -11
  21. package/dist/schemas/v4/ListReportConfig.json +24 -6
  22. package/dist/schemas/v4/ObjectPageConfig.json +33 -9
  23. package/dist/specification/package.json +13 -11
  24. package/dist/specification/scripts/extractDocu.js +18 -1
  25. package/dist/specification/scripts/extractDocu.js.map +1 -1
  26. package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
  27. package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
  28. package/dist/specification/scripts/generate-validity-report.js +367 -0
  29. package/dist/specification/scripts/generate-validity-report.js.map +1 -0
  30. package/dist/specification/scripts/macros/corrections.d.ts +41 -1
  31. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  32. package/dist/specification/scripts/macros/corrections.js +231 -8
  33. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  34. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  35. package/dist/specification/scripts/macros/schema.js +11 -2
  36. package/dist/specification/scripts/macros/schema.js.map +1 -1
  37. package/dist/specification/scripts/macros/types.d.ts +2 -0
  38. package/dist/specification/scripts/macros/types.d.ts.map +1 -1
  39. package/dist/specification/src/api.js +1 -1
  40. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +501 -0
  41. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
  42. package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
  43. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
  44. package/dist/specification/src/sync/common/decoration/decorators.d.ts +149 -23
  45. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  46. package/dist/specification/src/sync/common/decoration/decorators.js +369 -74
  47. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  48. package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
  49. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  50. package/dist/specification/src/sync/common/decoration/index.js +1 -0
  51. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  52. package/dist/specification/src/sync/common/dist_tag.json +8 -3
  53. package/dist/specification/src/sync/common/generate/utils.d.ts +2 -1
  54. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  55. package/dist/specification/src/sync/common/generate/utils.js +5 -1
  56. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  57. package/dist/specification/src/sync/common/i18n.json +2 -1
  58. package/dist/specification/src/sync/common/utils.d.ts +35 -7
  59. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  60. package/dist/specification/src/sync/common/utils.js +206 -21
  61. package/dist/specification/src/sync/common/utils.js.map +1 -1
  62. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  63. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +3 -13
  64. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  65. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  66. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +48 -0
  67. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  68. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  69. package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
  70. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  71. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v2/generate/objectPage.js +2 -0
  73. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  74. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
  75. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  76. package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
  77. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  78. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  79. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
  80. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  81. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
  83. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  84. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  85. package/dist/specification/src/sync/v2/import/importPage.js +5 -6
  86. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  87. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
  88. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  89. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
  90. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  91. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
  92. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  93. package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
  94. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  95. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  96. package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
  97. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  98. package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
  99. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  100. package/dist/specification/src/sync/v2/import/utils.js +37 -0
  101. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  102. package/dist/specification/src/sync/v2/utils.d.ts +12 -2
  103. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  104. package/dist/specification/src/sync/v2/utils.js +19 -2
  105. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  106. package/dist/specification/src/sync/v4/application.d.ts +20 -2
  107. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  108. package/dist/specification/src/sync/v4/application.js +27 -2
  109. package/dist/specification/src/sync/v4/application.js.map +1 -1
  110. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
  111. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  112. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
  113. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  114. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
  115. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  116. package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
  117. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  118. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
  119. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  120. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
  121. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  122. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  123. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  124. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
  125. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  126. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
  127. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  128. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
  129. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  130. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +21 -8
  131. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  132. package/dist/specification/src/sync/v4/export/controls/Table.js +38 -41
  133. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  134. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  135. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
  136. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  137. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +2 -1
  138. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  139. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +2 -1
  140. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  141. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  142. package/dist/specification/src/sync/v4/export/export.js +36 -6
  143. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  144. package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
  145. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  146. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +3 -3
  147. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  148. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +11 -3
  149. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  150. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  151. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +25 -3
  152. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  153. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  154. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +11 -2
  155. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  156. package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
  157. package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
  158. package/dist/specification/src/sync/v4/generate/index.js +1 -1
  159. package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
  160. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
  161. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
  162. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +336 -0
  163. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
  164. package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +21 -14
  165. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
  166. package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +142 -229
  167. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
  168. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  169. package/dist/specification/src/sync/v4/generate/objectPage.js +156 -56
  170. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  171. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  172. package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
  173. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  174. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
  175. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  176. package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
  177. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  178. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
  179. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  180. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
  181. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  182. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +177 -46
  183. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  184. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +498 -152
  185. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  186. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
  187. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  188. package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
  189. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  190. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
  191. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  192. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
  193. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  194. package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
  195. package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
  196. package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
  197. package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
  198. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
  199. package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
  200. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
  201. package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
  202. package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
  203. package/dist/specification/src/sync/v4/utils/index.js +18 -0
  204. package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
  205. package/dist/specification/src/sync/v4/utils/utils.d.ts +9 -1
  206. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  207. package/dist/specification/src/sync/v4/utils/utils.js +18 -3
  208. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  209. package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
  210. package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
  211. package/dist/specification/test/test-utils/utils.d.ts +71 -0
  212. package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
  213. package/dist/specification/test/test-utils/utils.js +400 -0
  214. package/dist/specification/test/test-utils/utils.js.map +1 -0
  215. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
  216. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
  217. package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
  218. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
  219. package/dist/types/src/apiTypes.d.ts +2 -3
  220. package/dist/types/src/apiTypes.d.ts.map +1 -1
  221. package/dist/types/src/apiTypes.js.map +1 -1
  222. package/dist/types/src/common/types.d.ts +132 -13
  223. package/dist/types/src/common/types.d.ts.map +1 -1
  224. package/dist/types/src/common/types.js +10 -1
  225. package/dist/types/src/common/types.js.map +1 -1
  226. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
  227. package/dist/types/src/v2/controls/Table.d.ts +1 -1
  228. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +1 -1
  229. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
  230. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  231. package/dist/types/src/v4/controls/Table.d.ts +3 -3
  232. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  233. package/package.json +14 -12
  234. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
  235. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
  236. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -374
  237. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
  238. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
  239. package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -6,104 +6,190 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
6
6
 
7
7
  # Prerequisites
8
8
 
9
- [Node.js](https://nodejs.org/en/download/) version `20.14.0` or higher
9
+ You have [Node.js](https://nodejs.org/en/download/) version `20.14.0` or higher installed
10
10
 
11
+ ## [1.120.53] - 2026-03-05
12
+
13
+ ### Added
14
+
15
+ - Added support for retrieving name options for the `ButtonGroup` from the `enum` map in the Rich Text Editor building block
16
+ - Enhanced the page schema by adding `manifestPath` support for actions, sections, columns, fields, and filter fields in OData V4 applications
17
+ - Enhanced the page schema by adding `manifestPath` support for overview page properties in OData V2 applications
18
+ - Enhanced the logic for resolving descriptions in the view node of building blocks.
19
+
20
+ ### Fixed
21
+
22
+ - Fixed an issue with the `useExportToExcel` and other flex properties where two flex changes were created instead of one for object pages in OData V2 applications
23
+ - Fixed an issue where an empty view setup was defined with `"showCounts": true` which led to a "Cannot read properties of undefined (reading 'length') error"
24
+ - Fixed an issue where the `creationMode/name` property pointed to a table in an incorrect section and the `$ref` schema was incorrectly shared between sections
25
+ - Fixed an issue where the `personalization` property could not be set to `true` or `false` if a subproperty was defined
26
+ - Fixed an issue where a crash occurred during schema generation when a selection field has no value. Added a warning message instead.
27
+ - Fixed an issue where `undefined.position` is created in `manifest.json` during view creation/deletion for OData V4 applications.
28
+ - Fixed an issue where wrong `entityType` was resolved for `ListReport` page generation when `NavigationProperty` has `Partner` attribute.
29
+
30
+ ### Quality
31
+
32
+ Upgrades:
33
+
34
+ | Package | Change |
35
+ | -------------------------------------------------------------------- | ------------------------ |
36
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
37
+ | [semver](https://github.com/npm/node-semver) | [`7.7.3` -> `7.7.4`] |
38
+ | [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
39
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
40
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
41
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) | [`0.42.6` -> `0.43.1`] |
42
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
43
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) | [`0.10.20` -> `0.10.21`] |
44
+ | [axios](https://axios-http.com) | [`1.13.5` -> `1.13.6`] |
45
+ | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
46
+ | [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
47
+ | [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
48
+
49
+ ## [1.120.52] - 2026-02-04
50
+
51
+ ### Fixed
52
+
53
+ - Fixed an issue where a dot was used in a `additionalSemanticObjects` node text in the outline of the Page Editor
54
+ - Updated the description for the `additionalSemanticObjects` property in the schema
55
+ - Fixed an issue where an empty `[sap.ui5][routing][config]` object was always created in the `manifest.json` file, even when no related changes were made in OData V4 applications.
56
+ - Fixed multiple issues for the `manifestPath` calculation in the schema
57
+ - Fixed page support for the analytical list page in OData V2 applications
58
+ - Fixed incorrect paths for views and analytical list pages in OData V4 applications
59
+ - Added missing definitions within `additionalProperties` that were not included in the schema for macro elements such as `sap.fe.macros.table.MassEdit`
60
+
61
+ ### Added
62
+
63
+ - Enhanced the RTE ButtonGroup with the following changes:
64
+ - Hidden the ID
65
+ - Made the Name read-only
66
+ - Improved the labels
67
+ - Updated the UI ordering for the propertyIndex based on customToolbarPriority attribute for RTE Button Groups
68
+
69
+ ### Quality
70
+
71
+ Upgrades:
72
+
73
+ | Package | Change |
74
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
75
+ | [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.6.8` → `1.13.5` |
76
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter)) | `0.10.19` → `0.10.20` |
77
+ | [@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.41.6` → `0.42.6` |
78
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | `1.34.4` → `1.35.2` |
79
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | `0.14.5` → `0.14.6` |
80
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) | `8.53.1` → `8.54.0` |
81
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) | `8.53.1` → `8.54.0` |
82
+ | [eslint](https://eslint.org) | `9.26.0` → `9.39.2` |
83
+ | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
84
+ | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
85
+ | [i18next](https://www.i18next.com) | `25.7.4` → `25.8.0` |
86
+ | [prettier](https://prettier.io) | `3.8.0` → `3.8.1` |
87
+ | [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
11
88
 
12
89
  ## [1.120.51] - 2026-01-21
13
90
 
14
91
  ### Added
92
+
15
93
  - Added support for setting the `tooltip`, `importance`, and `required` properties for custom columns
16
94
  - Enhanced the page schema by adding `manifestPath` support for table properties and static nodes (such as the header and the root page level) for OData V2 applications
17
95
  - Added support for the `CreateMode` property at the page level and application level for OData V2 applications
18
96
 
19
97
  ### Changed
98
+
20
99
  - Refactored the initial step of generating a list report page for OData V4 applications
21
100
 
22
101
  ### Fixed
102
+
23
103
  - Fixed an issue where the empty `sap.ui.generic.app` property was removed and an empty `chartSettings` property was added to the `manifest.json` file when exporting an overview page for OData V2 applications
24
104
 
25
105
  ### Quality
26
106
 
27
107
  Upgrades:
28
108
 
29
- | Package | Change |
30
- |---|---|
31
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter)) | [`0.10.9` -> `0.10.19`] |
32
- | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser)) | [`0.9.6` -> `0.9.8`] |
33
- | [@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.40.2` -> `0.40.11`] |
34
- | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.33.0` -> `1.34.2`] |
35
- | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | [`0.13.2` -> `0.14.5`] |
36
- | [@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.51.0` -> `8.53.1`] |
37
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.51.0` -> `8.53.1`] |
38
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
39
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
40
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
41
- | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
109
+ | Package | Change |
110
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
111
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter)) | [`0.10.9` -> `0.10.19`] |
112
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser)) | [`0.9.6` -> `0.9.8`] |
113
+ | [@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.40.2` -> `0.40.11`] |
114
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.33.0` -> `1.34.2`] |
115
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | [`0.13.2` -> `0.14.5`] |
116
+ | [@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.51.0` -> `8.53.1`] |
117
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.51.0` -> `8.53.1`] |
118
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
119
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
120
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
121
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
42
122
 
43
123
  ## [1.120.50] - 2026-01-07
44
124
 
45
125
  ### Added
126
+
46
127
  - Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
47
128
  - Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
48
129
 
49
130
  ### Fixed
131
+
50
132
  OData V4:
133
+
51
134
  - Macros. Change isViewNode: false for non UI related nodes for Table
52
135
  - Macros. Generated schema for macros control does not contains properties/aggregation from extended macros control/class. Scenario with RichTextEditorWithMetadata
53
- OData V2:
136
+ OData V2:
54
137
  - OVP. Export issue - not possible to remove not allowed chart card properties
55
138
 
56
139
  ### Quality
57
140
 
58
141
  Upgrades:
59
142
 
60
- | Package | Change |
61
- |---|---|
62
- | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.32.12` -> `1.33.0`] |
63
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
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)) | [`0.40.0` -> `0.40.2`] |
65
- | [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
66
- | [@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.49.0` -> `8.51.0`] |
67
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.49.0` -> `8.51.0`] |
143
+ | Package | Change |
144
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
145
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.32.12` -> `1.33.0`] |
146
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
147
+ | [@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.40.0` -> `0.40.2`] |
148
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
149
+ | [@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.49.0` -> `8.51.0`] |
150
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.49.0` -> `8.51.0`] |
68
151
 
69
152
  ## [1.120.49] - 2025-11-26
70
153
 
71
154
  ### Added
155
+
72
156
  - Enhanced the `readApp` API method:
73
- - The method now returns an `applicationModel` where each page includes its own `TreeModel`
74
- - Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
157
+ - The method now returns an `applicationModel` where each page includes its own `TreeModel`
158
+ - Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
75
159
 
76
160
  ### Fixed
77
161
 
78
162
  OData V4:
163
+
79
164
  - Avoid unnecessary deletion of `targets.{target}.contextPattern`
80
165
 
81
166
  ### Quality
82
167
 
83
168
  Upgrades:
84
169
 
85
- | Package | Change |
86
- |---|---|
87
- | [@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.39.18` -> `0.39.25`] |
88
- | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | [`0.13.0` -> `0.13.2`] |
89
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.7` -> `0.10.9`] |
90
- | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.32.8` -> `1.32.9`] |
91
- | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
92
- | [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
93
- | [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
94
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
95
- | [@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.46.4` -> `8.48.0`] |
96
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.4` -> `8.48.0`] |
97
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.13.2`] |
98
- | [es5-ext](https://github.com/medikoo/es5-ext) | [`0.10.63` -> `0.10.64`] |
99
- | [glob-parent](https://github.com/gulpjs/glob-parent) | [`6.0.1` -> `6.0.2`] |
100
- | [parse-url](https://github.com/IonicaBizau/parse-url) | [`9.0.0` -> `9.2.0`] |
101
- | [tar](https://github.com/isaacs/node-tar) | [`7.0.2` -> `7.5.2`] |
102
- | [js-yaml](https://github.com/nodeca/js-yaml) | [-> `4.1.1`] |
170
+ | Package | Change |
171
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
172
+ | [@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.39.18` -> `0.39.25`] |
173
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | [`0.13.0` -> `0.13.2`] |
174
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.7` -> `0.10.9`] |
175
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.32.8` -> `1.32.9`] |
176
+ | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
177
+ | [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
178
+ | [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
179
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
180
+ | [@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.46.4` -> `8.48.0`] |
181
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.4` -> `8.48.0`] |
182
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.13.2`] |
183
+ | [es5-ext](https://github.com/medikoo/es5-ext) | [`0.10.63` -> `0.10.64`] |
184
+ | [glob-parent](https://github.com/gulpjs/glob-parent) | [`6.0.1` -> `6.0.2`] |
185
+ | [parse-url](https://github.com/IonicaBizau/parse-url) | [`9.0.0` -> `9.2.0`] |
186
+ | [tar](https://github.com/isaacs/node-tar) | [`7.0.2` -> `7.5.2`] |
187
+ | [js-yaml](https://github.com/nodeca/js-yaml) | [-> `4.1.1`] |
103
188
 
104
189
  ## [1.120.48] - 2025-11-12
105
190
 
106
191
  ### Added
192
+
107
193
  - Added the ability to delete building blocks on a custom page
108
194
  - Added the ability to delete the "Page" building block
109
195
  - Added the ability to create custom fields in form sections
@@ -113,39 +199,42 @@ Upgrades:
113
199
 
114
200
  Upgrades:
115
201
 
116
- | Package | Change |
117
- |---|---|
118
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
119
- | [@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.39.15` -> `0.39.18`] |
120
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
121
- | [@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.46.0` -> `8.46.2`] |
122
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.0` -> `8.46.2`] |
123
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
124
- | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
202
+ | Package | Change |
203
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
204
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
205
+ | [@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.39.15` -> `0.39.18`] |
206
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
207
+ | [@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.46.0` -> `8.46.2`] |
208
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.0` -> `8.46.2`] |
209
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
210
+ | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
125
211
 
126
212
  ## [1.120.47] - 2025-10-29
127
213
 
128
214
  ### Fixed
215
+
129
216
  - Fixed an issue where the Object Page synchronization of tables was not working correctly
130
217
 
131
218
  ### Quality
132
219
 
133
220
  Upgrades:
134
221
 
135
- | Package | Change |
136
- |---|---|
137
- | [@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.39.10` -> `0.39.15`] |
138
- | [@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.46.0` -> `8.46.2`] |
139
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.0` -> `8.46.2`] |
140
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
141
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.6` -> `0.10.7`] |
222
+ | Package | Change |
223
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
224
+ | [@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.39.10` -> `0.39.15`] |
225
+ | [@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.46.0` -> `8.46.2`] |
226
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.0` -> `8.46.2`] |
227
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
228
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.6` -> `0.10.7`] |
142
229
 
143
230
  ## [1.120.46] - 2025-10-15
144
231
 
145
232
  ### Added
233
+
146
234
  - Reverted macro labels to display building block type and ID
147
235
 
148
236
  ### Fixed
237
+
149
238
  - Fixed an issue where the `Quick Variant Selection` settings were not properly transferred to the `manifest.json` file
150
239
  - Update macros schema node description and metadata for UI rendering
151
240
  - Hide `exportSettings` aggregation from `sap.fe.macros.table.Column`
@@ -154,18 +243,18 @@ Upgrades:
154
243
 
155
244
  Upgrades:
156
245
 
157
- | Package | Change |
158
- |---|---|
159
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
160
- | [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
161
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
162
- | [@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.39.2` -> `0.39.10`] |
163
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.5` -> `0.10.6`] |
164
- | [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
165
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
166
- | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
167
- | [@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.45.0` -> `8.46.0`] |
168
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.45.0` -> `8.46.0`] |
246
+ | Package | Change |
247
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
248
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
249
+ | [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
250
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
251
+ | [@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.39.2` -> `0.39.10`] |
252
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.5` -> `0.10.6`] |
253
+ | [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
254
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
255
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
256
+ | [@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.45.0` -> `8.46.0`] |
257
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.45.0` -> `8.46.0`] |
169
258
 
170
259
  ## [1.120.45] - 2025-10-01
171
260
 
@@ -183,15 +272,15 @@ Upgrades:
183
272
 
184
273
  - Upgraded TS target to `ES2023`
185
274
 
186
- | Package | Change |
187
- |---|---|
188
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
189
- | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser)) | [`0.9.5` -> `0.9.6`] |
190
- | [@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.38.6` -> `0.39.2`] |
191
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
192
- | [@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.44.0` -> `8.45.0`] |
193
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.44.0` -> `8.45.0`] |
194
- | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
275
+ | Package | Change |
276
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
277
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
278
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser)) | [`0.9.5` -> `0.9.6`] |
279
+ | [@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.38.6` -> `0.39.2`] |
280
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
281
+ | [@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.44.0` -> `8.45.0`] |
282
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.44.0` -> `8.45.0`] |
283
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
195
284
 
196
285
  ## [1.120.44] - 2025-09-17
197
286
 
@@ -199,15 +288,15 @@ Upgrades:
199
288
 
200
289
  Upgrades:
201
290
 
202
- | Package | Change |
203
- |---|---|
204
- | [@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.38.2` -> `0.38.6`] |
205
- | [@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.42.0` -> `8.44.0`] |
206
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.42.0` -> `8.44.0`] |
207
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
208
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.3` -> `0.10.5`] |
209
- | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser)) | [`0.8.2` -> `0.9.5`] |
210
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
291
+ | Package | Change |
292
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
293
+ | [@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.38.2` -> `0.38.6`] |
294
+ | [@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.42.0` -> `8.44.0`] |
295
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.42.0` -> `8.44.0`] |
296
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
297
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.3` -> `0.10.5`] |
298
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser)) | [`0.8.2` -> `0.9.5`] |
299
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
211
300
 
212
301
  ## [1.120.43] - 2025-09-03
213
302
 
@@ -219,12 +308,12 @@ OVP page. Properties from different card types on the OVP page were not imported
219
308
 
220
309
  Upgrades:
221
310
 
222
- | Package | Change |
223
- |---|---|
224
- | [@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.40.0` -> `8.42.0`] |
225
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.40.0` -> `8.42.0`] |
226
- | [@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.38.0` -> `0.38.2`] |
227
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
311
+ | Package | Change |
312
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
313
+ | [@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.40.0` -> `8.42.0`] |
314
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.40.0` -> `8.42.0`] |
315
+ | [@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.38.0` -> `0.38.2`] |
316
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
228
317
 
229
318
  ## [1.120.42] - 2025-08-20
230
319
 
@@ -234,14 +323,14 @@ Upgrades:
234
323
 
235
324
  Upgrades:
236
325
 
237
- | Package | Change |
238
- |---|---|
239
- | [@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.39.0` -> `8.40.0`] |
240
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.39.0` -> `8.40.0`] |
241
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
242
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
243
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
244
- | [@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.36.0` -> `0.38.0`] |
326
+ | Package | Change |
327
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
328
+ | [@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.39.0` -> `8.40.0`] |
329
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.39.0` -> `8.40.0`] |
330
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
331
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
332
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
333
+ | [@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.36.0` -> `0.38.0`] |
245
334
 
246
335
  ## [1.120.41] - 2025-08-06
247
336
 
@@ -249,15 +338,15 @@ Upgrades:
249
338
 
250
339
  Upgrades:
251
340
 
252
- | Package | Change |
253
- |---|---|
254
- | [@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.37.0` -> `8.39.0`] |
255
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.37.0` -> `8.39.0`] |
256
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
257
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
258
- | [@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.5` -> `0.36.0`] |
259
- | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
260
- | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
341
+ | Package | Change |
342
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
343
+ | [@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.37.0` -> `8.39.0`] |
344
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.37.0` -> `8.39.0`] |
345
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
346
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
347
+ | [@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.5` -> `0.36.0`] |
348
+ | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
349
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
261
350
 
262
351
  ## [1.120.40] - 2025-07-23
263
352
 
@@ -265,14 +354,14 @@ Upgrades:
265
354
 
266
355
  Upgrades:
267
356
 
268
- | Package | Change |
269
- |---|---|
270
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
271
- | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
272
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
273
- | [@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.35.1` -> `8.37.0`] |
274
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.35.1` -> `8.37.0`] |
275
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
357
+ | Package | Change |
358
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
359
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
360
+ | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
361
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
362
+ | [@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.35.1` -> `8.37.0`] |
363
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.35.1` -> `8.37.0`] |
364
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
276
365
 
277
366
  ## [1.120.39] - 2025-07-09
278
367
 
@@ -280,12 +369,12 @@ Upgrades:
280
369
 
281
370
  Upgrades:
282
371
 
283
- | Package | Change |
284
- |---|---|
372
+ | Package | Change |
373
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
285
374
  | [@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.35.0` -> `8.35.1`] |
286
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.35.0` -> `8.35.1`] |
287
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
288
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
375
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.35.0` -> `8.35.1`] |
376
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
377
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
289
378
 
290
379
  ## [1.120.38] - 2025-06-25
291
380
 
@@ -293,46 +382,49 @@ Upgrades:
293
382
 
294
383
  Upgrades:
295
384
 
296
- | Package | Change |
297
- |---|---|
298
- | [@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`] |
299
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
300
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
301
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
302
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
303
- | [@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`] |
304
- | [@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`] |
385
+ | Package | Change |
386
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
387
+ | [@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`] |
388
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
389
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
390
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
391
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
392
+ | [@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`] |
393
+ | [@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`] |
305
394
 
306
395
  ## [1.120.37] - 2025-06-11
307
396
 
308
397
  ### Added
309
398
 
310
399
  OData V4:
400
+
311
401
  - Basic support for new SAP Ariba LR/OP templates
312
402
 
313
403
  OData V4/V2:
404
+
314
405
  - Schema generation - add link to documentation for "flexibleColumnLayout" property
315
406
 
316
407
  ### Fixed
317
408
 
318
409
  OData V4/V2:
410
+
319
411
  - Schema generation - update description for "flexibleColumnLayout" property
320
412
 
321
413
  ### Quality
322
414
 
323
415
  Upgrades:
324
416
 
325
- | Package | Type | Update | Change |
326
- |---|---|---|---|
327
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
328
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
329
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
330
- | [@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.32.1` -> `8.34.0`]|
331
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.32.1` -> `8.34.0`] |
332
- | [@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 | minor | [`0.33.28` -> `0.35.0`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.33.28/0.34.3) |
333
- | [@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`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.33.28/0.34.3) |
334
- | [@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`](https://renovatebot.com/diffs/npm/@sap-ux%2fvocabularies-types/0.12.0/0.13.0) |
335
- | [@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`](https://renovatebot.com/diffs/npm/@sap-ux%2fvocabularies-types/0.12.0/0.13.0) |
417
+ | Package | Type | Update | Change |
418
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------------------------------------------------------------------------------------- |
419
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
420
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
421
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
422
+ | [@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.32.1` -> `8.34.0`] |
423
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.32.1` -> `8.34.0`] |
424
+ | [@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 | minor | [`0.33.28` -> `0.35.0`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.33.28/0.34.3) |
425
+ | [@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`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.33.28/0.34.3) |
426
+ | [@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`](https://renovatebot.com/diffs/npm/@sap-ux%2fvocabularies-types/0.12.0/0.13.0) |
427
+ | [@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`](https://renovatebot.com/diffs/npm/@sap-ux%2fvocabularies-types/0.12.0/0.13.0) |
336
428
 
337
429
  ## [1.120.36] - 2025-05-28
338
430
 
@@ -340,11 +432,11 @@ Upgrades:
340
432
 
341
433
  Upgrades:
342
434
 
343
- | Package | Type | Update | Change |
344
- |---|---|---|---|
345
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
346
- | [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
347
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
435
+ | Package | Type | Update | Change |
436
+ | ------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
437
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
438
+ | [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
439
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
348
440
 
349
441
  ## [1.120.35] - 2025-05-14
350
442
 
@@ -356,15 +448,15 @@ Upgrades:
356
448
 
357
449
  Upgrades:
358
450
 
359
- | Package | Type | Update | Change |
360
- |---|---|---|---|
361
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
362
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
363
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
364
- | [@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`] |
365
- | [@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`] |
366
- | [@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`] |
367
- | [@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`] |
451
+ | Package | Type | Update | Change |
452
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
453
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
454
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
455
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
456
+ | [@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`] |
457
+ | [@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`] |
458
+ | [@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`] |
459
+ | [@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`] |
368
460
 
369
461
  ## [1.120.34] - 2025-04-30
370
462
 
@@ -372,17 +464,16 @@ Upgrades:
372
464
 
373
465
  Upgrades:
374
466
 
375
- | Package | Type | Update | Change |
376
- |---|---|---|---|
377
- | [@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`] |
378
- | [@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`] |
379
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
380
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
381
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
382
- | [@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`] |
383
- | [@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`] |
384
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`]|
385
-
467
+ | Package | Type | Update | Change |
468
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
469
+ | [@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`] |
470
+ | [@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`] |
471
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
472
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
473
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
474
+ | [@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`] |
475
+ | [@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`] |
476
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
386
477
 
387
478
  ## [1.120.33] - 2025-04-19
388
479
 
@@ -402,35 +493,34 @@ Upgrades:
402
493
 
403
494
  Upgrades:
404
495
 
405
- | Package | Type | Update | Change |
406
- |---|---|---|---|
407
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
408
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`]
409
- | [@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`]|
410
- | [@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`] |
411
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`]
412
-
496
+ | Package | Type | Update | Change |
497
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
498
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
499
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`] |
500
+ | [@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`] |
501
+ | [@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`] |
502
+ | [typescript](https://www.typescriptlang.org/) | devDependencies | patch | [`5.8.2` -> `5.8.3`] |
413
503
 
414
504
  ## [1.120.32] - 2025-04-02
415
505
 
416
506
  ### Added
507
+
417
508
  - Support rowCount and rowCountMode settings for grid, analytical and tree tables on object pages in OData V4
418
509
 
419
510
  ### Quality
420
511
 
421
512
  Upgrades:
422
513
 
423
- | Package | Type | Update | Change |
424
- |---|---|---|---|
425
- | [@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`] |
426
- | [@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`] |
427
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
428
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
429
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
430
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
431
- | [@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`] |
432
- | [@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`] |
433
-
514
+ | Package | Type | Update | Change |
515
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
516
+ | [@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`] |
517
+ | [@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`] |
518
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
519
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
520
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
521
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
522
+ | [@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`] |
523
+ | [@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`] |
434
524
 
435
525
  ## [1.120.31] - 2025-03-19
436
526
 
@@ -450,22 +540,22 @@ Upgrades:
450
540
 
451
541
  Upgrades:
452
542
 
453
- | Package | Type | Update | Change |
454
- |---|---|---|---|
455
- | [@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`]
456
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
457
- | [@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`] |
458
- | [@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`] |
459
- | [@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`] |
460
- | [@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`] |
461
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
462
-
543
+ | Package | Type | Update | Change |
544
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
545
+ | [@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`] |
546
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
547
+ | [@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`] |
548
+ | [@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`] |
549
+ | [@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`] |
550
+ | [@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`] |
551
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
463
552
 
464
553
  ## [1.120.30] - 2025-03-05
465
554
 
466
555
  ### Added
467
556
 
468
557
  OData V2:
558
+
469
559
  - Support of `cloudDevAdaptionStatus` internal setting
470
560
 
471
561
  ### Changed
@@ -480,17 +570,17 @@ OData V2:
480
570
 
481
571
  Upgrades:
482
572
 
483
- | Package | Type | Update | Change |
484
- |---|---|---|---|
485
- | [@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`]
486
- | [@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`]
487
- | [@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`]
488
- | [@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`]
489
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`]
490
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`]
491
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`]
492
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`]
493
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`]
573
+ | Package | Type | Update | Change |
574
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
575
+ | [@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`] |
576
+ | [@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`] |
577
+ | [@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`] |
578
+ | [@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`] |
579
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`] |
580
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`] |
581
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`] |
582
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`] |
583
+ | [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`] |
494
584
 
495
585
  ## [1.120.29] - 2025-02-19
496
586
 
@@ -508,14 +598,14 @@ Upgrades:
508
598
 
509
599
  Upgrades:
510
600
 
511
- | Package | Type | Update | Change |
512
- |---|---|---|---|
513
- | [@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`] |
514
- | [@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`] |
515
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
516
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
517
- | [@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`] |
518
- | [@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`] |
601
+ | Package | Type | Update | Change |
602
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
603
+ | [@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`] |
604
+ | [@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`] |
605
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
606
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
607
+ | [@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`] |
608
+ | [@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`] |
519
609
 
520
610
  ## [1.120.28] - 2025-02-05
521
611
 
@@ -537,12 +627,12 @@ Upgrades:
537
627
 
538
628
  Upgrades:
539
629
 
540
- Package Type Update Change
541
- semver devDependencies minor 7.6.3 -> 7.7.1
542
- @sap-ux/fe-fpm-writer (source) devDependencies minor 0.31.25 -> 0.32.2
543
- @sap-ux/fe-fpm-writer (source) dependencies minor 0.31.25 -> 0.32.2
544
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.20.0 -> 8.23.0
545
- @typescript-eslint/parser (source) devDependencies minor 8.20.0 -> 8.23.0
630
+ Package Type Update Change
631
+ semver devDependencies minor 7.6.3 -> 7.7.1
632
+ @sap-ux/fe-fpm-writer (source) devDependencies minor 0.31.25 -> 0.32.2
633
+ @sap-ux/fe-fpm-writer (source) dependencies minor 0.31.25 -> 0.32.2
634
+ @typescript-eslint/eslint-plugin (source) devDependencies minor 8.20.0 -> 8.23.0
635
+ @typescript-eslint/parser (source) devDependencies minor 8.20.0 -> 8.23.0
546
636
 
547
637
  ## [1.120.27] - 2025-01-22
548
638
 
@@ -560,15 +650,15 @@ semver devDependencies minor 7.6.3 -> 7.7.1
560
650
 
561
651
  Upgrades:
562
652
 
563
- | Package | Type | Update | Change |
564
- |---|---|---|---|
565
- | [@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`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.31.23/0.31.25) |
566
- | [@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`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.31.23/0.31.25) |
567
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.7.2` -> `5.7.3`](https://renovatebot.com/diffs/npm/typescript/5.7.2/5.7.3) |
568
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.4` -> `11.0.5`](https://renovatebot.com/diffs/npm/uuid/11.0.4/11.0.5) |
569
- | [@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`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.19.1/8.20.0) |
570
- | [@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`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.19.1/8.20.0) |
571
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.1` -> `5.2.3`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.2.1/5.2.3) |
653
+ | Package | Type | Update | Change |
654
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
655
+ | [@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`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.31.23/0.31.25) |
656
+ | [@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`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.31.23/0.31.25) |
657
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.7.2` -> `5.7.3`](https://renovatebot.com/diffs/npm/typescript/5.7.2/5.7.3) |
658
+ | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.4` -> `11.0.5`](https://renovatebot.com/diffs/npm/uuid/11.0.4/11.0.5) |
659
+ | [@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`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.19.1/8.20.0) |
660
+ | [@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`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.19.1/8.20.0) |
661
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.1` -> `5.2.3`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.2.1/5.2.3) |
572
662
 
573
663
  ## [1.120.26] - 2025-01-08
574
664
 
@@ -582,20 +672,20 @@ Upgrades:
582
672
 
583
673
  ### Fixed
584
674
 
585
- - OData V4:
586
- - Allow to delete last custom filter field
587
- - `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
588
- - Avoid deletion of unknown properties in custom page settings.
589
- - Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
590
- - 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.
675
+ - OData V4:
676
+ - Allow to delete last custom filter field
677
+ - `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
678
+ - Avoid deletion of unknown properties in custom page settings.
679
+ - Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
680
+ - 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.
591
681
 
592
682
  ### Quality
593
683
 
594
684
  Upgrades:
595
685
 
596
- - uuid devDependencies patch 11.0.3 -> 11.0.4
597
- - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
598
- - @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
686
+ - uuid devDependencies patch 11.0.3 -> 11.0.4
687
+ - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
688
+ - @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
599
689
  - @sap-ux/fe-fpm-writer to 0.31.23
600
690
  - prettier to 3.4.2
601
691
  - esbuild to 0.24.2
@@ -611,16 +701,16 @@ Upgrades:
611
701
 
612
702
  Upgrades:
613
703
 
614
- - @sap-ux/annotation-converter (source) devDependencies patch 0.9.9 -> 0.9.11
615
- - @sap-ux/vocabularies-types (source) devDependencies minor 0.11.6 -> 0.12.0
616
- - @sap-ux/vocabularies-types (source) dependencies minor 0.11.6 -> 0.12.0
617
- - @sap-ux/vocabularies-types (source) resolutions minor 0.11.6 -> 0.12.0
618
- - typescript (source) devDependencies minor 5.6.3 -> 5.7.2
619
- - i18next (source) devDependencies patch 23.16.5 -> 23.16.8
620
- - @sap-ux/fe-fpm-writer (source) devDependencies patch 0.31.18 -> 0.31.21
621
- - @sap-ux/fe-fpm-writer (source) dependencies patch 0.31.18 -> 0.31.21
622
- - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.13.0 -> 8.15.0
623
- - @typescript-eslint/parser (source) devDependencies minor 8.13.0 -> 8.15.0
704
+ - @sap-ux/annotation-converter (source) devDependencies patch 0.9.9 -> 0.9.11
705
+ - @sap-ux/vocabularies-types (source) devDependencies minor 0.11.6 -> 0.12.0
706
+ - @sap-ux/vocabularies-types (source) dependencies minor 0.11.6 -> 0.12.0
707
+ - @sap-ux/vocabularies-types (source) resolutions minor 0.11.6 -> 0.12.0
708
+ - typescript (source) devDependencies minor 5.6.3 -> 5.7.2
709
+ - i18next (source) devDependencies patch 23.16.5 -> 23.16.8
710
+ - @sap-ux/fe-fpm-writer (source) devDependencies patch 0.31.18 -> 0.31.21
711
+ - @sap-ux/fe-fpm-writer (source) dependencies patch 0.31.18 -> 0.31.21
712
+ - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.13.0 -> 8.15.0
713
+ - @typescript-eslint/parser (source) devDependencies minor 8.13.0 -> 8.15.0
624
714
  - uuid devDependencies patch 11.0.2 -> `11.0.3
625
715
  - axios source devDependencies patch 1.7.7 -> 1.7.9
626
716
 
@@ -666,7 +756,7 @@ Upgrades:
666
756
 
667
757
  ### Fixed
668
758
 
669
- - An exception occurred 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.
759
+ - An exception occurred 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.
670
760
 
671
761
  ### Quality
672
762
 
@@ -742,10 +832,10 @@ Upgrades:
742
832
 
743
833
  - Table views: new error handling for undefined keys.
744
834
  - Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
745
- - change indicator was not set for manifest.json in v4.
746
- - entityPath was not forwarded at overview pages.
747
- - the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
748
- - FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
835
+ - change indicator was not set for manifest.json in v4.
836
+ - entityPath was not forwarded at overview pages.
837
+ - the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
838
+ - FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
749
839
 
750
840
  ### Quality
751
841
 
@@ -806,7 +896,7 @@ Upgrades:
806
896
  OData V4:
807
897
 
808
898
  - Specification API - support 'prompts' api using class "PromptsAPI" from "@sap-ux/fe-fpm-writer"
809
- - Adds required `sap.fe.*` libraries to manifest.json on page creation
899
+ - Adds required `sap.fe.*` libraries to manifest.json on page creation
810
900
 
811
901
  ### Quality
812
902
 
@@ -943,7 +1033,7 @@ Upgrades:
943
1033
  ### Fixed
944
1034
 
945
1035
  - V4. Schema generation for object page. Section label is not resolved within target definition and id was presented in "description"
946
- - V4. Schema generation for building block macros. AnnotationPath was not resolved for macros when absolute path was used in "metaPath" attribute
1036
+ - V4. Schema generation for building block macros. AnnotationPath was not resolved for macros when absolute path was used in "metaPath" attribute
947
1037
 
948
1038
  ### Quality
949
1039
 
@@ -961,12 +1051,12 @@ Upgrades:
961
1051
  ### Added
962
1052
 
963
1053
  - OData V4:
964
- - property widthIncludingColumnHeader on table and column level
1054
+ - property widthIncludingColumnHeader on table and column level
965
1055
 
966
1056
  ### Changed
967
1057
 
968
1058
  - In a previous version, the tag `descriptionSrcUrl` (link to the UI5 documentation) was added in form of a JSDoc annotation. It became evident that this annotation was not transferred correctly in all cases to the JSON schema by the to-json-schema generator.
969
- To overcome this problem, `descriptionSrcUrl` is now placed in form of reflect metadata at all sync classes, and added to the schema by an own post-processing routine `processMetadata` that evaluates the reflect metadata.
1059
+ To overcome this problem, `descriptionSrcUrl` is now placed in form of reflect metadata at all sync classes, and added to the schema by an own post-processing routine `processMetadata` that evaluates the reflect metadata.
970
1060
 
971
1061
  ### Removed
972
1062
 
@@ -984,8 +1074,8 @@ OData V4:
984
1074
  - toolbar actions had partially not been considered during the import
985
1075
  - the export of table properties had overwritten the export from views
986
1076
  - the export now supports two different constellations for anyOf definitions in schema:
987
- - anyOf directly defined as additionalProperties (of MultiTableMode)
988
- - anyOf reachable via $ref, properties defined there.
1077
+ - anyOf directly defined as additionalProperties (of MultiTableMode)
1078
+ - anyOf reachable via $ref, properties defined there.
989
1079
  - Custom section fragments with event handler. `core:require` attribute is moved from `Button` to wrapper `VBox`
990
1080
  - Default 'empty' `manifest.json` is returned after export of FPM Custom Page
991
1081
  - The generation of config files failed with exception if a custom header action was defined with an invalid type, like string.
@@ -1012,8 +1102,8 @@ Upgrades:
1012
1102
  ### Changed
1013
1103
 
1014
1104
  - OData V2:
1015
- - Documentation for property createMode of OP table adapted
1016
- - Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
1105
+ - Documentation for property createMode of OP table adapted
1106
+ - Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
1017
1107
 
1018
1108
  ### Removed
1019
1109
 
@@ -1021,7 +1111,7 @@ Upgrades:
1021
1111
 
1022
1112
  ### Fixed
1023
1113
 
1024
- - V4 Macros. Property 'personalization' exported as XML element instead of attribute into xml file
1114
+ - V4 Macros. Property 'personalization' exported as XML element instead of attribute into xml file
1025
1115
 
1026
1116
  ### Quality
1027
1117
 
@@ -1058,7 +1148,7 @@ Upgrades
1058
1148
  ### Added
1059
1149
 
1060
1150
  - OData V4:
1061
- - String type to bindable number type properties in macros schema
1151
+ - String type to bindable number type properties in macros schema
1062
1152
  - Overview Pages: support three different ways of defining the colors of cards
1063
1153
 
1064
1154
  ### Quality
@@ -1117,15 +1207,15 @@ Upgrades
1117
1207
  - eslint to v8.57.0
1118
1208
  - @types/semver: obsolete dependency deleted
1119
1209
  - esbuild to v0.20.1
1120
-
1210
+
1121
1211
  ## [1.120.5] - 2024-02-21
1122
1212
 
1123
1213
  ### Added
1124
1214
 
1125
1215
  - OData V2:
1126
- - Support of Header facets on Object Page
1216
+ - Support of Header facets on Object Page
1127
1217
  - UX adjustments of inplace documentation:
1128
- - Support for Screen Readers and Arrow Navigation
1218
+ - Support for Screen Readers and Arrow Navigation
1129
1219
 
1130
1220
  ### Changed
1131
1221
 
@@ -1157,9 +1247,9 @@ OData V2:
1157
1247
  - Invalid object-like descriptions and keys had been generated into the app-specific schemas if DataFieldForIntentBasedNavigation was defined with a path reference
1158
1248
  - An exception happened during app schema generation if a NavigationProperty pointed to an invalid target annotation
1159
1249
  - OData V4:
1160
- - Enum for macros table `variantManagement` property
1161
- - Wrong resolution of contextPath in case of containment as target for a page, leading to an exception during the schema generation
1162
- - Invalid '/' in app schema definition names replaced by '::'
1250
+ - Enum for macros table `variantManagement` property
1251
+ - Wrong resolution of contextPath in case of containment as target for a page, leading to an exception during the schema generation
1252
+ - Invalid '/' in app schema definition names replaced by '::'
1163
1253
 
1164
1254
  ### Quality
1165
1255
 
@@ -1178,12 +1268,12 @@ Upgrades
1178
1268
  ### Added
1179
1269
 
1180
1270
  - OData V4:
1181
- - View columns set as view nodes
1271
+ - View columns set as view nodes
1182
1272
 
1183
1273
  ### Fixed
1184
1274
 
1185
1275
  - OData V4:
1186
- - Schema is not generated for custom page when namespaces are not defined in view file
1276
+ - Schema is not generated for custom page when namespaces are not defined in view file
1187
1277
 
1188
1278
  ### Quality
1189
1279
 
@@ -1200,31 +1290,31 @@ Upgrades
1200
1290
  ### Added
1201
1291
 
1202
1292
  - UX adjustments of inplace documentation:
1203
- - Support of Keyboard Navigation
1293
+ - Support of Keyboard Navigation
1204
1294
  - OData V2: Support of global table settings for object pages
1205
1295
  - OData V4:
1206
- - OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
1207
- - OP: Sequence of actions is now based on criticality annotation
1208
- - TBD
1209
-
1296
+ - OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
1297
+ - OP: Sequence of actions is now based on criticality annotation
1298
+ - TBD
1299
+
1210
1300
  ### Changed
1211
1301
 
1212
1302
  - Alignment of settings for sap.ovp:
1213
- The global settings and card specific settings have been compared with the actual status of the documentation and the subschema as available at <https://www.npmjs.com/package/@ui5/manifest>. Missing settings have been added, obsolete settings have been eliminated.
1214
- The assignment of settings to the specific card types has been revised and adjusted.
1303
+ The global settings and card specific settings have been compared with the actual status of the documentation and the subschema as available at <https://www.npmjs.com/package/@ui5/manifest>. Missing settings have been added, obsolete settings have been eliminated.
1304
+ The assignment of settings to the specific card types has been revised and adjusted.
1215
1305
  - Increased `fe-fpm-writer` api version
1216
1306
  - Increased api version
1217
- - OData V2: ALP root properties order
1307
+ - OData V2: ALP root properties order
1218
1308
 
1219
1309
  ### Fixed
1220
1310
 
1221
- - OData V4: Empty visualization throws unhandled error during sync
1311
+ - OData V4: Empty visualization throws unhandled error during sync
1222
1312
  - Prevent exception in case of illegal annotationPath references of fields or columns
1223
- - OData V2: ALP not displaying chart and properties
1313
+ - OData V2: ALP not displaying chart and properties
1224
1314
  - OVP:
1225
- - In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
1226
- - Property "Category" was shown with an initial value as object, although being of type string.
1227
- - Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
1315
+ - In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
1316
+ - Property "Category" was shown with an initial value as object, although being of type string.
1317
+ - Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
1228
1318
 
1229
1319
  ### Quality
1230
1320
 
@@ -1247,12 +1337,12 @@ Upgrades
1247
1337
  ### Changed
1248
1338
 
1249
1339
  - OVP card settings:
1250
- - Added missing properties
1251
- - Removed irrelevant settings from custom card settings
1252
- - Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
1340
+ - Added missing properties
1341
+ - Removed irrelevant settings from custom card settings
1342
+ - Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
1253
1343
 
1254
1344
  - If problems had been posted to the log with regards to annotations, they normally ended with the information `location: webapp/localService/metadata.xml`. This location information might be misleading for edmx projects, as annotation may reside in a different file. It was always wrong for CAP projects.
1255
- Thus the location information is removed for annotation problems
1345
+ Thus the location information is removed for annotation problems
1256
1346
 
1257
1347
  - If no line item annotation is present, no `annotationPath` property gets added to the schemas of OData V2 and V4
1258
1348
 
@@ -1282,11 +1372,11 @@ Upgrades
1282
1372
 
1283
1373
  ### Added
1284
1374
 
1285
- - OData V4:
1286
- - Added support for TreeTable
1375
+ - OData V4:
1376
+ - Added support for TreeTable
1287
1377
 
1288
1378
  ### Changed
1289
-
1379
+
1290
1380
  ### Removed
1291
1381
 
1292
1382
  ### Deprecated
@@ -1296,11 +1386,11 @@ Upgrades
1296
1386
  - Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
1297
1387
 
1298
1388
  - OData V4:
1299
- - If multiple facets refer to target annotations without an ID but with identical labels, only one of the facets was shown in the page editor
1300
- - An error message was added to the logger if the ID was missing for a reference facet. This was wrong, the ID is optional for reference facets. Instead, the error message is now added for missing IDs of collection facets
1301
- - Building blocks:
1302
- - The number of new lines that get created from the description of building block properties was decreased
1303
- - Missing 'enum' for multiple building block properties
1389
+ - If multiple facets refer to target annotations without an ID but with identical labels, only one of the facets was shown in the page editor
1390
+ - An error message was added to the logger if the ID was missing for a reference facet. This was wrong, the ID is optional for reference facets. Instead, the error message is now added for missing IDs of collection facets
1391
+ - Building blocks:
1392
+ - The number of new lines that get created from the description of building block properties was decreased
1393
+ - Missing 'enum' for multiple building block properties
1304
1394
 
1305
1395
  ### Quality
1306
1396
 
@@ -1315,4 +1405,4 @@ Upgrades
1315
1405
  - @types/semver to v7.5.5
1316
1406
  - @types/d3 to v7.4.3
1317
1407
  - @types/mem-fs-editor to v7.0.6
1318
- - @sapui5/ts-types-esm to 1.120.1
1408
+ - @sapui5/ts-types-esm to 1.120.9