@sap/ux-specification 1.96.103 → 1.96.105

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 (227) hide show
  1. package/CHANGELOG.md +544 -463
  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 +257 -254
  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 +10 -5
  21. package/dist/schemas/v4/ListReportConfig.json +24 -6
  22. package/dist/schemas/v4/ObjectPageConfig.json +9 -3
  23. package/dist/specification/package.json +13 -11
  24. package/dist/specification/scripts/extractDocu.js +18 -1
  25. package/dist/specification/scripts/extractDocu.js.map +1 -1
  26. package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
  27. package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
  28. package/dist/specification/scripts/generate-validity-report.js +327 -0
  29. package/dist/specification/scripts/generate-validity-report.js.map +1 -0
  30. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  31. package/dist/specification/scripts/macros/schema.js +4 -1
  32. package/dist/specification/scripts/macros/schema.js.map +1 -1
  33. package/dist/specification/src/api.js +1 -1
  34. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +501 -0
  35. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
  36. package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
  37. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
  38. package/dist/specification/src/sync/common/decoration/decorators.d.ts +149 -23
  39. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  40. package/dist/specification/src/sync/common/decoration/decorators.js +369 -74
  41. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  42. package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
  43. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  44. package/dist/specification/src/sync/common/decoration/index.js +1 -0
  45. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  46. package/dist/specification/src/sync/common/dist_tag.json +8 -3
  47. package/dist/specification/src/sync/common/i18n.json +2 -1
  48. package/dist/specification/src/sync/common/utils.d.ts +35 -7
  49. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  50. package/dist/specification/src/sync/common/utils.js +224 -21
  51. package/dist/specification/src/sync/common/utils.js.map +1 -1
  52. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  53. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +3 -13
  54. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  55. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  56. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +48 -0
  57. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  58. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  59. package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
  60. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  61. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  62. package/dist/specification/src/sync/v2/generate/objectPage.js +2 -0
  63. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  64. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
  65. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  66. package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
  67. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  68. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  69. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
  70. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  71. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
  73. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  74. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  75. package/dist/specification/src/sync/v2/import/importPage.js +5 -6
  76. package/dist/specification/src/sync/v2/import/importPage.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 +1 -0
  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 +1 -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 +39 -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 +36 -6
  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 +8 -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 +333 -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} +146 -139
  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 +142 -49
  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 +17 -11
  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 +274 -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 +583 -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 +131 -13
  211. package/dist/types/src/common/types.d.ts.map +1 -1
  212. package/dist/types/src/common/types.js +10 -1
  213. package/dist/types/src/common/types.js.map +1 -1
  214. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
  215. package/dist/types/src/v2/controls/Table.d.ts +1 -1
  216. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +1 -1
  217. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
  218. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  219. package/dist/types/src/v4/controls/Table.d.ts +3 -3
  220. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  221. package/package.json +14 -12
  222. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
  223. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
  224. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -374
  225. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
  226. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
  227. package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -6,18 +6,87 @@ 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.96.105] - 2026-03-05
