@sap/ux-specification 1.96.104 → 1.96.106
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.
- package/CHANGELOG.md +559 -478
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ListReportNew.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +271 -263
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -3
- package/dist/schemas/v2/ListReportConfig.json +5 -5
- package/dist/schemas/v2/ListReportNewConfig.json +1 -1
- package/dist/schemas/v2/ObjectPageConfig.json +5 -5
- package/dist/schemas/v4/ApplicationV4.json +1 -1
- package/dist/schemas/v4/ListReportConfig.json +24 -6
- package/dist/schemas/v4/ObjectPageConfig.json +8 -2
- package/dist/specification/package.json +14 -12
- package/dist/specification/scripts/extractDocu.js +18 -1
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
- package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
- package/dist/specification/scripts/generate-validity-report.js +327 -0
- package/dist/specification/scripts/generate-validity-report.js.map +1 -0
- package/dist/specification/scripts/macros/corrections.js +1 -1
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +13 -0
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
- package/dist/specification/src/i18n/i18n.js +2 -1
- package/dist/specification/src/i18n/i18n.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +501 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +116 -24
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +308 -78
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
- package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.js +1 -0
- package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +8 -3
- package/dist/specification/src/sync/common/i18n.json +2 -1
- package/dist/specification/src/sync/common/utils.d.ts +22 -6
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +122 -18
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +9 -7
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +58 -2
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.js +37 -0
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +12 -2
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +19 -2
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +31 -2
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +42 -2
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
- package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +1 -13
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +21 -8
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +39 -41
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +4 -3
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +25 -3
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +20 -12
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +10 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.js +1 -1
- package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +333 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +21 -14
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +121 -136
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +136 -49
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
- package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +219 -96
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +557 -211
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
- package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
- package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/utils/index.js +18 -0
- package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts +9 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +18 -3
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
- package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
- package/dist/specification/test/test-utils/utils.d.ts +71 -0
- package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
- package/dist/specification/test/test-utils/utils.js +400 -0
- package/dist/specification/test/test-utils/utils.js.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +274 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js +583 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
- package/dist/types/src/apiTypes.d.ts +2 -3
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +119 -13
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +3 -3
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/package.json +14 -12
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -374
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,46 +6,115 @@ 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.106] - 2026-03-19
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Enhanced the object page schema by adding `manifestPath` support for chart sections, custom sections, and analytical list pages in OData V2 applications
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- Corrected the `annotationPath` for the Chart building block where `metaPath` was set to the selection variant annotation
|
|
20
|
+
- Fixed an issue where `undefined.position` was created in the `manifest.json` file during view creation and deletion for OData V4 applications
|
|
21
|
+
- Fixed the incomplete conversion of aggregations to schema logic in the building block `api.json` file
|
|
22
|
+
- Fixed the initialization configuration of `i18next`
|
|
23
|
+
|
|
24
|
+
### Quality
|
|
25
|
+
|
|
26
|
+
Upgrades:
|
|
27
|
+
|
|
28
|
+
| Package | Change |
|
|
29
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
30
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.43.7` -> `0.43.10`] |
|
|
31
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.35.10` -> `1.35.13`] |
|
|
32
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.5.10` -> `7.5.11`] |
|
|
33
|
+
| [i18next](https://www.i18next.com) | [`25.8.13` -> `25.8.18`] |
|
|
34
|
+
| [eslint](https://eslint.org) | [`9.39.3` -> `9.39.4`] |
|
|
35
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.3` -> `0.27.4`] |
|
|
36
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io) | [`8.54.0` -> `8.57.1`] |
|
|
37
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io) | [`8.54.0` -> `8.57.1`] |
|
|
38
|
+
|
|
39
|
+
## [1.96.105] - 2026-03-05
|
|
40
|
+
|
|
41
|
+
### Added
|
|
42
|
+
|
|
43
|
+
- Enhanced the page schema by adding `manifestPath` support for actions, sections, columns, fields, and filter fields in OData V4 applications
|
|
44
|
+
- Enhanced the page schema by adding `manifestPath` support for overview page properties in OData V2 applications
|
|
45
|
+
- Enhanced the logic for resolving descriptions in the view node of building blocks.
|
|
46
|
+
|
|
47
|
+
### Fixed
|
|
48
|
+
|
|
49
|
+
- 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
|
|
50
|
+
- 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"
|
|
51
|
+
- 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
|
|
52
|
+
- Fixed an issue where the `personalization` property could not be set to `true` or `false` if a subproperty was defined
|
|
53
|
+
|
|
54
|
+
### Quality
|
|
55
|
+
|
|
56
|
+
Upgrades:
|
|
57
|
+
|
|
58
|
+
| Package | Change |
|
|
59
|
+
| -------------------------------------------------------------------- | ------------------------ |
|
|
60
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
|
|
61
|
+
| [semver](https://github.com/npm/node-semver) | [`7.7.3` -> `7.7.4`] |
|
|
62
|
+
| [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
|
|
63
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
|
|
64
|
+
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
|
|
65
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) | [`0.42.6` -> `0.43.1`] |
|
|
66
|
+
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
|
|
67
|
+
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) | [`0.10.20` -> `0.10.21`] |
|
|
68
|
+
| [axios](https://axios-http.com) | [`1.13.5` -> `1.13.6`] |
|
|
69
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
|
|
70
|
+
| [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
|
|
71
|
+
| [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
|
|
10
72
|
|
|
11
73
|
## [1.96.104] - 2026-02-04
|
|
12
74
|
|
|
13
75
|
### Fixed
|
|
76
|
+
|
|
14
77
|
- Fixed an issue where a dot was used in a `additionalSemanticObjects` node text in the outline of the Page Editor
|
|
15
78
|
- Updated the description for the `additionalSemanticObjects` property in the schema
|
|
16
79
|
- 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
|
|
17
80
|
- Added missing definitions within `additionalProperties` that were not included in the schema for macro elements such as `sap.fe.macros.table.MassEdit`
|
|
81
|
+
- Fixed an issue where a crash occurred during schema generation when a selection field has no value. Added a warning message instead. message instead.
|
|
82
|
+
- Fixed an issue where `undefined.position` is created in `manifest.json` during view creation/deletion for OData V4 applications.
|
|
83
|
+
- Fixed an issue where wrong `entityType` was resolved for `ListReport` page generation when `NavigationProperty` has `Partner` attribute.
|
|
18
84
|
|
|
19
85
|
### Quality
|
|
20
86
|
|
|
21
87
|
Upgrades:
|
|
22
88
|
|
|
23
|
-
| Package
|
|
24
|
-
|
|
25
|
-
| [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios))
|
|
26
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
27
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
28
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
29
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
30
|
-
| [@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`
|
|
31
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
32
|
-
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint))
|
|
33
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
34
|
-
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser)
|
|
35
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
36
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
37
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
89
|
+
| Package | Change |
|
|
90
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
|
91
|
+
| [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.6.8` → `1.13.5` |
|
|
92
|
+
| [@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` |
|
|
93
|
+
| [@sap-ux/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` |
|
|
94
|
+
| [@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` |
|
|
95
|
+
| [@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` |
|
|
96
|
+
| [@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` |
|
|
97
|
+
| [@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` |
|
|
98
|
+
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | `9.26.0` → `9.39.2` |
|
|
99
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
|
|
100
|
+
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
|
|
101
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | `25.7.4` → `25.8.0` |
|
|
102
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | `3.8.0` → `3.8.1` |
|
|
103
|
+
| [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
|
|
38
104
|
|
|
39
105
|
## [1.96.103] - 2026-01-21
|
|
40
106
|
|
|
41
107
|
### Added
|
|
108
|
+
|
|
42
109
|
- 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
|
|
43
110
|
- Added support for the `CreateMode` property at the page level and application level for OData V2 applications
|
|
44
111
|
|
|
45
112
|
### Changed
|
|
113
|
+
|
|
46
114
|
- Refactored the initial step of generating a list report page for OData V4 applications
|
|
47
115
|
|
|
48
116
|
### Fixed
|
|
117
|
+
|
|
49
118
|
- Ensures compatibility with newer OData v4.01 services while maintaining backward compatibility with existing v4.0 services.
|
|
50
119
|
- 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
|
|
51
120
|
|
|
@@ -53,76 +122,82 @@ Upgrades:
|
|
|
53
122
|
|
|
54
123
|
Upgrades:
|
|
55
124
|
|
|
56
|
-
| Package
|
|
57
|
-
|
|
58
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
59
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser))
|
|
60
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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))
|
|
62
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
63
|
-
| [@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`]
|
|
64
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
65
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
66
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
67
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
68
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
125
|
+
| Package | Change |
|
|
126
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
127
|
+
| [@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`] |
|
|
128
|
+
| [@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`] |
|
|
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.40.2` -> `0.40.11`] |
|
|
130
|
+
| [@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`] |
|
|
131
|
+
| [@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`] |
|
|
132
|
+
| [@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`] |
|
|
133
|
+
| [@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`] |
|
|
134
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
|
|
135
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
|
|
136
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
|
|
137
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
|
|
69
138
|
|
|
70
139
|
## [1.96.102] - 2026-01-07
|
|
71
140
|
|
|
72
141
|
### Added
|
|
142
|
+
|
|
73
143
|
- Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
|
|
74
144
|
- Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
|
|
75
145
|
|
|
76
146
|
### Fixed
|
|
147
|
+
|
|
77
148
|
OData V4:
|
|
149
|
+
|
|
78
150
|
- Macros. Change isViewNode: false for non UI related nodes for Table
|
|
79
151
|
- Macros. Generated schema for macros control does not contains properties/aggregation from extended macros control/class. Scenario with RichTextEditorWithMetadata
|
|
80
|
-
OData V2:
|
|
152
|
+
OData V2:
|
|
81
153
|
- OVP. Export issue - not possible to remove not allowed chart card properties
|
|
82
154
|
|
|
83
155
|
### Quality
|
|
84
156
|
|
|
85
157
|
Upgrades:
|
|
86
158
|
|
|
87
|
-
| Package
|
|
88
|
-
|
|
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))
|
|
90
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
91
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
92
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
93
|
-
| [@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`]
|
|
94
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
159
|
+
| Package | Change |
|
|
160
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
161
|
+
| [@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`] |
|
|
162
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
|
|
163
|
+
| [@sap-ux/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`] |
|
|
164
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
|
|
165
|
+
| [@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`] |
|
|
166
|
+
| [@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`] |
|
|
95
167
|
|
|
96
168
|
## [1.96.101] - 2025-11-26
|
|
97
169
|
|
|
98
170
|
### Added
|
|
171
|
+
|
|
99
172
|
- Enhanced the `readApp` API method:
|
|
100
|
-
|
|
101
|
-
|
|
173
|
+
- The method now returns an `applicationModel` where each page includes its own `TreeModel`
|
|
174
|
+
- Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
|
|
102
175
|
|
|
103
176
|
### Fixed
|
|
104
177
|
|
|
105
178
|
OData V4:
|
|
179
|
+
|
|
106
180
|
- Avoid unnecessary deletion of `targets.{target}.contextPattern`
|
|
107
181
|
|
|
108
182
|
### Quality
|
|
109
183
|
|
|
110
184
|
Upgrades:
|
|
111
185
|
|
|
112
|
-
| Package
|
|
113
|
-
|
|
114
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
115
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
116
|
-
| [@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`]
|
|
117
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
118
|
-
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery)
|
|
119
|
-
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs)
|
|
120
|
-
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema)
|
|
121
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
186
|
+
| Package | Change |
|
|
187
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
188
|
+
| [@sap-ux/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`] |
|
|
189
|
+
| [@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`] |
|
|
190
|
+
| [@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`] |
|
|
191
|
+
| [@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`] |
|
|
192
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
|
|
193
|
+
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
|
|
194
|
+
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
|
|
195
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
|
|
122
196
|
|
|
123
197
|
## [1.96.100] - 2025-11-12
|
|
124
198
|
|
|
125
199
|
### Added
|
|
200
|
+
|
|
126
201
|
- Added the ability to delete building blocks on a custom page
|
|
127
202
|
- Added the ability to delete the "Page" building block
|
|
128
203
|
- Added the ability to create custom fields in form sections
|
|
@@ -132,15 +207,15 @@ Upgrades:
|
|
|
132
207
|
|
|
133
208
|
Upgrades:
|
|
134
209
|
|
|
135
|
-
| Package
|
|
136
|
-
|
|
137
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
138
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
139
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
140
|
-
| [@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`]
|
|
141
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
142
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
143
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
210
|
+
| Package | Change |
|
|
211
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
212
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
|
|
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.39.15` -> `0.39.18`] |
|
|
214
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
|
|
215
|
+
| [@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`] |
|
|
216
|
+
| [@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`] |
|
|
217
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
|
|
218
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
|
|
144
219
|
|
|
145
220
|
## [1.96.99] - 2025-10-29
|
|
146
221
|
|
|
@@ -148,19 +223,22 @@ Upgrades:
|
|
|
148
223
|
|
|
149
224
|
Upgrades:
|
|
150
225
|
|
|
151
|
-
| Package
|
|
152
|
-
|
|
153
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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.46.0` -> `8.46.2`]
|
|
155
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
156
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
157
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
226
|
+
| Package | Change |
|
|
227
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
228
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.10` -> `0.39.15`] |
|
|
229
|
+
| [@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`] |
|
|
230
|
+
| [@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`] |
|
|
231
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
|
|
232
|
+
| [@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`] |
|
|
233
|
+
|
|
158
234
|
## [1.96.98] - 2025-10-15
|
|
159
235
|
|
|
160
236
|
### Added
|
|
237
|
+
|
|
161
238
|
- Reverted macro labels to display building block type and ID
|
|
162
239
|
|
|
163
240
|
### Fixed
|
|
241
|
+
|
|
164
242
|
- Fixed an issue where the `Quick Variant Selection` settings were not properly transferred to the `manifest.json` file
|
|
165
243
|
- Update macros schema node description and metadata for UI rendering
|
|
166
244
|
- Hide `exportSettings` aggregation from `sap.fe.macros.table.Column`
|
|
@@ -169,18 +247,18 @@ Upgrades:
|
|
|
169
247
|
|
|
170
248
|
Upgrades:
|
|
171
249
|
|
|
172
|
-
| Package
|
|
173
|
-
|
|
174
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
175
|
-
| [patch-package](https://github.com/ds300/patch-package)
|
|
176
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
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))
|
|
178
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
179
|
-
| [semver](https://github.com/npm/node-semver)
|
|
180
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
181
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
182
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.45.0` -> `8.46.0`]
|
|
183
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
250
|
+
| Package | Change |
|
|
251
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
252
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
|
|
253
|
+
| [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
|
|
254
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
|
|
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.39.2` -> `0.39.10`] |
|
|
256
|
+
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.5` -> `0.10.6`] |
|
|
257
|
+
| [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
|
|
258
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
|
|
259
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
260
|
+
| [@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`] |
|
|
261
|
+
| [@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`] |
|
|
184
262
|
|
|
185
263
|
## [1.96.97] - 2025-10-01
|
|
186
264
|
|
|
@@ -198,15 +276,15 @@ Upgrades:
|
|
|
198
276
|
|
|
199
277
|
Upgrades:
|
|
200
278
|
|
|
201
|
-
| Package
|
|
202
|
-
|
|
203
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
204
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
205
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
206
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
207
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.44.0` -> `8.45.0`]
|
|
208
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
209
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
279
|
+
| Package | Change |
|
|
280
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
281
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
|
|
282
|
+
| [@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`] |
|
|
283
|
+
| [@sap-ux/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`] |
|
|
284
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
|
|
285
|
+
| [@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`] |
|
|
286
|
+
| [@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`] |
|
|
287
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
210
288
|
|
|
211
289
|
## [1.96.96] - 2025-09-17
|
|
212
290
|
|
|
@@ -214,15 +292,15 @@ Upgrades:
|
|
|
214
292
|
|
|
215
293
|
Upgrades:
|
|
216
294
|
|
|
217
|
-
| Package
|
|
218
|
-
|
|
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))
|
|
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.42.0` -> `8.44.0`] |
|
|
221
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
222
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
223
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
224
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
225
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
295
|
+
| Package | Change |
|
|
296
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
297
|
+
| [@sap-ux/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`] |
|
|
298
|
+
| [@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`] |
|
|
299
|
+
| [@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`] |
|
|
300
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
|
|
301
|
+
| [@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`] |
|
|
302
|
+
| [@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`] |
|
|
303
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
|
|
226
304
|
|
|
227
305
|
## [1.96.95] - 2025-09-03
|
|
228
306
|
|
|
@@ -234,12 +312,12 @@ OVP page. Properties from different card types on the OVP page were not imported
|
|
|
234
312
|
|
|
235
313
|
Upgrades:
|
|
236
314
|
|
|
237
|
-
| Package
|
|
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.40.0` -> `8.42.0`]
|
|
240
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
241
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
242
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
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.40.0` -> `8.42.0`] |
|
|
318
|
+
| [@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`] |
|
|
319
|
+
| [@sap-ux/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`]) |
|
|
320
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
|
|
243
321
|
|
|
244
322
|
## [1.96.94] - 2025-08-20
|
|
245
323
|
|
|
@@ -247,14 +325,14 @@ Upgrades:
|
|
|
247
325
|
|
|
248
326
|
Upgrades:
|
|
249
327
|
|
|
250
|
-
| Package
|
|
251
|
-
|
|
252
|
-
| [@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`] |
|
|
253
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
254
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
255
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
256
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
257
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
328
|
+
| Package | Change |
|
|
329
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
330
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
|
|
331
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.39.0` -> `8.40.0`] |
|
|
332
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
|
|
333
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
|
|
334
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
|
|
335
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.36.0` -> `0.38.0`] |
|
|
258
336
|
|
|
259
337
|
## [1.96.93] - 2025-08-06
|
|
260
338
|
|
|
@@ -262,15 +340,15 @@ Upgrades:
|
|
|
262
340
|
|
|
263
341
|
Upgrades:
|
|
264
342
|
|
|
265
|
-
| Package
|
|
266
|
-
|
|
267
|
-
| [@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`]
|
|
268
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
269
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
270
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
271
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
272
|
-
| [i18next](https://github.com/i18next/i18next)
|
|
273
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
343
|
+
| Package | Change |
|
|
344
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
345
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.37.0` -> `8.39.0`] |
|
|
346
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.37.0` -> `8.39.0`] |
|
|
347
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
|
|
348
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
|
|
349
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.35.5` -> `0.36.0`] |
|
|
350
|
+
| [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
|
|
351
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
|
|
274
352
|
|
|
275
353
|
## [1.96.92] - 2025-07-23
|
|
276
354
|
|
|
@@ -278,14 +356,14 @@ Upgrades:
|
|
|
278
356
|
|
|
279
357
|
Upgrades:
|
|
280
358
|
|
|
281
|
-
| Package
|
|
282
|
-
|
|
283
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
284
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
285
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
286
|
-
| [@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`] |
|
|
287
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
288
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
359
|
+
| Package | Change |
|
|
360
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
361
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
|
|
362
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
|
|
363
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
|
|
364
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.1` -> `8.37.0`] |
|
|
365
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.35.1` -> `8.37.0`] |
|
|
366
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
|
|
289
367
|
|
|
290
368
|
## [1.96.91] - 2025-07-09
|
|
291
369
|
|
|
@@ -293,12 +371,12 @@ Upgrades:
|
|
|
293
371
|
|
|
294
372
|
Upgrades:
|
|
295
373
|
|
|
296
|
-
| Package
|
|
297
|
-
|
|
374
|
+
| Package | Change |
|
|
375
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
298
376
|
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.0` -> `8.35.1`] |
|
|
299
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
300
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
301
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
377
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.35.0` -> `8.35.1`] |
|
|
378
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
|
|
379
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
|
|
302
380
|
|
|
303
381
|
## [1.96.90] - 2025-06-25
|
|
304
382
|
|
|
@@ -310,46 +388,49 @@ Upgrades:
|
|
|
310
388
|
|
|
311
389
|
Upgrades:
|
|
312
390
|
|
|
313
|
-
| Package
|
|
314
|
-
|
|
315
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
316
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
317
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
318
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
319
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
391
|
+
| Package | Change |
|
|
392
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
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.0` -> `0.35.5`] |
|
|
394
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
|
|
395
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
|
|
396
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
|
|
397
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
|
|
320
398
|
| [@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`] |
|
|
321
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
399
|
+
| [@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`] |
|
|
322
400
|
|
|
323
401
|
## [1.96.89] - 2025-06-11
|
|
324
402
|
|
|
325
403
|
### Added
|
|
326
404
|
|
|
327
405
|
OData V4:
|
|
406
|
+
|
|
328
407
|
- Basic support for new SAP Ariba LR/OP templates
|
|
329
408
|
|
|
330
409
|
OData V4/V2:
|
|
410
|
+
|
|
331
411
|
- Schema generation - add link to documentation for "flexibleColumnLayout" property
|
|
332
412
|
|
|
333
413
|
### Fixed
|
|
334
414
|
|
|
335
415
|
OData V4/V2:
|
|
416
|
+
|
|
336
417
|
- Schema generation - update description for "flexibleColumnLayout" property
|
|
337
418
|
|
|
338
419
|
### Quality
|
|
339
420
|
|
|
340
421
|
Upgrades:
|
|
341
422
|
|
|
342
|
-
| Package
|
|
343
|
-
|
|
344
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
345
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
346
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
347
|
-
| [@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
|
|
348
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
349
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
350
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
351
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
352
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
423
|
+
| Package | Type | Update | Change |
|
|
424
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
|
|
425
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
|
|
426
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
|
|
427
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
|
|
428
|
+
| [@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`] |
|
|
429
|
+
| [@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`] |
|
|
430
|
+
| [@sap-ux/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`] |
|
|
431
|
+
| [@sap-ux/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`] |
|
|
432
|
+
| [@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`] |
|
|
433
|
+
| [@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`] |
|
|
353
434
|
|
|
354
435
|
## [1.96.88] - 2025-05-28
|
|
355
436
|
|
|
@@ -357,11 +438,11 @@ Upgrades:
|
|
|
357
438
|
|
|
358
439
|
Upgrades:
|
|
359
440
|
|
|
360
|
-
| Package
|
|
361
|
-
|
|
362
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
363
|
-
| [semver](https://github.com/npm/node-semver)
|
|
364
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch
|
|
441
|
+
| Package | Type | Update | Change |
|
|
442
|
+
| ------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
443
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
|
|
444
|
+
| [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
|
|
445
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
|
|
365
446
|
|
|
366
447
|
## [1.96.87] - 2025-05-14
|
|
367
448
|
|
|
@@ -373,15 +454,15 @@ Upgrades:
|
|
|
373
454
|
|
|
374
455
|
Upgrades:
|
|
375
456
|
|
|
376
|
-
| Package
|
|
377
|
-
|
|
378
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
379
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
380
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
381
|
-
| [@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
|
|
382
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
383
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
384
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
457
|
+
| Package | Type | Update | Change |
|
|
458
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
459
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
|
|
460
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
|
|
461
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
|
|
462
|
+
| [@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`] |
|
|
463
|
+
| [@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`] |
|
|
464
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.26` -> `0.33.28`] |
|
|
465
|
+
| [@sap-ux/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`] |
|
|
385
466
|
|
|
386
467
|
## [1.96.86] - 2025-04-30
|
|
387
468
|
|
|
@@ -389,16 +470,16 @@ Upgrades:
|
|
|
389
470
|
|
|
390
471
|
Upgrades:
|
|
391
472
|
|
|
392
|
-
| Package
|
|
393
|
-
|
|
394
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
395
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
396
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
397
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
398
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
399
|
-
| [@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
|
|
400
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
401
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
473
|
+
| Package | Type | Update | Change |
|
|
474
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
475
|
+
| [@sap-ux/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`] |
|
|
476
|
+
| [@sap-ux/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`] |
|
|
477
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
|
|
478
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
|
|
479
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
|
|
480
|
+
| [@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`] |
|
|
481
|
+
| [@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`] |
|
|
482
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
|
|
402
483
|
|
|
403
484
|
# [1.96.85] - 2025-04-17
|
|
404
485
|
|
|
@@ -418,14 +499,13 @@ Upgrades:
|
|
|
418
499
|
|
|
419
500
|
Upgrades:
|
|
420
501
|
|
|
421
|
-
| Package
|
|
422
|
-
|
|
423
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
424
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
425
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch
|
|
426
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
427
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
428
|
-
|
|
502
|
+
| Package | Type | Update | Change |
|
|
503
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
504
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
|
|
505
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`] |
|
|
506
|
+
| [@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`] |
|
|
507
|
+
| [@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`] |
|
|
508
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`] |
|
|
429
509
|
|
|
430
510
|
# [1.96.84] - 2025-04-02
|
|
431
511
|
|
|
@@ -433,17 +513,16 @@ Upgrades:
|
|
|
433
513
|
|
|
434
514
|
Upgrades:
|
|
435
515
|
|
|
436
|
-
| Package
|
|
437
|
-
|
|
438
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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))
|
|
440
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
441
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
442
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
443
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
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 | minor
|
|
445
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
446
|
-
|
|
516
|
+
| Package | Type | Update | Change |
|
|
517
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
518
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.16` -> `0.33.19`] |
|
|
519
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.16` -> `0.33.19`] |
|
|
520
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
|
|
521
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
|
|
522
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
|
|
523
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
|
|
524
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
|
|
525
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
|
|
447
526
|
|
|
448
527
|
# [1.96.83] - 2025-03-19
|
|
449
528
|
|
|
@@ -463,22 +542,22 @@ Upgrades:
|
|
|
463
542
|
|
|
464
543
|
Upgrades:
|
|
465
544
|
|
|
466
|
-
| Package
|
|
467
|
-
|
|
468
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
469
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
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))
|
|
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))
|
|
472
|
-
| [@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
|
|
473
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
474
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
475
|
-
|
|
545
|
+
| Package | Type | Update | Change |
|
|
546
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
547
|
+
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | devDependencies | minor | [`0.9.11` -> `0.10.3`] |
|
|
548
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
|
|
549
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.14` -> `0.33.16`] |
|
|
550
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.14` -> `0.33.16`] |
|
|
551
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch | [`8.26.0` -> `8.26.1`] |
|
|
552
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | patch | [`8.26.0` -> `8.26.1`] |
|
|
553
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
|
|
476
554
|
|
|
477
555
|
# [1.96.82] - 2025-03-05
|
|
478
556
|
|
|
479
557
|
### Added
|
|
480
558
|
|
|
481
559
|
OData V2:
|
|
560
|
+
|
|
482
561
|
- Support of `cloudDevAdaptionStatus` internal setting
|
|
483
562
|
|
|
484
563
|
### Changed
|
|
@@ -493,17 +572,17 @@ OData V2:
|
|
|
493
572
|
|
|
494
573
|
Upgrades:
|
|
495
574
|
|
|
496
|
-
| Package
|
|
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))
|
|
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))
|
|
500
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
501
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
502
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
503
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
504
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
505
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
506
|
-
| [uuid](https://github.com/uuidjs/uuid)
|
|
575
|
+
| Package | Type | Update | Change |
|
|
576
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
|
|
577
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.4` -> `0.33.14`] |
|
|
578
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.4` -> `0.33.14`] |
|
|
579
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.24.0` -> `8.26.0`] |
|
|
580
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.24.0` -> `8.26.0`] |
|
|
581
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`] |
|
|
582
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`] |
|
|
583
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`] |
|
|
584
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`] |
|
|
585
|
+
| [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`] |
|
|
507
586
|
|
|
508
587
|
# [1.96.81] - 2025-02-19
|
|
509
588
|
|
|
@@ -521,15 +600,14 @@ Upgrades:
|
|
|
521
600
|
|
|
522
601
|
Upgrades:
|
|
523
602
|
|
|
524
|
-
| Package
|
|
525
|
-
|
|
526
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
527
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
528
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
529
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
530
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
531
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
532
|
-
|
|
603
|
+
| Package | Type | Update | Change |
|
|
604
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
605
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.0` -> `0.33.4`] |
|
|
606
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.0` -> `0.33.4`] |
|
|
607
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
|
|
608
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
|
|
609
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
|
|
610
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
|
|
533
611
|
|
|
534
612
|
# [1.96.80] - 2025-02-05
|
|
535
613
|
|
|
@@ -567,15 +645,15 @@ Upgrades:
|
|
|
567
645
|
|
|
568
646
|
Upgrades:
|
|
569
647
|
|
|
570
|
-
| Package
|
|
571
|
-
|
|
572
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
573
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
574
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
575
|
-
| [uuid](https://github.com/uuidjs/uuid)
|
|
576
|
-
| [@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
|
|
577
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
578
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
648
|
+
| Package | Type | Update | Change |
|
|
649
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
|
|
650
|
+
| [@sap-ux/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) |
|
|
651
|
+
| [@sap-ux/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) |
|
|
652
|
+
| [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) |
|
|
653
|
+
| [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) |
|
|
654
|
+
| [@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) |
|
|
655
|
+
| [@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) |
|
|
656
|
+
| [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) |
|
|
579
657
|
|
|
580
658
|
# [1.96.78] - 2025-01-08
|
|
581
659
|
|
|
@@ -589,20 +667,20 @@ Upgrades:
|
|
|
589
667
|
|
|
590
668
|
### Fixed
|
|
591
669
|
|
|
592
|
-
- OData V4:
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
- General:
|
|
670
|
+
- OData V4:
|
|
671
|
+
- Allow to delete last custom filter field.
|
|
672
|
+
- `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
|
|
673
|
+
- Avoid deletion of unknown properties in custom page setting.
|
|
674
|
+
- Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
|
|
675
|
+
- 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.
|
|
598
676
|
|
|
599
677
|
### Quality
|
|
600
678
|
|
|
601
679
|
Upgrades:
|
|
602
680
|
|
|
603
|
-
- uuid
|
|
604
|
-
- @typescript-eslint/eslint-plugin (source)
|
|
605
|
-
- @typescript-eslint/parser (source)
|
|
681
|
+
- uuid devDependencies patch 11.0.3 -> 11.0.4
|
|
682
|
+
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
683
|
+
- @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
606
684
|
- @sap-ux/fe-fpm-writer to 0.31.23
|
|
607
685
|
- prettier to 3.4.2
|
|
608
686
|
- esbuild to 0.24.2
|
|
@@ -622,12 +700,12 @@ Upgrades:
|
|
|
622
700
|
- @sap-ux/vocabularies-types source devDependencies minor `0.11.7` -> `0.12.0`
|
|
623
701
|
- @sap-ux/vocabularies-types source dependencies minor `0.11.7` -> `0.12.0`
|
|
624
702
|
- @sap-ux/vocabularies-types source resolutions minor `0.11.7` -> `0.12.0`
|
|
625
|
-
- typescript (source)
|
|
626
|
-
- i18next (source)
|
|
627
|
-
- @sap-ux/fe-fpm-writer (source)
|
|
628
|
-
- @sap-ux/fe-fpm-writer (source)
|
|
629
|
-
- @typescript-eslint/eslint-plugin (source)
|
|
630
|
-
- @typescript-eslint/parser (source)
|
|
703
|
+
- typescript (source) devDependencies minor `5.6.3` -> `5.7.2`
|
|
704
|
+
- i18next (source) devDependencies patch `23.16.5` -> `23.16.8`
|
|
705
|
+
- @sap-ux/fe-fpm-writer (source) devDependencies patch `0.31.18` -> `0.31.21`
|
|
706
|
+
- @sap-ux/fe-fpm-writer (source) dependencies patch `0.31.18` -> `0.31.21`
|
|
707
|
+
- @typescript-eslint/eslint-plugin (source) devDependencies minor `8.13.0` -> `8.15.0`
|
|
708
|
+
- @typescript-eslint/parser (source) devDependencies minor `8.13.0` -> `8.15.0`
|
|
631
709
|
- uuid devDependencies patch `11.0.2` -> `11.0.3`
|
|
632
710
|
- axios source devDependencies `1.7.7` -> `1.7.9`
|
|
633
711
|
|
|
@@ -659,7 +737,7 @@ Upgrades:
|
|
|
659
737
|
|
|
660
738
|
### Fixed
|
|
661
739
|
|
|
662
|
-
- 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.
|
|
740
|
+
- 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.
|
|
663
741
|
|
|
664
742
|
### Quality
|
|
665
743
|
|
|
@@ -735,10 +813,10 @@ Upgrades:
|
|
|
735
813
|
|
|
736
814
|
- Table views: new error handling for undefined keys.
|
|
737
815
|
- Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
816
|
+
- change indicator was not set for manifest.json in v4.
|
|
817
|
+
- entityPath was not forwarded at overview pages.
|
|
818
|
+
- the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
|
|
819
|
+
- FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
|
|
742
820
|
|
|
743
821
|
### Quality
|
|
744
822
|
|
|
@@ -749,7 +827,7 @@ Upgrades:
|
|
|
749
827
|
- @sap-ux/annotation-converter to 0.9.5
|
|
750
828
|
- @sapui5/ts-types-esm to 1.96.34
|
|
751
829
|
- @sap-ux/edmx-parser to 0.8.1
|
|
752
|
-
|
|
830
|
+
|
|
753
831
|
# [1.96.71] - 2024-09-04
|
|
754
832
|
|
|
755
833
|
### Fixed
|
|
@@ -803,7 +881,7 @@ Upgrades:
|
|
|
803
881
|
OData V4:
|
|
804
882
|
|
|
805
883
|
- Specification API - support 'prompts' api using class "PromptsAPI" from "@sap-ux/fe-fpm-writer"
|
|
806
|
-
- Adds required `sap.fe.*` libraries to manifest.json on page creation
|
|
884
|
+
- Adds required `sap.fe.*` libraries to manifest.json on page creation
|
|
807
885
|
|
|
808
886
|
### Quality
|
|
809
887
|
|
|
@@ -955,7 +1033,7 @@ Upgrades:
|
|
|
955
1033
|
### Changed
|
|
956
1034
|
|
|
957
1035
|
- 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.
|
|
958
|
-
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.
|
|
1036
|
+
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.
|
|
959
1037
|
|
|
960
1038
|
### Removed
|
|
961
1039
|
|
|
@@ -971,8 +1049,8 @@ OData V4:
|
|
|
971
1049
|
- toolbar actions had partially not been considered during the import
|
|
972
1050
|
- the export of table properties had overwritten the export from views
|
|
973
1051
|
- the export now supports two different constellations for anyOf definitions in schema:
|
|
974
|
-
|
|
975
|
-
|
|
1052
|
+
- anyOf directly defined as additionalProperties (of MultiTableMode)
|
|
1053
|
+
- anyOf reachable via $ref, properties defined there.
|
|
976
1054
|
- Default 'empty' `manifest.json` is returned after export of FPM Custom Page
|
|
977
1055
|
- The generation of config files failed with exception if a custom header action was defined with an invalid type, like string.
|
|
978
1056
|
- empty `sap.ui5/routing/config` object removed from `manifest.json` during export
|
|
@@ -989,7 +1067,7 @@ OData V2:
|
|
|
989
1067
|
|
|
990
1068
|
### Fixed
|
|
991
1069
|
|
|
992
|
-
- V4 Macros. Property 'contextPath' and 'metaPath' exported as XML element instead of attribute into xml file
|
|
1070
|
+
- V4 Macros. Property 'contextPath' and 'metaPath' exported as XML element instead of attribute into xml file
|
|
993
1071
|
|
|
994
1072
|
### Quality
|
|
995
1073
|
|
|
@@ -1009,8 +1087,8 @@ Upgrades:
|
|
|
1009
1087
|
### Changed
|
|
1010
1088
|
|
|
1011
1089
|
- OData V2:
|
|
1012
|
-
|
|
1013
|
-
- Version api updated
|
|
1090
|
+
- Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
|
|
1091
|
+
- Version api updated
|
|
1014
1092
|
|
|
1015
1093
|
### Quality
|
|
1016
1094
|
|
|
@@ -1019,7 +1097,7 @@ Upgrades:
|
|
|
1019
1097
|
Upgrades:
|
|
1020
1098
|
|
|
1021
1099
|
- axios to 1.6.8
|
|
1022
|
-
- esbuild to 0.20.2
|
|
1100
|
+
- esbuild to 0.20.2
|
|
1023
1101
|
- semver to 7.6.0
|
|
1024
1102
|
- yarn to 1.22.22
|
|
1025
1103
|
- d3 to 7.9.0
|
|
@@ -1032,7 +1110,7 @@ Upgrades:
|
|
|
1032
1110
|
### Added
|
|
1033
1111
|
|
|
1034
1112
|
- OData V4:
|
|
1035
|
-
|
|
1113
|
+
- String type to bindable number type properties in macros schema
|
|
1036
1114
|
- Overview Pages: support three different ways of defining the colors of cards
|
|
1037
1115
|
|
|
1038
1116
|
### Quality
|
|
@@ -1095,9 +1173,9 @@ Upgrades
|
|
|
1095
1173
|
### Added
|
|
1096
1174
|
|
|
1097
1175
|
- OData V2:
|
|
1098
|
-
|
|
1176
|
+
- Support of Header facets on Object Page
|
|
1099
1177
|
- UX adjustments of inplace documentation:
|
|
1100
|
-
|
|
1178
|
+
- Support for screen readers and arrow navigation
|
|
1101
1179
|
|
|
1102
1180
|
### Changed
|
|
1103
1181
|
|
|
@@ -1122,9 +1200,9 @@ Upgrades
|
|
|
1122
1200
|
- Invalid object-like descriptions and keys had been generated into the app-specific schemas if DataFieldForIntentBasedNavigation was defined with a path reference
|
|
1123
1201
|
- An exception happened during app schema generation if a NavigationProperty pointed to an invalid target annotation
|
|
1124
1202
|
- OData V4:
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1203
|
+
- Enum for macros table `variantManagement` property
|
|
1204
|
+
- Wrong resolution of contextPath in case of containment as target for a page, leading to an exception during the schema generation
|
|
1205
|
+
- Invalid '/' in app schema definition names replaced by '::'
|
|
1128
1206
|
|
|
1129
1207
|
### Quality
|
|
1130
1208
|
|
|
@@ -1143,12 +1221,12 @@ Upgrades
|
|
|
1143
1221
|
### Added
|
|
1144
1222
|
|
|
1145
1223
|
- OData V4:
|
|
1146
|
-
|
|
1224
|
+
- View columns set as view nodes
|
|
1147
1225
|
|
|
1148
1226
|
### Fixed
|
|
1149
1227
|
|
|
1150
1228
|
- OData V4:
|
|
1151
|
-
|
|
1229
|
+
- Schema is not generated for custom page when namespaces are not defined in view file
|
|
1152
1230
|
|
|
1153
1231
|
### Quality
|
|
1154
1232
|
|
|
@@ -1165,30 +1243,30 @@ Upgrades
|
|
|
1165
1243
|
### Added
|
|
1166
1244
|
|
|
1167
1245
|
- UX adjustments of inplace documentation:
|
|
1168
|
-
|
|
1246
|
+
- Support of Keyboard Navigation
|
|
1169
1247
|
- OData V2: Support of global table settings for object pages
|
|
1170
1248
|
- OData V4:
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1249
|
+
- OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
|
|
1250
|
+
- OP: Sequence of actions is now based on criticality annotation
|
|
1251
|
+
|
|
1174
1252
|
### Changed
|
|
1175
1253
|
|
|
1176
1254
|
- Alignment of settings for sap.ovp:
|
|
1177
|
-
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.
|
|
1178
|
-
The assignment of settings to the specific card types has been revised and adjusted.
|
|
1255
|
+
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.
|
|
1256
|
+
The assignment of settings to the specific card types has been revised and adjusted.
|
|
1179
1257
|
- Increased `fe-fpm-writer` api version
|
|
1180
1258
|
- Increased api version
|
|
1181
|
-
- OData V2:
|
|
1259
|
+
- OData V2: ALP root properties order
|
|
1182
1260
|
|
|
1183
1261
|
### Fixed
|
|
1184
1262
|
|
|
1185
|
-
- OData V4:
|
|
1263
|
+
- OData V4: Empty visualization throws unhandled error during sync
|
|
1186
1264
|
- Prevent exception in case of illegal annotationPath references of fields or columns
|
|
1187
|
-
- OData V2:
|
|
1265
|
+
- OData V2: ALP not displaying chart and properties
|
|
1188
1266
|
- OVP:
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1267
|
+
- In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
|
|
1268
|
+
- Property "Category" was shown with an initial value as object, although being of type string.
|
|
1269
|
+
- Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
|
|
1192
1270
|
|
|
1193
1271
|
### Quality
|
|
1194
1272
|
|
|
@@ -1211,12 +1289,12 @@ Upgrades
|
|
|
1211
1289
|
### Changed
|
|
1212
1290
|
|
|
1213
1291
|
- OVP card settings:
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1292
|
+
- Added missing properties
|
|
1293
|
+
- Removed irrelevant settings from custom card settings
|
|
1294
|
+
- Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
|
|
1217
1295
|
|
|
1218
1296
|
- 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.
|
|
1219
|
-
Thus the location information is removed for annotation problems
|
|
1297
|
+
Thus the location information is removed for annotation problems
|
|
1220
1298
|
|
|
1221
1299
|
- If no line item annotation is present, no `annotationPath` property gets added to the schemas of OData V2 and V4
|
|
1222
1300
|
|
|
@@ -1249,10 +1327,10 @@ Upgrades:
|
|
|
1249
1327
|
- Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
|
|
1250
1328
|
|
|
1251
1329
|
- OData V4:
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1330
|
+
- 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
|
|
1331
|
+
- 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
|
|
1332
|
+
- Building blocks:
|
|
1333
|
+
- The number of new lines that get created from the description of building block properties was decreased
|
|
1256
1334
|
|
|
1257
1335
|
### Quality
|
|
1258
1336
|
|
|
@@ -1273,25 +1351,25 @@ Upgrades:
|
|
|
1273
1351
|
|
|
1274
1352
|
### Added
|
|
1275
1353
|
|
|
1276
|
-
- OData V4:
|
|
1277
|
-
|
|
1354
|
+
- OData V4:
|
|
1355
|
+
- Added additional log entries while executing API calls for schema generation, and error log entries in case of missing UI.LineItem annotation
|
|
1278
1356
|
|
|
1279
1357
|
### Changed
|
|
1280
1358
|
|
|
1281
1359
|
- UX adjustments of inplace documentation:
|
|
1282
|
-
|
|
1360
|
+
- Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
|
|
1283
1361
|
|
|
1284
1362
|
### Removed
|
|
1285
1363
|
|
|
1286
|
-
- OData V2:
|
|
1287
|
-
|
|
1364
|
+
- OData V2:
|
|
1365
|
+
- Removed the `visibility` property for _addresses_ on subsections of the object page, as flexibility changes are not supported on this level
|
|
1288
1366
|
|
|
1289
1367
|
### Fixed
|
|
1290
1368
|
|
|
1291
|
-
- OData V2:
|
|
1292
|
-
|
|
1293
|
-
- OData V4:
|
|
1294
|
-
|
|
1369
|
+
- OData V2:
|
|
1370
|
+
- Fixed an issue with the selector ID of flexibility changes generated for contacts on the subsection level of object pages
|
|
1371
|
+
- OData V4:
|
|
1372
|
+
- Schema generation: Mark custom anchors in "oneOf" enums and additional anchor enum enhancements (missing descriptions for some actions and sections)
|
|
1295
1373
|
|
|
1296
1374
|
### Quality
|
|
1297
1375
|
|
|
@@ -1316,8 +1394,8 @@ Upgrades:
|
|
|
1316
1394
|
### Added
|
|
1317
1395
|
|
|
1318
1396
|
- OData V4:
|
|
1319
|
-
|
|
1320
|
-
|
|
1397
|
+
- `displayName` property for `relatedFacet` and `relativePosition` custom section properties
|
|
1398
|
+
- Missing `key` property for macros action group
|
|
1321
1399
|
|
|
1322
1400
|
### Changed
|
|
1323
1401
|
|
|
@@ -1331,7 +1409,7 @@ Upgrades:
|
|
|
1331
1409
|
|
|
1332
1410
|
- 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
|
|
1333
1411
|
- OData V4:
|
|
1334
|
-
|
|
1412
|
+
- Extra entry `sap.ui5/extends/extensions/sap.ui.controllerExtensions` is created in manifest.json during sync
|
|
1335
1413
|
|
|
1336
1414
|
### Quality
|
|
1337
1415
|
|
|
@@ -1349,10 +1427,10 @@ Upgrades:
|
|
|
1349
1427
|
### Added
|
|
1350
1428
|
|
|
1351
1429
|
- OData V2:
|
|
1352
|
-
|
|
1430
|
+
- Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
|
|
1353
1431
|
- OData V4:
|
|
1354
|
-
|
|
1355
|
-
|
|
1432
|
+
- Support for custom header sections
|
|
1433
|
+
- Support for custom filter fields
|
|
1356
1434
|
|
|
1357
1435
|
### Changed
|
|
1358
1436
|
|
|
@@ -1363,10 +1441,10 @@ Upgrades:
|
|
|
1363
1441
|
### Fixed
|
|
1364
1442
|
|
|
1365
1443
|
- OData V2:
|
|
1366
|
-
|
|
1444
|
+
- 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
|
|
1367
1445
|
- OData V4:
|
|
1368
|
-
|
|
1369
|
-
|
|
1446
|
+
- Added missing descriptions to custom section properties `relatedFacet`, `relativePosition`, `id`, `fragmentName`
|
|
1447
|
+
- Custom section properties `className` and `type` are marked as hidden
|
|
1370
1448
|
|
|
1371
1449
|
### Quality
|
|
1372
1450
|
|
|
@@ -1420,14 +1498,14 @@ Upgrades:
|
|
|
1420
1498
|
### Added
|
|
1421
1499
|
|
|
1422
1500
|
- OData V2:
|
|
1423
|
-
|
|
1501
|
+
- Added support for the binding pattern to `showHeaderContent` property
|
|
1424
1502
|
|
|
1425
1503
|
### Fixed
|
|
1426
1504
|
|
|
1427
1505
|
- OData V4:
|
|
1428
|
-
|
|
1506
|
+
- Wrong annotation path is generated for connected fields with a different entity type than the section
|
|
1429
1507
|
- OData V2:
|
|
1430
|
-
|
|
1508
|
+
- Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
|
|
1431
1509
|
|
|
1432
1510
|
### Quality
|
|
1433
1511
|
|
|
@@ -1465,7 +1543,7 @@ Upgrades:
|
|
|
1465
1543
|
|
|
1466
1544
|
- 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
|
|
1467
1545
|
- OData V4
|
|
1468
|
-
|
|
1546
|
+
- Support connected fields on the Object Page
|
|
1469
1547
|
|
|
1470
1548
|
### Quality
|
|
1471
1549
|
|
|
@@ -1481,8 +1559,8 @@ Upgrades:
|
|
|
1481
1559
|
### Added
|
|
1482
1560
|
|
|
1483
1561
|
- OData V4:
|
|
1484
|
-
|
|
1485
|
-
|
|
1562
|
+
- Default aggregation support for macros table and action group
|
|
1563
|
+
- Multiple namespaces support for macros
|
|
1486
1564
|
|
|
1487
1565
|
### Fixed
|
|
1488
1566
|
|
|
@@ -1520,9 +1598,9 @@ Upgrades:
|
|
|
1520
1598
|
### Fixed
|
|
1521
1599
|
|
|
1522
1600
|
- OData V2:
|
|
1523
|
-
|
|
1601
|
+
- Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
|
|
1524
1602
|
- OData V4:
|
|
1525
|
-
|
|
1603
|
+
- Exception on macro table with metaPath to PresentationVariant.
|
|
1526
1604
|
|
|
1527
1605
|
### Quality
|
|
1528
1606
|
|
|
@@ -1541,18 +1619,18 @@ Upgrades:
|
|
|
1541
1619
|
### Added
|
|
1542
1620
|
|
|
1543
1621
|
- OData V4:
|
|
1544
|
-
|
|
1622
|
+
- Support for Custom subsections.
|
|
1545
1623
|
|
|
1546
1624
|
### Changed
|
|
1547
1625
|
|
|
1548
1626
|
- OData V4:
|
|
1549
|
-
|
|
1627
|
+
- Changed binding expression to use "isEditable" property instead of "editable". Thus we have binding expressions {ui>/isEditable} and {= !${ui>/isEditable}}.
|
|
1550
1628
|
|
|
1551
1629
|
### Fixed
|
|
1552
1630
|
|
|
1553
1631
|
- OData V4:
|
|
1554
|
-
|
|
1555
|
-
|
|
1632
|
+
- When adding new pages, the export calculates the route pattern for the new manifest entry.
|
|
1633
|
+
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.
|
|
1556
1634
|
|
|
1557
1635
|
### Quality
|
|
1558
1636
|
|
|
@@ -1588,11 +1666,11 @@ Upgrades:
|
|
|
1588
1666
|
### Added
|
|
1589
1667
|
|
|
1590
1668
|
- General:
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1669
|
+
- Enhancement of error handling, more explicit messages are passed to the logger.
|
|
1670
|
+
Fix of error handling of exceptions from annotation parser.
|
|
1671
|
+
- Fix for List Report with multiple views and Object pages on second level in Page map
|
|
1594
1672
|
- OData V4:
|
|
1595
|
-
|
|
1673
|
+
- Added ID (`internalId`) property for macros metadata in schema
|
|
1596
1674
|
|
|
1597
1675
|
### Quality
|
|
1598
1676
|
|
|
@@ -1614,7 +1692,7 @@ Upgrades:
|
|
|
1614
1692
|
### Fixed
|
|
1615
1693
|
|
|
1616
1694
|
- OData V4:
|
|
1617
|
-
|
|
1695
|
+
- Parsing of commented contents in XML fragments, comments are now getting ignored during generation and import
|
|
1618
1696
|
|
|
1619
1697
|
### Quality
|
|
1620
1698
|
|
|
@@ -1629,20 +1707,21 @@ Upgrades:
|
|
|
1629
1707
|
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.59.2
|
|
1630
1708
|
- Update @sap-ux/vocabularies-types to 0.7.4
|
|
1631
1709
|
- Update @sap-ux/annotation-converter to 0.5.22
|
|
1632
|
-
- Update @sap-ux/edmx-parser to 0.5.14
|
|
1710
|
+
- Update @sap-ux/edmx-parser to 0.5.14
|
|
1633
1711
|
|
|
1634
1712
|
## [1.96.37] - 2023-04-19
|
|
1635
1713
|
|
|
1636
1714
|
### Fixed
|
|
1637
1715
|
|
|
1638
1716
|
- OData V4:
|
|
1639
|
-
|
|
1717
|
+
- Fixed an issue with custom extensions running into an endless loop
|
|
1640
1718
|
|
|
1641
1719
|
### Quality
|
|
1642
1720
|
|
|
1643
1721
|
- Update transitive dependencies
|
|
1644
1722
|
|
|
1645
1723
|
Upgrades:
|
|
1724
|
+
|
|
1646
1725
|
- @sapui5/ts-types-esm to 1.96.20
|
|
1647
1726
|
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
|
|
1648
1727
|
- @types/mem-fs-editor to 7.0.3
|
|
@@ -1653,13 +1732,14 @@ Upgrades:
|
|
|
1653
1732
|
### Added
|
|
1654
1733
|
|
|
1655
1734
|
- OData V4:
|
|
1656
|
-
|
|
1735
|
+
- Building blocks support for custom sections
|
|
1657
1736
|
|
|
1658
1737
|
### Quality
|
|
1659
1738
|
|
|
1660
1739
|
- Update transitive dependencies
|
|
1661
1740
|
|
|
1662
1741
|
Upgrades:
|
|
1742
|
+
|
|
1663
1743
|
- excel4node to 1.8.1
|
|
1664
1744
|
- eslint-config-prettier to 8.8.0
|
|
1665
1745
|
- prettier to 2.8.7
|
|
@@ -1690,13 +1770,13 @@ Upgrades:
|
|
|
1690
1770
|
### Fixed
|
|
1691
1771
|
|
|
1692
1772
|
- OData V2:
|
|
1693
|
-
|
|
1773
|
+
- Fixed deletion issues for Custom Columns that appeared after positions were changed
|
|
1694
1774
|
|
|
1695
1775
|
### Quality
|
|
1696
1776
|
|
|
1697
1777
|
- Upgrade "typescript" to "4.9.4"
|
|
1698
|
-
- Upgrade "@typescript-eslint/eslint-plugin" and
|
|
1699
|
-
- Upgrade "ts-node" to "10.9.1"
|
|
1778
|
+
- Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
|
|
1779
|
+
- Upgrade "ts-node" to "10.9.1"
|
|
1700
1780
|
- Upgrade "@sap-ux/fe-fpm-writer` to "0.18.7"
|
|
1701
1781
|
- Upgrade "mem-fs-editor` to "9.7.0"
|
|
1702
1782
|
- Revert "typescript-json-schema" to "0.53.0" in types package
|
|
@@ -1734,9 +1814,9 @@ Upgrades:
|
|
|
1734
1814
|
### Fixed
|
|
1735
1815
|
|
|
1736
1816
|
- OData V2:
|
|
1737
|
-
|
|
1817
|
+
- resolved sync issue with unknown properties on fields for `Table > CreateWithParameterDialog`
|
|
1738
1818
|
- OData V4:
|
|
1739
|
-
|
|
1819
|
+
- Fixed issue with missing schema and config for List report page in freestyle app
|
|
1740
1820
|
|
|
1741
1821
|
### Quality
|
|
1742
1822
|
|
|
@@ -1755,10 +1835,10 @@ Upgrades:
|
|
|
1755
1835
|
### Added
|
|
1756
1836
|
|
|
1757
1837
|
- OData V4:
|
|
1758
|
-
|
|
1838
|
+
- Generation of `propertyIndex` property in schemas for root properties
|
|
1759
1839
|
|
|
1760
1840
|
- OData V2:
|
|
1761
|
-
|
|
1841
|
+
- Generation of `propertyIndex` property in schemas for root properties
|
|
1762
1842
|
|
|
1763
1843
|
### Quality
|
|
1764
1844
|
|
|
@@ -1770,30 +1850,30 @@ Upgrades:
|
|
|
1770
1850
|
### Added
|
|
1771
1851
|
|
|
1772
1852
|
- General:
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1853
|
+
- New definitions for page types are delivered that allow a better distinction:
|
|
1854
|
+
- PageTypeV2 for types that occur in OData V2
|
|
1855
|
+
- PageTypeV4 for types that occur in OData V4
|
|
1856
|
+
- PageType as a superset of all page types that may occur
|
|
1777
1857
|
|
|
1778
1858
|
- OData V4:
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1859
|
+
- Support visual filters in toolbar on List report
|
|
1860
|
+
- Support actions in header on List report
|
|
1861
|
+
- Default annotationPath is added in schema even if LineItem annotation is not defined
|
|
1862
|
+
- Added support for applications using `contextPath` in manifest.json
|
|
1783
1863
|
|
|
1784
1864
|
### Changed
|
|
1785
1865
|
|
|
1786
1866
|
- API for OData V2:
|
|
1787
|
-
|
|
1867
|
+
- 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.
|
|
1788
1868
|
|
|
1789
1869
|
### Fixed
|
|
1790
1870
|
|
|
1791
1871
|
- OData V4:
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1872
|
+
- Fixed toolbar action IDs by replacing special chars with double colon
|
|
1873
|
+
- Fixed incorrect order of Custom Actions when multiple before anchors are used
|
|
1874
|
+
- 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.
|
|
1795
1875
|
- OData V2:
|
|
1796
|
-
|
|
1876
|
+
- Fixed deletion of fragment cells contents in case last element is deleted
|
|
1797
1877
|
|
|
1798
1878
|
### Quality
|
|
1799
1879
|
|
|
@@ -1809,14 +1889,14 @@ Upgrades:
|
|
|
1809
1889
|
### Changed
|
|
1810
1890
|
|
|
1811
1891
|
- UI adjustments of in-place documentation:
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1892
|
+
- moved label of specification and odata version to tree canvas
|
|
1893
|
+
- aligned behavior of tree buttons to expand (+) and collapse (-) with given design
|
|
1894
|
+
- removed all hard coded colors
|
|
1895
|
+
- fixed hover on search results
|
|
1896
|
+
- aligned tooltip with given design
|
|
1817
1897
|
|
|
1818
1898
|
- OData V2:
|
|
1819
|
-
|
|
1899
|
+
- fields for `Table > CreateWithParameterDialog` are now shown as enum and the import/export is done implicitly in the background (adding `path` property).
|
|
1820
1900
|
|
|
1821
1901
|
### Fixed
|
|
1822
1902
|
|
|
@@ -1827,7 +1907,7 @@ Upgrades:
|
|
|
1827
1907
|
### Added
|
|
1828
1908
|
|
|
1829
1909
|
- OData V4:
|
|
1830
|
-
|
|
1910
|
+
- Support custom actions for Header and Footer
|
|
1831
1911
|
|
|
1832
1912
|
### Changed
|
|
1833
1913
|
|
|
@@ -1849,39 +1929,39 @@ Upgrades:
|
|
|
1849
1929
|
### Added
|
|
1850
1930
|
|
|
1851
1931
|
- OData V4:
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1932
|
+
- Support afterExecution for
|
|
1933
|
+
- List report toolbar actions
|
|
1934
|
+
- Object page header actions
|
|
1935
|
+
- Object page footer actions
|
|
1936
|
+
- Object page form actions
|
|
1857
1937
|
|
|
1858
1938
|
### Changed
|
|
1859
1939
|
|
|
1860
1940
|
- OData V4:
|
|
1861
|
-
|
|
1862
|
-
- 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`.
|
|
1941
|
+
- Refactored interfaces for custom actions
|
|
1942
|
+
- 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).
|
|
1863
1943
|
- API. Export `ControllerExtensionPageType`, `CustomActionTargetControl` enums from `fpm-writer`.
|
|
1864
1944
|
|
|
1865
1945
|
### Fixed
|
|
1866
1946
|
|
|
1867
1947
|
- OData V4:
|
|
1868
|
-
|
|
1948
|
+
- Fixed an issue with custom pages using an unknown template (not `sap.fe.core.fpm`).
|
|
1869
1949
|
|
|
1870
1950
|
## [1.102.11] - 2022-10-20
|
|
1871
1951
|
|
|
1872
1952
|
### Added
|
|
1873
1953
|
|
|
1874
1954
|
- 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:
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
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, ...)
|
|
1955
|
+
- Value for DataFields
|
|
1956
|
+
- 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.
|
|
1957
|
+
- ID for facets
|
|
1958
|
+
- Action for any action
|
|
1959
|
+
- Instance-based navigation: Property + SemanticObject + Action
|
|
1960
|
+
- Target for DataFieldForAnnotation.
|
|
1961
|
+
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, ...)
|
|
1882
1962
|
- OData V4:
|
|
1883
|
-
|
|
1884
|
-
|
|
1963
|
+
- Custom action support in Object Page forms
|
|
1964
|
+
|
|
1885
1965
|
### Changed
|
|
1886
1966
|
|
|
1887
1967
|
- Common dependencies have been moved to the root level.
|
|
@@ -1890,7 +1970,7 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1890
1970
|
### Fixed
|
|
1891
1971
|
|
|
1892
1972
|
- OData V4:
|
|
1893
|
-
|
|
1973
|
+
- Fixed an issue with custom actions referencing each other
|
|
1894
1974
|
|
|
1895
1975
|
## [1.96.25] - 2022-10-06
|
|
1896
1976
|
|
|
@@ -1919,9 +1999,9 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1919
1999
|
### Added
|
|
1920
2000
|
|
|
1921
2001
|
- OData V4:
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
2002
|
+
- Added custom pages not using FPM library to pages view in Application Modeler Panel (limited functionality support)
|
|
2003
|
+
- Controller Extension support in "app.json"
|
|
2004
|
+
- Zero state support
|
|
1925
2005
|
|
|
1926
2006
|
### Changed
|
|
1927
2007
|
|
|
@@ -1930,8 +2010,8 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1930
2010
|
### Fixed
|
|
1931
2011
|
|
|
1932
2012
|
- OData V4:
|
|
1933
|
-
|
|
1934
|
-
|
|
2013
|
+
- 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.
|
|
2014
|
+
- 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.
|
|
1935
2015
|
|
|
1936
2016
|
### Quality
|
|
1937
2017
|
|
|
@@ -1951,7 +2031,7 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1951
2031
|
### Added
|
|
1952
2032
|
|
|
1953
2033
|
- OData V4:
|
|
1954
|
-
|
|
2034
|
+
- API for custom extensions extended to call enableFPM prior to adding concrete extension using the FPM writer of open-ux-tools
|
|
1955
2035
|
|
|
1956
2036
|
### Changed
|
|
1957
2037
|
|
|
@@ -1962,7 +2042,7 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1962
2042
|
### Removed
|
|
1963
2043
|
|
|
1964
2044
|
- OData V4:
|
|
1965
|
-
|
|
2045
|
+
- Removed `End` value from Placement property for custom extensions
|
|
1966
2046
|
|
|
1967
2047
|
## [1.96.20] - 2022-08-24
|
|
1968
2048
|
|
|
@@ -1970,15 +2050,15 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1970
2050
|
|
|
1971
2051
|
- API enhanced by a wrapper function for the creation of custom views (that delegates to the FPM writer of open-ux-tools)
|
|
1972
2052
|
- OData V4:
|
|
1973
|
-
|
|
2053
|
+
- Added custom pages using FPM library to pages view in Application Modeler Panel
|
|
1974
2054
|
|
|
1975
2055
|
### Changed
|
|
1976
2056
|
|
|
1977
2057
|
- The specification module is now build with esbuild instead of webpack.
|
|
1978
|
-
The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
|
|
2058
|
+
The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
|
|
1979
2059
|
|
|
1980
|
-
|
|
1981
|
-
import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
|
|
2060
|
+
```
|
|
2061
|
+
import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
|
|
1982
2062
|
==> import { PageType } from '@sap/ux-specification/types';
|
|
1983
2063
|
|
|
1984
2064
|
import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/dist/src/v2';
|
|
@@ -1986,20 +2066,20 @@ import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specificatio
|
|
|
1986
2066
|
|
|
1987
2067
|
import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist/src/v4';
|
|
1988
2068
|
==> import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/types/v4';
|
|
1989
|
-
|
|
2069
|
+
```
|
|
1990
2070
|
|
|
1991
2071
|
- OData V4:
|
|
1992
|
-
|
|
2072
|
+
- LR: Mark view properties `key`, `index` as hidden in schema
|
|
1993
2073
|
|
|
1994
2074
|
### Fixed
|
|
1995
2075
|
|
|
1996
2076
|
- OData V2:
|
|
1997
|
-
|
|
2077
|
+
- OP: Fixed incorrect generation of flexChanges in case of Form, Form Fields and Form Fields referenced from a navigation entity
|
|
1998
2078
|
|
|
1999
2079
|
- OData V4:
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2080
|
+
- In some cases sections defined with PresentationVariants did not appear on the object page
|
|
2081
|
+
- The resolution of alias definitions using the @SAP\_\_ prefix was not correct, leading also to gaps in the elements that were considered
|
|
2082
|
+
- LR: Schema now considers default visualation `UI.LineItem` if not defined in `SelectionPresentationVariant`
|
|
2003
2083
|
|
|
2004
2084
|
## [1.96.19] - 2022-08-11
|
|
2005
2085
|
|
|
@@ -2010,36 +2090,37 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
|
|
|
2010
2090
|
### Changed
|
|
2011
2091
|
|
|
2012
2092
|
- 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
|
|
2013
|
-
`route: key`, now it follows the manifest syntax
|
|
2093
|
+
`route: key`, now it follows the manifest syntax
|
|
2094
|
+
|
|
2095
|
+
```
|
|
2096
|
+
key: {
|
|
2097
|
+
route: route
|
|
2098
|
+
}
|
|
2099
|
+
```
|
|
2014
2100
|
|
|
2015
|
-
|
|
2016
|
-
key: {
|
|
2017
|
-
route: route
|
|
2018
|
-
}
|
|
2019
|
-
```
|
|
2101
|
+
The switch to an object representation allows to also include other target information like "outbound"
|
|
2020
2102
|
|
|
2021
|
-
The switch to an object representation allows to also include other target information like "outbound"
|
|
2022
2103
|
- 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
|
|
2023
2104
|
- OData V2:
|
|
2024
|
-
|
|
2105
|
+
- Mark custom column 'columnIndex' property as hidden
|
|
2025
2106
|
|
|
2026
2107
|
### Fixed
|
|
2027
2108
|
|
|
2028
2109
|
- OData V4:
|
|
2029
|
-
|
|
2030
|
-
|
|
2110
|
+
- 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
|
|
2111
|
+
- Fixed an issue with missing custom action if an empty "press" is defined
|
|
2031
2112
|
|
|
2032
2113
|
## [1.96.18] - 2022-07-28
|
|
2033
2114
|
|
|
2034
2115
|
### Added
|
|
2035
2116
|
|
|
2036
2117
|
- OData V4:
|
|
2037
|
-
|
|
2118
|
+
- Added support for custom actions for tables in LR and OP
|
|
2038
2119
|
|
|
2039
2120
|
### Fixed
|
|
2040
2121
|
|
|
2041
2122
|
- OData V4:
|
|
2042
|
-
|
|
2123
|
+
- Fixed an issue with custom column export where it was not possible to restore a deleted column
|
|
2043
2124
|
|
|
2044
2125
|
### Quality
|
|
2045
2126
|
|
|
@@ -2060,11 +2141,11 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
|
|
|
2060
2141
|
- OData V2:
|
|
2061
2142
|
|
|
2062
2143
|
- OData V4:
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2144
|
+
- 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.
|
|
2145
|
+
The value help of the anchor in LSP (config JSON) also did not show the right values.
|
|
2146
|
+
- Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
|
|
2147
|
+
wrong `annotationPath` and `isViewNode` settings are adjusted.
|
|
2148
|
+
- Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
|
|
2068
2149
|
|
|
2069
2150
|
### Quality
|
|
2070
2151
|
|
|
@@ -2075,17 +2156,17 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
|
|
|
2075
2156
|
### Added
|
|
2076
2157
|
|
|
2077
2158
|
- OData V4:
|
|
2078
|
-
|
|
2159
|
+
- Extend pagemap support for freestyle apps using FPM library
|
|
2079
2160
|
|
|
2080
2161
|
### Fixed
|
|
2081
2162
|
|
|
2082
2163
|
- OData V2:
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2164
|
+
- OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
|
|
2165
|
+
- Table type property is now set to blank in case not maintained in manifest.json
|
|
2166
|
+
- 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.
|
|
2167
|
+
- One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
|
|
2168
|
+
- 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.
|
|
2169
|
+
- 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.
|
|
2089
2170
|
|
|
2090
2171
|
## [1.96.15] - 2022-06-16
|
|
2091
2172
|
|
|
@@ -2146,19 +2227,19 @@ Upgrade node & node-version to 14.x
|
|
|
2146
2227
|
### Changed
|
|
2147
2228
|
|
|
2148
2229
|
- OData V4:
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2230
|
+
- For list report views, the content of title and description in the schema got exchanged.
|
|
2231
|
+
- 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.
|
|
2232
|
+
- LR: If views are enabled, generic table columns won't be used/filled.
|
|
2152
2233
|
|
|
2153
2234
|
### Fixed
|
|
2154
2235
|
|
|
2155
2236
|
- OData V4:
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2237
|
+
- 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.
|
|
2238
|
+
- In case of multiple custom columns with an invalid anchor the app schema generation ran into an endless loop.
|
|
2239
|
+
- No import of property annotationPath was happening at chart views of List Report.
|
|
2240
|
+
- In the app specific schema, the description was missing for charts in sections.
|
|
2241
|
+
- Tag 'hidden' was added to the property annotationPath of the ALP chart view in app schema.
|
|
2242
|
+
- 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.
|
|
2162
2243
|
|
|
2163
2244
|
### Quality
|
|
2164
2245
|
|
|
@@ -2170,19 +2251,19 @@ Upgrade node & node-version to 14.x
|
|
|
2170
2251
|
### Added
|
|
2171
2252
|
|
|
2172
2253
|
- OData V4:
|
|
2173
|
-
|
|
2254
|
+
- The title of ALP or List Report views is now following the same criteria as the UI5 run-time.
|
|
2174
2255
|
|
|
2175
2256
|
### Fixed
|
|
2176
2257
|
|
|
2177
|
-
- OData V4:
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2258
|
+
- OData V4:
|
|
2259
|
+
- Problems with deletion of ListReport table views.
|
|
2260
|
+
- Unknown properties removed from custom section definition in 'manifest.json'.
|
|
2261
|
+
- delete 'table/personalization' object property in 'manifest.json' if last property was removed.
|
|
2262
|
+
- Export. Delete of entries from `table/views` - views were not deleted during export if entries in annotation file were deleted as first.
|
|
2263
|
+
- 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.
|
|
2183
2264
|
- OData V2:
|
|
2184
|
-
|
|
2185
|
-
|
|
2265
|
+
- Sections and subsections with a reference to Communication.Contact or Communication.Address had not been shown, support of flexibility changes for them.
|
|
2266
|
+
- Facet or section references with multi-level navigation had not been handled correctly.
|
|
2186
2267
|
|
|
2187
2268
|
### Quality
|
|
2188
2269
|
|
|
@@ -2193,22 +2274,22 @@ Upgrade node & node-version to 14.x
|
|
|
2193
2274
|
### Added
|
|
2194
2275
|
|
|
2195
2276
|
- OData V2:
|
|
2196
|
-
|
|
2197
|
-
|
|
2277
|
+
- 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.
|
|
2278
|
+
Now an implicit conversion to the new tableSettings takes place, and the old setting gets automatically replaced during the export.
|
|
2198
2279
|
- OData V4:
|
|
2199
|
-
|
|
2280
|
+
- OP: Added support for presentation variants with chart or table visualization
|
|
2200
2281
|
|
|
2201
2282
|
- Documentation actualized with regards to the new release version 1.100.
|
|
2202
2283
|
|
|
2203
2284
|
### Fixed
|
|
2204
2285
|
|
|
2205
2286
|
- OData V4:
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2287
|
+
- Exception in case of multi-tab views in manifest that referred to a SelectionVariant.
|
|
2288
|
+
- Export of table settings of list report was targeting the wrong manifest settings if a defaultTemplateAnnotationPath is defined, pointing to a SelectionPresentationVariant.
|
|
2289
|
+
- List report with multiple views: insert and reordering was not supported correctly.
|
|
2209
2290
|
- OData V2:
|
|
2210
|
-
|
|
2211
|
-
|
|
2291
|
+
- After an entry of quickVariantSelectionX got deleted, the entry still was present in manifest.json.
|
|
2292
|
+
- Sections of subordinate object pages had not been added correctly to the app schema in all cases.
|
|
2212
2293
|
|
|
2213
2294
|
### Quality
|
|
2214
2295
|
|
|
@@ -2219,13 +2300,13 @@ Upgrade node & node-version to 14.x
|
|
|
2219
2300
|
|
|
2220
2301
|
### Added
|
|
2221
2302
|
|
|
2222
|
-
- OData V4:
|
|
2223
|
-
|
|
2303
|
+
- OData V4:
|
|
2304
|
+
- Support of defaultTemplateAnnotationPath as property; consider defaultTemplateAnnotationPath when retrieving the relevant table settings and while switching to ALP flavour.
|
|
2224
2305
|
|
|
2225
2306
|
### Fixed
|
|
2226
2307
|
|
|
2227
2308
|
- OData V2:
|
|
2228
|
-
|
|
2309
|
+
- Extensions - empty "extensions" object was created in "sap.ui5/"extends"/"extensions"/"sap.ui.viewExtensions"/"sap.suite.ui.generic.template.ListReport.view.ListReport".
|
|
2229
2310
|
|
|
2230
2311
|
### Quality
|
|
2231
2312
|
|
|
@@ -2249,17 +2330,17 @@ Upgrade node & node-version to 14.x
|
|
|
2249
2330
|
### Added
|
|
2250
2331
|
|
|
2251
2332
|
- OData V4:
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2333
|
+
- Support of `flexEnabled` property.
|
|
2334
|
+
- ALP flavor, support of ALP views.
|
|
2335
|
+
- List report: multiple views, with the right properties.
|
|
2255
2336
|
|
|
2256
2337
|
### Fixed
|
|
2257
2338
|
|
|
2258
2339
|
- OData V2:
|
|
2259
|
-
|
|
2340
|
+
- Duplicated fragment columns were written if table namespace was not found, and unknown custom data in fragment was not considered.
|
|
2260
2341
|
- OData V4:
|
|
2261
|
-
|
|
2262
|
-
|
|
2342
|
+
- Custom columns had not been considered when having a 'Before' reference against other custom columns.
|
|
2343
|
+
- Fix overwriting of manifest page content, if page key is changed.
|
|
2263
2344
|
|
|
2264
2345
|
### Quality
|
|
2265
2346
|
|
|
@@ -2274,19 +2355,19 @@ Upgrade node & node-version to 14.x
|
|
|
2274
2355
|
### Added
|
|
2275
2356
|
|
|
2276
2357
|
- OData V2:
|
|
2277
|
-
|
|
2358
|
+
- visible property is now also available for facets without annotation Id
|
|
2278
2359
|
|
|
2279
2360
|
- OData V4:
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2361
|
+
- Support of progress, rating and microchart header facets
|
|
2362
|
+
- Version increase for "fe-fpm-writer" from "0.4.0" to "0.5.0"
|
|
2363
|
+
- Return "fpmWriter" API version - current version "1"
|
|
2283
2364
|
|
|
2284
2365
|
### Fixed
|
|
2285
2366
|
|
|
2286
2367
|
- OData V2:
|
|
2287
|
-
|
|
2368
|
+
- Creation of new flexChanges now considers resolved Id from pom.xml
|
|
2288
2369
|
- OData V4:
|
|
2289
|
-
|
|
2370
|
+
- Fix overwriting of manifest page id in case of different page key
|
|
2290
2371
|
|
|
2291
2372
|
### Quality
|
|
2292
2373
|
|
|
@@ -2298,7 +2379,7 @@ Upgrade node & node-version to 14.x
|
|
|
2298
2379
|
|
|
2299
2380
|
- Metadata information `dataType` added to various places in V2 and V4 schemas
|
|
2300
2381
|
- OData V2:
|
|
2301
|
-
|
|
2382
|
+
- display selection fields, and support date settings properties on LR/ALP
|
|
2302
2383
|
|
|
2303
2384
|
### Fixed
|
|
2304
2385
|
|
|
@@ -2314,17 +2395,17 @@ Upgrade node & node-version to 14.x
|
|
|
2314
2395
|
### Added
|
|
2315
2396
|
|
|
2316
2397
|
- OData V2:
|
|
2317
|
-
|
|
2318
|
-
|
|
2398
|
+
- Support default date range `defaultValue` property on filter fields
|
|
2399
|
+
- LR/ALP: Support column and footer action properties
|
|
2319
2400
|
|
|
2320
2401
|
- OData V4:
|
|
2321
|
-
|
|
2402
|
+
- Support of custom columns
|
|
2322
2403
|
|
|
2323
2404
|
### Fixed
|
|
2324
2405
|
|
|
2325
2406
|
- OData V2:
|
|
2326
|
-
|
|
2327
|
-
|
|
2407
|
+
- OP: Fix generation of flexChanges for sections with or without ID in annotations
|
|
2408
|
+
- Fix issues with sync logic in case of sub object page
|
|
2328
2409
|
|
|
2329
2410
|
### Quality
|
|
2330
2411
|
|
|
@@ -2335,9 +2416,9 @@ Upgrade node & node-version to 14.x
|
|
|
2335
2416
|
### Added
|
|
2336
2417
|
|
|
2337
2418
|
- OData V2:
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2419
|
+
- `exportType` property can now be configured to specify the type of export to be used in the SmartTable control
|
|
2420
|
+
- OP: `statePreservationMode` property can now be configured to allowing applications to configure persistence mode in an object page
|
|
2421
|
+
- OP: `draftDiscardConfirmationSettings` property can now be configured allowing applications to turn off the discard draft confirmation popup in various scenarios
|
|
2341
2422
|
|
|
2342
2423
|
### Quality
|
|
2343
2424
|
|
|
@@ -2348,33 +2429,33 @@ Upgrade node & node-version to 14.x
|
|
|
2348
2429
|
### Added
|
|
2349
2430
|
|
|
2350
2431
|
- OData V2:
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2432
|
+
- OP: properties of footer actions are displayed and supported in side panel
|
|
2433
|
+
- properties of toolbar actions are displayed and supported in side panel
|
|
2434
|
+
- OVP: The property `showLineItemDetail` is now supported for List and Table cards
|
|
2435
|
+
- OP: Schema now supports column extensions for TreeTable
|
|
2355
2436
|
|
|
2356
2437
|
### Changed
|
|
2357
2438
|
|
|
2358
2439
|
- OData V2:
|
|
2359
|
-
|
|
2360
|
-
|
|
2440
|
+
- property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
|
|
2441
|
+
- OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
|
|
2361
2442
|
- OData V4:
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2443
|
+
- property `afterExecution` of table columns now is only visible for actions but not for other record types
|
|
2444
|
+
- deprecated `name` property and support new `template` property for custom sections in manifest
|
|
2445
|
+
|
|
2365
2446
|
### Removed
|
|
2366
2447
|
|
|
2367
2448
|
- OData V2:
|
|
2368
|
-
|
|
2449
|
+
- OVP: removed `tabs` property from card level
|
|
2369
2450
|
|
|
2370
2451
|
### Fixed
|
|
2371
2452
|
|
|
2372
2453
|
- OData V2:
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2454
|
+
- correct schema generation in case multiple facets are referring to lineitem annotation of same entity
|
|
2455
|
+
- Facet Id is considered for import and export of manifest settings
|
|
2456
|
+
- Fixed sync issues in case no text is provided for custom columns
|
|
2376
2457
|
- OData V4:
|
|
2377
|
-
|
|
2458
|
+
- Avoid exporting empty arrays to manifest.json
|
|
2378
2459
|
|
|
2379
2460
|
### Quality
|
|
2380
2461
|
|