@sap/ux-specification 1.136.15 → 1.136.16

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 (228) hide show
  1. package/CHANGELOG.md +227 -165
  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 +254 -250
  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 +48 -6
  21. package/dist/schemas/v4/ListReportConfig.json +24 -6
  22. package/dist/schemas/v4/ObjectPageConfig.json +32 -8
  23. package/dist/specification/package.json +13 -11
  24. package/dist/specification/scripts/extractDocu.js +18 -1
  25. package/dist/specification/scripts/extractDocu.js.map +1 -1
  26. package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
  27. package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
  28. package/dist/specification/scripts/generate-validity-report.js +367 -0
  29. package/dist/specification/scripts/generate-validity-report.js.map +1 -0
  30. package/dist/specification/scripts/macros/corrections.d.ts +40 -0
  31. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  32. package/dist/specification/scripts/macros/corrections.js +81 -6
  33. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  34. package/dist/specification/scripts/macros/schema.js +1 -1
  35. package/dist/specification/scripts/macros/schema.js.map +1 -1
  36. package/dist/specification/scripts/macros/types.d.ts +1 -0
  37. package/dist/specification/scripts/macros/types.d.ts.map +1 -1
  38. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  39. package/dist/specification/scripts/schema/to-json-schema.js +2 -13
  40. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  41. package/dist/specification/src/api.js +1 -1
  42. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +503 -0
  43. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
  44. package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
  45. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
  46. package/dist/specification/src/sync/common/decoration/decorators.d.ts +149 -23
  47. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  48. package/dist/specification/src/sync/common/decoration/decorators.js +369 -74
  49. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  50. package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
  51. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  52. package/dist/specification/src/sync/common/decoration/index.js +1 -0
  53. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  54. package/dist/specification/src/sync/common/dist_tag.json +8 -3
  55. package/dist/specification/src/sync/common/generate/utils.d.ts +2 -1
  56. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  57. package/dist/specification/src/sync/common/generate/utils.js +5 -1
  58. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  59. package/dist/specification/src/sync/common/i18n.json +2 -1
  60. package/dist/specification/src/sync/common/utils.d.ts +22 -6
  61. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  62. package/dist/specification/src/sync/common/utils.js +122 -18
  63. package/dist/specification/src/sync/common/utils.js.map +1 -1
  64. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  65. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +2 -0
  66. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  67. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  68. package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
  69. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  70. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  71. package/dist/specification/src/sync/v2/generate/objectPage.js +2 -0
  72. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  73. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
  74. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  75. package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
  76. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  77. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  78. package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
  79. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  80. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
  81. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
  83. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  84. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
  85. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  86. package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
  87. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  88. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  89. package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
  90. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  91. package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
  92. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  93. package/dist/specification/src/sync/v2/import/utils.js +37 -0
  94. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  95. package/dist/specification/src/sync/v2/utils.d.ts +12 -2
  96. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  97. package/dist/specification/src/sync/v2/utils.js +19 -2
  98. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  99. package/dist/specification/src/sync/v4/application.d.ts +20 -2
  100. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  101. package/dist/specification/src/sync/v4/application.js +27 -2
  102. package/dist/specification/src/sync/v4/application.js.map +1 -1
  103. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
  104. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  105. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
  106. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  107. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
  108. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  109. package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
  110. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  111. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
  112. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  113. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
  114. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  115. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  116. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  117. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
  118. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  119. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
  120. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  121. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
  122. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  123. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +24 -15
  124. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  125. package/dist/specification/src/sync/v4/export/controls/Table.js +40 -46
  126. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  127. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  128. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
  129. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  130. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  131. package/dist/specification/src/sync/v4/export/export.js +25 -3
  132. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  133. package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
  134. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  135. package/dist/specification/src/sync/v4/generate/actions.d.ts +1 -1
  136. package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -1
  137. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +1 -1
  138. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  139. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  140. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +16 -1
  141. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  142. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  143. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +10 -1
  144. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  145. package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
  146. package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
  147. package/dist/specification/src/sync/v4/generate/index.js +1 -1
  148. package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
  149. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
  150. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
  151. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +354 -0
  152. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
  153. package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +22 -15
  154. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
  155. package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +112 -68
  156. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
  157. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  158. package/dist/specification/src/sync/v4/generate/objectPage.js +142 -44
  159. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  160. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  161. package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
  162. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  163. package/dist/specification/src/sync/v4/import/utils.js +5 -3
  164. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  165. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
  166. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  167. package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
  168. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  169. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
  170. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  171. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
  172. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  173. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +177 -46
  174. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  175. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +498 -152
  176. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  177. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
  178. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  179. package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
  180. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  181. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
  182. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  183. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
  184. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  185. package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
  186. package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
  187. package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
  188. package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
  189. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
  190. package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
  191. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
  192. package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
  193. package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
  194. package/dist/specification/src/sync/v4/utils/index.js +18 -0
  195. package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
  196. package/dist/specification/src/sync/v4/utils/utils.d.ts +9 -1
  197. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  198. package/dist/specification/src/sync/v4/utils/utils.js +17 -2
  199. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  200. package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
  201. package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
  202. package/dist/specification/test/test-utils/utils.d.ts +71 -0
  203. package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
  204. package/dist/specification/test/test-utils/utils.js +400 -0
  205. package/dist/specification/test/test-utils/utils.js.map +1 -0
  206. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
  207. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
  208. package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
  209. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
  210. package/dist/types/src/apiTypes.d.ts +2 -3
  211. package/dist/types/src/apiTypes.d.ts.map +1 -1
  212. package/dist/types/src/apiTypes.js.map +1 -1
  213. package/dist/types/src/common/types.d.ts +119 -13
  214. package/dist/types/src/common/types.d.ts.map +1 -1
  215. package/dist/types/src/common/types.js.map +1 -1
  216. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
  217. package/dist/types/src/v2/controls/Table.d.ts +1 -1
  218. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
  219. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  220. package/dist/types/src/v4/controls/Table.d.ts +3 -3
  221. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  222. package/package.json +14 -12
  223. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
  224. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
  225. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -394
  226. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
  227. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
  228. package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -6,11 +6,51 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