12
+
13
+ ### Added
14
+
15
+ - Enhanced the page schema by adding `manifestPath` support for actions, sections, columns, fields, and filter fields in OData V4 applications
16
+ - Enhanced the page schema by adding `manifestPath` support for overview page properties in OData V2 applications
17
+ - Enhanced the logic for resolving descriptions in the view node of building blocks.
18
+
19
+ ### Fixed
20
+
21
+ - 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
22
+ - 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"
23
+ - 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
24
+ - Fixed an issue where the `personalization` property could not be set to `true` or `false` if a subproperty was defined
25
+
26
+ ### Quality
27
+
28
+ Upgrades:
29
+
30
+ | Package | Change |
31
+ | -------------------------------------------------------------------- | ------------------------ |
32
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
33
+ | [semver](https://github.com/npm/node-semver) | [`7.7.3` -> `7.7.4`] |
34
+ | [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
35
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
36
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
37
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) | [`0.42.6` -> `0.43.1`] |
38
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
39
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) | [`0.10.20` -> `0.10.21`] |
40
+ | [axios](https://axios-http.com) | [`1.13.5` -> `1.13.6`] |
41
+ | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
42
+ | [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
43
+ | [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
44
+
45
+ ## [1.96.104] - 2026-02-04
46
+
47
+ ### Fixed
48
+
49
+ - Fixed an issue where a dot was used in a `additionalSemanticObjects` node text in the outline of the Page Editor
50
+ - Updated the description for the `additionalSemanticObjects` property in the schema
51
+ - 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
52
+ - Added missing definitions within `additionalProperties` that were not included in the schema for macro elements such as `sap.fe.macros.table.MassEdit`
53
+ - Fixed an issue where a crash occurred during schema generation when a selection field has no value. Added a warning message instead. message instead.
54
+ - Fixed an issue where `undefined.position` is created in `manifest.json` during view creation/deletion for OData V4 applications.
55
+ - Fixed an issue where wrong `entityType` was resolved for `ListReport` page generation when `NavigationProperty` has `Partner` attribute.
56
+
57
+ ### Quality
58
+
59
+ Upgrades:
60
+
61
+ | Package | Change |
62
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
63
+ | [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.6.8` → `1.13.5` |
64
+ | [@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` |
65
+ | [@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` |
66
+ | [@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` |
67
+ | [@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` |
68
+ | [@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.53.1` → `8.54.0` |
69
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | `8.53.1` → `8.54.0` |
70
+ | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | `9.26.0` → `9.39.2` |
71
+ | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
72
+ | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
73
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | `25.7.4` → `25.8.0` |
74
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | `3.8.0` → `3.8.1` |
75
+ | [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
10
76
 
11
77
  ## [1.96.103] - 2026-01-21
12
78
 
13
79
  ### Added
80
+
14
81
  - 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
15
82
  - Added support for the `CreateMode` property at the page level and application level for OData V2 applications
16
83
 
17
84
  ### Changed
85
+
18
86
  - Refactored the initial step of generating a list report page for OData V4 applications
19
87
 
20
88
  ### Fixed
89
+
21
90
  - Ensures compatibility with newer OData v4.01 services while maintaining backward compatibility with existing v4.0 services.
22
91
  - 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
23
92
 
@@ -25,76 +94,82 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
25
94
 
26
95
  Upgrades:
27
96
 
28
- | Package | Change |
29
- |---|---|
30
- | [@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`] |
31
- | [@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`] |
32
- | [@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`] |
33
- | [@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`] |
34
- | [@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`] |
35
- | [@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`] |
36
- | [@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`] |
37
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
38
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
39
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
40
- | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
97
+ | Package | Change |
98
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
99
+ | [@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`] |
100
+ | [@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`] |
101
+ | [@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`] |
102
+ | [@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`] |
103
+ | [@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`] |
104
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.51.0` -> `8.53.1`] |
105
+ | [@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`] |
106
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
107
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
108
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
109
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
41
110
 
42
111
  ## [1.96.102] - 2026-01-07
43
112
 
44
113
  ### Added
114
+
45
115
  - Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
46
116
  - Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
47
117
 
48
118
  ### Fixed
119
+
49
120
  OData V4:
121
+
50
122
  - Macros. Change isViewNode: false for non UI related nodes for Table
51
123
  - Macros. Generated schema for macros control does not contains properties/aggregation from extended macros control/class. Scenario with RichTextEditorWithMetadata
52
- OData V2:
124
+ OData V2:
53
125
  - OVP. Export issue - not possible to remove not allowed chart card properties
54
126
 
55
127
  ### Quality
56
128
 
57
129
  Upgrades:
58
130
 
59
- | Package | Change |
60
- |---|---|
61
- | [@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`] |
62
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
63
- | [@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`] |
64
- | [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
65
- | [@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`] |
66
- | [@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`] |
131
+ | Package | Change |
132
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
133
+ | [@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`] |
134
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
135
+ | [@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`] |
136
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
137
+ | [@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`] |
138
+ | [@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`] |
67
139
 
68
140
  ## [1.96.101] - 2025-11-26
69
141
 
70
142
  ### Added
143
+
71
144
  - Enhanced the `readApp` API method:
72
- - The method now returns an `applicationModel` where each page includes its own `TreeModel`
73
- - Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
145
+ - The method now returns an `applicationModel` where each page includes its own `TreeModel`
146
+ - Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
74
147
 
75
148
  ### Fixed
76
149
 
77
150
  OData V4:
151
+
78
152
  - Avoid unnecessary deletion of `targets.{target}.contextPattern`
79
153
 
80
154
  ### Quality
81
155
 
82
156
  Upgrades:
83
157
 
84
- | Package | Change |
85
- |---|---|
86
- | [@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`] |
87
- | [@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`] |
88
- | [@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`] |
89
- | [@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`] |
90
- | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
91
- | [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
92
- | [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
93
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
158
+ | Package | Change |
159
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
160
+ | [@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`] |
161
+ | [@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`] |
162
+ | [@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`] |
163
+ | [@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`] |
164
+ | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
165
+ | [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
166
+ | [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
167
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
94
168
 
95
169
  ## [1.96.100] - 2025-11-12
96
170
 
97
171
  ### Added
172
+
98
173
  - Added the ability to delete building blocks on a custom page
99
174
  - Added the ability to delete the "Page" building block
100
175
  - Added the ability to create custom fields in form sections
@@ -104,15 +179,15 @@ Upgrades:
104
179
 
105
180
  Upgrades:
106
181
 
107
- | Package | Change |
108
- |---|---|
109
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
110
- | [@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`] |
111
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
112
- | [@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`] |
113
- | [@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`] |
114
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
115
- | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
182
+ | Package | Change |
183
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
184
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
185
+ | [@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`] |
186
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
187
+ | [@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`] |
188
+ | [@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`] |
189
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
190
+ | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
116
191
 
117
192
  ## [1.96.99] - 2025-10-29
118
193
 
@@ -120,19 +195,22 @@ Upgrades:
120
195
 
121
196
  Upgrades:
122
197
 
123
- | Package | Change |
124
- |---|---|
125
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.10` -> `0.39.15`] |
126
- | [@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`] |
127
- | [@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`] |
128
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
129
- | [@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`] |
198
+ | Package | Change |
199
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
200
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.10` -> `0.39.15`] |
201
+ | [@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`] |
202
+ | [@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`] |
203
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
204
+ | [@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`] |
205
+
130
206
  ## [1.96.98] - 2025-10-15
131
207
 
132
208
  ### Added
209
+
133
210
  - Reverted macro labels to display building block type and ID
134
211
 
135
212
  ### Fixed
213
+
136
214
  - Fixed an issue where the `Quick Variant Selection` settings were not properly transferred to the `manifest.json` file
137
215
  - Update macros schema node description and metadata for UI rendering
138
216
  - Hide `exportSettings` aggregation from `sap.fe.macros.table.Column`
@@ -141,18 +219,18 @@ Upgrades:
141
219
 
142
220
  Upgrades:
143
221
 
144
- | Package | Change |
145
- |---|---|
146
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
147
- | [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
148
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.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.39.2` -> `0.39.10`] |
150
- | [@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`] |
151
- | [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
152
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
153
- | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
154
- | [@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`] |
155
- | [@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`] |
222
+ | Package | Change |
223
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
224
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
225
+ | [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
226
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
227
+ | [@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`] |
228
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.5` -> `0.10.6`] |
229
+ | [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
230
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
231
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
232
+ | [@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`] |
233
+ | [@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`] |
156
234
 
157
235
  ## [1.96.97] - 2025-10-01
158
236
 
@@ -170,15 +248,15 @@ Upgrades:
170
248
 
171
249
  Upgrades:
172
250
 
173
- | Package | Change |
174
- |---|---|
175
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
176
- | [@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`] |
177
- | [@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`] |
178
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
179
- | [@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`] |
180
- | [@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`] |
181
- | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
251
+ | Package | Change |
252
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
253
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
254
+ | [@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`] |
255
+ | [@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`] |
256
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
257
+ | [@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`] |
258
+ | [@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`] |
259
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
182
260
 
183
261
  ## [1.96.96] - 2025-09-17
184
262
 
@@ -186,15 +264,15 @@ Upgrades:
186
264
 
187
265
  Upgrades:
188
266
 
189
- | Package | Change |
190
- |---|---|
191
- | [@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`] |
192
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.42.0` -> `8.44.0`] |
193
- | [@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`] |
194
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
195
- | [@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`] |
196
- | [@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`] |
197
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
267
+ | Package | Change |
268
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
269
+ | [@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`] |
270
+ | [@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`] |
271
+ | [@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`] |
272
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
273
+ | [@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`] |
274
+ | [@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`] |
275
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
198
276
 
199
277
  ## [1.96.95] - 2025-09-03
200
278
 
@@ -206,12 +284,12 @@ OVP page. Properties from different card types on the OVP page were not imported
206
284
 
207
285
  Upgrades:
208
286
 
209
- | Package | Change |
210
- |---|---|
211
- | [@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`] |
212
- | [@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`] |
213
- | [@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`]) |
214
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
287
+ | Package | Change |
288
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
289
+ | [@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`] |
290
+ | [@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`] |
291
+ | [@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`]) |
292
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
215
293
 
216
294
  ## [1.96.94] - 2025-08-20
217
295
 
@@ -219,14 +297,14 @@ Upgrades:
219
297
 
220
298
  Upgrades:
221
299
 
222
- | Package | Change |
223
- |---|---|
224
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
225
- | [@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`] |
226
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
227
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
228
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
229
- | [@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`] |
300
+ | Package | Change |
301
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
302
+ | [@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`] |
303
+ | [@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`] |
304
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
305
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
306
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
307
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.36.0` -> `0.38.0`] |
230
308
 
231
309
  ## [1.96.93] - 2025-08-06
232
310
 
@@ -234,15 +312,15 @@ Upgrades:
234
312
 
235
313
  Upgrades:
236
314
 
237
- | Package | Change |
238
- |---|---|
239
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.37.0` -> `8.39.0`] |
240
- | [@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`] |
241
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
242
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
243
- | [@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`] |
244
- | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
245
- | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
315
+ | Package | Change |
316
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
317
+ | [@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`] |
318
+ | [@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`] |
319
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
320
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
321
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.35.5` -> `0.36.0`] |
322
+ | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
323
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
246
324
 
247
325
  ## [1.96.92] - 2025-07-23
248
326
 
@@ -250,14 +328,14 @@ Upgrades:
250
328
 
251
329
  Upgrades:
252
330
 
253
- | Package | Change |
254
- |---|---|
255
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
256
- | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
257
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
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.35.1` -> `8.37.0`] |
259
- | [@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`] |
260
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
331
+ | Package | Change |
332
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
333
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
334
+ | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
335
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
336
+ | [@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`] |
337
+ | [@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`] |
338
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
261
339
 
262
340
  ## [1.96.91] - 2025-07-09
263
341
 
@@ -265,12 +343,12 @@ Upgrades:
265
343
 
266
344
  Upgrades:
267
345
 
268
- | Package | Change |
269
- |---|---|
346
+ | Package | Change |
347
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
270
348
  | [@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`] |
271
- | [@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`] |
272
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
273
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
349
+ | [@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`] |
350
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
351
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
274
352
 
275
353
  ## [1.96.90] - 2025-06-25
276
354
 
@@ -282,46 +360,49 @@ Upgrades:
282
360
 
283
361
  Upgrades:
284
362
 
285
- | Package | Change |
286
- |---|---|
287
- | [@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`]|
288
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
289
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
290
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
291
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
363
+ | Package | Change |
364
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
365
+ | [@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`] |
366
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
367
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
368
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
369
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
292
370
  | [@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`] |
293
- | [@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`] |
371
+ | [@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`] |
294
372
 
295
373
  ## [1.96.89] - 2025-06-11
296
374
 
297
375
  ### Added
298
376
 
299
377
  OData V4:
378
+
300
379
  - Basic support for new SAP Ariba LR/OP templates
301
380
 
302
381
  OData V4/V2:
382
+
303
383
  - Schema generation - add link to documentation for "flexibleColumnLayout" property
304
384
 
305
385
  ### Fixed
306
386
 
307
387
  OData V4/V2:
388
+
308
389
  - Schema generation - update description for "flexibleColumnLayout" property
309
390
 
310
391
  ### Quality
311
392
 
312
393
  Upgrades:
313
394
 
314
- | Package | Type | Update | Change |
315
- |---|---|---|---|
316
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
317
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
318
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
319
- | [@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`]|
320
- | [@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`] |
321
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | minor | [`0.33.28` -> `0.35.0`] |
322
- | [@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`] |
323
- | [@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`] |
324
- | [@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`] |
395
+ | Package | Type | Update | Change |
396
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
397
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
398
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
399
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
400
+ | [@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`] |
401
+ | [@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`] |
402
+ | [@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`] |
403
+ | [@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`] |
404
+ | [@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`] |
405
+ | [@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`] |
325
406
 
326
407
  ## [1.96.88] - 2025-05-28
327
408
 
@@ -329,11 +410,11 @@ Upgrades:
329
410
 
330
411
  Upgrades:
331
412
 
332
- | Package | Type | Update | Change |
333
- |---|---|---|---|
334
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
335
- | [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
336
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
413
+ | Package | Type | Update | Change |
414
+ | ------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
415
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
416
+ | [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
417
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
337
418
 
338
419
  ## [1.96.87] - 2025-05-14
339
420
 
@@ -345,15 +426,15 @@ Upgrades:
345
426
 
346
427
  Upgrades:
347
428
 
348
- | Package | Type | Update | Change |
349
- |---|---|---|---|
350
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
351
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
352
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
353
- | [@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`] |
354
- | [@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`] |
355
- | [@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`] |
356
- | [@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`] |
429
+ | Package | Type | Update | Change |
430
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
431
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
432
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
433
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
434
+ | [@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`] |
435
+ | [@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`] |
436
+ | [@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`] |
437
+ | [@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`] |
357
438
 
358
439
  ## [1.96.86] - 2025-04-30
359
440
 
@@ -361,16 +442,16 @@ Upgrades:
361
442
 
362
443
  Upgrades:
363
444
 
364
- | Package | Type | Update | Change |
365
- |---|---|---|---|
366
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.22` -> `0.33.26`] |
367
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.22` -> `0.33.26`] |
368
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
369
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
370
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
371
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.29.1` -> `8.31.0`] |
372
- | [@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`] |
373
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
445
+ | Package | Type | Update | Change |
446
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
447
+ | [@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`] |
448
+ | [@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`] |
449
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
450
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
451
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
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 | minor | [`8.29.1` -> `8.31.0`] |
453
+ | [@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`] |
454
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
374
455
 
375
456
  # [1.96.85] - 2025-04-17
376
457
 
@@ -390,14 +471,13 @@ Upgrades:
390
471
 
391
472
  Upgrades:
392
473
 
393
- | Package | Type | Update | Change |
394
- |---|---|---|---|
395
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
396
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`]
397
- | [@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`]|
398
- | [@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`] |
399
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`]
400
-
474
+ | Package | Type | Update | Change |
475
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
476
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
477
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`] |
478
+ | [@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`] |
479
+ | [@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`] |
480
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`] |
401
481
 
402
482
  # [1.96.84] - 2025-04-02
403
483
 
@@ -405,17 +485,16 @@ Upgrades:
405
485
 
406
486
  Upgrades:
407
487
 
408
- | Package | Type | Update | Change |
409
- |---|---|---|---|
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)) | devDependencies | patch | [`0.33.16` -> `0.33.19`] |
411
- | [@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`] |
412
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
413
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
414
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
415
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
416
- | [@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`] |
417
- | [@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`] |
418
-
488
+ | Package | Type | Update | Change |
489
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
490
+ | [@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`] |
491
+ | [@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`] |
492
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
493
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
494
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
495
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
496
+ | [@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`] |
497
+ | [@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`] |
419
498
 
420
499
  # [1.96.83] - 2025-03-19
421
500
 
@@ -435,22 +514,22 @@ Upgrades:
435
514
 
436
515
  Upgrades:
437
516
 
438
- | Package | Type | Update | Change |
439
- |---|---|---|---|
440
- | [@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`]
441
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
442
- | [@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`] |
443
- | [@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`] |
444
- | [@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`] |
445
- | [@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`] |
446
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
447
-
517
+ | Package | Type | Update | Change |
518
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
519
+ | [@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`] |
520
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
521
+ | [@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`] |
522
+ | [@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`] |
523
+ | [@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`] |
524
+ | [@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`] |
525
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
448
526
 
449
527
  # [1.96.82] - 2025-03-05
450
528
 
451
529
  ### Added
452
530
 
453
531
  OData V2:
532
+
454
533
  - Support of `cloudDevAdaptionStatus` internal setting
455
534
 
456
535
  ### Changed
@@ -465,17 +544,17 @@ OData V2:
465
544
 
466
545
  Upgrades:
467
546
 
468
- | Package | Type | Update | Change |
469
- |---|---|---|---|
470
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.4` -> `0.33.14`]
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.4` -> `0.33.14`]
472
- | [@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`]
473
- | [@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`]
474
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`]
475
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`]
476
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`]
477
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`]
478
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`]
547
+ | Package | Type | Update | Change |
548
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
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)) | dependencies | patch | [`0.33.4` -> `0.33.14`] |
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)) | devDependencies | patch | [`0.33.4` -> `0.33.14`] |
551
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.24.0` -> `8.26.0`] |
552
+ | [@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`] |
553
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`] |
554
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`] |
555
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`] |
556
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`] |
557
+ | [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`] |
479
558
 
480
559
  # [1.96.81] - 2025-02-19
481
560
 
@@ -493,15 +572,14 @@ Upgrades:
493
572
 
494
573
  Upgrades:
495
574
 
496
- | Package | Type | Update | Change |
497
- |---|---|---|---|
498
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.0` -> `0.33.4`] |
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)) | dependencies | patch | [`0.33.0` -> `0.33.4`] |
500
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
501
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
502
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
503
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
504
-
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)) | devDependencies | patch | [`0.33.0` -> `0.33.4`] |
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)) | dependencies | patch | [`0.33.0` -> `0.33.4`] |
579
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
580
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
581
+ | [@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`] |
582
+ | [@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`] |
505
583
 
506
584
  # [1.96.80] - 2025-02-05
507
585
 
@@ -539,15 +617,15 @@ Upgrades:
539
617
 
540
618
  Upgrades:
541
619
 
542
- | Package | Type | Update | Change |
543
- |---|---|---|---|
544
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.31.23` -> `0.31.25`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.31.23/0.31.25) |
545
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.31.23` -> `0.31.25`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.31.23/0.31.25) |
546
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.7.2` -> `5.7.3`](https://renovatebot.com/diffs/npm/typescript/5.7.2/5.7.3) |
547
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.4` -> `11.0.5`](https://renovatebot.com/diffs/npm/uuid/11.0.4/11.0.5) |
548
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.19.1` -> `8.20.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.19.1/8.20.0) |
549
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.19.1` -> `8.20.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.19.1/8.20.0) |
550
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.1` -> `5.2.3`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.2.1/5.2.3) |
620
+ | Package | Type | Update | Change |
621
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
622
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.31.23` -> `0.31.25`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.31.23/0.31.25) |
623
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.31.23` -> `0.31.25`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.31.23/0.31.25) |
624
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.7.2` -> `5.7.3`](https://renovatebot.com/diffs/npm/typescript/5.7.2/5.7.3) |
625
+ | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.4` -> `11.0.5`](https://renovatebot.com/diffs/npm/uuid/11.0.4/11.0.5) |
626
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.19.1` -> `8.20.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.19.1/8.20.0) |
627
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.19.1` -> `8.20.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.19.1/8.20.0) |
628
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.1` -> `5.2.3`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.2.1/5.2.3) |
551
629
 
552
630
  # [1.96.78] - 2025-01-08
553
631
 
@@ -561,20 +639,20 @@ Upgrades:
561
639
 
562
640
  ### Fixed
563
641
 
564
- - OData V4:
565
- - Allow to delete last custom filter field.
566
- - `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
567
- - Avoid deletion of unknown properties in custom page setting.
568
- - Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
569
- - 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.
642
+ - OData V4:
643
+ - Allow to delete last custom filter field.
644
+ - `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
645
+ - Avoid deletion of unknown properties in custom page setting.
646
+ - Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
647
+ - 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.
570
648
 
571
649
  ### Quality
572
650
 
573
651
  Upgrades:
574
652
 
575
- - uuid devDependencies patch 11.0.3 -> 11.0.4
576
- - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
577
- - @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
653
+ - uuid devDependencies patch 11.0.3 -> 11.0.4
654
+ - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
655
+ - @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
578
656
  - @sap-ux/fe-fpm-writer to 0.31.23
579
657
  - prettier to 3.4.2
580
658
  - esbuild to 0.24.2
@@ -594,12 +672,12 @@ Upgrades:
594
672
  - @sap-ux/vocabularies-types source devDependencies minor `0.11.7` -> `0.12.0`
595
673
  - @sap-ux/vocabularies-types source dependencies minor `0.11.7` -> `0.12.0`
596
674
  - @sap-ux/vocabularies-types source resolutions minor `0.11.7` -> `0.12.0`
597
- - typescript (source) devDependencies minor `5.6.3` -> `5.7.2`
598
- - i18next (source) devDependencies patch `23.16.5` -> `23.16.8`
599
- - @sap-ux/fe-fpm-writer (source) devDependencies patch `0.31.18` -> `0.31.21`
600
- - @sap-ux/fe-fpm-writer (source) dependencies patch `0.31.18` -> `0.31.21`
601
- - @typescript-eslint/eslint-plugin (source) devDependencies minor `8.13.0` -> `8.15.0`
602
- - @typescript-eslint/parser (source) devDependencies minor `8.13.0` -> `8.15.0`
675
+ - typescript (source) devDependencies minor `5.6.3` -> `5.7.2`
676
+ - i18next (source) devDependencies patch `23.16.5` -> `23.16.8`
677
+ - @sap-ux/fe-fpm-writer (source) devDependencies patch `0.31.18` -> `0.31.21`
678
+ - @sap-ux/fe-fpm-writer (source) dependencies patch `0.31.18` -> `0.31.21`
679
+ - @typescript-eslint/eslint-plugin (source) devDependencies minor `8.13.0` -> `8.15.0`
680
+ - @typescript-eslint/parser (source) devDependencies minor `8.13.0` -> `8.15.0`
603
681
  - uuid devDependencies patch `11.0.2` -> `11.0.3`
604
682
  - axios source devDependencies `1.7.7` -> `1.7.9`
605
683
 
@@ -631,7 +709,7 @@ Upgrades:
631
709
 
632
710
  ### Fixed
633
711
 
634
- - An exception occurred if a view fragment was completely empty. This is now caught, leading to an error message in the log that better describes the root cause.
712
+ - An exception occurred if a view fragment was completely empty. This is now caught, leading to an error message in the log that better describes the root cause.
635
713
 
636
714
  ### Quality
637
715
 
@@ -707,10 +785,10 @@ Upgrades:
707
785
 
708
786
  - Table views: new error handling for undefined keys.
709
787
  - Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
710
- - change indicator was not set for manifest.json in v4.
711
- - entityPath was not forwarded at overview pages.
712
- - the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
713
- - FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
788
+ - change indicator was not set for manifest.json in v4.
789
+ - entityPath was not forwarded at overview pages.
790
+ - the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
791
+ - FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
714
792
 
715
793
  ### Quality
716
794
 
@@ -721,7 +799,7 @@ Upgrades:
721
799
  - @sap-ux/annotation-converter to 0.9.5
722
800
  - @sapui5/ts-types-esm to 1.96.34
723
801
  - @sap-ux/edmx-parser to 0.8.1
724
-
802
+
725
803
  # [1.96.71] - 2024-09-04
726
804
 
727
805
  ### Fixed
@@ -775,7 +853,7 @@ Upgrades:
775
853
  OData V4:
776
854
 
777
855
  - Specification API - support 'prompts' api using class "PromptsAPI" from "@sap-ux/fe-fpm-writer"
778
- - Adds required `sap.fe.*` libraries to manifest.json on page creation
856
+ - Adds required `sap.fe.*` libraries to manifest.json on page creation
779
857
 
780
858
  ### Quality
781
859
 
@@ -927,7 +1005,7 @@ Upgrades:
927
1005
  ### Changed
928
1006
 
929
1007
  - In a previous version, the tag `descriptionSrcUrl` (link to the UI5 documentation) was added in form of a JSDoc annotation. It became evident that this annotation was not transferred correctly in all cases to the JSON schema by the to-json-schema generator.
930
- To overcome this problem, `descriptionSrcUrl` is now placed in form of reflect metadata at all sync classes, and added to the schema by an own post-processing routine `processMetadata` that evaluates the reflect metadata.
1008
+ To overcome this problem, `descriptionSrcUrl` is now placed in form of reflect metadata at all sync classes, and added to the schema by an own post-processing routine `processMetadata` that evaluates the reflect metadata.
931
1009
 
932
1010
  ### Removed
933
1011
 
@@ -943,8 +1021,8 @@ OData V4:
943
1021
  - toolbar actions had partially not been considered during the import
944
1022
  - the export of table properties had overwritten the export from views
945
1023
  - the export now supports two different constellations for anyOf definitions in schema:
946
- - anyOf directly defined as additionalProperties (of MultiTableMode)
947
- - anyOf reachable via $ref, properties defined there.
1024
+ - anyOf directly defined as additionalProperties (of MultiTableMode)
1025
+ - anyOf reachable via $ref, properties defined there.
948
1026
  - Default 'empty' `manifest.json` is returned after export of FPM Custom Page
949
1027
  - The generation of config files failed with exception if a custom header action was defined with an invalid type, like string.
950
1028
  - empty `sap.ui5/routing/config` object removed from `manifest.json` during export
@@ -961,7 +1039,7 @@ OData V2:
961
1039
 
962
1040
  ### Fixed
963
1041
 
964
- - V4 Macros. Property 'contextPath' and 'metaPath' exported as XML element instead of attribute into xml file
1042
+ - V4 Macros. Property 'contextPath' and 'metaPath' exported as XML element instead of attribute into xml file
965
1043
 
966
1044
  ### Quality
967
1045
 
@@ -981,8 +1059,8 @@ Upgrades:
981
1059
  ### Changed
982
1060
 
983
1061
  - OData V2:
984
- - Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
985
- - Version api updated
1062
+ - Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
1063
+ - Version api updated
986
1064
 
987
1065
  ### Quality
988
1066
 
@@ -991,7 +1069,7 @@ Upgrades:
991
1069
  Upgrades:
992
1070
 
993
1071
  - axios to 1.6.8
994
- - esbuild to 0.20.2
1072
+ - esbuild to 0.20.2
995
1073
  - semver to 7.6.0
996
1074
  - yarn to 1.22.22
997
1075
  - d3 to 7.9.0
@@ -1004,7 +1082,7 @@ Upgrades:
1004
1082
  ### Added
1005
1083
 
1006
1084
  - OData V4:
1007
- - String type to bindable number type properties in macros schema
1085
+ - String type to bindable number type properties in macros schema
1008
1086
  - Overview Pages: support three different ways of defining the colors of cards
1009
1087
 
1010
1088
  ### Quality
@@ -1067,9 +1145,9 @@ Upgrades
1067
1145
  ### Added
1068
1146
 
1069
1147
  - OData V2:
1070
- - Support of Header facets on Object Page
1148
+ - Support of Header facets on Object Page
1071
1149
  - UX adjustments of inplace documentation:
1072
- - Support for screen readers and arrow navigation
1150
+ - Support for screen readers and arrow navigation
1073
1151
 
1074
1152
  ### Changed
1075
1153
 
@@ -1094,9 +1172,9 @@ Upgrades
1094
1172
  - Invalid object-like descriptions and keys had been generated into the app-specific schemas if DataFieldForIntentBasedNavigation was defined with a path reference
1095
1173
  - An exception happened during app schema generation if a NavigationProperty pointed to an invalid target annotation
1096
1174
  - OData V4:
1097
- - Enum for macros table `variantManagement` property
1098
- - Wrong resolution of contextPath in case of containment as target for a page, leading to an exception during the schema generation
1099
- - Invalid '/' in app schema definition names replaced by '::'
1175
+ - Enum for macros table `variantManagement` property
1176
+ - Wrong resolution of contextPath in case of containment as target for a page, leading to an exception during the schema generation
1177
+ - Invalid '/' in app schema definition names replaced by '::'
1100
1178
 
1101
1179
  ### Quality
1102
1180
 
@@ -1115,12 +1193,12 @@ Upgrades
1115
1193
  ### Added
1116
1194
 
1117
1195
  - OData V4:
1118
- - View columns set as view nodes
1196
+ - View columns set as view nodes
1119
1197
 
1120
1198
  ### Fixed
1121
1199
 
1122
1200
  - OData V4:
1123
- - Schema is not generated for custom page when namespaces are not defined in view file
1201
+ - Schema is not generated for custom page when namespaces are not defined in view file
1124
1202
 
1125
1203
  ### Quality
1126
1204
 
@@ -1137,30 +1215,30 @@ Upgrades
1137
1215
  ### Added
1138
1216
 
1139
1217
  - UX adjustments of inplace documentation:
1140
- - Support of Keyboard Navigation
1218
+ - Support of Keyboard Navigation
1141
1219
  - OData V2: Support of global table settings for object pages
1142
1220
  - OData V4:
1143
- - OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
1144
- - OP: Sequence of actions is now based on criticality annotation
1145
-
1221
+ - OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
1222
+ - OP: Sequence of actions is now based on criticality annotation
1223
+
1146
1224
  ### Changed
1147
1225
 
1148
1226
  - Alignment of settings for sap.ovp:
1149
- The global settings and card specific settings have been compared with the actual status of the documentation and the subschema as available at <https://www.npmjs.com/package/@ui5/manifest>. Missing settings have been added, obsolete settings have been eliminated.
1150
- The assignment of settings to the specific card types has been revised and adjusted.
1227
+ The global settings and card specific settings have been compared with the actual status of the documentation and the subschema as available at <https://www.npmjs.com/package/@ui5/manifest>. Missing settings have been added, obsolete settings have been eliminated.
1228
+ The assignment of settings to the specific card types has been revised and adjusted.
1151
1229
  - Increased `fe-fpm-writer` api version
1152
1230
  - Increased api version
1153
- - OData V2: ALP root properties order
1231
+ - OData V2: ALP root properties order
1154
1232
 
1155
1233
  ### Fixed
1156
1234
 
1157
- - OData V4: Empty visualization throws unhandled error during sync
1235
+ - OData V4: Empty visualization throws unhandled error during sync
1158
1236
  - Prevent exception in case of illegal annotationPath references of fields or columns
1159
- - OData V2: ALP not displaying chart and properties
1237
+ - OData V2: ALP not displaying chart and properties
1160
1238
  - OVP:
1161
- - In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
1162
- - Property "Category" was shown with an initial value as object, although being of type string.
1163
- - Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
1239
+ - In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
1240
+ - Property "Category" was shown with an initial value as object, although being of type string.
1241
+ - Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
1164
1242
 
1165
1243
  ### Quality
1166
1244
 
@@ -1183,12 +1261,12 @@ Upgrades
1183
1261
  ### Changed
1184
1262
 
1185
1263
  - OVP card settings:
1186
- - Added missing properties
1187
- - Removed irrelevant settings from custom card settings
1188
- - Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
1264
+ - Added missing properties
1265
+ - Removed irrelevant settings from custom card settings
1266
+ - Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
1189
1267
 
1190
1268
  - If problems had been posted to the log with regards to annotations, they normally ended with the information `location: webapp/localService/metadata.xml`. This location information might be misleading for edmx projects, as annotation may reside in a different file. It was always wrong for CAP projects.
1191
- Thus the location information is removed for annotation problems
1269
+ Thus the location information is removed for annotation problems
1192
1270
 
1193
1271
  - If no line item annotation is present, no `annotationPath` property gets added to the schemas of OData V2 and V4
1194
1272
 
@@ -1221,10 +1299,10 @@ Upgrades:
1221
1299
  - Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
1222
1300
 
1223
1301
  - OData V4:
1224
- - If multiple facets refer to target annotations without an ID but with identical labels, only one of the facets was shown in the page editor
1225
- - An error message was added to the logger if the ID was missing for a reference facet. This was wrong, the ID is optional for reference facets. Instead, the error message is now added for missing IDs of collection facets
1226
- - Building blocks:
1227
- - The number of new lines that get created from the description of building block properties was decreased
1302
+ - If multiple facets refer to target annotations without an ID but with identical labels, only one of the facets was shown in the page editor
1303
+ - An error message was added to the logger if the ID was missing for a reference facet. This was wrong, the ID is optional for reference facets. Instead, the error message is now added for missing IDs of collection facets
1304
+ - Building blocks:
1305
+ - The number of new lines that get created from the description of building block properties was decreased
1228
1306
 
1229
1307
  ### Quality
1230
1308
 
@@ -1245,25 +1323,25 @@ Upgrades:
1245
1323
 
1246
1324
  ### Added
1247
1325
 
1248
- - OData V4:
1249
- - Added additional log entries while executing API calls for schema generation, and error log entries in case of missing UI.LineItem annotation
1326
+ - OData V4:
1327
+ - Added additional log entries while executing API calls for schema generation, and error log entries in case of missing UI.LineItem annotation
1250
1328
 
1251
1329
  ### Changed
1252
1330
 
1253
1331
  - UX adjustments of inplace documentation:
1254
- - Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
1332
+ - Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
1255
1333
 
1256
1334
  ### Removed
1257
1335
 
1258
- - OData V2:
1259
- - Removed the `visibility` property for *addresses* on subsections of the object page, as flexibility changes are not supported on this level
1336
+ - OData V2:
1337
+ - Removed the `visibility` property for _addresses_ on subsections of the object page, as flexibility changes are not supported on this level
1260
1338
 
1261
1339
  ### Fixed
1262
1340
 
1263
- - OData V2:
1264
- - Fixed an issue with the selector ID of flexibility changes generated for contacts on the subsection level of object pages
1265
- - OData V4:
1266
- - Schema generation: Mark custom anchors in "oneOf" enums and additional anchor enum enhancements (missing descriptions for some actions and sections)
1341
+ - OData V2:
1342
+ - Fixed an issue with the selector ID of flexibility changes generated for contacts on the subsection level of object pages
1343
+ - OData V4:
1344
+ - Schema generation: Mark custom anchors in "oneOf" enums and additional anchor enum enhancements (missing descriptions for some actions and sections)
1267
1345
 
1268
1346
  ### Quality
1269
1347
 
@@ -1288,8 +1366,8 @@ Upgrades:
1288
1366
  ### Added
1289
1367
 
1290
1368
  - OData V4:
1291
- - `displayName` property for `relatedFacet` and `relativePosition` custom section properties
1292
- - Missing `key` property for macros action group
1369
+ - `displayName` property for `relatedFacet` and `relativePosition` custom section properties
1370
+ - Missing `key` property for macros action group
1293
1371
 
1294
1372
  ### Changed
1295
1373
 
@@ -1303,7 +1381,7 @@ Upgrades:
1303
1381
 
1304
1382
  - Under certain circumstances, the non-existence of the UI.LineItem annotation led to the exception "find is not a function" when executing the importProject API
1305
1383
  - OData V4:
1306
- - Extra entry `sap.ui5/extends/extensions/sap.ui.controllerExtensions` is created in manifest.json during sync
1384
+ - Extra entry `sap.ui5/extends/extensions/sap.ui.controllerExtensions` is created in manifest.json during sync
1307
1385
 
1308
1386
  ### Quality
1309
1387
 
@@ -1321,10 +1399,10 @@ Upgrades:
1321
1399
  ### Added
1322
1400
 
1323
1401
  - OData V2:
1324
- - Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
1402
+ - Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
1325
1403
  - OData V4:
1326
- - Support for custom header sections
1327
- - Support for custom filter fields
1404
+ - Support for custom header sections
1405
+ - Support for custom filter fields
1328
1406
 
1329
1407
  ### Changed
1330
1408
 
@@ -1335,10 +1413,10 @@ Upgrades:
1335
1413
  ### Fixed
1336
1414
 
1337
1415
  - OData V2:
1338
- - A missing entitySet definition for a page in manifest was not indicated correctly in the returned log. Even worse, the export deleted the related page in such a scenario. This is fixed now, the schema generation as well as the import are more fault-tolerant now with regard to this situation
1416
+ - A missing entitySet definition for a page in manifest was not indicated correctly in the returned log. Even worse, the export deleted the related page in such a scenario. This is fixed now, the schema generation as well as the import are more fault-tolerant now with regard to this situation
1339
1417
  - OData V4:
1340
- - Added missing descriptions to custom section properties `relatedFacet`, `relativePosition`, `id`, `fragmentName`
1341
- - Custom section properties `className` and `type` are marked as hidden
1418
+ - Added missing descriptions to custom section properties `relatedFacet`, `relativePosition`, `id`, `fragmentName`
1419
+ - Custom section properties `className` and `type` are marked as hidden
1342
1420
 
1343
1421
  ### Quality
1344
1422
 
@@ -1392,14 +1470,14 @@ Upgrades:
1392
1470
  ### Added
1393
1471
 
1394
1472
  - OData V2:
1395
- - Added support for the binding pattern to `showHeaderContent` property
1473
+ - Added support for the binding pattern to `showHeaderContent` property
1396
1474
 
1397
1475
  ### Fixed
1398
1476
 
1399
1477
  - OData V4:
1400
- - Wrong annotation path is generated for connected fields with a different entity type than the section
1478
+ - Wrong annotation path is generated for connected fields with a different entity type than the section
1401
1479
  - OData V2:
1402
- - Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
1480
+ - Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
1403
1481
 
1404
1482
  ### Quality
1405
1483
 
@@ -1437,7 +1515,7 @@ Upgrades:
1437
1515
 
1438
1516
  - During the API call, an additional check verifies the given specification version against the minUI5Version from the passed manifest; in case of a mismatch a warning is added to the logger
1439
1517
  - OData V4
1440
- - Support connected fields on the Object Page
1518
+ - Support connected fields on the Object Page
1441
1519
 
1442
1520
  ### Quality
1443
1521
 
@@ -1453,8 +1531,8 @@ Upgrades:
1453
1531
  ### Added
1454
1532
 
1455
1533
  - OData V4:
1456
- - Default aggregation support for macros table and action group
1457
- - Multiple namespaces support for macros
1534
+ - Default aggregation support for macros table and action group
1535
+ - Multiple namespaces support for macros
1458
1536
 
1459
1537
  ### Fixed
1460
1538
 
@@ -1492,9 +1570,9 @@ Upgrades:
1492
1570
  ### Fixed
1493
1571
 
1494
1572
  - OData V2:
1495
- - Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
1573
+ - Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
1496
1574
  - OData V4:
1497
- - Exception on macro table with metaPath to PresentationVariant.
1575
+ - Exception on macro table with metaPath to PresentationVariant.
1498
1576
 
1499
1577
  ### Quality
1500
1578
 
@@ -1513,18 +1591,18 @@ Upgrades:
1513
1591
  ### Added
1514
1592
 
1515
1593
  - OData V4:
1516
- - Support for Custom subsections.
1594
+ - Support for Custom subsections.
1517
1595
 
1518
1596
  ### Changed
1519
1597
 
1520
1598
  - OData V4:
1521
- - Changed binding expression to use "isEditable" property instead of "editable". Thus we have binding expressions {ui>/isEditable} and {= !${ui>/isEditable}}.
1599
+ - Changed binding expression to use "isEditable" property instead of "editable". Thus we have binding expressions {ui>/isEditable} and {= !${ui>/isEditable}}.
1522
1600
 
1523
1601
  ### Fixed
1524
1602
 
1525
1603
  - OData V4:
1526
- - When adding new pages, the export calculates the route pattern for the new manifest entry.
1527
- Indeed, the previous logic did not consider the naming at parent pages, but defined the key name in the pattern as `key`(+ index). This led to navigation errors at run-time. Now, the key names of existing parent pages are taken over to the child page's pattern.
1604
+ - When adding new pages, the export calculates the route pattern for the new manifest entry.
1605
+ Indeed, the previous logic did not consider the naming at parent pages, but defined the key name in the pattern as `key`(+ index). This led to navigation errors at run-time. Now, the key names of existing parent pages are taken over to the child page's pattern.
1528
1606
 
1529
1607
  ### Quality
1530
1608
 
@@ -1560,11 +1638,11 @@ Upgrades:
1560
1638
  ### Added
1561
1639
 
1562
1640
  - General:
1563
- - Enhancement of error handling, more explicit messages are passed to the logger.
1564
- Fix of error handling of exceptions from annotation parser.
1565
- - Fix for List Report with multiple views and Object pages on second level in Page map
1641
+ - Enhancement of error handling, more explicit messages are passed to the logger.
1642
+ Fix of error handling of exceptions from annotation parser.
1643
+ - Fix for List Report with multiple views and Object pages on second level in Page map
1566
1644
  - OData V4:
1567
- - Added ID (`internalId`) property for macros metadata in schema
1645
+ - Added ID (`internalId`) property for macros metadata in schema
1568
1646
 
1569
1647
  ### Quality
1570
1648
 
@@ -1586,7 +1664,7 @@ Upgrades:
1586
1664
  ### Fixed
1587
1665
 
1588
1666
  - OData V4:
1589
- - Parsing of commented contents in XML fragments, comments are now getting ignored during generation and import
1667
+ - Parsing of commented contents in XML fragments, comments are now getting ignored during generation and import
1590
1668
 
1591
1669
  ### Quality
1592
1670
 
@@ -1601,20 +1679,21 @@ Upgrades:
1601
1679
  - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.59.2
1602
1680
  - Update @sap-ux/vocabularies-types to 0.7.4
1603
1681
  - Update @sap-ux/annotation-converter to 0.5.22
1604
- - Update @sap-ux/edmx-parser to 0.5.14
1682
+ - Update @sap-ux/edmx-parser to 0.5.14
1605
1683
 
1606
1684
  ## [1.96.37] - 2023-04-19
1607
1685
 
1608
1686
  ### Fixed
1609
1687
 
1610
1688
  - OData V4:
1611
- - Fixed an issue with custom extensions running into an endless loop
1689
+ - Fixed an issue with custom extensions running into an endless loop
1612
1690
 
1613
1691
  ### Quality
1614
1692
 
1615
1693
  - Update transitive dependencies
1616
1694
 
1617
1695
  Upgrades:
1696
+
1618
1697
  - @sapui5/ts-types-esm to 1.96.20
1619
1698
  - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
1620
1699
  - @types/mem-fs-editor to 7.0.3
@@ -1625,13 +1704,14 @@ Upgrades:
1625
1704
  ### Added
1626
1705
 
1627
1706
  - OData V4:
1628
- - Building blocks support for custom sections
1707
+ - Building blocks support for custom sections
1629
1708
 
1630
1709
  ### Quality
1631
1710
 
1632
1711
  - Update transitive dependencies
1633
1712
 
1634
1713
  Upgrades:
1714
+
1635
1715
  - excel4node to 1.8.1
1636
1716
  - eslint-config-prettier to 8.8.0
1637
1717
  - prettier to 2.8.7
@@ -1662,13 +1742,13 @@ Upgrades:
1662
1742
  ### Fixed
1663
1743
 
1664
1744
  - OData V2:
1665
- - Fixed deletion issues for Custom Columns that appeared after positions were changed
1745
+ - Fixed deletion issues for Custom Columns that appeared after positions were changed
1666
1746
 
1667
1747
  ### Quality
1668
1748
 
1669
1749
  - Upgrade "typescript" to "4.9.4"
1670
- - Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
1671
- - Upgrade "ts-node" to "10.9.1"
1750
+ - Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
1751
+ - Upgrade "ts-node" to "10.9.1"
1672
1752
  - Upgrade "@sap-ux/fe-fpm-writer` to "0.18.7"
