@sap/ux-specification 1.124.34 → 1.124.35

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 (225) hide show
  1. package/CHANGELOG.md +327 -275
  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 +253 -249
  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 +81 -6
  33. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  34. package/dist/specification/scripts/macros/schema.js +1 -1
  35. package/dist/specification/scripts/macros/schema.js.map +1 -1
  36. package/dist/specification/scripts/macros/types.d.ts +1 -0
  37. package/dist/specification/scripts/macros/types.d.ts.map +1 -1
  38. package/dist/specification/src/api.js +1 -1
  39. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +501 -0
  40. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
  41. package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
  42. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
  43. package/dist/specification/src/sync/common/decoration/decorators.d.ts +149 -23
  44. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  45. package/dist/specification/src/sync/common/decoration/decorators.js +369 -74
  46. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  47. package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
  48. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  49. package/dist/specification/src/sync/common/decoration/index.js +1 -0
  50. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  51. package/dist/specification/src/sync/common/dist_tag.json +8 -3
  52. package/dist/specification/src/sync/common/generate/utils.d.ts +2 -1
  53. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  54. package/dist/specification/src/sync/common/generate/utils.js +5 -1
  55. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  56. package/dist/specification/src/sync/common/i18n.json +2 -1
  57. package/dist/specification/src/sync/common/utils.d.ts +22 -6
  58. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  59. package/dist/specification/src/sync/common/utils.js +122 -18
  60. package/dist/specification/src/sync/common/utils.js.map +1 -1
  61. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  62. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +2 -0
  63. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  64. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  65. package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
  66. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  67. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  68. package/dist/specification/src/sync/v2/generate/objectPage.js +2 -0
  69. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  70. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
  71. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
  73. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  74. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  75. package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
  76. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  77. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
  78. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  79. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
  80. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  81. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
  82. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  83. package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
  84. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  85. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  86. package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
  87. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  88. package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
  89. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v2/import/utils.js +37 -0
  91. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  92. package/dist/specification/src/sync/v2/utils.d.ts +12 -2
  93. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  94. package/dist/specification/src/sync/v2/utils.js +19 -2
  95. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  96. package/dist/specification/src/sync/v4/application.d.ts +20 -2
  97. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  98. package/dist/specification/src/sync/v4/application.js +27 -2
  99. package/dist/specification/src/sync/v4/application.js.map +1 -1
  100. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
  101. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  102. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
  103. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  104. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
  105. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  106. package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
  107. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  108. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
  109. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  110. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
  111. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  112. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  113. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  114. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
  115. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  116. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
  117. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  118. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
  119. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  120. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +21 -8
  121. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  122. package/dist/specification/src/sync/v4/export/controls/Table.js +38 -41
  123. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  124. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  125. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
  126. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  127. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +2 -1
  128. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  129. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +2 -1
  130. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  131. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  132. package/dist/specification/src/sync/v4/export/export.js +25 -3
  133. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  134. package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
  135. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  136. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +1 -1
  137. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  138. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  139. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +16 -1
  140. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  141. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  142. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +10 -1
  143. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  144. package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
  145. package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
  146. package/dist/specification/src/sync/v4/generate/index.js +1 -1
  147. package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
  148. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
  149. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
  150. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +336 -0
  151. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
  152. package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +21 -14
  153. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
  154. package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +120 -226
  155. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
  156. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  157. package/dist/specification/src/sync/v4/generate/objectPage.js +141 -43
  158. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  159. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  160. package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
  161. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  162. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
  163. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  164. package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
  165. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  166. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
  167. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  168. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
  169. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  170. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +177 -46
  171. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  172. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +498 -152
  173. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  174. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
  175. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  176. package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
  177. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  178. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
  179. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  180. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
  181. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  182. package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
  183. package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
  184. package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
  185. package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
  186. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
  187. package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
  188. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
  189. package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
  190. package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
  191. package/dist/specification/src/sync/v4/utils/index.js +18 -0
  192. package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
  193. package/dist/specification/src/sync/v4/utils/utils.d.ts +9 -1
  194. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  195. package/dist/specification/src/sync/v4/utils/utils.js +18 -3
  196. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  197. package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
  198. package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
  199. package/dist/specification/test/test-utils/utils.d.ts +71 -0
  200. package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
  201. package/dist/specification/test/test-utils/utils.js +400 -0
  202. package/dist/specification/test/test-utils/utils.js.map +1 -0
  203. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
  204. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
  205. package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
  206. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
  207. package/dist/types/src/apiTypes.d.ts +2 -3
  208. package/dist/types/src/apiTypes.d.ts.map +1 -1
  209. package/dist/types/src/apiTypes.js.map +1 -1
  210. package/dist/types/src/common/types.d.ts +119 -13
  211. package/dist/types/src/common/types.d.ts.map +1 -1
  212. package/dist/types/src/common/types.js.map +1 -1
  213. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
  214. package/dist/types/src/v2/controls/Table.d.ts +1 -1
  215. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
  216. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  217. package/dist/types/src/v4/controls/Table.d.ts +3 -3
  218. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  219. package/package.json +15 -13
  220. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
  221. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
  222. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -374
  223. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
  224. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
  225. package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -6,11 +6,50 @@ 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.124.35] - 2026-03-05
