@sap/ux-specification 1.120.52 → 1.120.54

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 (230) hide show
  1. package/CHANGELOG.md +399 -319
  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 +275 -267
  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 +44 -2
  21. package/dist/schemas/v4/ListReportConfig.json +24 -6
  22. package/dist/schemas/v4/ObjectPageConfig.json +32 -8
  23. package/dist/specification/package.json +14 -12
  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 +40 -0
  31. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  32. package/dist/specification/scripts/macros/corrections.js +82 -7
  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 +14 -1
  36. package/dist/specification/scripts/macros/schema.js.map +1 -1
  37. package/dist/specification/scripts/macros/types.d.ts +1 -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/i18n/i18n.d.ts.map +1 -1
  41. package/dist/specification/src/i18n/i18n.js +2 -1
  42. package/dist/specification/src/i18n/i18n.js.map +1 -1
  43. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +501 -0
  44. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
  45. package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
  46. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
  47. package/dist/specification/src/sync/common/decoration/decorators.d.ts +116 -24
  48. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  49. package/dist/specification/src/sync/common/decoration/decorators.js +308 -78
  50. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  51. package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
  52. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  53. package/dist/specification/src/sync/common/decoration/index.js +1 -0
  54. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  55. package/dist/specification/src/sync/common/dist_tag.json +8 -3
  56. package/dist/specification/src/sync/common/generate/utils.d.ts +2 -1
  57. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  58. package/dist/specification/src/sync/common/generate/utils.js +5 -1
  59. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  60. package/dist/specification/src/sync/common/i18n.json +2 -1
  61. package/dist/specification/src/sync/common/utils.d.ts +22 -6
  62. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  63. package/dist/specification/src/sync/common/utils.js +122 -18
  64. package/dist/specification/src/sync/common/utils.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 +9 -7
  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 +58 -2
  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/import/app/appProvider.d.ts.map +1 -1
  79. package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
  80. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  81. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
  82. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  83. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
  84. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  85. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
  86. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  87. package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
  88. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  89. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
  91. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  92. package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
  93. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  94. package/dist/specification/src/sync/v2/import/utils.js +37 -0
  95. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  96. package/dist/specification/src/sync/v2/utils.d.ts +12 -2
  97. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  98. package/dist/specification/src/sync/v2/utils.js +19 -2
  99. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  100. package/dist/specification/src/sync/v4/application.d.ts +31 -2
  101. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  102. package/dist/specification/src/sync/v4/application.js +42 -2
  103. package/dist/specification/src/sync/v4/application.js.map +1 -1
  104. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
  105. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  106. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
  107. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  108. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
  109. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  110. package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
  111. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  112. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
  113. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  114. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
  115. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  116. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  117. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  118. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
  119. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  120. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
  121. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  122. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
  123. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  124. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +21 -8
  125. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  126. package/dist/specification/src/sync/v4/export/controls/Table.js +38 -41
  127. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  128. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  129. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
  130. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  131. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +2 -1
  132. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  133. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +4 -3
  134. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  135. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  136. package/dist/specification/src/sync/v4/export/export.js +25 -3
  137. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  138. package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
  139. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  140. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  141. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +20 -12
  142. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  143. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  144. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +16 -1
  145. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  146. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  147. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +10 -1
  148. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  149. package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
  150. package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
  151. package/dist/specification/src/sync/v4/generate/index.js +1 -1
  152. package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
  153. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
  154. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
  155. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +336 -0
  156. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
  157. package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +21 -14
  158. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
  159. package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +119 -226
  160. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
  161. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  162. package/dist/specification/src/sync/v4/generate/objectPage.js +150 -56
  163. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  164. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  165. package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
  166. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  167. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
  168. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  169. package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
  170. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  171. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
  172. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  173. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
  174. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  175. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +219 -96
  176. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  177. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +557 -211
  178. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  179. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
  180. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  181. package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
  182. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  183. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
  184. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  185. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
  186. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  187. package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
  188. package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
  189. package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
  190. package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
  191. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
  192. package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
  193. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
  194. package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
  195. package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
  196. package/dist/specification/src/sync/v4/utils/index.js +18 -0
  197. package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
  198. package/dist/specification/src/sync/v4/utils/utils.d.ts +9 -1
  199. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  200. package/dist/specification/src/sync/v4/utils/utils.js +18 -3
  201. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  202. package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
  203. package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
  204. package/dist/specification/test/test-utils/utils.d.ts +71 -0
  205. package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
  206. package/dist/specification/test/test-utils/utils.js +400 -0
  207. package/dist/specification/test/test-utils/utils.js.map +1 -0
  208. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
  209. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
  210. package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
  211. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
  212. package/dist/types/src/apiTypes.d.ts +2 -3
  213. package/dist/types/src/apiTypes.d.ts.map +1 -1
  214. package/dist/types/src/apiTypes.js.map +1 -1
  215. package/dist/types/src/common/types.d.ts +119 -13
  216. package/dist/types/src/common/types.d.ts.map +1 -1
  217. package/dist/types/src/common/types.js.map +1 -1
  218. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
  219. package/dist/types/src/v2/controls/Table.d.ts +1 -1
  220. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
  221. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  222. package/dist/types/src/v4/controls/Table.d.ts +3 -3
  223. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  224. package/package.json +14 -12
  225. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
  226. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
  227. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -374
  228. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
  229. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
  230. package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -6,11 +6,78 @@ 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