1673
1753
  - Upgrade "mem-fs-editor` to "9.7.0"
1674
1754
  - Revert "typescript-json-schema" to "0.53.0" in types package
@@ -1706,9 +1786,9 @@ Upgrades:
1706
1786
  ### Fixed
1707
1787
 
1708
1788
  - OData V2:
1709
- - resolved sync issue with unknown properties on fields for `Table > CreateWithParameterDialog`
1789
+ - resolved sync issue with unknown properties on fields for `Table > CreateWithParameterDialog`
1710
1790
  - OData V4:
1711
- - Fixed issue with missing schema and config for List report page in freestyle app
1791
+ - Fixed issue with missing schema and config for List report page in freestyle app
1712
1792
 
1713
1793
  ### Quality
1714
1794
 
@@ -1727,10 +1807,10 @@ Upgrades:
1727
1807
  ### Added
1728
1808
 
1729
1809
  - OData V4:
1730
- - Generation of `propertyIndex` property in schemas for root properties
1810
+ - Generation of `propertyIndex` property in schemas for root properties
1731
1811
 
1732
1812
  - OData V2:
1733
- - Generation of `propertyIndex` property in schemas for root properties
1813
+ - Generation of `propertyIndex` property in schemas for root properties
1734
1814
 
1735
1815
  ### Quality