6
6
 
7
7
  # Prerequisites
8
8
 
9
- [NodeJS](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.136.16] - 2026-03-05
12
+
13
+ ### Added
14
+
15
+ - Added support for retrieving name options for the `ButtonGroup` from the `enum` map in the Rich Text Editor building block
16
+ - Enhanced the page schema by adding `manifestPath` support for actions, sections, columns, fields, and filter fields in OData V4 applications
17
+ - Enhanced the page schema by adding `manifestPath` support for overview page properties in OData V2 applications
18
+ - Enhanced the logic for resolving descriptions in the view node of building blocks.
19
+
20
+ ### Fixed
21
+
22
+ - Fixed an issue with the `useExportToExcel` and other flex properties where two flex changes were created instead of one for object pages in OData V2 applications
23
+ - Fixed an issue where the `enableMassEdit` property was converted to an empty object in OData V4 applications
24
+ - 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"
25
+ - 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
26
+ - Fixed an issue where the `personalization` property could not be set to `true` or `false` if a subproperty was defined
27
+ - Fixed an issue where a crash occurred during schema generation when a selection field has no value. Added a warning message instead.
28
+ - Fixed an issue where `undefined.position` is created in `manifest.json` during view creation/deletion for OData V4 applications.
29
+ - Fixed an issue where wrong `entityType` was resolved for `ListReport` page generation when `NavigationProperty` has `Partner` attribute.
30
+
31
+ ### Quality
32
+
33
+ Upgrades:
34
+
35
+ | Package | Change |
36
+ | -------------------------------------------------------------------- | ------------------------ |
37
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
38
+ | [semver](https://github.com/npm/node-semver) | [`7.7.3` -> `7.7.4`] |
39
+ | [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
40
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
41
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
42
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) | [`0.42.6` -> `0.43.1`] |
43
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
44
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) | [`0.10.20` -> `0.10.21`] |
45
+ | [axios](https://github.com/axios/axios) | [`1.13.5` -> `1.13.6`] |
46
+ | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
47
+ | [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
48
+ | [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
10
49
 
11
50
  ## [1.136.15] - 2026-02-04
12
51
 
13
52
  ### Fixed
53
+
14
54
  - Fixed an issue where a dot was used in a `additionalSemanticObjects` node text in the outline of the Page Editor
15
55
  - Updated the description for the `additionalSemanticObjects` property in the schema
16
56
  - Fixed an issue where an empty `[sap.ui5][routing][config]` object was always created in the `manifest.json` file, even when no related changes were made in OData V4 applications.
@@ -21,10 +61,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
21
61
  - Added missing definitions within `additionalProperties` that were not included in the schema for macro elements such as `sap.fe.macros.table.MassEdit`
22
62
 
23
63
  ### Added
24
- - Enhanced the RTE ButtonGroup with the following changes:
25
- - Hidden the ID
26
- - Made the Name read-only
27
- - Improved the labels
64
+
65
+ - Enhanced the RTE ButtonGroup with the following changes:
66
+ - Hidden the ID
67
+ - Made the Name read-only
68
+ - Improved the labels
28
69
  - Updated the UI ordering for the propertyIndex based on the `customToolbarPriority` attribute for RTE Button Groups
29
70
  - Added the ability to view, add, maintain, and delete action menus based on manifest settings in the Page Editor
30
71
 
@@ -32,33 +73,36 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
32
73
 
33
74
  Upgrades:
34
75
 
35
- | Package | Change |
36
- |---|---|
37
- | [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.13.2` → `1.13.5` |
76
+ | Package | Change |
77
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
78
+ | [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.13.2` → `1.13.5` |
38
79
  | [@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` |
39
- | [@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` |
40
- | [@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` |
41
- | [@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` |
42
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) | `8.53.1` → `8.54.0` |
43
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) | `8.53.1` → `8.54.0` |
44
- | [eslint](https://eslint.org) | `9.26.0` → `9.39.2` |
45
- | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
46
- | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
47
- | [i18next](https://www.i18next.com) | `25.7.4` → `25.8.0` |
48
- | [prettier](https://prettier.io) | `3.8.0` → `3.8.1` |
49
- | [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
80
+ | [@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` |
81
+ | [@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` |
82
+ | [@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` |
83
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) | `8.53.1` → `8.54.0` |
84
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) | `8.53.1` → `8.54.0` |
85
+ | [eslint](https://eslint.org) | `9.26.0` → `9.39.2` |
86
+ | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
87
+ | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
88
+ | [i18next](https://www.i18next.com) | `25.7.4` → `25.8.0` |
89
+ | [prettier](https://prettier.io) | `3.8.0` → `3.8.1` |
90
+ | [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
50
91
 
51
92
  ## [1.136.14] - 2023-01-21
52
93
 
53
94
  ### Added
95
+
54
96
  - Added support for setting the `tooltip`, `importance`, and `required` properties for custom columns
55
97
  - Enhanced the page schema by adding `manifestPath` support for table properties and static nodes (such as the header and the root page level) for OData V2 applications
56
98
  - Added support for the `CreateMode` property at the page level and application level for OData V2 applications
57
99
 
58
100
  ### Changed
101
+
59
102
  - Refactored the initial step of generating a list report page for OData V4 applications
60
103
 
61
104
  ### Fixed
105
+
62
106
  - Ensures compatibility with newer OData v4.01 services while maintaining backward compatibility with existing v4.0 services.
63
107
  - 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
64
108
 
@@ -66,31 +110,34 @@ Upgrades:
66
110
 
67
111
  Upgrades:
68
112
 
69
- | Package | Change |
70
- |---|---|
71
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter)) | [`0.10.9` -> `0.10.19`] |
72
- | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser)) | [`0.9.6` -> `0.9.8`] |
73
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.40.2` -> `0.40.11`] |
74
- | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.33.0` -> `1.34.2`] |
75
- | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | [`0.13.2` -> `0.14.5`] |
76
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.51.0` -> `8.53.1`] |
77
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.51.0` -> `8.53.1`] |
78
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
79
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
80
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
81
- | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
113
+ | Package | Change |
114
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
115
+ | [@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`] |
116
+ | [@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`] |
117
+ | [@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`] |
118
+ | [@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`] |
119
+ | [@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`] |
120
+ | [@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`] |
121
+ | [@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`] |
122
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
123
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
124
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
125
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
82
126
 
83
127
  ## [1.136.13] - 2023-01-07
84
128
 
85
129
  ### Added
130
+
86
131
  - Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
87
132
  - Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
88
133
 
89
134
  ### Fixed
135
+
90
136
  OData V4:
137
+
91
138
  - Macros. Change isViewNode: false for non UI related nodes for Table
92
139
  - Macros. Generated schema for macros control does not contains properties/aggregation from extended macros control/class. Scenario with RichTextEditorWithMetadata
93
- OData V2:
140
+ OData V2:
94
141
  - Unknown or unsupported properties are removed from `enableMassEdit` object during export
95
142
  - OVP. Export issue - not possible to remove not allowed chart card properties
96
143
 
@@ -98,25 +145,27 @@ OData V2:
98
145
 
99
146
  Upgrades:
100
147
 
101
- | Package | Change |
102
- |---|---|
103
- | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.32.12` -> `1.33.0`] |
104
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
105
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.40.0` -> `0.40.2`] |
106
- | [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
107
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.49.0` -> `8.51.0`] |
108
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.49.0` -> `8.51.0`] |
148
+ | Package | Change |
149
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
150
+ | [@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`] |
151
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
152
+ | [@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`] |
153
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
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.49.0` -> `8.51.0`] |
155
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.49.0` -> `8.51.0`] |
109
156
 
110
157
  ## [1.136.12] - 2025-11-26
111
158
 
112
159
  ### Added
160
+
113
161
  - Enhanced the `readApp` API method:
114
- - The method now returns an `applicationModel` where each page includes its own `TreeModel`
115
- - Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
162
+ - The method now returns an `applicationModel` where each page includes its own `TreeModel`
163
+ - Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
116
164
 
117
165
  ### Fixed
118
166
 
119
167
  OData V4:
168
+
120
169
  - Removed the `enableMassEdit` and `analyticalConfiguration` properties from the chart view
121
170
  - Avoid unnecessary deletion of `targets.{target}.contextPattern`
122
171
 
@@ -124,29 +173,29 @@ OData V4:
124
173
 
125
174
  Upgrades:
126
175
 
127
- | Package | Change |
128
- |---|---|
129
- | [@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`] |
130
- | [@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`] |
131
- | [@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`] |
132
- | [@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`] |
133
- | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
134
- | [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
135
- | [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
136
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
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.46.4` -> `8.48.0`] |
138
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.4` -> `8.48.0`] |
139
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.13.2`] |
140
- | [es5-ext](https://github.com/medikoo/es5-ext) | [`0.10.63` -> `0.10.64`] |
141
- | [glob-parent](https://github.com/gulpjs/glob-parent) | [`6.0.1` -> `6.0.2`] |
142
- | [parse-url](https://github.com/IonicaBizau/parse-url) | [`9.0.0` -> `9.2.0`] |
143
- | [tar](https://github.com/isaacs/node-tar) | [`7.0.2` -> `7.5.2`] |
144
- | [js-yaml](https://github.com/nodeca/js-yaml) | [-> `4.1.1`] |
145
-
176
+ | Package | Change |
177
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
178
+ | [@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`] |
179
+ | [@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`] |
180
+ | [@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`] |
181
+ | [@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`] |
182
+ | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
183
+ | [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
184
+ | [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
185
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
186
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.4` -> `8.48.0`] |
187
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.4` -> `8.48.0`] |
188
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.13.2`] |
189
+ | [es5-ext](https://github.com/medikoo/es5-ext) | [`0.10.63` -> `0.10.64`] |
190
+ | [glob-parent](https://github.com/gulpjs/glob-parent) | [`6.0.1` -> `6.0.2`] |
191
+ | [parse-url](https://github.com/IonicaBizau/parse-url) | [`9.0.0` -> `9.2.0`] |
192
+ | [tar](https://github.com/isaacs/node-tar) | [`7.0.2` -> `7.5.2`] |
193
+ | [js-yaml](https://github.com/nodeca/js-yaml) | [-> `4.1.1`] |
146
194
 
147
195
  ## [1.136.11] - 2025-11-12
148
196
 
149
197
  ### Added
198
+
150
199
  - Added the ability to delete building blocks on a custom page
151
200
  - Added the ability to delete the "Page" building block
152
201
  - Added the ability to create custom fields in form sections
@@ -154,6 +203,7 @@ Upgrades:
154
203
  - Added the new API method `readApp`: a simpler wrapper around `importProject` that only requires the app parameter (path or `ApplicationAccess` instance)
155
204
 
156
205
  ### Fixed
206
+
157
207
  - Fixed an issue where a message defined in i18n did not match the mode name capitalization
158
208
  - Removed unsupported navigation properties from the `creationMode: creationFields` property dropdown
159
209
  - Removed unsupported navigation properties from the `enableMassEdit: visibleFields/ignoredFields` property dropdown
@@ -162,46 +212,50 @@ Upgrades:
162
212
 
163
213
  Upgrades:
164
214
 
165
- | Package | Change |
166
- |---|---|
167
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
168
- | [@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`] |
169
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
170
- | [@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`] |
171
- | [@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`] |
172
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
173
- | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
174
- | [glob](https://github.com/isaacs/node-glob) | [-> `10.5.0`] |
215
+ | Package | Change |
216
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
217
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
218
+ | [@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`] |
219
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
220
+ | [@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`] |
221
+ | [@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`] |
222
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
223
+ | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
224
+ | [glob](https://github.com/isaacs/node-glob) | [-> `10.5.0`] |
175
225
 
176
226
  ## [1.136.10] - 2025-10-29
177
227
 
178
228
  ### Added
179
229
 
180
230
  OData V4:
231
+
181
232
  - Support for the `group` property for actions
182
233
  - Support for the `creationMode` property for the List Report tables
183
234
 
184
235
  ### Fixed
236
+
185
237
  - Fixed an issue where the Object Page synchronization of tables was not working correctly
186
238
 
187
239
  ### Quality
188
240
 
189
241
  Upgrades:
190
242
 
191
- | Package | Change |
192
- |---|---|
193
- | [@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`] |
194
- | [@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`] |
195
- | [@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`] |
196
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
197
- | [@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`] |
243
+ | Package | Change |
244
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
245
+ | [@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`] |
246
+ | [@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`] |
247
+ | [@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`] |
248
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
249
+ | [@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
250
 
199
251
  ## [1.136.9] - 2025-10-15
200
252
 
201
253
  ### Added
254
+
202
255
  - Reverted macro labels to display building block type and ID
203
256
 
204
257
  ### Fixed
258
+
205
259
  - Fixed an issue where documentation links, represented by a book icon for the `Creation Mode` property, were missing in the Page Editor
206
260
  - Fixed an issue where the `Quick Variant Selection` settings were not properly transferred to the `manifest.json` file
207
261
  - Update macros schema node description and metadata for UI rendering
@@ -211,24 +265,25 @@ Upgrades:
211
265
 
212
266
  Upgrades:
213
267
 
214
- | Package | Change |
215
- |---|---|
216
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
217
- | [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
218
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
219
- | [@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`] |
220
- | [@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`] |
221
- | [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
222
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
223
- | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
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.45.0` -> `8.46.0`] |
225
- | [@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`] |
268
+ | Package | Change |
269
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
270
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
271
+ | [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
272
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
273
+ | [@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`] |
274
+ | [@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`] |
275
+ | [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
276
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
277
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
278
+ | [@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`] |
279
+ | [@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`] |
226
280
 
227
281
  ## [1.136.8] - 2025-10-01
228
282
 
229
283
  ### Added
230
284
 
231
285
  OData V4:
286
+
232
287
  - `operationGroupingMode` property support for table `enableMassEdit`
233
288
  - Add icon support and improve description for main building blocks in schema
234
289
 
@@ -242,42 +297,44 @@ Upgrades:
242
297
 
243
298
  - Upgraded TS target to `ES2023`
244
299
 
245
- | Package | Change |
246
- |---|---|
247
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
248
- | [@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`] |
249
- | [@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`] |
250
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
251
- | [@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`] |
252
- | [@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`] |
253
- | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
300
+ | Package | Change |
301
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
302
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
303
+ | [@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`] |
304
+ | [@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`] |
305
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
306
+ | [@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`] |
307
+ | [@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`] |
308
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
254
309
 
255
310
  ## [1.136.7] - 2025-09-17
256
311
 
257
312
  ### Added
258
313
 
259
314
  OData V4:
315
+
260
316
  - Object Page: Added support for the `rowCountMode: Interactive` property on grid, analytical, and tree tables.
261
317
 
262
318
  ### Quality
263
319
 
264
320
  Upgrades:
265
321
 
266
- | Package | Change |
267
- |---|---|
268
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.38.2` -> `0.38.6`] |
269
- | [@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`] |
270
- | [@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`] |
271
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
272
- | [@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`] |
273
- | [@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`] |
274
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
322
+ | Package | Change |
323
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
324
+ | [@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`] |
325
+ | [@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`] |
326
+ | [@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`] |
327
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
328
+ | [@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`] |
329
+ | [@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`] |
330
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
275
331
 
276
332
  ## [1.136.6] - 2025-09-03
277
333
 
278
334
  ### Added
279
335
 
280
336
  OData V4:
337
+
281
338
  - Added possibility to define the 'InlineCreationRows' mode as the default creation mode that is used for all tables within an application.
282
339
  - Object Page: Support of `creationMode` settings on tables
283
340
 
@@ -289,12 +346,12 @@ OVP page. Properties from different card types on the OVP page were not imported
289
346
 
290
347
  Upgrades:
291
348
 
292
- | Package | Change |
293
- |---|---|
294
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.40.0` -> `8.42.0`] |
295
- | [@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`] |
296
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.38.0` -> `0.38.2`]) |
297
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
349
+ | Package | Change |
350
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
351
+ | [@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`] |
352
+ | [@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`] |
353
+ | [@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`]) |
354
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
298
355
 
299
356
  ## [1.136.5] - 2025-08-20
300
357
 
@@ -306,56 +363,57 @@ Page macros. Default aggregation `items` is not recognized
306
363
 
307
364
  Upgrades:
308
365
 
309
- | Package | Change |
310
- |---|---|
311
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
312
- | [@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`] |
313
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
314
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
315
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
316
- | [@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`] |
366
+ | Package | Change |
367
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
368
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
369
+ | [@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`] |
370
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
371
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
372
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
373
+ | [@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`] |
317
374
 
318
375
  ## [1.136.4] - 2025-08-06
319
376
 
320
377
  ### Fixed
321
378
 
322
379
  OData V4:
380
+
323
381
  - Support of `enableMassEdit` properties for single view table
324
382
 
325
383
  ### Quality
326
384
 
327
385
  Upgrades:
328
386
 
329
- | Package | Change |
330
- |---|---|
331
- | [@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`] |
332
- | [@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`] |
333
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
334
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
335
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.35.5` -> `0.36.0`] |
336
- | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
337
- | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
387
+ | Package | Change |
388
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
389
+ | [@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`] |
390
+ | [@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`] |
391
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
392
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
393
+ | [@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`] |
394
+ | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
395
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
338
396
 
339
397
  ## [1.136.3] - 2025-07-23
340
398
 
341
399
  ### Added
342
400
 
343
401
  OData V4:
402
+
344
403
  - Support of `enableMassEdit` properties for table
345
404
 
346
405
  ### Quality
347
406
 
348
407
  Upgrades:
349
408
 
350
- | Package | Change |
351
- |---|---|
352
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
353
- | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
354
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
355
- | [@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`] |
356
- | [@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`] |
357
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
358
-
409
+ | Package | Change |
410
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
411
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
412
+ | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
413
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
414
+ | [@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`] |
415
+ | [@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`] |
416
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
359
417
 
360
418
  ## [1.136.2] - 2025-07-09
361
419
 
@@ -363,12 +421,12 @@ Upgrades:
363
421
 
364
422
  Upgrades:
365
423
 
366
- | Package | Change |
367
- |---|---|
424
+ | Package | Change |
425
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
368
426
  | [@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`] |
369
- | [@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`] |
370
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
371
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
427
+ | [@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`] |
428
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
429
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
372
430
 
373
431
  ## [1.136.1] - 2025-06-25
374
432
 
@@ -376,15 +434,15 @@ Upgrades:
376
434
 
377
435
  Upgrades:
378
436
 
379
- | Package | Change |
380
- |---|---|
381
- | [@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`]|
382
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
383
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
384
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
385
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
437
+ | Package | Change |
438
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
439
+ | [@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`] |
440
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
441
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
442
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
443
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
386
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)) | [`8.34.0` -> `8.35.0`] |
387
- | [@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`] |
445
+ | [@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`] |
388
446
 
389
447
  ## [1.136.0] - 2025-06-11
390
448
 
@@ -393,32 +451,36 @@ Upgrades:
393
451
  First version for SAP UI5 1.136 and higher
394
452
 
395
453
  OData V4:
454
+
396
455
  - Support of `hideDraft` related internal setting
397
456
  - Basic support for new SAP Ariba LR/OP templates
398
457
 
399
458
  OData V4/V2:
459
+
400
460
  - Schema generation - add link to documentation for "flexibleColumnLayout" property
401
461
 
402
462
  ### Fixed
403
463
 
404
464
  OData V4:
465
+
405
466
  - Export of the empty application settings
406
467
 
407
468
  OData V4/V2:
469
+
408
470
  - Schema generation - update description for "flexibleColumnLayout" property
409
471
 
410
472
  ### Quality
411
473
 
412
474
  Upgrades:
413
475
 
414
- | Package | Type | Update | Change |
415
- |---|---|---|---|
416
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
417
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
418
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
419
- | [@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`]|
420
- | [@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`] |
421
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | minor | [`0.33.28` -> `0.35.0`]
422
- | [@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`]
423
- | [@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`]
424
- | [@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`]
476
+ | Package | Type | Update | Change |
477
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
478
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
479
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
480
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
481
+ | [@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`] |
482
+ | [@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`] |
483
+ | [@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`] |
484
+ | [@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`] |
485
+ | [@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`] |
486
+ | [@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`] |