12
+
13
+ ### Added
14
+
15
+ - Added support for retrieving name options for the `ButtonGroup` from the `enum` map in the Rich Text Editor building block
16
+ - Enhanced the page schema by adding `manifestPath` support for actions, sections, columns, fields, and filter fields in OData V4 applications
17
+ - Enhanced the page schema by adding `manifestPath` support for overview page properties in OData V2 applications
18
+ - Enhanced the logic for resolving descriptions in the view node of building blocks.
19
+
20
+ ### Fixed
21
+
22
+ - Fixed an issue with the `useExportToExcel` and other flex properties where two flex changes were created instead of one for object pages in OData V2 applications
23
+ - Fixed an issue where an empty view setup was defined with `"showCounts": true` which led to a "Cannot read properties of undefined (reading 'length') error"
24
+ - Fixed an issue where the `creationMode/name` property pointed to a table in an incorrect section and the `$ref` schema was incorrectly shared between sections
25
+ - Fixed an issue where the `personalization` property could not be set to `true` or `false` if a subproperty was defined
26
+ - Fixed an issue where a crash occurred during schema generation when a selection field has no value. Added a warning message instead.
27
+ - Fixed an issue where `undefined.position` is created in `manifest.json` during view creation/deletion for OData V4 applications.
28
+ - Fixed an issue where wrong `entityType` was resolved for `ListReport` page generation when `NavigationProperty` has `Partner` attribute.
29
+
30
+ ### Quality
31
+
32
+ Upgrades:
33
+
34
+ | Package | Change |
35
+ | -------------------------------------------------------------------- | ------------------------ |
36
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
37
+ | [semver](https://github.com/npm/node-semver) | [`7.7.3` -> `7.7.4`] |
38
+ | [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
39
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
40
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
41
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) | [`0.42.6` -> `0.43.1`] |
42
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
43
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) | [`0.10.20` -> `0.10.21`] |
44
+ | [axios](https://github.com/axios/axios) | [`1.13.5` -> `1.13.6`] |
45
+ | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
46
+ | [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
47
+ | [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
10
48
 
11
49
  ## [1.124.34] - 2026-02-04
12
50
 
13
51
  ### Fixed
52
+
14
53
  - Fixed an issue where a dot was used in a `additionalSemanticObjects` node text in the outline of the Page Editor
15
54
  - Updated the description for the `additionalSemanticObjects` property in the schema
16
55
  - Fixed an issue where an empty `[sap.ui5][routing][config]` object was always created in the `manifest.json` file, even when no related changes were made in OData V4 applications.
@@ -21,44 +60,47 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
21
60
  - Added missing definitions within `additionalProperties` that were not included in the schema for macro elements such as `sap.fe.macros.table.MassEdit`
22
61
 
23
62
  ### Added
24
- - Enhanced the RTE ButtonGroup with the following changes:
25
- - Hidden the ID
26
- - Made the Name read-only
27
- - Improved the labels
63
+
64
+ - Enhanced the RTE ButtonGroup with the following changes:
65
+ - Hidden the ID
66
+ - Made the Name read-only
67
+ - Improved the labels
28
68
  - Updated the UI ordering for the propertyIndex based on customToolbarPriority attribute for RTE Button Groups
29
69
 
30
70
  ### Quality
31
71
 
32
72
  Upgrades:
33
73
 
34
- | Package | Change |
35
- |---|---|
36
- | [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.13.2` → `1.13.5` |
74
+ | Package | Change |
75
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
76
+ | [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.13.2` → `1.13.5` |
37
77
  | [@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` |
38
- | [@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` |
39
- | [@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` |
40
- | [@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` |
41
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) | `8.53.1` → `8.54.0` |
42
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) | `8.53.1` → `8.54.0` |
43
- | [eslint](https://eslint.org) | `9.26.0` → `9.39.2` |
44
- | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
45
- | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
46
- | [i18next](https://www.i18next.com) | `25.7.4` → `25.8.0` |
47
- | [prettier](https://prettier.io) | `3.8.0` → `3.8.1` |
48
- | [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
49
-
78
+ | [@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` |
79
+ | [@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` |
80
+ | [@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` |
81
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) | `8.53.1` → `8.54.0` |
82
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) | `8.53.1` → `8.54.0` |
83
+ | [eslint](https://eslint.org) | `9.26.0` → `9.39.2` |
84
+ | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
85
+ | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
86
+ | [i18next](https://www.i18next.com) | `25.7.4` → `25.8.0` |
87
+ | [prettier](https://prettier.io) | `3.8.0` → `3.8.1` |
88
+ | [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
50
89
 
51
90
  ## [1.124.33] - 2026-01-21
52
91
 
53
92
  ### Added
93
+
54
94
  - Added support for setting the `tooltip`, `importance`, and `required` properties for custom columns
55
95
  - 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
56
96
  - Added support for the `CreateMode` property at the page level and application level for OData V2 applications
57
97
 
58
98
  ### Changed
99
+
59
100
  - Refactored the initial step of generating a list report page for OData V4 applications
60
101
 
61
102
  ### Fixed
103
+
62
104
  - 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
63
105
  - Ensures compatibility with newer OData v4.01 services while maintaining backward compatibility with existing v4.0 services.
64
106
 
@@ -66,86 +108,90 @@ Upgrades:
66
108
 
67
109
  Upgrades:
68
110
 
69
- | Package | Change |
70
- |---|---|
71
- | [@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`] |
72
- | [@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`] |
73
- | [@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`] |
74
- | [@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`] |
75
- | [@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`] |
76
- | [@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`] |
77
- | [@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`] |
78
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
79
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
80
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
81
- | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
82
-
111
+ | Package | Change |
112
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
113
+ | [@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`] |
114
+ | [@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`] |
115
+ | [@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`] |
116
+ | [@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`] |
117
+ | [@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`] |
118
+ | [@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`] |
119
+ | [@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`] |
120
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
121
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
122
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
123
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
83
124
 
84
125
  ## [1.124.32] - 2026-01-07
85
126
 
86
127
  ### Added
128
+
87
129
  - Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
88
130
  - Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
89
131
 
90
132
  ### Fixed
133
+
91
134
  OData V4:
135
+
92
136
  - Macros. Change isViewNode: false for non UI related nodes for Table
93
137
  - Macros. Generated schema for macros control does not contains properties/aggregation from extended macros control/class. Scenario with RichTextEditorWithMetadata
94
- OData V2:
138
+ OData V2:
95
139
  - OVP. Export issue - not possible to remove not allowed chart card properties
96
140
 
97
141
  ### Quality
98
142
 
99
143
  Upgrades:
100
144
 
101
- | Package | Change |
102
- |---|---|
103
- | [@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`] |
104
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
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.40.0` -> `0.40.2`] |
106
- | [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
107
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.49.0` -> `8.51.0`] |
108
- | [@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`] |
145
+ | Package | Change |
146
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
147
+ | [@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`] |
148
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
149
+ | [@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`] |
150
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
151
+ | [@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`] |
152
+ | [@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`] |
109
153
 
110
154
  ## [1.124.31] - 2025-11-26
111
155
 
112
156
  ### Added
157
+
113
158
  - Enhanced the `readApp` API method:
114
- - The method now returns an `applicationModel` where each page includes its own `TreeModel`
115
- - Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
159
+ - The method now returns an `applicationModel` where each page includes its own `TreeModel`
160
+ - Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
116
161
 
117
162
  ### Fixed
118
163
 
119
164
  OData V4:
165
+
120
166
  - Avoid unnecessary deletion of `targets.{target}.contextPattern`
121
167
 
122
168
  ### Quality
123
169
 
124
170
  Upgrades:
125
171
 
126
- | Package | Change |
127
- |---|---|
128
- | [@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`] |
129
- | [@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`] |
130
- | [@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`] |
131
- | [@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`] |
132
- | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.31` -> `3.5.33`] |
133
- | [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
134
- | [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
135
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
136
- | [@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`] |
137
- | [@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`] |
138
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.13.2`] |
139
- | [es5-ext](https://github.com/medikoo/es5-ext) | [`0.10.63` -> `0.10.64`] |
140
- | [glob-parent](https://github.com/gulpjs/glob-parent) | [`6.0.1` -> `6.0.2`] |
141
- | [parse-url](https://github.com/IonicaBizau/parse-url) | [`9.0.0` -> `9.2.0`] |
142
- | [tar](https://github.com/isaacs/node-tar) | [`7.0.2` -> `7.5.2`] |
143
- | [js-yaml](https://github.com/nodeca/js-yaml) | [-> `4.1.1`] |
144
-
172
+ | Package | Change |
173
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
174
+ | [@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`] |
175
+ | [@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`] |
176
+ | [@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`] |
177
+ | [@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`] |
178
+ | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.31` -> `3.5.33`] |
179
+ | [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
180
+ | [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
181
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
182
+ | [@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`] |
183
+ | [@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`] |
184
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.13.2`] |
185
+ | [es5-ext](https://github.com/medikoo/es5-ext) | [`0.10.63` -> `0.10.64`] |
186
+ | [glob-parent](https://github.com/gulpjs/glob-parent) | [`6.0.1` -> `6.0.2`] |
187
+ | [parse-url](https://github.com/IonicaBizau/parse-url) | [`9.0.0` -> `9.2.0`] |
188
+ | [tar](https://github.com/isaacs/node-tar) | [`7.0.2` -> `7.5.2`] |
189
+ | [js-yaml](https://github.com/nodeca/js-yaml) | [-> `4.1.1`] |
145
190
 
146
191
  ## [1.124.30] - 2025-11-12
147
192
 
148
193
  ### Added
194
+
149
195
  - Added the ability to delete building blocks on a custom page
150
196
  - Added the ability to delete the "Page" building block
151
197
  - Added the ability to create custom fields in form sections
@@ -155,39 +201,42 @@ Upgrades:
155
201
 
156
202
  Upgrades:
157
203
 
158
- | Package | Change |
159
- |---|---|
160
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
161
- | [@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`] |
162
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
163
- | [@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`] |
164
- | [@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`] |
165
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
166
- | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
204
+ | Package | Change |
205
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
206
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
207
+ | [@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`] |
208
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
209
+ | [@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`] |
210
+ | [@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`] |
211
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
212
+ | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
167
213
 
168
214
  ## [1.124.29] - 2025-10-29
169
215
 
170
216
  ### Fixed
217
+
171
218
  - Fixed an issue where the Object Page synchronization of tables was not working correctly
172
219
 
173
220
  ### Quality
174
221
 
175
222
  Upgrades:
176
223
 
177
- | Package | Change |
178
- |---|---|
179
- | [@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`] |
180
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`] |
181
- | [@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`] |
182
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
183
- | [@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`] |
224
+ | Package | Change |
225
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
226
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.10` -> `0.39.15`] |
227
+ | [@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`] |
228
+ | [@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`] |
229
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
230
+ | [@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`] |
184
231
 
185
232
  ## [1.124.28] - 2025-10-15
186
233
 
187
234
  ### Added
235
+
188
236
  - Reverted macro labels to display building block type and ID
189
237
 
190
238
  ### Fixed
239
+
191
240
  - Fixed an issue where the `Quick Variant Selection` settings were not properly transferred to the `manifest.json` file
192
241
  - Update macros schema node description and metadata for UI rendering
193
242
  - Hide `exportSettings` aggregation from `sap.fe.macros.table.Column`
@@ -196,18 +245,18 @@ Upgrades:
196
245
 
197
246
  Upgrades:
198
247
 
199
- | Package | Change |
200
- |---|---|
201
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
202
- | [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
203
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
204
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.2` -> `0.39.10`] |
205
- | [@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`] |
206
- | [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
207
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
208
- | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
209
- | [@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`] |
210
- | [@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`] |
248
+ | Package | Change |
249
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
250
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
251
+ | [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
252
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
253
+ | [@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`] |
254
+ | [@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`] |
255
+ | [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
256
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
257
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
258
+ | [@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`] |
259
+ | [@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`] |
211
260
 
212
261
  ## [1.124.27] - 2025-10-01
213
262
 
@@ -225,15 +274,15 @@ Upgrades:
225
274
 
226
275
  - Upgraded TS target to `ES2023`
227
276
 
228
- | Package | Change |
229
- |---|---|
230
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
231
- | [@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`] |
232
- | [@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`] |
233
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
234
- | [@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`] |
235
- | [@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`] |
236
- | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
277
+ | Package | Change |
278
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
279
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
280
+ | [@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`] |
281
+ | [@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`] |
282
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
283
+ | [@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`] |
284
+ | [@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`] |
285
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
237
286
 
238
287
  ## [1.124.26] - 2025-09-17
239
288
 
@@ -241,15 +290,15 @@ Upgrades:
241
290
 
242
291
  Upgrades:
243
292
 
244
- | Package | Change |
245
- |---|---|
246
- | [@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`] |
247
- | [@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`] |
248
- | [@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`] |
249
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
250
- | [@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`] |
251
- | [@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`] |
252
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
293
+ | Package | Change |
294
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
295
+ | [@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`] |
296
+ | [@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`] |
297
+ | [@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`] |
298
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
299
+ | [@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`] |
300
+ | [@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`] |
301
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
253
302
 
254
303
  ## [1.124.25] - 2025-09-03
255
304
 
@@ -261,12 +310,12 @@ OVP page. Properties from different card types on the OVP page were not imported
261
310
 
262
311
  Upgrades:
263
312
 
264
- | Package | Change |
265
- |---|---|
266
- | [@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`] |
267
- | [@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`] |
268
- | [@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`] |
269
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
313
+ | Package | Change |
314
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
315
+ | [@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`] |
316
+ | [@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`] |
317
+ | [@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`] |
318
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
270
319
 
271
320
  ## [1.124.24] - 2025-08-20
272
321
 
@@ -276,14 +325,14 @@ Upgrades:
276
325
 
277
326
  Upgrades:
278
327
 
279
- | Package | Change |
280
- |---|---|
281
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
282
- | [@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`] |
283
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
284
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
285
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
286
- | [@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`] |
328
+ | Package | Change |
329
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
330
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
331
+ | [@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`] |
332
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
333
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
334
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
335
+ | [@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`] |
287
336
 
288
337
  ## [1.124.23] - 2025-08-06
289
338
 
@@ -291,15 +340,15 @@ Upgrades:
291
340
 
292
341
  Upgrades:
293
342
 
294
- | Package | Change |
295
- |---|---|
296
- | [@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`] |
297
- | [@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`] |
298
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
299
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
300
- | [@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`] |
301
- | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
302
- | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
343
+ | Package | Change |
344
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
345
+ | [@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`] |
346
+ | [@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`] |
347
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
348
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
349
+ | [@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`] |
350
+ | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
351
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
303
352
 
304
353
  ## [1.124.22] - 2025-07-23
305
354
 
@@ -307,14 +356,14 @@ Upgrades:
307
356
 
308
357
  Upgrades:
309
358
 
310
- | Package | Change |
311
- |---|---|
312
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
313
- | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
314
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
315
- | [@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`] |
316
- | [@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`] |
317
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
359
+ | Package | Change |
360
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
361
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
362
+ | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
363
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
364
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.1` -> `8.37.0`] |
365
+ | [@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`] |
366
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
318
367
 
319
368
  ## [1.124.21] - 2025-07-09
320
369
 
@@ -322,13 +371,12 @@ Upgrades:
322
371
 
323
372
  Upgrades:
324
373
 
325
- | Package | Change |
326
- |---|---|
374
+ | Package | Change |
375
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
327
376
  | [@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`] |
328
- | [@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`] |
329
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
330
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
331
-
377
+ | [@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`] |
378
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
379
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
332
380
 
333
381
  ## [1.124.20] - 2025-06-25
334
382
 
@@ -336,46 +384,49 @@ Upgrades:
336
384
 
337
385
  Upgrades:
338
386
 
339
- | Package | Change |
340
- |---|---|
341
- | [@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`] |
342
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
343
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
344
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
345
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
387
+ | Package | Change |
388
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
389
+ | [@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`] |
390
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
391
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
392
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
393
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
346
394
  | [@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`] |
347
- | [@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`] |
395
+ | [@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`] |
348
396
 
349
397
  ## [1.124.19] - 2025-06-11
350
398
 
351
399
  ### Added
352
400
 
353
401
  OData V4:
402
+
354
403
  - Basic support for new SAP Ariba LR/OP templates
355
404
 
356
405
  OData V4/V2:
406
+
357
407
  - Schema generation - add link to documentation for "flexibleColumnLayout" property
358
408
 
359
409
  ### Fixed
360
410
 
361
411
  OData V4/V2:
412
+
362
413
  - Schema generation - update description for "flexibleColumnLayout" property
363
414
 
364
415
  ### Quality
365
416
 
366
417
  Upgrades:
367
418
 
368
- | Package | Type | Update | Change |
369
- |---|---|---|---|
370
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
371
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
372
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
373
- | [@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`]|
374
- | [@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`] |
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)) | devDependencies | minor | [`0.33.28` -> `0.35.0`]
376
- | [@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`]
377
- | [@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`]
378
- | [@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`]
419
+ | Package | Type | Update | Change |
420
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
421
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
422
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
423
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
424
+ | [@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`] |
425
+ | [@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`] |
426
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | minor | [`0.33.28` -> `0.35.0`] |
427
+ | [@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`] |
428
+ | [@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`] |
429
+ | [@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`] |
379
430
 
380
431
  ## [1.124.18] - 2025-05-28
381
432
 
@@ -383,11 +434,11 @@ Upgrades:
383
434
 
384
435
  Upgrades:
385
436
 
386
- | Package | Type | Update | Change |
387
- |---|---|---|---|
388
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
389
- | [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
390
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
437
+ | Package | Type | Update | Change |
438
+ | ------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
439
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
440
+ | [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
441
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
391
442
 
392
443
  ## [1.124.17] - 2025-05-14
393
444
 
@@ -399,15 +450,15 @@ Upgrades:
399
450
 
400
451
  Upgrades:
401
452
 
402
- | Package | Type | Update | Change |
403
- |---|---|---|---|
404
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
405
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
406
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
407
- | [@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`] |
408
- | [@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`] |
409
- | [@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`] |
410
- | [@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`] |
453
+ | Package | Type | Update | Change |
454
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
455
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
456
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
457
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
458
+ | [@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`] |
459
+ | [@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`] |
460
+ | [@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`] |
461
+ | [@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`] |
411
462
 
412
463
  ## [1.124.16] - 2025-04-30
413
464
 
@@ -415,17 +466,16 @@ Upgrades:
415
466
 
416
467
  Upgrades:
417
468
 
418
- | Package | Type | Update | Change |
419
- |---|---|---|---|
420
- | [@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`] |
421
- | [@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`] |
422
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
423
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
424
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
425
- | [@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`] |
426
- | [@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`] |
427
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
428
-
469
+ | Package | Type | Update | Change |
470
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
471
+ | [@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`] |
472
+ | [@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`] |
473
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
474
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
475
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
476
+ | [@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`] |
477
+ | [@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`] |
478
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
429
479
 
430
480
  ## [1.124.15] - 2025-03-16
431
481
 
@@ -445,34 +495,34 @@ Upgrades:
445
495
 
446
496
  Upgrades:
447
497
 
448
- | Package | Type | Update | Change |
449
- |---|---|---|---|
450
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
451
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`]
452
- | [@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`]|
453
- | [@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`] |
454
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`]
455
-
498
+ | Package | Type | Update | Change |
499
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
500
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
501
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`] |
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 | patch | [`8.29.0` -> `8.29.1`] |
503
+ | [@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`] |
504
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`] |
456
505
 
457
506
  ## [1.124.14] - 2025-03-02
458
507
 
459
508
  ### Added
509
+
460
510
  - Support rowCount and rowCountMode settings for grid, analytical and tree tables on object pages in OData V4
461
511
 
462
512
  ### Quality
463
513
 
464
514
  Upgrades:
465
515
 
466
- | Package | Type | Update | Change |
467
- |---|---|---|---|
468
- | [@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`] |
469
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.16` -> `0.33.19`] |
470
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
471
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
472
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
473
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
474
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
475
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
516
+ | Package | Type | Update | Change |
517
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
518
+ | [@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`] |
519
+ | [@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`] |
520
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
521
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
522
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
523
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
524
+ | [@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`] |
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.26.1` -> `8.29.0`] |
476
526
 
477
527
  ## [1.124.13] - 2025-03-19
478
528
 
@@ -492,22 +542,22 @@ Upgrades:
492
542
 
493
543
  Upgrades:
494
544
 
495
- | Package | Type | Update | Change |
496
- |---|---|---|---|
497
- | [@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`]
498
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
499
- | [@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`] |
500
- | [@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`] |
501
- | [@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`] |
502
- | [@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`] |
503
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
504
-
545
+ | Package | Type | Update | Change |
546
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
547
+ | [@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`] |
548
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
549
+ | [@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`] |
550
+ | [@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`] |
551
+ | [@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`] |
552
+ | [@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`] |
553
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
505
554
 
506
555
  ## [1.124.12] - 2025-03-05
507
556
 
508
557
  ### Added
509
558
 
510
559
  OData V2:
560
+
511
561
  - Support of `cloudDevAdaptionStatus` internal setting
512
562
 
513
563
  ### Changed
@@ -522,17 +572,17 @@ OData V2:
522
572
 
523
573
  Upgrades:
524
574
 
525
- | Package | Type | Update | Change |
526
- |---|---|---|---|
527
- | [@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`]
528
- | [@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`]
529
- | [@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`]
530
- | [@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`]
531
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`]
532
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`]
533
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`]
534
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`]
535
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`]
575
+ | Package | Type | Update | Change |
576
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
577
+ | [@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`] |
578
+ | [@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`] |
579
+ | [@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`] |
580
+ | [@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`] |
581
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`] |
582
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`] |
583
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`] |
584
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`] |
585
+ | [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`] |
536
586
 
537
587
  ## [1.124.11] - 2025-02-19
538
588
 
@@ -550,16 +600,17 @@ Upgrades:
550
600
 
551
601
  Upgrades:
552
602
 
553
- | Package | Type | Update | Change |
554
- |---|---|---|---|
555
- | [@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`] |
556
- | [@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`] |
557
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
558
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
559
- | [@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`] |
560
- | [@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`] |
603
+ | Package | Type | Update | Change |
604
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
605
+ | [@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`] |
606
+ | [@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`] |
607
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
608
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
609
+ | [@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`] |
610
+ | [@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`] |
561
611
 
562
612
  ## [1.124.10] - 2025-02-05
613
+
563
614
  ### Added
564
615
 
565
616
  ### Changed
@@ -578,12 +629,12 @@ Upgrades:
578
629
 
579
630
  Upgrades:
580
631
 
581
- Package Type Update Change
582
- semver devDependencies minor 7.6.3 -> 7.7.1
583
- @sap-ux/fe-fpm-writer (source) devDependencies minor 0.31.25 -> 0.32.2
584
- @sap-ux/fe-fpm-writer (source) dependencies minor 0.31.25 -> 0.32.2
585
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.20.0 -> 8.23.0
586
- @typescript-eslint/parser (source) devDependencies minor 8.20.0 -> 8.23.0
632
+ Package Type Update Change
633
+ semver devDependencies minor 7.6.3 -> 7.7.1
634
+ @sap-ux/fe-fpm-writer (source) devDependencies minor 0.31.25 -> 0.32.2
635
+ @sap-ux/fe-fpm-writer (source) dependencies minor 0.31.25 -> 0.32.2
636
+ @typescript-eslint/eslint-plugin (source) devDependencies minor 8.20.0 -> 8.23.0
637
+ @typescript-eslint/parser (source) devDependencies minor 8.20.0 -> 8.23.0
587
638
 
588
639
  ## [1.124.9] - 2025-01-22
589
640
 
@@ -601,15 +652,15 @@ semver devDependencies minor 7.6.3 -> 7.7.1
601
652
 
602
653
  Upgrades:
603
654
 
604
- | Package | Type | Update | Change |
605
- |---|---|---|---|
606
- | [@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`]
607
- | [@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`]
608
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.7.2` -> `5.7.3`]
609
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.4` -> `11.0.5`]
610
- | [@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`]
611
- | [@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`]
612
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.1` -> `5.2.3`]
655
+ | Package | Type | Update | Change |
656
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
657
+ | [@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`] |
658
+ | [@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`] |
659
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.7.2` -> `5.7.3`] |
660
+ | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.4` -> `11.0.5`] |
661
+ | [@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`] |
662
+ | [@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`] |
663
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.1` -> `5.2.3`] |
613
664
 