1736
1816
 
@@ -1742,30 +1822,30 @@ Upgrades:
1742
1822
  ### Added
1743
1823
 
1744
1824
  - General:
1745
- - New definitions for page types are delivered that allow a better distinction:
1746
- - PageTypeV2 for types that occur in OData V2
1747
- - PageTypeV4 for types that occur in OData V4
1748
- - PageType as a superset of all page types that may occur
1825
+ - New definitions for page types are delivered that allow a better distinction:
1826
+ - PageTypeV2 for types that occur in OData V2
1827
+ - PageTypeV4 for types that occur in OData V4
1828
+ - PageType as a superset of all page types that may occur
1749
1829
 
1750
1830
  - OData V4:
1751
- - Support visual filters in toolbar on List report
1752
- - Support actions in header on List report
1753
- - Default annotationPath is added in schema even if LineItem annotation is not defined
1754
- - Added support for applications using `contextPath` in manifest.json
1831
+ - Support visual filters in toolbar on List report
1832
+ - Support actions in header on List report
1833
+ - Default annotationPath is added in schema even if LineItem annotation is not defined
1834
+ - Added support for applications using `contextPath` in manifest.json
1755
1835
 
1756
1836
  ### Changed
1757
1837
 
1758
1838
  - API for OData V2:
1759
- - Inner functions for the generation of app schmas hav ben adapted, i.e. generateAnalyticalListReportSchemaV2, generateListReportSchemaV2, generateObjectPageSchemaV2: the entityTypeName is not passed as an input parameter anymore, as the entity set cannot be uniquely determined from it. Instead, the functions now rely on generateParameters.entitySet, the entityType is derived from this information. The api version is increased to 7.
1839
+ - Inner functions for the generation of app schmas hav ben adapted, i.e. generateAnalyticalListReportSchemaV2, generateListReportSchemaV2, generateObjectPageSchemaV2: the entityTypeName is not passed as an input parameter anymore, as the entity set cannot be uniquely determined from it. Instead, the functions now rely on generateParameters.entitySet, the entityType is derived from this information. The api version is increased to 7.
1760
1840
 