+
11
+ ## [1.120.54] - 2026-03-19
12
+
13
+ ### Added
14
+
15
+ - Enhanced the object page schema by adding `manifestPath` support for chart sections, custom sections, and analytical list pages in OData V2 applications
16
+
17
+ ### Fixed
18
+
19
+ - Corrected the `annotationPath` for the Chart building block where `metaPath` was set to the selection variant annotation
20
+ - Fixed an issue where `undefined.position` was created in the `manifest.json` file during view creation and deletion for OData V4 applications
21
+ - Fixed the incomplete conversion of aggregations to schema logic in the building block `api.json` file
22
+ - Fixed the initialization configuration of `i18next`
23
+
24
+ ### Quality
25
+
26
+ Upgrades:
27
+
28
+ | Package | Change |
29
+ | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
30
+ | [@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.43.7` -> `0.43.10`] |
31
+ | [@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.35.10` -> `1.35.13`] |
32
+ | [i18next](https://www.i18next.com) | [`25.8.13` -> `25.8.18`] |
33
+ | [eslint](https://eslint.org) | [`9.39.3` -> `9.39.4`] |
34
+ | [tar](https://github.com/npm/node-tar) | [`7.5.10` -> `7.5.11`] |
35
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.3` -> `0.27.4`] |
36
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io) | [`8.54.0` -> `8.57.1`] |
37
+ | [@typescript-eslint/parser](https://typescript-eslint.io) | [`8.54.0` -> `8.57.1`] |
38
+
39
+ ## [1.120.53] - 2026-03-05
40
+
41
+ ### Added
42
+
43
+ - Added support for retrieving name options for the `ButtonGroup` from the `enum` map in the Rich Text Editor building block
44
+ - Enhanced the page schema by adding `manifestPath` support for actions, sections, columns, fields, and filter fields in OData V4 applications
45
+ - Enhanced the page schema by adding `manifestPath` support for overview page properties in OData V2 applications
46
+ - Enhanced the logic for resolving descriptions in the view node of building blocks.
47
+
48
+ ### Fixed
49
+
50
+ - 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
51
+ - 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"
52
+ - 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
53
+ - Fixed an issue where the `personalization` property could not be set to `true` or `false` if a subproperty was defined
54
+ - Fixed an issue where a crash occurred during schema generation when a selection field has no value. Added a warning message instead.
55
+ - Fixed an issue where `undefined.position` is created in `manifest.json` during view creation/deletion for OData V4 applications.
56
+ - Fixed an issue where wrong `entityType` was resolved for `ListReport` page generation when `NavigationProperty` has `Partner` attribute.
57
+
58
+ ### Quality
59
+
60
+ Upgrades:
61
+
62
+ | Package | Change |
63
+ | -------------------------------------------------------------------- | ------------------------ |
64
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
65
+ | [semver](https://github.com/npm/node-semver) | [`7.7.3` -> `7.7.4`] |
66
+ | [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
67
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
68
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
69
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) | [`0.42.6` -> `0.43.1`] |
70
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
71
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) | [`0.10.20` -> `0.10.21`] |
72
+ | [axios](https://axios-http.com) | [`1.13.5` -> `1.13.6`] |
73
+ | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
74
+ | [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
75
+ | [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
10
76
 
11
77
  ## [1.120.52] - 2026-02-04
12
78
 
13
79
  ### Fixed
80
+
14
81
  - Fixed an issue where a dot was used in a `additionalSemanticObjects` node text in the outline of the Page Editor
15
82
  - Updated the description for the `additionalSemanticObjects` property in the schema
16
83
  - 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.
@@ -20,128 +87,137 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
20
87
  - Added missing definitions within `additionalProperties` that were not included in the schema for macro elements such as `sap.fe.macros.table.MassEdit`
21
88
 
22
89
  ### Added
23
- - Enhanced the RTE ButtonGroup with the following changes:
24
- - Hidden the ID
25
- - Made the Name read-only
26
- - Improved the labels
90
+
91
+ - Enhanced the RTE ButtonGroup with the following changes:
92
+ - Hidden the ID
93
+ - Made the Name read-only
94
+ - Improved the labels
27
95
  - Updated the UI ordering for the propertyIndex based on customToolbarPriority attribute for RTE Button Groups
28
96
 
29
97
  ### Quality
30
98
 
31
99
  Upgrades:
32
100
 
33
- | Package | Change |
34
- |---|---|
35
- | [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.6.8` → `1.13.5` |
101
+ | Package | Change |
102
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
103
+ | [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.6.8` → `1.13.5` |
36
104
  | [@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` |
37
- | [@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` |
38
- | [@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` |
39
- | [@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` |
40
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) | `8.53.1` → `8.54.0` |
41
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) | `8.53.1` → `8.54.0` |
42
- | [eslint](https://eslint.org) | `9.26.0` → `9.39.2` |
43
- | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
44
- | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
45
- | [i18next](https://www.i18next.com) | `25.7.4` → `25.8.0` |
46
- | [prettier](https://prettier.io) | `3.8.0` → `3.8.1` |
47
- | [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
48
-
105
+ | [@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` |
106
+ | [@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` |
107
+ | [@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` |
108
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) | `8.53.1` → `8.54.0` |
109
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) | `8.53.1` → `8.54.0` |
110
+ | [eslint](https://eslint.org) | `9.26.0` → `9.39.2` |
111
+ | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
112
+ | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
113
+ | [i18next](https://www.i18next.com) | `25.7.4` → `25.8.0` |
114
+ | [prettier](https://prettier.io) | `3.8.0` → `3.8.1` |
115
+ | [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
49
116
 
50
117
  ## [1.120.51] - 2026-01-21
51
118
 
52
119
  ### Added
120
+
53
121
  - Added support for setting the `tooltip`, `importance`, and `required` properties for custom columns
54
122
  - 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
55
123
  - Added support for the `CreateMode` property at the page level and application level for OData V2 applications
56
124
 
57
125
  ### Changed
126
+
58
127
  - Refactored the initial step of generating a list report page for OData V4 applications
59
128
 
60
129
  ### Fixed
130
+
61
131
  - 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
62
132
 
63
133
  ### Quality
64
134
 
65
135
  Upgrades:
66
136
 
67
- | Package | Change |
68
- |---|---|
69
- | [@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`] |
70
- | [@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`] |
71
- | [@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`] |
72
- | [@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`] |
73
- | [@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`] |
74
- | [@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`] |
75
- | [@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`] |
76
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
77
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
78
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
79
- | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
137
+ | Package | Change |
138
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
139
+ | [@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`] |
140
+ | [@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`] |
141
+ | [@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`] |
142
+ | [@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`] |
143
+ | [@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`] |
144
+ | [@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`] |
145
+ | [@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`] |
146
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
147
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
148
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
149
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
80
150
 
81
151
  ## [1.120.50] - 2026-01-07
82
152
 
83
153
  ### Added
154
+
84
155
  - Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
85
156
  - Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
86
157
 
87
158
  ### Fixed
159
+
88
160
  OData V4:
161
+
89
162
  - Macros. Change isViewNode: false for non UI related nodes for Table
90
163
  - Macros. Generated schema for macros control does not contains properties/aggregation from extended macros control/class. Scenario with RichTextEditorWithMetadata
91
- OData V2:
164
+ OData V2:
92
165
  - OVP. Export issue - not possible to remove not allowed chart card properties
93
166
 
94
167
  ### Quality
95
168
 
96
169
  Upgrades:
97
170
 
98
- | Package | Change |
99
- |---|---|
100
- | [@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`] |
101
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
102
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.40.0` -> `0.40.2`] |
103
- | [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
104
- | [@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`] |
105
- | [@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`] |
171
+ | Package | Change |
172
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
173
+ | [@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`] |
174
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
175
+ | [@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`] |
176
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
177
+ | [@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`] |
178
+ | [@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`] |
106
179
 
107
180
  ## [1.120.49] - 2025-11-26
108
181
 
109
182
  ### Added
183
+
110
184
  - Enhanced the `readApp` API method:
111
- - The method now returns an `applicationModel` where each page includes its own `TreeModel`
112
- - Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
185
+ - The method now returns an `applicationModel` where each page includes its own `TreeModel`
186
+ - Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
113
187
 
114
188
  ### Fixed
115
189
 
116
190
  OData V4:
191
+
117
192
  - Avoid unnecessary deletion of `targets.{target}.contextPattern`
118
193
 
119
194
  ### Quality
120
195
 
121
196
  Upgrades:
122
197
 
123
- | Package | Change |
124
- |---|---|
125
- | [@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`] |
126
- | [@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`] |
127
- | [@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`] |
128
- | [@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`] |
129
- | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
130
- | [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
131
- | [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
132
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
133
- | [@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`] |
134
- | [@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`] |
135
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.13.2`] |
136
- | [es5-ext](https://github.com/medikoo/es5-ext) | [`0.10.63` -> `0.10.64`] |
137
- | [glob-parent](https://github.com/gulpjs/glob-parent) | [`6.0.1` -> `6.0.2`] |
138
- | [parse-url](https://github.com/IonicaBizau/parse-url) | [`9.0.0` -> `9.2.0`] |
139
- | [tar](https://github.com/isaacs/node-tar) | [`7.0.2` -> `7.5.2`] |
140
- | [js-yaml](https://github.com/nodeca/js-yaml) | [-> `4.1.1`] |
198
+ | Package | Change |
199
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
200
+ | [@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`] |
201
+ | [@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`] |
202
+ | [@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`] |
203
+ | [@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`] |
204
+ | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
205
+ | [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
206
+ | [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
207
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
208
+ | [@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`] |
209
+ | [@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`] |
210
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.13.2`] |
211
+ | [es5-ext](https://github.com/medikoo/es5-ext) | [`0.10.63` -> `0.10.64`] |
212
+ | [glob-parent](https://github.com/gulpjs/glob-parent) | [`6.0.1` -> `6.0.2`] |
213
+ | [parse-url](https://github.com/IonicaBizau/parse-url) | [`9.0.0` -> `9.2.0`] |
214
+ | [tar](https://github.com/isaacs/node-tar) | [`7.0.2` -> `7.5.2`] |
215
+ | [js-yaml](https://github.com/nodeca/js-yaml) | [-> `4.1.1`] |
141
216
 
142
217
  ## [1.120.48] - 2025-11-12
143
218
 
144
219
  ### Added
220
+
145
221
  - Added the ability to delete building blocks on a custom page
146
222
  - Added the ability to delete the "Page" building block
147
223
  - Added the ability to create custom fields in form sections
@@ -151,39 +227,42 @@ Upgrades:
151
227
 
152
228
  Upgrades:
153
229
 
154
- | Package | Change |
155
- |---|---|
156
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
157
- | [@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`] |
158
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
159
- | [@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`] |
160
- | [@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`] |
161
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
162
- | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
230
+ | Package | Change |
231
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
232
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
233
+ | [@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`] |
234
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
235
+ | [@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`] |
236
+ | [@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`] |
237
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
238
+ | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
163
239
 
164
240
  ## [1.120.47] - 2025-10-29
165
241
 
166
242
  ### Fixed
243
+
167
244
  - Fixed an issue where the Object Page synchronization of tables was not working correctly
168
245
 
169
246
  ### Quality
170
247
 
171
248
  Upgrades:
172
249
 
173
- | Package | Change |
174
- |---|---|
175
- | [@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`] |
176
- | [@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`] |
177
- | [@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`] |
178
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
179
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.6` -> `0.10.7`] |
250
+ | Package | Change |
251
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
252
+ | [@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`] |
253
+ | [@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`] |
254
+ | [@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`] |
255
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
256
+ | [@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`] |
180
257
 
181
258
  ## [1.120.46] - 2025-10-15
182
259
 
183
260
  ### Added
261
+
184
262
  - Reverted macro labels to display building block type and ID
185
263
 
186
264
  ### Fixed
265
+
187
266
  - Fixed an issue where the `Quick Variant Selection` settings were not properly transferred to the `manifest.json` file
188
267
  - Update macros schema node description and metadata for UI rendering
189
268
  - Hide `exportSettings` aggregation from `sap.fe.macros.table.Column`
@@ -192,18 +271,18 @@ Upgrades:
192
271
 
193
272
  Upgrades:
194
273
 
195
- | Package | Change |
196
- |---|---|
197
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
198
- | [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
199
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
200
- | [@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`] |
201
- | [@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`] |
202
- | [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
203
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
204
- | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
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.45.0` -> `8.46.0`] |
206
- | [@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`] |
274
+ | Package | Change |
275
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
276
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
277
+ | [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
278
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
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.39.2` -> `0.39.10`] |
280
+ | [@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`] |
281
+ | [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
282
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
283
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
284
+ | [@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`] |
285
+ | [@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`] |
207
286
 
208
287
  ## [1.120.45] - 2025-10-01
209
288
 
@@ -221,15 +300,15 @@ Upgrades:
221
300
 
222
301
  - Upgraded TS target to `ES2023`
223
302
 
224
- | Package | Change |
225
- |---|---|
226
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
227
- | [@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`] |
228
- | [@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`] |
229
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
230
- | [@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`] |
231
- | [@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`] |
232
- | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
303
+ | Package | Change |
304
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
305
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
306
+ | [@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`] |
307
+ | [@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`] |
308
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
309
+ | [@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`] |
310
+ | [@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`] |
311
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
233
312
 
234
313
  ## [1.120.44] - 2025-09-17
235
314
 
@@ -237,15 +316,15 @@ Upgrades:
237
316
 
238
317
  Upgrades:
239
318
 
240
- | Package | Change |
241
- |---|---|
242
- | [@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`] |
243
- | [@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`] |
244
- | [@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`] |
245
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
246
- | [@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`] |
247
- | [@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`] |
248
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
319
+ | Package | Change |
320
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
321
+ | [@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`] |
322
+ | [@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`] |
323
+ | [@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`] |
324
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
325
+ | [@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`] |
326
+ | [@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`] |
327
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
249
328
 
250
329
  ## [1.120.43] - 2025-09-03
251
330
 
@@ -257,12 +336,12 @@ OVP page. Properties from different card types on the OVP page were not imported
257
336
 
258
337
  Upgrades:
259
338
 
260
- | Package | Change |
261
- |---|---|
262
- | [@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`] |
263
- | [@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`] |
264
- | [@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`] |
265
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
339
+ | Package | Change |
340
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
341
+ | [@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`] |
342
+ | [@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`] |
343
+ | [@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`] |
344
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
266
345
 
267
346
  ## [1.120.42] - 2025-08-20
268
347
 
@@ -272,14 +351,14 @@ Upgrades:
272
351
 
273
352
  Upgrades:
274
353
 
275
- | Package | Change |
276
- |---|---|
277
- | [@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`] |
278
- | [@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`] |
279
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
280
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
281
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
282
- | [@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`] |
354
+ | Package | Change |
355
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
356
+ | [@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`] |
357
+ | [@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`] |
358
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
359
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
360
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
361
+ | [@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`] |
283
362
 
284
363
  ## [1.120.41] - 2025-08-06
285
364
 
@@ -287,15 +366,15 @@ Upgrades:
287
366
 
288
367
  Upgrades:
289
368
 
290
- | Package | Change |
291
- |---|---|
292
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.37.0` -> `8.39.0`] |
293
- | [@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`] |
294
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
295
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
296
- | [@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`] |
297
- | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
298
- | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
369
+ | Package | Change |
370
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
371
+ | [@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`] |
372
+ | [@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`] |
373
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
374
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
375
+ | [@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`] |
376
+ | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
377
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
299
378
 
300
379
  ## [1.120.40] - 2025-07-23
301
380
 
@@ -303,14 +382,14 @@ Upgrades:
303
382
 
304
383
  Upgrades:
305
384
 
306
- | Package | Change |
307
- |---|---|
308
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
309
- | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
310
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
311
- | [@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`] |
312
- | [@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`] |
313
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
385
+ | Package | Change |
386
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
387
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
388
+ | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
389
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
390
+ | [@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`] |
391
+ | [@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`] |
392
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
314
393
 
315
394
  ## [1.120.39] - 2025-07-09
316
395
 
@@ -318,12 +397,12 @@ Upgrades:
318
397
 
319
398
  Upgrades:
320
399
 
321
- | Package | Change |
322
- |---|---|
400
+ | Package | Change |
401
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
323
402
  | [@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`] |
324
- | [@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`] |
325
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
326
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
403
+ | [@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`] |
404
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
405
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
327
406
 
328
407
  ## [1.120.38] - 2025-06-25
329
408
 
@@ -331,46 +410,49 @@ Upgrades:
331
410
 
332
411
  Upgrades:
333
412
 
334
- | Package | Change |
335
- |---|---|
336
- | [@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`] |
337
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
338
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
339
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
340
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
341
- | [@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`] |
342
- | [@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`] |
413
+ | Package | Change |
414
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
415
+ | [@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`] |
416
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
417
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
418
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
419
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
420
+ | [@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`] |
421
+ | [@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`] |
343
422
 
344
423
  ## [1.120.37] - 2025-06-11
345
424
 
346
425
  ### Added
347
426
 
348
427
  OData V4:
428
+
349
429
  - Basic support for new SAP Ariba LR/OP templates
350
430
 
351
431
  OData V4/V2:
432
+
352
433
  - Schema generation - add link to documentation for "flexibleColumnLayout" property
353
434
 
354
435
  ### Fixed
355
436
 
356
437
  OData V4/V2:
438
+
357
439
  - Schema generation - update description for "flexibleColumnLayout" property
358
440
 
359
441
  ### Quality
360
442
 
361
443
  Upgrades:
362
444
 
363
- | Package | Type | Update | Change |
364
- |---|---|---|---|
365
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
366
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
367
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
368
- | [@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`]|
369
- | [@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`] |
370
- | [@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) |
371
- | [@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) |
372
- | [@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) |
373
- | [@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) |
445
+ | Package | Type | Update | Change |
446
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------------------------------------------------------------------------------------- |
447
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
448
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
449
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
450
+ | [@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`] |
451
+ | [@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`] |
452
+ | [@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) |
453
+ | [@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) |
454
+ | [@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) |
455
+ | [@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) |
374
456
 
375
457
  ## [1.120.36] - 2025-05-28
376
458
 
@@ -378,11 +460,11 @@ Upgrades:
378
460
 
379
461
  Upgrades:
380
462
 
381
- | Package | Type | Update | Change |
382
- |---|---|---|---|
383
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
384
- | [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
385
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
463
+ | Package | Type | Update | Change |
464
+ | ------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
465
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
466
+ | [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
467
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
386
468
 
387
469
  ## [1.120.35] - 2025-05-14
388
470
 
@@ -394,15 +476,15 @@ Upgrades:
394
476
 
395
477
  Upgrades:
396
478
 
397
- | Package | Type | Update | Change |
398
- |---|---|---|---|
399
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
400
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
401
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
402
- | [@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`] |
403
- | [@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`] |
404
- | [@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`] |
405
- | [@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`] |
479
+ | Package | Type | Update | Change |
480
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
481
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
482
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
483
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
484
+ | [@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`] |
485
+ | [@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`] |
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.26` -> `0.33.28`] |
487
+ | [@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`] |
406
488
 
407
489
  ## [1.120.34] - 2025-04-30
408
490
 
@@ -410,17 +492,16 @@ Upgrades:
410
492
 
411
493
  Upgrades:
412
494
 
413
- | Package | Type | Update | Change |
414
- |---|---|---|---|
415
- | [@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`] |
416
- | [@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`] |
417
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
418
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
419
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
420
- | [@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`] |
421
- | [@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`] |
422
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`]|
423
-
495
+ | Package | Type | Update | Change |
496
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
497
+ | [@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`] |
498
+ | [@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`] |
499
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
500
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
501
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
502
+ | [@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`] |
503
+ | [@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`] |
504
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
424
505
 
425
506
  ## [1.120.33] - 2025-04-19
426
507
 
@@ -440,35 +521,34 @@ Upgrades:
440
521
 
441
522
  Upgrades:
442
523
 
443
- | Package | Type | Update | Change |
444
- |---|---|---|---|
445
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
446
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`]
447
- | [@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`]|
448
- | [@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`] |
449
- | [typescript](https://www.typescriptlang.org/) | devDependencies | patch | [`5.8.2` -> `5.8.3`]
450
-
524
+ | Package | Type | Update | Change |
525
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
526
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
527
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`] |
528
+ | [@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`] |
529
+ | [@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`] |
530
+ | [typescript](https://www.typescriptlang.org/) | devDependencies | patch | [`5.8.2` -> `5.8.3`] |
451
531
 
452
532
  ## [1.120.32] - 2025-04-02
453
533
 
454
534
  ### Added
535
+
455
536
  - Support rowCount and rowCountMode settings for grid, analytical and tree tables on object pages in OData V4
456
537
 
457
538
  ### Quality
458
539
 
459
540
  Upgrades:
460
541
 
461
- | Package | Type | Update | Change |
462
- |---|---|---|---|
463
- | [@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`] |
464
- | [@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`] |
465
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
466
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
467
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
468
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
469
- | [@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`] |
470
- | [@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`] |
471
-
542
+ | Package | Type | Update | Change |
543
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
544
+ | [@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`] |
545
+ | [@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`] |
546
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
547
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
548
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
549
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
550
+ | [@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`] |
551
+ | [@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`] |
472
552
 
473
553
  ## [1.120.31] - 2025-03-19
474
554
 
@@ -488,22 +568,22 @@ Upgrades:
488
568
 
489
569
  Upgrades:
490
570
 
491
- | Package | Type | Update | Change |
492
- |---|---|---|---|
493
- | [@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`]
494
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
495
- | [@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`] |
496
- | [@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`] |
497
- | [@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`] |
498
- | [@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`] |
499
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
500
-
571
+ | Package | Type | Update | Change |
572
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
573
+ | [@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`] |
574
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
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)) | devDependencies | patch | [`0.33.14` -> `0.33.16`] |
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)) | dependencies | patch | [`0.33.14` -> `0.33.16`] |
577
+ | [@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`] |
578
+ | [@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`] |
579
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
501
580
 
502
581
  ## [1.120.30] - 2025-03-05
503
582
 
504
583
  ### Added
505
584
 
506
585
  OData V2:
586
+
507
587
  - Support of `cloudDevAdaptionStatus` internal setting
508
588
 
509
589
  ### Changed
@@ -518,17 +598,17 @@ OData V2:
518
598
 
519
599
  Upgrades:
520
600
 
521
- | Package | Type | Update | Change |
522
- |---|---|---|---|
523
- | [@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`]
524
- | [@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`]
525
- | [@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`]
526
- | [@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`]
527
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`]
528
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`]
529
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`]
530
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`]
531
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.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)) | dependencies | patch | [`0.33.4` -> `0.33.14`] |
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)) | devDependencies | patch | [`0.33.4` -> `0.33.14`] |
605
+ | [@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`] |
606
+ | [@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`] |
607
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`] |
608
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`] |
609
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`] |
610
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`] |
611
+ | [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`] |
532
612
 
533
613
  ## [1.120.29] - 2025-02-19
534
614
 
@@ -546,14 +626,14 @@ Upgrades:
546
626
 
547
627
  Upgrades:
548
628
 
549
- | Package | Type | Update | Change |
550
- |---|---|---|---|
551
- | [@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`] |
552
- | [@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`] |
553
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
554
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
555
- | [@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`] |
556
- | [@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`] |
629
+ | Package | Type | Update | Change |
630
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
631
+ | [@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`] |
632
+ | [@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`] |
633
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
634
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
635
+ | [@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`] |
636
+ | [@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`] |
557
637
 
558
638
  ## [1.120.28] - 2025-02-05
559
639
 
@@ -575,12 +655,12 @@ Upgrades:
575
655
 
576
656
  Upgrades:
577
657
 
578
- Package Type Update Change
579
- semver devDependencies minor 7.6.3 -> 7.7.1
580
- @sap-ux/fe-fpm-writer (source) devDependencies minor 0.31.25 -> 0.32.2
581
- @sap-ux/fe-fpm-writer (source) dependencies minor 0.31.25 -> 0.32.2
582
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.20.0 -> 8.23.0
583
- @typescript-eslint/parser (source) devDependencies minor 8.20.0 -> 8.23.0
658
+ Package Type Update Change
659
+ semver devDependencies minor 7.6.3 -> 7.7.1
660
+ @sap-ux/fe-fpm-writer (source) devDependencies minor 0.31.25 -> 0.32.2
661
+ @sap-ux/fe-fpm-writer (source) dependencies minor 0.31.25 -> 0.32.2
662
+ @typescript-eslint/eslint-plugin (source) devDependencies minor 8.20.0 -> 8.23.0
663
+ @typescript-eslint/parser (source) devDependencies minor 8.20.0 -> 8.23.0
584
664
 
585
665
  ## [1.120.27] - 2025-01-22
586
666
 
@@ -598,15 +678,15 @@ semver devDependencies minor 7.6.3 -> 7.7.1
598
678
 
599
679
  Upgrades:
600
680
 
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.31.23` -> `0.31.25`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.31.23/0.31.25) |
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.31.23` -> `0.31.25`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.31.23/0.31.25) |
605
- | [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) |
606
- | [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) |
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.19.1` -> `8.20.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.19.1/8.20.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.19.1` -> `8.20.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.19.1/8.20.0) |
609
- | [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) |
681
+ | Package | Type | Update | Change |
682
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
683
+ | [@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) |
684
+ | [@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) |
685
+ | [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) |
686
+ | [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) |
687
+ | [@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) |
688
+ | [@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) |
689
+ | [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) |
610
690
 
611
691
  ## [1.120.26] - 2025-01-08
612
692
 
@@ -620,20 +700,20 @@ Upgrades:
620
700
 
621
701
  ### Fixed
622
702
 
623
- - OData V4:
624
- - Allow to delete last custom filter field
625
- - `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
626
- - Avoid deletion of unknown properties in custom page settings.
627
- - Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
628
- - 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.
703
+ - OData V4:
704
+ - Allow to delete last custom filter field
705
+ - `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
706
+ - Avoid deletion of unknown properties in custom page settings.
707
+ - Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
708
+ - 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.
629
709
 
630
710
  ### Quality
631
711
 
632
712
  Upgrades:
633
713
 
634
- - uuid devDependencies patch 11.0.3 -> 11.0.4
635
- - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
636
- - @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
714
+ - uuid devDependencies patch 11.0.3 -> 11.0.4
715
+ - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
716
+ - @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
637
717
  - @sap-ux/fe-fpm-writer to 0.31.23
638
718
  - prettier to 3.4.2
639
719
  - esbuild to 0.24.2
@@ -649,16 +729,16 @@ Upgrades:
649
729
 
650
730
  Upgrades:
651
731
 
652
- - @sap-ux/annotation-converter (source) devDependencies patch 0.9.9 -> 0.9.11
653
- - @sap-ux/vocabularies-types (source) devDependencies minor 0.11.6 -> 0.12.0
654
- - @sap-ux/vocabularies-types (source) dependencies minor 0.11.6 -> 0.12.0
655
- - @sap-ux/vocabularies-types (source) resolutions minor 0.11.6 -> 0.12.0
656
- - typescript (source) devDependencies minor 5.6.3 -> 5.7.2
657
- - i18next (source) devDependencies patch 23.16.5 -> 23.16.8
658
- - @sap-ux/fe-fpm-writer (source) devDependencies patch 0.31.18 -> 0.31.21
659
- - @sap-ux/fe-fpm-writer (source) dependencies patch 0.31.18 -> 0.31.21
660
- - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.13.0 -> 8.15.0
661
- - @typescript-eslint/parser (source) devDependencies minor 8.13.0 -> 8.15.0
732
+ - @sap-ux/annotation-converter (source) devDependencies patch 0.9.9 -> 0.9.11
733
+ - @sap-ux/vocabularies-types (source) devDependencies minor 0.11.6 -> 0.12.0
734
+ - @sap-ux/vocabularies-types (source) dependencies minor 0.11.6 -> 0.12.0
735
+ - @sap-ux/vocabularies-types (source) resolutions minor 0.11.6 -> 0.12.0
736
+ - typescript (source) devDependencies minor 5.6.3 -> 5.7.2
737
+ - i18next (source) devDependencies patch 23.16.5 -> 23.16.8
738
+ - @sap-ux/fe-fpm-writer (source) devDependencies patch 0.31.18 -> 0.31.21
739
+ - @sap-ux/fe-fpm-writer (source) dependencies patch 0.31.18 -> 0.31.21
740
+ - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.13.0 -> 8.15.0
741
+ - @typescript-eslint/parser (source) devDependencies minor 8.13.0 -> 8.15.0
662
742
  - uuid devDependencies patch 11.0.2 -> `11.0.3
663
743
  - axios source devDependencies patch 1.7.7 -> 1.7.9
664
744
 
@@ -704,7 +784,7 @@ Upgrades:
704
784
 
705
785
  ### Fixed
706
786
 
707
- - 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.
787
+ - 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.
708
788
 
709
789
  ### Quality
710
790
 
@@ -780,10 +860,10 @@ Upgrades:
780
860
 
781
861
  - Table views: new error handling for undefined keys.
782
862
  - Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
783
- - change indicator was not set for manifest.json in v4.
784
- - entityPath was not forwarded at overview pages.
785
- - the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
786
- - FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
863
+ - change indicator was not set for manifest.json in v4.
864
+ - entityPath was not forwarded at overview pages.
865
+ - the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
866
+ - FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
787
867
 
788
868
  ### Quality
789
869
 
@@ -844,7 +924,7 @@ Upgrades:
844
924
  OData V4:
845
925
 
846
926
  - Specification API - support 'prompts' api using class "PromptsAPI" from "@sap-ux/fe-fpm-writer"
847
- - Adds required `sap.fe.*` libraries to manifest.json on page creation
927
+ - Adds required `sap.fe.*` libraries to manifest.json on page creation
848
928
 
849
929
  ### Quality
850
930
 
@@ -981,7 +1061,7 @@ Upgrades:
981
1061
  ### Fixed
982
1062
 
983
1063
  - V4. Schema generation for object page. Section label is not resolved within target definition and id was presented in "description"
984
- - V4. Schema generation for building block macros. AnnotationPath was not resolved for macros when absolute path was used in "metaPath" attribute
1064
+ - V4. Schema generation for building block macros. AnnotationPath was not resolved for macros when absolute path was used in "metaPath" attribute
985
1065
 
986
1066
  ### Quality
987
1067
 
@@ -999,12 +1079,12 @@ Upgrades:
999
1079
  ### Added
1000
1080
 
1001
1081
  - OData V4:
1002
- - property widthIncludingColumnHeader on table and column level
1082
+ - property widthIncludingColumnHeader on table and column level
1003
1083
 
1004
1084
  ### Changed
1005
1085
 
1006
1086
  - 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.
1007
- 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.
1087
+ 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.
1008
1088
 
1009
1089
  ### Removed
1010
1090
 
@@ -1022,8 +1102,8 @@ OData V4:
1022
1102
  - toolbar actions had partially not been considered during the import
1023
1103
  - the export of table properties had overwritten the export from views
1024
1104
  - the export now supports two different constellations for anyOf definitions in schema:
1025
- - anyOf directly defined as additionalProperties (of MultiTableMode)
1026
- - anyOf reachable via $ref, properties defined there.
1105
+ - anyOf directly defined as additionalProperties (of MultiTableMode)
1106
+ - anyOf reachable via $ref, properties defined there.
1027
1107
  - Custom section fragments with event handler. `core:require` attribute is moved from `Button` to wrapper `VBox`
1028
1108
  - Default 'empty' `manifest.json` is returned after export of FPM Custom Page
1029
1109
  - The generation of config files failed with exception if a custom header action was defined with an invalid type, like string.
@@ -1050,8 +1130,8 @@ Upgrades:
1050
1130
  ### Changed
1051
1131
 
1052
1132
  - OData V2:
1053
- - Documentation for property createMode of OP table adapted
1054
- - Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
1133
+ - Documentation for property createMode of OP table adapted
1134
+ - Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
1055
1135
 
1056
1136
  ### Removed
1057
1137
 
@@ -1059,7 +1139,7 @@ Upgrades:
1059
1139
 
1060
1140
  ### Fixed
1061
1141
 
1062
- - V4 Macros. Property 'personalization' exported as XML element instead of attribute into xml file
1142
+ - V4 Macros. Property 'personalization' exported as XML element instead of attribute into xml file
1063
1143
 
1064
1144
  ### Quality
1065
1145
 
@@ -1096,7 +1176,7 @@ Upgrades
1096
1176
  ### Added
1097
1177
 
1098
1178
  - OData V4:
1099
- - String type to bindable number type properties in macros schema
1179
+ - String type to bindable number type properties in macros schema
1100
1180
  - Overview Pages: support three different ways of defining the colors of cards
1101
1181
 
1102
1182
  ### Quality
@@ -1155,15 +1235,15 @@ Upgrades
1155
1235
  - eslint to v8.57.0
1156
1236
  - @types/semver: obsolete dependency deleted
1157
1237
  - esbuild to v0.20.1
1158
-
1238
+
1159
1239
  ## [1.120.5] - 2024-02-21
1160
1240
 
1161
1241
  ### Added
1162
1242
 
1163
1243
  - OData V2:
1164
- - Support of Header facets on Object Page
1244
+ - Support of Header facets on Object Page
1165
1245
  - UX adjustments of inplace documentation:
1166
- - Support for Screen Readers and Arrow Navigation
1246
+ - Support for Screen Readers and Arrow Navigation
1167
1247
 
1168
1248
  ### Changed
1169
1249
 
@@ -1195,9 +1275,9 @@ OData V2:
1195
1275
  - Invalid object-like descriptions and keys had been generated into the app-specific schemas if DataFieldForIntentBasedNavigation was defined with a path reference
1196
1276
  - An exception happened during app schema generation if a NavigationProperty pointed to an invalid target annotation
1197
1277
  - OData V4:
1198
- - Enum for macros table `variantManagement` property
1199
- - Wrong resolution of contextPath in case of containment as target for a page, leading to an exception during the schema generation
1200
- - Invalid '/' in app schema definition names replaced by '::'
1278
+ - Enum for macros table `variantManagement` property
1279
+ - Wrong resolution of contextPath in case of containment as target for a page, leading to an exception during the schema generation
1280
+ - Invalid '/' in app schema definition names replaced by '::'
1201
1281
 
1202
1282
  ### Quality
1203
1283
 
@@ -1216,12 +1296,12 @@ Upgrades
1216
1296
  ### Added
1217
1297
 
1218
1298
  - OData V4:
1219
- - View columns set as view nodes
1299
+ - View columns set as view nodes
1220
1300
 
1221
1301
  ### Fixed
1222
1302
 
1223
1303
  - OData V4:
1224
- - Schema is not generated for custom page when namespaces are not defined in view file
1304
+ - Schema is not generated for custom page when namespaces are not defined in view file
1225
1305
 
1226
1306
  ### Quality
1227
1307
 
@@ -1238,31 +1318,31 @@ Upgrades
1238
1318
  ### Added
1239
1319
 
1240
1320
  - UX adjustments of inplace documentation:
1241
- - Support of Keyboard Navigation
1321
+ - Support of Keyboard Navigation
1242
1322
  - OData V2: Support of global table settings for object pages
1243
1323
  - OData V4:
1244
- - OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
1245
- - OP: Sequence of actions is now based on criticality annotation
1246
- - TBD
1247
-
1324
+ - OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
1325
+ - OP: Sequence of actions is now based on criticality annotation
1326
+ - TBD
1327
+
1248
1328
  ### Changed
1249
1329
 
1250
1330
  - Alignment of settings for sap.ovp:
1251
- 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.
1252
- The assignment of settings to the specific card types has been revised and adjusted.
1331
+ 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.
1332
+ The assignment of settings to the specific card types has been revised and adjusted.
1253
1333
  - Increased `fe-fpm-writer` api version
1254
1334
  - Increased api version
1255
- - OData V2: ALP root properties order
1335
+ - OData V2: ALP root properties order
1256
1336
 
1257
1337
  ### Fixed
1258
1338
 
1259
- - OData V4: Empty visualization throws unhandled error during sync
1339
+ - OData V4: Empty visualization throws unhandled error during sync
1260
1340
  - Prevent exception in case of illegal annotationPath references of fields or columns
1261
- - OData V2: ALP not displaying chart and properties
1341
+ - OData V2: ALP not displaying chart and properties
1262
1342
  - OVP:
1263
- - In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
1264
- - Property "Category" was shown with an initial value as object, although being of type string.
1265
- - Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
1343
+ - In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
1344
+ - Property "Category" was shown with an initial value as object, although being of type string.
1345
+ - Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
1266
1346
 
1267
1347
  ### Quality
1268
1348
 
@@ -1285,12 +1365,12 @@ Upgrades
1285
1365
  ### Changed
1286
1366
 
1287
1367
  - OVP card settings:
1288
- - Added missing properties
1289
- - Removed irrelevant settings from custom card settings
1290
- - Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
1368
+ - Added missing properties
1369
+ - Removed irrelevant settings from custom card settings
1370
+ - Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
1291
1371
 
1292
1372
  - 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.
1293
- Thus the location information is removed for annotation problems
1373
+ Thus the location information is removed for annotation problems
1294
1374
 
1295
1375
  - If no line item annotation is present, no `annotationPath` property gets added to the schemas of OData V2 and V4
1296
1376
 
@@ -1320,11 +1400,11 @@ Upgrades
1320
1400
 
1321
1401
  ### Added
1322
1402
 
1323
- - OData V4:
1324
- - Added support for TreeTable
1403
+ - OData V4:
1404
+ - Added support for TreeTable
1325
1405
 
1326
1406
  ### Changed
1327
-
1407
+
1328
1408
  ### Removed
1329
1409
 
1330
1410
  ### Deprecated
@@ -1334,11 +1414,11 @@ Upgrades
1334
1414
  - Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
1335
1415
 
1336
1416
  - OData V4:
1337
- - 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
1338
- - 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
1339
- - Building blocks:
1340
- - The number of new lines that get created from the description of building block properties was decreased
1341
- - Missing 'enum' for multiple building block properties
1417
+ - 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
1418
+ - 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
1419
+ - Building blocks:
1420
+ - The number of new lines that get created from the description of building block properties was decreased
1421
+ - Missing 'enum' for multiple building block properties
1342
1422
 
1343
1423
  ### Quality
1344
1424