614
665
  ## [1.124.8] - 2025-01-08
615
666
 
@@ -625,18 +676,19 @@ Upgrades:
625
676
 
626
677
  ### Fixed
627
678
 
628
- - OData V4:
629
- - Allow to delete last custom filter field
630
- - `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
631
- - Avoid deletion of unknown properties in custom page settings
632
- - Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
633
- - 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.
679
+ - OData V4:
680
+ - Allow to delete last custom filter field
681
+ - `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
682
+ - Avoid deletion of unknown properties in custom page settings
683
+ - Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
684
+ - 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.
634
685
 
635
686
  ### Quality
636
687
 
637
688
  Upgrades:
689
+
638
690
  - | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.3` -> `11.0.4`]
639
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.18.2` -> `8.19.1`]
691
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.18.2` -> `8.19.1`]
640
692
  - | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.18.2` -> `8.19.1`]
641
693
 
642
694
  - @sap-ux/fe-fpm-writer to 0.31.23
@@ -662,16 +714,16 @@ Upgrades:
662
714
 
663
715
  Upgrades:
664
716
 
665
- - @sap-ux/annotation-converter (source) devDependencies patch 0.9.9 -> 0.9.11
666
- - @sap-ux/vocabularies-types (source) devDependencies minor 0.11.6 -> 0.12.0
667
- - @sap-ux/vocabularies-types (source) dependencies minor 0.11.6 -> 0.12.0
668
- - @sap-ux/vocabularies-types (source) resolutions minor 0.11.6 -> 0.12.0
669
- - typescript (source) devDependencies minor 5.6.3 -> 5.7.2
670
- - i18next (source) devDependencies patch 23.16.5 -> 23.16.8
671
- - @sap-ux/fe-fpm-writer (source) devDependencies patch 0.31.18 -> 0.31.21
672
- - @sap-ux/fe-fpm-writer (source) dependencies patch 0.31.18 -> 0.31.21
673
- - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.13.0 -> 8.15.0
674
- - @typescript-eslint/parser (source) devDependencies minor 8.13.0 -> 8.15.0
717
+ - @sap-ux/annotation-converter (source) devDependencies patch 0.9.9 -> 0.9.11
718
+ - @sap-ux/vocabularies-types (source) devDependencies minor 0.11.6 -> 0.12.0
719
+ - @sap-ux/vocabularies-types (source) dependencies minor 0.11.6 -> 0.12.0
720
+ - @sap-ux/vocabularies-types (source) resolutions minor 0.11.6 -> 0.12.0
721
+ - typescript (source) devDependencies minor 5.6.3 -> 5.7.2
722
+ - i18next (source) devDependencies patch 23.16.5 -> 23.16.8
723
+ - @sap-ux/fe-fpm-writer (source) devDependencies patch 0.31.18 -> 0.31.21
724
+ - @sap-ux/fe-fpm-writer (source) dependencies patch 0.31.18 -> 0.31.21
725
+ - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.13.0 -> 8.15.0
726
+ - @typescript-eslint/parser (source) devDependencies minor 8.13.0 -> 8.15.0
675
727
  - uuid devDependencies patch 11.0.2 -> 11.0.3
676
728
  - axios source devDependencies patch 1.7.7 -> 1.7.9
677
729
 
@@ -717,7 +769,7 @@ Upgrades:
717
769
 
718
770
  ### Fixed
719
771
 
720
- - An exception occured if a view fragment was completely empty. This is now caught, leading to an error message in the log that better describes the root cause.
772
+ - An exception occured if a view fragment was completely empty. This is now caught, leading to an error message in the log that better describes the root cause.
721
773
 
722
774
  ### Quality
723
775
 
@@ -794,10 +846,10 @@ Upgrades:
794
846
 
795
847
  - Table views: new error handling for undefined keys.
796
848
  - Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
797
- - change indicator was not set for manifest.json in v4.
798
- - entityPath was not forwarded at overview pages.
799
- - the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
800
- - FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
849
+ - change indicator was not set for manifest.json in v4.
850
+ - entityPath was not forwarded at overview pages.
851
+ - the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
852
+ - FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
801
853
 
802
854
  ### Quality
803
855