1761
1841
  ### Fixed
1762
1842
 
1763
1843
  - OData V4:
1764
- - Fixed toolbar action IDs by replacing special chars with double colon
1765
- - Fixed incorrect order of Custom Actions when multiple before anchors are used
1766
- - Not all meta characters of action keys had been converted to `::`, as a consequence existing actions in manifest may have not been considered, or new actions had not been written with the right syntax.
1844
+ - Fixed toolbar action IDs by replacing special chars with double colon
1845
+ - Fixed incorrect order of Custom Actions when multiple before anchors are used
1846
+ - Not all meta characters of action keys had been converted to `::`, as a consequence existing actions in manifest may have not been considered, or new actions had not been written with the right syntax.
1767
1847
  - OData V2:
1768
- - Fixed deletion of fragment cells contents in case last element is deleted
1848
+ - Fixed deletion of fragment cells contents in case last element is deleted
1769
1849
 
1770
1850
  ### Quality
1771
1851
 
@@ -1781,14 +1861,14 @@ Upgrades:
1781
1861
  ### Changed
1782
1862
 
1783
1863
  - UI adjustments of in-place documentation:
1784
- - moved label of specification and odata version to tree canvas
1785
- - aligned behavior of tree buttons to expand (+) and collapse (-) with given design
1786
- - removed all hard coded colors
1787
- - fixed hover on search results
1788
- - aligned tooltip with given design
1864
+ - moved label of specification and odata version to tree canvas
1865
+ - aligned behavior of tree buttons to expand (+) and collapse (-) with given design
1866
+ - removed all hard coded colors
1867
+ - fixed hover on search results
1868
+ - aligned tooltip with given design
1789
1869
 
1790
1870
  - OData V2:
1791
- - fields for `Table > CreateWithParameterDialog` are now shown as enum and the import/export is done implicitly in the background (adding `path` property).
1871
+ - fields for `Table > CreateWithParameterDialog` are now shown as enum and the import/export is done implicitly in the background (adding `path` property).
1792
1872
 
1793
1873
  ### Fixed
1794
1874
 
@@ -1799,7 +1879,7 @@ Upgrades:
1799
1879
  ### Added
1800
1880
 
1801
1881
  - OData V4:
1802
- - Support custom actions for Header and Footer
1882
+ - Support custom actions for Header and Footer
1803
1883
 
1804
1884
  ### Changed
1805
1885
 
@@ -1821,39 +1901,39 @@ Upgrades:
1821
1901
  ### Added
1822
1902
 
1823
1903
  - OData V4:
1824
- - Support afterExecution for
1825
- - List report toolbar actions
1826
- - Object page header actions
1827
- - Object page footer actions
1828
- - Object page form actions
1904
+ - Support afterExecution for
1905
+ - List report toolbar actions
1906
+ - Object page header actions
1907
+ - Object page footer actions
1908
+ - Object page form actions
1829
1909
 
1830
1910
  ### Changed
1831
1911
 
1832
1912
  - OData V4:
1833
- - Refactored interfaces for custom actions
1834
- - General: the schema tag `key` (concatenated string) got replaced by the schema tag `keys` that is defined as an array of objects with `name`and `value`. Reasons are the support of different CSS styles for `name` and `value` as well as globalization (bi-directional languages).
1913
+ - Refactored interfaces for custom actions
1914
+ - General: the schema tag `key` (concatenated string) got replaced by the schema tag `keys` that is defined as an array of objects with `name`and `value`. Reasons are the support of different CSS styles for `name` and `value` as well as globalization (bi-directional languages).
1835
1915
  - API. Export `ControllerExtensionPageType`, `CustomActionTargetControl` enums from `fpm-writer`.
1836
1916
 
1837
1917
  ### Fixed
1838
1918
 
1839
1919
  - OData V4:
1840
- - Fixed an issue with custom pages using an unknown template (not `sap.fe.core.fpm`).
1920
+ - Fixed an issue with custom pages using an unknown template (not `sap.fe.core.fpm`).
1841
1921
 
1842
1922
  ## [1.102.11] - 2022-10-20
1843
1923
 
1844
1924
  ### Added
1845
1925
 
1846
1926
  - Applications that show content from schemas may want to also display the technical key - this simplifies identification of the corresponding element in the original source file. To this aim, the tag `key` is used for properties. `key` is a concatenated string that also sows a prefix following one of the patterns:
1847
- - Value for DataFields
1848
- - Key for custom columns etc. where it is a key in the manifest. Only exception are views: they have no prefix as there is logic that programs against the key.
1849
- - ID for facets
1850
- - Action for any action
1851
- - Instance-based navigation: Property + SemanticObject + Action
1852
- - Target for DataFieldForAnnotation.
1853
- In case of Target, an additional schema tag `target` is added: it not only represents the namespace but potentially also the target within the namespace (entity container, entity type, ...)
1927
+ - Value for DataFields
1928
+ - Key for custom columns etc. where it is a key in the manifest. Only exception are views: they have no prefix as there is logic that programs against the key.
1929
+ - ID for facets
1930
+ - Action for any action
1931
+ - Instance-based navigation: Property + SemanticObject + Action
1932
+ - Target for DataFieldForAnnotation.
1933
+ In case of Target, an additional schema tag `target` is added: it not only represents the namespace but potentially also the target within the namespace (entity container, entity type, ...)
1854
1934
  - OData V4:
1855
- - Custom action support in Object Page forms
1856
-
1935
+ - Custom action support in Object Page forms
1936
+
1857
1937
  ### Changed
1858
1938
 
1859
1939
  - Common dependencies have been moved to the root level.
@@ -1862,7 +1942,7 @@ In case of Target, an additional schema tag `target` is added: it not only repre
1862
1942
  ### Fixed
1863
1943
 
1864
1944
  - OData V4:
1865
- - Fixed an issue with custom actions referencing each other
1945
+ - Fixed an issue with custom actions referencing each other
1866
1946
 
1867
1947
  ## [1.96.25] - 2022-10-06
1868
1948
 
@@ -1891,9 +1971,9 @@ In case of Target, an additional schema tag `target` is added: it not only repre
1891
1971
  ### Added
1892
1972
 
1893
1973
  - OData V4:
1894
- - Added custom pages not using FPM library to pages view in Application Modeler Panel (limited functionality support)
1895
- - Controller Extension support in "app.json"
1896
- - Zero state support
1974
+ - Added custom pages not using FPM library to pages view in Application Modeler Panel (limited functionality support)
1975
+ - Controller Extension support in "app.json"
1976
+ - Zero state support
1897
1977
 
1898
1978
  ### Changed
1899
1979
 
@@ -1902,8 +1982,8 @@ In case of Target, an additional schema tag `target` is added: it not only repre
1902
1982
  ### Fixed
1903
1983
 
1904
1984
  - OData V4:
1905
- - Reordering of custom views for list report did not work. This was fixed, but consequently the logic for deleting custom views also had to be adapted.
1906
- - When adding new sub-pages to the app.json the export to manifest created wrong keys for the new navigation routes, and wrong query patterns for the targets.
1985
+ - Reordering of custom views for list report did not work. This was fixed, but consequently the logic for deleting custom views also had to be adapted.
1986
+ - When adding new sub-pages to the app.json the export to manifest created wrong keys for the new navigation routes, and wrong query patterns for the targets.
1907
1987
 
1908
1988
  ### Quality
1909
1989
 
@@ -1923,7 +2003,7 @@ In case of Target, an additional schema tag `target` is added: it not only repre
1923
2003
  ### Added
1924
2004
 
1925
2005
  - OData V4:
1926
- - API for custom extensions extended to call enableFPM prior to adding concrete extension using the FPM writer of open-ux-tools
2006
+ - API for custom extensions extended to call enableFPM prior to adding concrete extension using the FPM writer of open-ux-tools
1927
2007
 
1928
2008
  ### Changed
1929
2009
 
@@ -1934,7 +2014,7 @@ In case of Target, an additional schema tag `target` is added: it not only repre
1934
2014
  ### Removed
1935
2015
 
1936
2016
  - OData V4:
1937
- - Removed `End` value from Placement property for custom extensions
2017
+ - Removed `End` value from Placement property for custom extensions
1938
2018
 
1939
2019
  ## [1.96.20] - 2022-08-24
1940
2020
 
@@ -1942,15 +2022,15 @@ In case of Target, an additional schema tag `target` is added: it not only repre
1942
2022
 
1943
2023
  - API enhanced by a wrapper function for the creation of custom views (that delegates to the FPM writer of open-ux-tools)
1944
2024
  - OData V4:
1945
- - Added custom pages using FPM library to pages view in Application Modeler Panel
2025
+ - Added custom pages using FPM library to pages view in Application Modeler Panel
1946
2026
 
1947
2027
  ### Changed
1948
2028
 
1949
2029
  - The specification module is now build with esbuild instead of webpack.
1950
- The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
2030
+ The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
1951
2031
 
1952
- ````
1953
- import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
2032
+ ```
2033
+ import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
1954
2034
  ==> import { PageType } from '@sap/ux-specification/types';
1955
2035
 
1956
2036
  import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/dist/src/v2';
@@ -1958,20 +2038,20 @@ import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specificatio
1958
2038
 
1959
2039
  import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist/src/v4';
1960
2040
  ==> import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/types/v4';
1961
- ````
2041
+ ```
1962
2042
 
1963
2043
  - OData V4:
1964
- - LR: Mark view properties `key`, `index` as hidden in schema
2044
+ - LR: Mark view properties `key`, `index` as hidden in schema
1965
2045
 
1966
2046
  ### Fixed
1967
2047
 
1968
2048
  - OData V2:
1969
- - OP: Fixed incorrect generation of flexChanges in case of Form, Form Fields and Form Fields referenced from a navigation entity
2049
+ - OP: Fixed incorrect generation of flexChanges in case of Form, Form Fields and Form Fields referenced from a navigation entity
1970
2050
 
1971
2051
  - OData V4:
1972
- - In some cases sections defined with PresentationVariants did not appear on the object page
1973
- - The resolution of alias definitions using the @SAP__ prefix was not correct, leading also to gaps in the elements that were considered
1974
- - LR: Schema now considers default visualation `UI.LineItem` if not defined in `SelectionPresentationVariant`
2052
+ - In some cases sections defined with PresentationVariants did not appear on the object page
2053
+ - The resolution of alias definitions using the @SAP\_\_ prefix was not correct, leading also to gaps in the elements that were considered
2054
+ - LR: Schema now considers default visualation `UI.LineItem` if not defined in `SelectionPresentationVariant`
1975
2055
 
1976
2056
  ## [1.96.19] - 2022-08-11
1977
2057
 
@@ -1982,36 +2062,37 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
1982
2062
  ### Changed
1983
2063
 
1984
2064
  - OData V4: With API version 4 of specification - introduced with the given version - the way how routes are represented in the app.json changes: before the pattern was
1985
- `route: key`, now it follows the manifest syntax
2065
+ `route: key`, now it follows the manifest syntax
2066
+
2067
+ ```
2068
+ key: {
2069
+ route: route
2070
+ }
2071
+ ```
1986
2072
 
1987
- ```
1988
- key: {
1989
- route: route
1990
- }
1991
- ```
2073
+ The switch to an object representation allows to also include other target information like "outbound"
1992
2074
 
1993
- The switch to an object representation allows to also include other target information like "outbound"
1994
2075
  - OData V4: as long as no views are defined in manifest, the showCounts property is not part of the schema, except if it is already maintained
1995
2076
  - OData V2:
1996
- - Mark custom column 'columnIndex' property as hidden
2077
+ - Mark custom column 'columnIndex' property as hidden
1997
2078
 
1998
2079
  ### Fixed
1999
2080
 
2000
2081
  - OData V4:
2001
- - LR: The export of property changes at the page editor led to a deletion of (custom) views in manifest; besides, outbound navigation entries could get deleted
2002
- - Fixed an issue with missing custom action if an empty "press" is defined
2082
+ - LR: The export of property changes at the page editor led to a deletion of (custom) views in manifest; besides, outbound navigation entries could get deleted
2083
+ - Fixed an issue with missing custom action if an empty "press" is defined
2003
2084
 
2004
2085
  ## [1.96.18] - 2022-07-28
2005
2086
 
2006
2087
  ### Added
2007
2088
 
2008
2089
  - OData V4:
2009
- - Added support for custom actions for tables in LR and OP
2090
+ - Added support for custom actions for tables in LR and OP
2010
2091
 
2011
2092
  ### Fixed
2012
2093
 
2013
2094
  - OData V4:
2014
- - Fixed an issue with custom column export where it was not possible to restore a deleted column
2095
+ - Fixed an issue with custom column export where it was not possible to restore a deleted column
2015
2096
 
2016
2097
  ### Quality
2017
2098
 
@@ -2032,11 +2113,11 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
2032
2113
  - OData V2:
2033
2114
 
2034
2115
  - OData V4:
2035
- - Properties of custom columns on object page had not been exported correctly if the table is associated to another entity type via navigation path or is using a PresentationVariant.
2036
- The value help of the anchor in LSP (config JSON) also did not show the right values.
2037
- - Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
2038
- wrong `annotationPath` and `isViewNode` settings are adjusted.
2039
- - Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
2116
+ - Properties of custom columns on object page had not been exported correctly if the table is associated to another entity type via navigation path or is using a PresentationVariant.
2117
+ The value help of the anchor in LSP (config JSON) also did not show the right values.
2118
+ - Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
2119
+ wrong `annotationPath` and `isViewNode` settings are adjusted.
2120
+ - Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
2040
2121
 
2041
2122
  ### Quality
2042
2123
 
@@ -2047,17 +2128,17 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
2047
2128
  ### Added
2048
2129
 
2049
2130
  - OData V4:
2050
- - Extend pagemap support for freestyle apps using FPM library
2131
+ - Extend pagemap support for freestyle apps using FPM library
2051
2132
 
2052
2133
  ### Fixed
2053
2134
 
2054
2135
  - OData V2:
2055
- - OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
2056
- - Table type property is now set to blank in case not maintained in manifest.json
2057
- - If two sections of object page referred to an element (e.g. action, table column) of the same name, they had been sync'd by the program logic: changes of one property had also been refelected in the other.
2058
- - One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
2059
- - No sorting by time took place before for flexibility changes, as a result an older change of the same property may have shown up instead of the newer one.
2060
- - If several flexibility changes existed for the same control property, secondary ones had not been imported correctly: you could find them under a wrong property name in the config JSON file.
2136
+ - OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
2137
+ - Table type property is now set to blank in case not maintained in manifest.json
2138
+ - If two sections of object page referred to an element (e.g. action, table column) of the same name, they had been sync'd by the program logic: changes of one property had also been refelected in the other.
2139
+ - One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
2140
+ - No sorting by time took place before for flexibility changes, as a result an older change of the same property may have shown up instead of the newer one.
2141
+ - If several flexibility changes existed for the same control property, secondary ones had not been imported correctly: you could find them under a wrong property name in the config JSON file.
2061
2142
 
2062
2143
  ## [1.96.15] - 2022-06-16
2063
2144
 
@@ -2118,19 +2199,19 @@ Upgrade node & node-version to 14.x
2118
2199
  ### Changed
2119
2200
 
2120
2201
  - OData V4:
2121
- - For list report views, the content of title and description in the schema got exchanged.
2122
- - Custom columns having an invalid anchor are not filtered out anymore but added to the schema (at the end of the columns' list). This better supports fixing the situation and is necessary so that the import fills the properties correctly.
2123
- - LR: If views are enabled, generic table columns won't be used/filled.
2202
+ - For list report views, the content of title and description in the schema got exchanged.
2203
+ - Custom columns having an invalid anchor are not filtered out anymore but added to the schema (at the end of the columns' list). This better supports fixing the situation and is necessary so that the import fills the properties correctly.
2204
+ - LR: If views are enabled, generic table columns won't be used/filled.
2124
2205
 
2125
2206
  ### Fixed
2126
2207
 
2127
2208
  - OData V4:
2128
- - If the table setting creationMode existed in the outdated string format, the export just had overwritten the string. Now, an implicit conversion to the new object format takes place.
2129
- - In case of multiple custom columns with an invalid anchor the app schema generation ran into an endless loop.
2130
- - No import of property annotationPath was happening at chart views of List Report.
2131
- - In the app specific schema, the description was missing for charts in sections.
2132
- - Tag 'hidden' was added to the property annotationPath of the ALP chart view in app schema.
2133
- - If defaultTemplateAnnotationPath is maintained and refers to an annotation other than UI.LineItem, the table settings and columns of the referred definition are now imported correctly.
2209
+ - If the table setting creationMode existed in the outdated string format, the export just had overwritten the string. Now, an implicit conversion to the new object format takes place.
2210
+ - In case of multiple custom columns with an invalid anchor the app schema generation ran into an endless loop.
2211
+ - No import of property annotationPath was happening at chart views of List Report.
2212
+ - In the app specific schema, the description was missing for charts in sections.
2213
+ - Tag 'hidden' was added to the property annotationPath of the ALP chart view in app schema.
2214
+ - If defaultTemplateAnnotationPath is maintained and refers to an annotation other than UI.LineItem, the table settings and columns of the referred definition are now imported correctly.
2134
2215
 
2135
2216
  ### Quality
2136
2217
 
@@ -2142,19 +2223,19 @@ Upgrade node & node-version to 14.x
2142
2223
  ### Added
2143
2224
 
2144
2225
  - OData V4:
2145
- - The title of ALP or List Report views is now following the same criteria as the UI5 run-time.
2226
+ - The title of ALP or List Report views is now following the same criteria as the UI5 run-time.
2146
2227
 
2147
2228
  ### Fixed
2148
2229
 
2149
- - OData V4:
2150
- - Problems with deletion of ListReport table views.
2151
- - Unknown properties removed from custom section definition in 'manifest.json'.
2152
- - delete 'table/personalization' object property in 'manifest.json' if last property was removed.
2153
- - Export. Delete of entries from `table/views` - views were not deleted during export if entries in annotation file were deleted as first.
2154
- - When changing the table type in the page editor for LRP (V4), the respective manifest setting is not updated as long as this page is configured with the primary and secondary views.
2230
+ - OData V4:
2231
+ - Problems with deletion of ListReport table views.
2232
+ - Unknown properties removed from custom section definition in 'manifest.json'.
2233
+ - delete 'table/personalization' object property in 'manifest.json' if last property was removed.
2234
+ - Export. Delete of entries from `table/views` - views were not deleted during export if entries in annotation file were deleted as first.
2235
+ - When changing the table type in the page editor for LRP (V4), the respective manifest setting is not updated as long as this page is configured with the primary and secondary views.
2155
2236
  - OData V2:
2156
- - Sections and subsections with a reference to Communication.Contact or Communication.Address had not been shown, support of flexibility changes for them.
2157
- - Facet or section references with multi-level navigation had not been handled correctly.
2237
+ - Sections and subsections with a reference to Communication.Contact or Communication.Address had not been shown, support of flexibility changes for them.
2238
+ - Facet or section references with multi-level navigation had not been handled correctly.
2158
2239
 
2159
2240
  ### Quality
2160
2241
 
@@ -2165,22 +2246,22 @@ Upgrade node & node-version to 14.x
2165
2246
  ### Added
2166
2247
 
2167
2248
  - OData V2:
2168
- - LR: Old settings for table type (tableType) had been ignored in newer specification releases. As a consequence, you may have found the table type twice in manifest, once with the old syntax and an additional entry with the new syntax, after switching to a newer UI5 version.
2169
- Now an implicit conversion to the new tableSettings takes place, and the old setting gets automatically replaced during the export.
2249
+ - LR: Old settings for table type (tableType) had been ignored in newer specification releases. As a consequence, you may have found the table type twice in manifest, once with the old syntax and an additional entry with the new syntax, after switching to a newer UI5 version.
2250
+ Now an implicit conversion to the new tableSettings takes place, and the old setting gets automatically replaced during the export.
2170
2251
  - OData V4:
2171
- - OP: Added support for presentation variants with chart or table visualization
2252
+ - OP: Added support for presentation variants with chart or table visualization
2172
2253
 
2173
2254
  - Documentation actualized with regards to the new release version 1.100.
2174
2255
 
2175
2256
  ### Fixed
2176
2257
 
2177
2258
  - OData V4:
2178
- - Exception in case of multi-tab views in manifest that referred to a SelectionVariant.
2179
- - Export of table settings of list report was targeting the wrong manifest settings if a defaultTemplateAnnotationPath is defined, pointing to a SelectionPresentationVariant.
2180
- - List report with multiple views: insert and reordering was not supported correctly.
2259
+ - Exception in case of multi-tab views in manifest that referred to a SelectionVariant.
2260
+ - Export of table settings of list report was targeting the wrong manifest settings if a defaultTemplateAnnotationPath is defined, pointing to a SelectionPresentationVariant.
2261
+ - List report with multiple views: insert and reordering was not supported correctly.
2181
2262
  - OData V2:
2182
- - After an entry of quickVariantSelectionX got deleted, the entry still was present in manifest.json.
2183
- - Sections of subordinate object pages had not been added correctly to the app schema in all cases.
2263
+ - After an entry of quickVariantSelectionX got deleted, the entry still was present in manifest.json.
2264
+ - Sections of subordinate object pages had not been added correctly to the app schema in all cases.
2184
2265
 
2185
2266
  ### Quality
2186
2267
 
@@ -2191,13 +2272,13 @@ Upgrade node & node-version to 14.x
2191
2272
 
2192
2273
  ### Added
2193
2274
 
2194
- - OData V4:
2195
- - Support of defaultTemplateAnnotationPath as property; consider defaultTemplateAnnotationPath when retrieving the relevant table settings and while switching to ALP flavour.
2275
+ - OData V4:
2276
+ - Support of defaultTemplateAnnotationPath as property; consider defaultTemplateAnnotationPath when retrieving the relevant table settings and while switching to ALP flavour.
2196
2277
 
2197
2278
  ### Fixed
2198
2279
 
2199
2280
  - OData V2:
2200
- - Extensions - empty "extensions" object was created in "sap.ui5/"extends"/"extensions"/"sap.ui.viewExtensions"/"sap.suite.ui.generic.template.ListReport.view.ListReport".
2281
+ - Extensions - empty "extensions" object was created in "sap.ui5/"extends"/"extensions"/"sap.ui.viewExtensions"/"sap.suite.ui.generic.template.ListReport.view.ListReport".
2201
2282
 
2202
2283
  ### Quality
2203
2284
 
@@ -2221,17 +2302,17 @@ Upgrade node & node-version to 14.x
2221
2302
  ### Added
2222
2303
 
2223
2304
  - OData V4:
2224
- - Support of `flexEnabled` property.
2225
- - ALP flavor, support of ALP views.
2226
- - List report: multiple views, with the right properties.
2305
+ - Support of `flexEnabled` property.
2306
+ - ALP flavor, support of ALP views.
2307
+ - List report: multiple views, with the right properties.
2227
2308
 
2228
2309
  ### Fixed
2229
2310
 
2230
2311
  - OData V2:
2231
- - Duplicated fragment columns were written if table namespace was not found, and unknown custom data in fragment was not considered.
2312
+ - Duplicated fragment columns were written if table namespace was not found, and unknown custom data in fragment was not considered.
2232
2313
  - OData V4:
2233
- - Custom columns had not been considered when having a 'Before' reference against other custom columns.
2234
- - Fix overwriting of manifest page content, if page key is changed.
2314
+ - Custom columns had not been considered when having a 'Before' reference against other custom columns.
2315
+ - Fix overwriting of manifest page content, if page key is changed.
2235
2316
 
2236
2317
  ### Quality
2237
2318
 
@@ -2246,19 +2327,19 @@ Upgrade node & node-version to 14.x
2246
2327
  ### Added
2247
2328
 
2248
2329
  - OData V2:
2249
- - visible property is now also available for facets without annotation Id
2330
+ - visible property is now also available for facets without annotation Id
2250
2331
 
2251
2332
  - OData V4:
2252
- - Support of progress, rating and microchart header facets
2253
- - Version increase for "fe-fpm-writer" from "0.4.0" to "0.5.0"
2254
- - Return "fpmWriter" API version - current version "1"
2333
+ - Support of progress, rating and microchart header facets
2334
+ - Version increase for "fe-fpm-writer" from "0.4.0" to "0.5.0"
2335
+ - Return "fpmWriter" API version - current version "1"
2255
2336
 
2256
2337
  ### Fixed
2257
2338
 
2258
2339
  - OData V2:
2259
- - Creation of new flexChanges now considers resolved Id from pom.xml
2340
+ - Creation of new flexChanges now considers resolved Id from pom.xml
2260
2341
  - OData V4:
2261
- - Fix overwriting of manifest page id in case of different page key
2342
+ - Fix overwriting of manifest page id in case of different page key
2262
2343
 
2263
2344
  ### Quality
2264
2345
 
@@ -2270,7 +2351,7 @@ Upgrade node & node-version to 14.x
2270
2351
 
2271
2352
  - Metadata information `dataType` added to various places in V2 and V4 schemas
2272
2353
  - OData V2:
2273
- - display selection fields, and support date settings properties on LR/ALP
2354
+ - display selection fields, and support date settings properties on LR/ALP
2274
2355
 
2275
2356
  ### Fixed
2276
2357
 
@@ -2286,17 +2367,17 @@ Upgrade node & node-version to 14.x
2286
2367
  ### Added
2287
2368
 
2288
2369
  - OData V2:
2289
- - Support default date range `defaultValue` property on filter fields
2290
- - LR/ALP: Support column and footer action properties
2370
+ - Support default date range `defaultValue` property on filter fields
2371
+ - LR/ALP: Support column and footer action properties
2291
2372
 
2292
2373
  - OData V4:
2293
- - Support of custom columns
2374
+ - Support of custom columns
2294
2375
 
2295
2376
  ### Fixed
2296
2377
 
2297
2378
  - OData V2:
2298
- - OP: Fix generation of flexChanges for sections with or without ID in annotations
2299
- - Fix issues with sync logic in case of sub object page
2379
+ - OP: Fix generation of flexChanges for sections with or without ID in annotations
2380
+ - Fix issues with sync logic in case of sub object page
2300
2381
 
2301
2382
  ### Quality
2302
2383
 
@@ -2307,9 +2388,9 @@ Upgrade node & node-version to 14.x
2307
2388
  ### Added
2308
2389
 
2309
2390
  - OData V2:
2310
- - `exportType` property can now be configured to specify the type of export to be used in the SmartTable control
2311
- - OP: `statePreservationMode` property can now be configured to allowing applications to configure persistence mode in an object page
2312
- - OP: `draftDiscardConfirmationSettings` property can now be configured allowing applications to turn off the discard draft confirmation popup in various scenarios
2391
+ - `exportType` property can now be configured to specify the type of export to be used in the SmartTable control
2392
+ - OP: `statePreservationMode` property can now be configured to allowing applications to configure persistence mode in an object page
2393
+ - OP: `draftDiscardConfirmationSettings` property can now be configured allowing applications to turn off the discard draft confirmation popup in various scenarios
2313
2394
 
2314
2395
  ### Quality
2315
2396
 
@@ -2320,33 +2401,33 @@ Upgrade node & node-version to 14.x
2320
2401
  ### Added
2321
2402
 
2322
2403
  - OData V2:
2323
- - OP: properties of footer actions are displayed and supported in side panel
2324
- - properties of toolbar actions are displayed and supported in side panel
2325
- - OVP: The property `showLineItemDetail` is now supported for List and Table cards
2326
- - OP: Schema now supports column extensions for TreeTable
2404
+ - OP: properties of footer actions are displayed and supported in side panel
2405
+ - properties of toolbar actions are displayed and supported in side panel
2406
+ - OVP: The property `showLineItemDetail` is now supported for List and Table cards
2407
+ - OP: Schema now supports column extensions for TreeTable
2327
2408
 
2328
2409
  ### Changed
2329
2410
 
2330
2411
  - OData V2:
2331
- - property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
2332
- - OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
2412
+ - property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
2413
+ - OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
2333
2414
  - OData V4:
2334
- - property `afterExecution` of table columns now is only visible for actions but not for other record types
2335
- - deprecated `name` property and support new `template` property for custom sections in manifest
2336
-
2415
+ - property `afterExecution` of table columns now is only visible for actions but not for other record types
2416
+ - deprecated `name` property and support new `template` property for custom sections in manifest
2417
+
2337
2418
  ### Removed
2338
2419
 
2339
2420
  - OData V2:
2340
- - OVP: removed `tabs` property from card level
2421
+ - OVP: removed `tabs` property from card level
2341
2422
 
2342
2423
  ### Fixed
2343
2424
 
2344
2425
  - OData V2:
2345
- - correct schema generation in case multiple facets are referring to lineitem annotation of same entity
2346
- - Facet Id is considered for import and export of manifest settings
2347
- - Fixed sync issues in case no text is provided for custom columns
2426
+ - correct schema generation in case multiple facets are referring to lineitem annotation of same entity
2427
+ - Facet Id is considered for import and export of manifest settings
2428
+ - Fixed sync issues in case no text is provided for custom columns
2348
2429
  - OData V4:
2349
- - Avoid exporting empty arrays to manifest.json
2430
+ - Avoid exporting empty arrays to manifest.json
2350
2431
 
2351
2432
  ### Quality
2352
2433