@sap/ux-specification 1.108.71 → 1.108.73
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 +432 -353
- 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 +365 -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 +2 -1
- 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 +0 -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 +38 -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 +336 -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} +119 -226
- 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 +131 -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 +661 -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,47 +6,116 @@ 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.108.73] - 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
|
+
| [i18next](https://www.i18next.com) | [`25.8.13` -> `25.8.18`] |
|
|
32
|
+
| [eslint](https://eslint.org) | [`9.39.3` -> `9.39.4`] |
|
|
33
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.35.10` -> `1.35.13`] |
|
|
34
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.5.10` -> `7.5.11`] |
|
|
35
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.3` -> `0.27.4`] |
|
|
36
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io) | [`8.54.0` -> `8.57.1`] |
|
|
37
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io) | [`8.54.0` -> `8.57.1`] |
|
|
38
|
+
|
|
39
|
+
## [1.108.72] - 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
|
+
- Fixed an issue where a crash occurred during schema generation when a selection field has no value. Added a warning message instead.
|
|
54
|
+
- Fixed an issue where `undefined.position` is created in `manifest.json` during view creation/deletion for OData V4 applications.
|
|
55
|
+
- Fixed an issue where wrong `entityType` was resolved for `ListReport` page generation when `NavigationProperty` has `Partner` attribute.
|
|
56
|
+
|
|
57
|
+
### Quality
|
|
58
|
+
|
|
59
|
+
Upgrades:
|
|
60
|
+
|
|
61
|
+
| Package | Change |
|
|
62
|
+
| ------------------------------------------------------------------- | ----------------------- |
|
|
63
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
|
|
64
|
+
| [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.4`] |
|
|
65
|
+
| [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
|
|
66
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
|
|
67
|
+
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
|
|
68
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) | [`0.42.6` -> `0.43.1`] |
|
|
69
|
+
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
|
|
70
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
|
|
71
|
+
| [axios](https://github.com/axios/axios) | [`1.13.5` -> `1.13.6`] |
|
|
72
|
+
| [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
|
|
73
|
+
| [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
|
|
10
74
|
|
|
11
75
|
## [1.108.71] - 2026-02-04
|
|
12
76
|
|
|
13
77
|
### Fixed
|
|
78
|
+
|
|
14
79
|
- Fixed an issue where a dot was used in a `additionalSemanticObjects` node text in the outline of the Page Editor
|
|
15
80
|
- Updated the description for the `additionalSemanticObjects` property in the schema
|
|
16
81
|
|
|
17
82
|
### Added
|
|
83
|
+
|
|
18
84
|
- Updated the UI ordering for the propertyIndex based on customToolbarPriority attribute for RTE Button Groups
|
|
19
85
|
|
|
20
86
|
### Quality
|
|
21
87
|
|
|
22
88
|
Upgrades:
|
|
23
89
|
|
|
24
|
-
| Package
|
|
25
|
-
|
|
26
|
-
| [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios))
|
|
90
|
+
| Package | Change |
|
|
91
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
|
92
|
+
| [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.13.2` → `1.13.5` |
|
|
27
93
|
| [@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` |
|
|
28
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
29
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
30
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
31
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
|
|
32
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
|
|
33
|
-
| [eslint](https://eslint.org)
|
|
34
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
35
|
-
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser)
|
|
36
|
-
| [i18next](https://www.i18next.com)
|
|
37
|
-
| [prettier](https://prettier.io)
|
|
38
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
94
|
+
| [@sap-ux/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` |
|
|
95
|
+
| [@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` |
|
|
96
|
+
| [@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` |
|
|
97
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) | `8.53.1` → `8.54.0` |
|
|
98
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) | `8.53.1` → `8.54.0` |
|
|
99
|
+
| [eslint](https://eslint.org) | `9.26.0` → `9.39.2` |
|
|
100
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
|
|
101
|
+
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
|
|
102
|
+
| [i18next](https://www.i18next.com) | `25.7.4` → `25.8.0` |
|
|
103
|
+
| [prettier](https://prettier.io) | `3.7.4` → `3.8.1` |
|
|
104
|
+
| [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
|
|
39
105
|
|
|
40
106
|
## [1.108.70] - 2026-01-21
|
|
41
107
|
|
|
42
108
|
### Added
|
|
109
|
+
|
|
43
110
|
- 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
|
|
44
111
|
- Added support for the `CreateMode` property at the page level and application level for OData V2 applications
|
|
45
112
|
|
|
46
113
|
### Changed
|
|
114
|
+
|
|
47
115
|
- Refactored the initial step of generating a list report page for OData V4 applications
|
|
48
116
|
|
|
49
117
|
### Fixed
|
|
118
|
+
|
|
50
119
|
- Ensures compatibility with newer OData v4.01 services while maintaining backward compatibility with existing v4.0 services.
|
|
51
120
|
- 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
|
|
52
121
|
|
|
@@ -54,76 +123,82 @@ Upgrades:
|
|
|
54
123
|
|
|
55
124
|
Upgrades:
|
|
56
125
|
|
|
57
|
-
| Package
|
|
58
|
-
|
|
59
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
60
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser))
|
|
61
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
62
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
63
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
64
|
-
| [@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`]
|
|
65
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
66
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
67
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
68
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
69
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
126
|
+
| Package | Change |
|
|
127
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
128
|
+
| [@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`] |
|
|
129
|
+
| [@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`] |
|
|
130
|
+
| [@sap-ux/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`] |
|
|
131
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.33.0` -> `1.34.2`] |
|
|
132
|
+
| [@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`] |
|
|
133
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.51.0` -> `8.53.1`] |
|
|
134
|
+
| [@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`] |
|
|
135
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
|
|
136
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
|
|
137
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
|
|
138
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
|
|
70
139
|
|
|
71
140
|
## [1.108.69] - 2026-01-07
|
|
72
141
|
|
|
73
142
|
### Added
|
|
143
|
+
|
|
74
144
|
- Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
|
|
75
145
|
- Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
|
|
76
146
|
|
|
77
147
|
### Fixed
|
|
148
|
+
|
|
78
149
|
OData V4:
|
|
150
|
+
|
|
79
151
|
- Macros. Change isViewNode: false for non UI related nodes for Table
|
|
80
152
|
- Macros. Generated schema for macros control does not contains properties/aggregation from extended macros control/class. Scenario with RichTextEditorWithMetadata
|
|
81
|
-
OData V2:
|
|
153
|
+
OData V2:
|
|
82
154
|
- OVP. Export issue - not possible to remove not allowed chart card properties
|
|
83
155
|
|
|
84
156
|
### Quality
|
|
85
157
|
|
|
86
158
|
Upgrades:
|
|
87
159
|
|
|
88
|
-
| Package
|
|
89
|
-
|
|
90
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
91
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
92
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
93
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
94
|
-
| [@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`]
|
|
95
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
160
|
+
| Package | Change |
|
|
161
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
162
|
+
| [@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`] |
|
|
163
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
|
|
164
|
+
| [@sap-ux/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`] |
|
|
165
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
|
|
166
|
+
| [@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`] |
|
|
167
|
+
| [@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`] |
|
|
96
168
|
|
|
97
169
|
## [1.108.68] - 2025-11-26
|
|
98
170
|
|
|
99
171
|
### Added
|
|
172
|
+
|
|
100
173
|
- Enhanced the `readApp` API method:
|
|
101
|
-
|
|
102
|
-
|
|
174
|
+
- The method now returns an `applicationModel` where each page includes its own `TreeModel`
|
|
175
|
+
- Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
|
|
103
176
|
|
|
104
177
|
### Fixed
|
|
105
178
|
|
|
106
179
|
OData V4:
|
|
180
|
+
|
|
107
181
|
- Avoid unnecessary deletion of `targets.{target}.contextPattern`
|
|
108
182
|
|
|
109
183
|
### Quality
|
|
110
184
|
|
|
111
185
|
Upgrades:
|
|
112
186
|
|
|
113
|
-
| Package
|
|
114
|
-
|
|
115
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
116
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
117
|
-
| [@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`]
|
|
118
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
119
|
-
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery)
|
|
120
|
-
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs)
|
|
121
|
-
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema)
|
|
122
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
187
|
+
| Package | Change |
|
|
188
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
189
|
+
| [@sap-ux/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`] |
|
|
190
|
+
| [@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`] |
|
|
191
|
+
| [@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`] |
|
|
192
|
+
| [@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`] |
|
|
193
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
|
|
194
|
+
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
|
|
195
|
+
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
|
|
196
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
|
|
123
197
|
|
|
124
198
|
## [1.108.67] - 2025-11-12
|
|
125
199
|
|
|
126
200
|
### Added
|
|
201
|
+
|
|
127
202
|
- Added the ability to delete building blocks on a custom page
|
|
128
203
|
- Added the ability to delete the "Page" building block
|
|
129
204
|
- Added the ability to create custom fields in form sections
|
|
@@ -133,15 +208,15 @@ Upgrades:
|
|
|
133
208
|
|
|
134
209
|
Upgrades:
|
|
135
210
|
|
|
136
|
-
| Package
|
|
137
|
-
|
|
138
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
139
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
140
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
141
|
-
| [@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`]
|
|
142
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
143
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
144
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
211
|
+
| Package | Change |
|
|
212
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
213
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
|
|
214
|
+
| [@sap-ux/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`] |
|
|
215
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
|
|
216
|
+
| [@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`] |
|
|
217
|
+
| [@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`] |
|
|
218
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
|
|
219
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
|
|
145
220
|
|
|
146
221
|
## [1.108.66] - 2025-10-29
|
|
147
222
|
|
|
@@ -149,20 +224,22 @@ Upgrades:
|
|
|
149
224
|
|
|
150
225
|
Upgrades:
|
|
151
226
|
|
|
152
|
-
| Package
|
|
153
|
-
|
|
154
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
155
|
-
| [@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`]
|
|
156
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
157
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
158
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
227
|
+
| Package | Change |
|
|
228
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
229
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.10` -> `0.39.15`] |
|
|
230
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`] |
|
|
231
|
+
| [@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`] |
|
|
232
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
|
|
233
|
+
| [@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`] |
|
|
159
234
|
|
|
160
235
|
## [1.108.65] - 2025-10-15
|
|
161
236
|
|
|
162
237
|
### Added
|
|
238
|
+
|
|
163
239
|
- Reverted macro labels to display building block type and ID
|
|
164
240
|
|
|
165
241
|
### Fixed
|
|
242
|
+
|
|
166
243
|
- Fixed an issue where the `Quick Variant Selection` settings were not properly transferred to the `manifest.json` file
|
|
167
244
|
- Update macros schema node description and metadata for UI rendering
|
|
168
245
|
- Hide `exportSettings` aggregation from `sap.fe.macros.table.Column`
|
|
@@ -171,18 +248,18 @@ Upgrades:
|
|
|
171
248
|
|
|
172
249
|
Upgrades:
|
|
173
250
|
|
|
174
|
-
| Package
|
|
175
|
-
|
|
176
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
177
|
-
| [patch-package](https://github.com/ds300/patch-package)
|
|
178
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
179
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
180
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
181
|
-
| [semver](https://github.com/npm/node-semver)
|
|
182
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
183
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
184
|
-
| [@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`]
|
|
185
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
251
|
+
| Package | Change |
|
|
252
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
253
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
|
|
254
|
+
| [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
|
|
255
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
|
|
256
|
+
| [@sap-ux/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`] |
|
|
257
|
+
| [@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`] |
|
|
258
|
+
| [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
|
|
259
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
|
|
260
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
261
|
+
| [@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`] |
|
|
262
|
+
| [@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`] |
|
|
186
263
|
|
|
187
264
|
## [1.108.64] - 2025-10-01
|
|
188
265
|
|
|
@@ -200,15 +277,15 @@ Upgrades:
|
|
|
200
277
|
|
|
201
278
|
- Upgraded TS target to `ES2023`
|
|
202
279
|
|
|
203
|
-
| Package
|
|
204
|
-
|
|
205
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
206
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
207
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
208
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
209
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.44.0` -> `8.45.0`]
|
|
210
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
211
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
280
|
+
| Package | Change |
|
|
281
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
282
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
|
|
283
|
+
| [@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`] |
|
|
284
|
+
| [@sap-ux/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`] |
|
|
285
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
|
|
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.44.0` -> `8.45.0`] |
|
|
287
|
+
| [@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`] |
|
|
288
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
212
289
|
|
|
213
290
|
## [1.108.63] - 2025-09-17
|
|
214
291
|
|
|
@@ -216,15 +293,15 @@ Upgrades:
|
|
|
216
293
|
|
|
217
294
|
Upgrades:
|
|
218
295
|
|
|
219
|
-
| Package
|
|
220
|
-
|
|
221
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
222
|
-
| [@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`] |
|
|
223
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
224
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
225
|
-
| [@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
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
227
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
296
|
+
| Package | Change |
|
|
297
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
298
|
+
| [@sap-ux/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`] |
|
|
299
|
+
| [@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`] |
|
|
300
|
+
| [@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`] |
|
|
301
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
|
|
302
|
+
| [@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`] |
|
|
303
|
+
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser)) | [`0.8.2` -> `0.9.5`] |
|
|
304
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
|
|
228
305
|
|
|
229
306
|
## [1.108.62] - 2025-09-03
|
|
230
307
|
|
|
@@ -236,12 +313,12 @@ OVP page. Properties from different card types on the OVP page were not imported
|
|
|
236
313
|
|
|
237
314
|
Upgrades:
|
|
238
315
|
|
|
239
|
-
| Package
|
|
240
|
-
|
|
241
|
-
| [@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`]
|
|
242
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
243
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
244
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
316
|
+
| Package | Change |
|
|
317
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
318
|
+
| [@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`] |
|
|
319
|
+
| [@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`] |
|
|
320
|
+
| [@sap-ux/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`]) |
|
|
321
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
|
|
245
322
|
|
|
246
323
|
## [1.108.61] - 2025-08-20
|
|
247
324
|
|
|
@@ -249,14 +326,14 @@ Upgrades:
|
|
|
249
326
|
|
|
250
327
|
Upgrades:
|
|
251
328
|
|
|
252
|
-
| Package
|
|
253
|
-
|
|
254
|
-
| [@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`] |
|
|
255
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
256
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
257
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
258
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
259
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
329
|
+
| Package | Change |
|
|
330
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
331
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
|
|
332
|
+
| [@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`] |
|
|
333
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
|
|
334
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
|
|
335
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
|
|
336
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.36.0` -> `0.38.0`] |
|
|
260
337
|
|
|
261
338
|
## [1.108.60] - 2025-08-06
|
|
262
339
|
|
|
@@ -264,15 +341,15 @@ Upgrades:
|
|
|
264
341
|
|
|
265
342
|
Upgrades:
|
|
266
343
|
|
|
267
|
-
| Package
|
|
268
|
-
|
|
269
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.37.0` -> `8.39.0`]
|
|
270
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
271
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
272
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
273
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
274
|
-
| [i18next](https://github.com/i18next/i18next)
|
|
275
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
344
|
+
| Package | Change |
|
|
345
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
346
|
+
| [@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`] |
|
|
347
|
+
| [@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`] |
|
|
348
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
|
|
349
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
|
|
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)) | [`0.35.5` -> `0.36.0`] |
|
|
351
|
+
| [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
|
|
352
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
|
|
276
353
|
|
|
277
354
|
## [1.108.59] - 2025-07-23
|
|
278
355
|
|
|
@@ -280,14 +357,14 @@ Upgrades:
|
|
|
280
357
|
|
|
281
358
|
Upgrades:
|
|
282
359
|
|
|
283
|
-
| Package
|
|
284
|
-
|
|
285
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
286
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
287
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
288
|
-
| [@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`] |
|
|
289
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
290
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
360
|
+
| Package | Change |
|
|
361
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
362
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
|
|
363
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
|
|
364
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
|
|
365
|
+
| [@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`] |
|
|
366
|
+
| [@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`] |
|
|
367
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
|
|
291
368
|
|
|
292
369
|
## [1.108.58] - 2025-07-09
|
|
293
370
|
|
|
@@ -295,12 +372,12 @@ Upgrades:
|
|
|
295
372
|
|
|
296
373
|
Upgrades:
|
|
297
374
|
|
|
298
|
-
| Package
|
|
299
|
-
|
|
375
|
+
| Package | Change |
|
|
376
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
300
377
|
| [@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`] |
|
|
301
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
302
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
303
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
378
|
+
| [@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`] |
|
|
379
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
|
|
380
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
|
|
304
381
|
|
|
305
382
|
## [1.108.57] - 2025-06-25
|
|
306
383
|
|
|
@@ -308,46 +385,49 @@ Upgrades:
|
|
|
308
385
|
|
|
309
386
|
Upgrades:
|
|
310
387
|
|
|
311
|
-
| Package
|
|
312
|
-
|
|
313
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
314
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
315
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
316
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
317
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
318
|
-
| [@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`] |
|
|
319
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
388
|
+
| Package | Change |
|
|
389
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
390
|
+
| [@sap-ux/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`] |
|
|
391
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
|
|
392
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
|
|
393
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
|
|
394
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
|
|
395
|
+
| [@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`] |
|
|
396
|
+
| [@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`] |
|
|
320
397
|
|
|
321
398
|
## [1.108.56] - 2025-06-11
|
|
322
399
|
|
|
323
400
|
### Added
|
|
324
401
|
|
|
325
402
|
OData V4:
|
|
403
|
+
|
|
326
404
|
- Basic support for new SAP Ariba LR/OP templates
|
|
327
405
|
|
|
328
406
|
OData V4/V2:
|
|
407
|
+
|
|
329
408
|
- Schema generation - add link to documentation for "flexibleColumnLayout" property
|
|
330
409
|
|
|
331
410
|
### Fixed
|
|
332
411
|
|
|
333
412
|
OData V4/V2:
|
|
413
|
+
|
|
334
414
|
- Schema generation - update description for "flexibleColumnLayout" property
|
|
335
415
|
|
|
336
416
|
### Quality
|
|
337
417
|
|
|
338
418
|
Upgrades:
|
|
339
419
|
|
|
340
|
-
| Package
|
|
341
|
-
|
|
342
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
343
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
344
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
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)) | devDependencies | minor
|
|
346
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
347
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
348
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
349
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
350
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
420
|
+
| Package | Type | Update | Change |
|
|
421
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
|
|
422
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
|
|
423
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
|
|
424
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
|
|
425
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.32.1` -> `8.34.0`] |
|
|
426
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.32.1` -> `8.34.0`] |
|
|
427
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | minor | [`0.33.28` -> `0.35.0`] |
|
|
428
|
+
| [@sap-ux/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`] |
|
|
429
|
+
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | devDependencies | minor | [`0.12.0` -> `0.13.0`] |
|
|
430
|
+
| [@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`] |
|
|
351
431
|
|
|
352
432
|
## [1.108.55] - 2025-05-28
|
|
353
433
|
|
|
@@ -355,11 +435,11 @@ Upgrades:
|
|
|
355
435
|
|
|
356
436
|
Upgrades:
|
|
357
437
|
|
|
358
|
-
| Package
|
|
359
|
-
|
|
360
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
361
|
-
| [semver](https://github.com/npm/node-semver)
|
|
362
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch
|
|
438
|
+
| Package | Type | Update | Change |
|
|
439
|
+
| ------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
440
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
|
|
441
|
+
| [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
|
|
442
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
|
|
363
443
|
|
|
364
444
|
## [1.108.54] - 2025-05-14
|
|
365
445
|
|
|
@@ -371,15 +451,15 @@ Upgrades:
|
|
|
371
451
|
|
|
372
452
|
Upgrades:
|
|
373
453
|
|
|
374
|
-
| Package
|
|
375
|
-
|
|
376
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
377
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
378
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
379
|
-
| [@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
|
|
380
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
381
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
382
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
454
|
+
| Package | Type | Update | Change |
|
|
455
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
456
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
|
|
457
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
|
|
458
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
|
|
459
|
+
| [@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`] |
|
|
460
|
+
| [@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`] |
|
|
461
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.26` -> `0.33.28`] |
|
|
462
|
+
| [@sap-ux/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`] |
|
|
383
463
|
|
|
384
464
|
## [1.108.53] - 2025-04-30
|
|
385
465
|
|
|
@@ -387,17 +467,16 @@ Upgrades:
|
|
|
387
467
|
|
|
388
468
|
Upgrades:
|
|
389
469
|
|
|
390
|
-
| Package
|
|
391
|
-
|
|
392
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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))
|
|
394
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
395
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
396
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
397
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
398
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
399
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
400
|
-
|
|
470
|
+
| Package | Type | Update | Change |
|
|
471
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
472
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.22` -> `0.33.26`] |
|
|
473
|
+
| [@sap-ux/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`] |
|
|
474
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
|
|
475
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
|
|
476
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
|
|
477
|
+
| [@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`] |
|
|
478
|
+
| [@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`] |
|
|
479
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
|
|
401
480
|
|
|
402
481
|
## [1.108.52] - 2025-04-17
|
|
403
482
|
|
|
@@ -417,14 +496,13 @@ Upgrades:
|
|
|
417
496
|
|
|
418
497
|
Upgrades:
|
|
419
498
|
|
|
420
|
-
| Package
|
|
421
|
-
|
|
422
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
423
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
424
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch
|
|
425
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
426
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
427
|
-
|
|
499
|
+
| Package | Type | Update | Change |
|
|
500
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
501
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
|
|
502
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`] |
|
|
503
|
+
| [@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`] |
|
|
504
|
+
| [@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`] |
|
|
505
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`] |
|
|
428
506
|
|
|
429
507
|
## [1.108.51] - 2025-04-02
|
|
430
508
|
|
|
@@ -432,17 +510,16 @@ Upgrades:
|
|
|
432
510
|
|
|
433
511
|
Upgrades:
|
|
434
512
|
|
|
435
|
-
| Package
|
|
436
|
-
|
|
437
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
440
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
441
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
442
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
443
|
-
| [@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
|
|
444
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
445
|
-
|
|
513
|
+
| Package | Type | Update | Change |
|
|
514
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
515
|
+
| [@sap-ux/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`] |
|
|
516
|
+
| [@sap-ux/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`] |
|
|
517
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
|
|
518
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
|
|
519
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
|
|
520
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
|
|
521
|
+
| [@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`] |
|
|
522
|
+
| [@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`] |
|
|
446
523
|
|
|
447
524
|
## [1.108.50] - 2025-03-19
|
|
448
525
|
|
|
@@ -462,22 +539,22 @@ Upgrades:
|
|
|
462
539
|
|
|
463
540
|
Upgrades:
|
|
464
541
|
|
|
465
|
-
| Package
|
|
466
|
-
|
|
467
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
468
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
469
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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
|
-
| [@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
|
|
472
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
473
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
474
|
-
|
|
542
|
+
| Package | Type | Update | Change |
|
|
543
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
544
|
+
| [@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`] |
|
|
545
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
|
|
546
|
+
| [@sap-ux/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`] |
|
|
547
|
+
| [@sap-ux/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`] |
|
|
548
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch | [`8.26.0` -> `8.26.1`] |
|
|
549
|
+
| [@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`] |
|
|
550
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
|
|
475
551
|
|
|
476
552
|
## [1.108.49] - 2025-03-05
|
|
477
553
|
|
|
478
554
|
### Added
|
|
479
555
|
|
|
480
556
|
OData V2:
|
|
557
|
+
|
|
481
558
|
- Support of `cloudDevAdaptionStatus` internal setting
|
|
482
559
|
|
|
483
560
|
### Changed
|
|
@@ -492,17 +569,17 @@ OData V2:
|
|
|
492
569
|
|
|
493
570
|
Upgrades:
|
|
494
571
|
|
|
495
|
-
| Package
|
|
496
|
-
|
|
497
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
500
|
-
| [@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
|
|
501
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
502
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
503
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
504
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
505
|
-
| [uuid](https://github.com/uuidjs/uuid)
|
|
572
|
+
| Package | Type | Update | Change |
|
|
573
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
|
|
574
|
+
| [@sap-ux/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`] |
|
|
575
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.4` -> `0.33.14`] |
|
|
576
|
+
| [@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`] |
|
|
577
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.24.0` -> `8.26.0`] |
|
|
578
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`] |
|
|
579
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`] |
|
|
580
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`] |
|
|
581
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`] |
|
|
582
|
+
| [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`] |
|
|
506
583
|
|
|
507
584
|
## [1.108.48] - 2025-02-19
|
|
508
585
|
|
|
@@ -520,14 +597,14 @@ Upgrades:
|
|
|
520
597
|
|
|
521
598
|
Upgrades:
|
|
522
599
|
|
|
523
|
-
| Package
|
|
524
|
-
|
|
525
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
528
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
529
|
-
| [@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
|
|
530
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
600
|
+
| Package | Type | Update | Change |
|
|
601
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
602
|
+
| [@sap-ux/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`] |
|
|
603
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.0` -> `0.33.4`] |
|
|
604
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
|
|
605
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
|
|
606
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
|
|
607
|
+
| [@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`] |
|
|
531
608
|
|
|
532
609
|
## [1.108.47] - 2025-02-05
|
|
533
610
|
|
|
@@ -549,12 +626,12 @@ Upgrades:
|
|
|
549
626
|
|
|
550
627
|
Upgrades:
|
|
551
628
|
|
|
552
|
-
Package
|
|
553
|
-
semver
|
|
554
|
-
@sap-ux/fe-fpm-writer (source)
|
|
555
|
-
@sap-ux/fe-fpm-writer (source)
|
|
556
|
-
@typescript-eslint/eslint-plugin (source)
|
|
557
|
-
@typescript-eslint/parser (source)
|
|
629
|
+
Package Type Update Change
|
|
630
|
+
semver devDependencies minor 7.6.3 -> 7.7.1
|
|
631
|
+
@sap-ux/fe-fpm-writer (source) devDependencies minor 0.31.25 -> 0.32.2
|
|
632
|
+
@sap-ux/fe-fpm-writer (source) dependencies minor 0.31.25 -> 0.32.2
|
|
633
|
+
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.20.0 -> 8.23.0
|
|
634
|
+
@typescript-eslint/parser (source) devDependencies minor 8.20.0 -> 8.23.0
|
|
558
635
|
|
|
559
636
|
## [1.108.46] - 2025-01-22
|
|
560
637
|
|
|
@@ -572,16 +649,15 @@ semver devDependencies minor 7.6.3 -> 7.7.1
|
|
|
572
649
|
|
|
573
650
|
Upgrades:
|
|
574
651
|
|
|
575
|
-
| Package
|
|
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))
|
|
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))
|
|
579
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
580
|
-
| [uuid](https://github.com/uuidjs/uuid)
|
|
581
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
582
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
583
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
584
|
-
|
|
652
|
+
| Package | Type | Update | Change |
|
|
653
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
|
|
654
|
+
| [@sap-ux/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) |
|
|
655
|
+
| [@sap-ux/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) |
|
|
656
|
+
| [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) |
|
|
657
|
+
| [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) |
|
|
658
|
+
| [@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) |
|
|
659
|
+
| [@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) |
|
|
660
|
+
| [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) |
|
|
585
661
|
|
|
586
662
|
## [1.108.45] - 2025-01-08
|
|
587
663
|
|
|
@@ -595,20 +671,20 @@ Upgrades:
|
|
|
595
671
|
|
|
596
672
|
### Fixed
|
|
597
673
|
|
|
598
|
-
- OData V4:
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
- General:
|
|
674
|
+
- OData V4:
|
|
675
|
+
- Allow to delete last custom filter field.
|
|
676
|
+
- `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
|
|
677
|
+
- Avoid deletion of unknown properties in custom page settings.
|
|
678
|
+
- Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
|
|
679
|
+
- 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.
|
|
604
680
|
|
|
605
681
|
### Quality
|
|
606
682
|
|
|
607
683
|
Upgrades:
|
|
608
684
|
|
|
609
|
-
- uuid
|
|
610
|
-
- @typescript-eslint/eslint-plugin (source)
|
|
611
|
-
- @typescript-eslint/parser (source)
|
|
685
|
+
- uuid devDependencies patch 11.0.3 -> 11.0.4
|
|
686
|
+
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
687
|
+
- @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
612
688
|
- @sap-ux/fe-fpm-writer to 0.31.23
|
|
613
689
|
- prettier to 3.4.2
|
|
614
690
|
- esbuild to 0.24.2
|
|
@@ -626,16 +702,16 @@ Upgrades:
|
|
|
626
702
|
|
|
627
703
|
Upgrades:
|
|
628
704
|
|
|
629
|
-
- @sap-ux/annotation-converter (source)
|
|
630
|
-
- @sap-ux/vocabularies-types (source)
|
|
631
|
-
- @sap-ux/vocabularies-types (source)
|
|
632
|
-
- @sap-ux/vocabularies-types (source)
|
|
633
|
-
- typescript (source)
|
|
634
|
-
- i18next (source)
|
|
635
|
-
- @sap-ux/fe-fpm-writer (source)
|
|
636
|
-
- @sap-ux/fe-fpm-writer (source)
|
|
637
|
-
- @typescript-eslint/eslint-plugin (source)
|
|
638
|
-
- @typescript-eslint/parser (source)
|
|
705
|
+
- @sap-ux/annotation-converter (source) devDependencies patch 0.9.9 -> 0.9.11
|
|
706
|
+
- @sap-ux/vocabularies-types (source) devDependencies minor 0.11.6 -> 0.12.0
|
|
707
|
+
- @sap-ux/vocabularies-types (source) dependencies minor 0.11.6 -> 0.12.0
|
|
708
|
+
- @sap-ux/vocabularies-types (source) resolutions minor 0.11.6 -> 0.12.0
|
|
709
|
+
- typescript (source) devDependencies minor 5.6.3 -> 5.7.2
|
|
710
|
+
- i18next (source) devDependencies patch 23.16.5 -> 23.16.8
|
|
711
|
+
- @sap-ux/fe-fpm-writer (source) devDependencies patch 0.31.18 -> 0.31.21
|
|
712
|
+
- @sap-ux/fe-fpm-writer (source) dependencies patch 0.31.18 -> 0.31.21
|
|
713
|
+
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.13.0 -> 8.15.0
|
|
714
|
+
- @typescript-eslint/parser (source) devDependencies minor 8.13.0 -> 8.15.0
|
|
639
715
|
- uuid devDependencies patch 11.0.2 -> 11.0.3
|
|
640
716
|
- axios source devDependencies patch 1.7.7 -> 1.7.9
|
|
641
717
|
|
|
@@ -669,7 +745,7 @@ Upgrades:
|
|
|
669
745
|
|
|
670
746
|
### Fixed
|
|
671
747
|
|
|
672
|
-
- 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.
|
|
748
|
+
- 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.
|
|
673
749
|
|
|
674
750
|
### Quality
|
|
675
751
|
|
|
@@ -745,10 +821,10 @@ Upgrades:
|
|
|
745
821
|
|
|
746
822
|
- Table views: new error handling for undefined keys.
|
|
747
823
|
- Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
824
|
+
- change indicator was not set for manifest.json in v4.
|
|
825
|
+
- entityPath was not forwarded at overview pages.
|
|
826
|
+
- the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
|
|
827
|
+
- FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
|
|
752
828
|
|
|
753
829
|
### Quality
|
|
754
830
|
|
|
@@ -803,7 +879,7 @@ Upgrades:
|
|
|
803
879
|
OData V4:
|
|
804
880
|
|
|
805
881
|
- 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
|
|
882
|
+
- Adds required `sap.fe.*` libraries to manifest.json on page creation
|
|
807
883
|
|
|
808
884
|
### Quality
|
|
809
885
|
|
|
@@ -937,7 +1013,7 @@ Upgrades
|
|
|
937
1013
|
### Fixed
|
|
938
1014
|
|
|
939
1015
|
- V4. Schema generation for object page. Section label is not resolved within target definition and id was presented in "description"
|
|
940
|
-
- V4. Schema generation for building block macros. AnnotationPath was not resolved for macros when absolute path was used in "metaPath" attribute
|
|
1016
|
+
- V4. Schema generation for building block macros. AnnotationPath was not resolved for macros when absolute path was used in "metaPath" attribute
|
|
941
1017
|
|
|
942
1018
|
### Quality
|
|
943
1019
|
|
|
@@ -954,7 +1030,7 @@ Upgrades
|
|
|
954
1030
|
### Changed
|
|
955
1031
|
|
|
956
1032
|
- 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.
|
|
957
|
-
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.
|
|
1033
|
+
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.
|
|
958
1034
|
|
|
959
1035
|
### Removed
|
|
960
1036
|
|
|
@@ -972,14 +1048,14 @@ OData V4:
|
|
|
972
1048
|
- toolbar actions had partially not been considered during the import
|
|
973
1049
|
- the export of table properties had overwritten the export from views
|
|
974
1050
|
- the export now supports two different constellations for anyOf definitions in schema:
|
|
975
|
-
|
|
976
|
-
|
|
1051
|
+
- anyOf directly defined as additionalProperties (of MultiTableMode)
|
|
1052
|
+
- anyOf reachable via $ref, properties defined there.
|
|
977
1053
|
- Custom section fragments with event handler. `core:require` attribute is moved from `Button` to wrapper `VBox`
|
|
978
1054
|
- Default 'empty' `manifest.json` is returned after export of FPM Custom Page
|
|
979
1055
|
- The generation of config files failed with exception if a custom header action was defined with an invalid type, like string.
|
|
980
1056
|
- empty `sap.ui5/routing/config` object removed from `manifest.json` during export
|
|
981
1057
|
|
|
982
|
-
OData V2:
|
|
1058
|
+
OData V2:
|
|
983
1059
|
|
|
984
1060
|
- The logic that determines the LineItem and the Chart annotation to be used by ALP was not in sync with the logic implemented in Fiori Elements v2. The logic has been adapted accordingly.
|
|
985
1061
|
|
|
@@ -994,7 +1070,7 @@ OData V2:
|
|
|
994
1070
|
### Changed
|
|
995
1071
|
|
|
996
1072
|
- OData V2:
|
|
997
|
-
|
|
1073
|
+
- Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
|
|
998
1074
|
- Increased api version
|
|
999
1075
|
|
|
1000
1076
|
### Removed
|
|
@@ -1003,7 +1079,7 @@ OData V2:
|
|
|
1003
1079
|
|
|
1004
1080
|
### Fixed
|
|
1005
1081
|
|
|
1006
|
-
- V4 Macros. Property 'personalization' exported as XML element instead of attribute into xml file
|
|
1082
|
+
- V4 Macros. Property 'personalization' exported as XML element instead of attribute into xml file
|
|
1007
1083
|
|
|
1008
1084
|
### Quality
|
|
1009
1085
|
|
|
@@ -1038,13 +1114,13 @@ Upgrades:
|
|
|
1038
1114
|
- reflect-metadata to 0.2.2
|
|
1039
1115
|
- jest to 29.7.0
|
|
1040
1116
|
- ts-jest to 29.1.2
|
|
1041
|
-
|
|
1117
|
+
|
|
1042
1118
|
## [1.108.26] - 2024-03-20
|
|
1043
1119
|
|
|
1044
1120
|
### Added
|
|
1045
1121
|
|
|
1046
1122
|
- OData V4:
|
|
1047
|
-
|
|
1123
|
+
- String type to bindable number type properties in macros schema
|
|
1048
1124
|
- Overview Pages: support three different ways of defining the colors of cards
|
|
1049
1125
|
|
|
1050
1126
|
### Quality
|
|
@@ -1107,9 +1183,9 @@ Upgrades
|
|
|
1107
1183
|
### Added
|
|
1108
1184
|
|
|
1109
1185
|
- OData V2:
|
|
1110
|
-
|
|
1186
|
+
- Support of Header facets on Object Page
|
|
1111
1187
|
- UX adjustments of inplace documentation:
|
|
1112
|
-
|
|
1188
|
+
- Support for Screen Readers and Arrow Navigation
|
|
1113
1189
|
|
|
1114
1190
|
### Changed
|
|
1115
1191
|
|
|
@@ -1133,9 +1209,9 @@ Upgrades
|
|
|
1133
1209
|
- Invalid object-like descriptions and keys had been generated into the app-specific schemas if DataFieldForIntentBasedNavigation was defined with a path reference
|
|
1134
1210
|
- An exception happened during app schema generation if a NavigationProperty pointed to an invalid target annotation
|
|
1135
1211
|
- OData V4:
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1212
|
+
- Enum for macros table `variantManagement` property
|
|
1213
|
+
- Wrong resolution of contextPath in case of containment as target for a page, leading to an exception during the schema generation
|
|
1214
|
+
- Invalid '/' in app schema definition names replaced by '::'
|
|
1139
1215
|
|
|
1140
1216
|
### Quality
|
|
1141
1217
|
|
|
@@ -1154,12 +1230,12 @@ Upgrades
|
|
|
1154
1230
|
### Added
|
|
1155
1231
|
|
|
1156
1232
|
- OData V4:
|
|
1157
|
-
|
|
1158
|
-
|
|
1233
|
+
- View columns set as view nodes
|
|
1234
|
+
|
|
1159
1235
|
### Fixed
|
|
1160
1236
|
|
|
1161
1237
|
- OData V4:
|
|
1162
|
-
|
|
1238
|
+
- Schema is not generated for custom page when namespaces are not defined in view file
|
|
1163
1239
|
|
|
1164
1240
|
### Quality
|
|
1165
1241
|
|
|
@@ -1176,31 +1252,31 @@ Upgrades
|
|
|
1176
1252
|
### Added
|
|
1177
1253
|
|
|
1178
1254
|
- UX adjustments of inplace documentation:
|
|
1179
|
-
|
|
1255
|
+
- Support of Keyboard Navigation
|
|
1180
1256
|
- OData V2: Support of global table settings for object pages
|
|
1181
1257
|
- OData V4:
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1258
|
+
- OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
|
|
1259
|
+
- OP: Sequence of actions is now based on criticality annotation
|
|
1260
|
+
-
|
|
1261
|
+
|
|
1186
1262
|
### Changed
|
|
1187
1263
|
|
|
1188
1264
|
- Alignment of settings for sap.ovp:
|
|
1189
|
-
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.
|
|
1190
|
-
The assignment of settings to the specific card types has been revised and adjusted.
|
|
1265
|
+
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.
|
|
1266
|
+
The assignment of settings to the specific card types has been revised and adjusted.
|
|
1191
1267
|
- Increased `fe-fpm-writer` api version
|
|
1192
1268
|
- Increased api version
|
|
1193
|
-
- OData V2:
|
|
1269
|
+
- OData V2: ALP root properties order
|
|
1194
1270
|
|
|
1195
1271
|
### Fixed
|
|
1196
1272
|
|
|
1197
|
-
- OData V4:
|
|
1273
|
+
- OData V4: Empty visualization throws unhandled error during sync
|
|
1198
1274
|
- Prevent exception in case of illegal annotationPath references of fields or columns
|
|
1199
|
-
- OData V2:
|
|
1275
|
+
- OData V2: ALP not displaying chart and properties
|
|
1200
1276
|
- OVP:
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1277
|
+
- In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
|
|
1278
|
+
- Property "Category" was shown with an initial value as object, although being of type string.
|
|
1279
|
+
- Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
|
|
1204
1280
|
|
|
1205
1281
|
### Quality
|
|
1206
1282
|
|
|
@@ -1223,12 +1299,12 @@ Upgrades
|
|
|
1223
1299
|
### Changed
|
|
1224
1300
|
|
|
1225
1301
|
- OVP card settings:
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1302
|
+
- Added missing properties
|
|
1303
|
+
- Removed irrelevant settings from custom card settings
|
|
1304
|
+
- Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
|
|
1229
1305
|
|
|
1230
1306
|
- 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.
|
|
1231
|
-
Thus the location information is removed for annotation problems
|
|
1307
|
+
Thus the location information is removed for annotation problems
|
|
1232
1308
|
|
|
1233
1309
|
- If no line item annotation is present, no `annotationPath` property gets added to the schemas of OData V2 and V4
|
|
1234
1310
|
|
|
@@ -1271,13 +1347,12 @@ Upgrades:
|
|
|
1271
1347
|
### Fixed
|
|
1272
1348
|
|
|
1273
1349
|
- Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
|
|
1274
|
-
|
|
1275
1350
|
- OData V4:
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1351
|
+
- 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
|
|
1352
|
+
- 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
|
|
1353
|
+
- Building blocks:
|
|
1354
|
+
- The number of new lines that get created from the description of building block properties was decreased
|
|
1355
|
+
- Missing 'enum' for multiple building block properties
|
|
1281
1356
|
|
|
1282
1357
|
### Quality
|
|
1283
1358
|
|
|
@@ -1298,28 +1373,28 @@ Upgrades:
|
|
|
1298
1373
|
|
|
1299
1374
|
### Added
|
|
1300
1375
|
|
|
1301
|
-
- OData V4:
|
|
1302
|
-
|
|
1376
|
+
- OData V4:
|
|
1377
|
+
- Added additional log entries while executing API calls for schema generation, and error log entries in case of missing UI.LineItem annotation
|
|
1303
1378
|
|
|
1304
1379
|
### Changed
|
|
1305
1380
|
|
|
1306
1381
|
- UX adjustments of inplace documentation:
|
|
1307
|
-
|
|
1308
|
-
|
|
1382
|
+
- Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
|
|
1383
|
+
|
|
1309
1384
|
### Removed
|
|
1310
1385
|
|
|
1311
|
-
- OData V2:
|
|
1312
|
-
|
|
1386
|
+
- OData V2:
|
|
1387
|
+
- Removed the `visibility` property for _addresses_ on subsections of the object page, as flexibility changes are not supported on this level
|
|
1313
1388
|
|
|
1314
1389
|
### Deprecated
|
|
1315
1390
|
|
|
1316
1391
|
### Fixed
|
|
1317
1392
|
|
|
1318
|
-
- OData V2:
|
|
1319
|
-
|
|
1320
|
-
- OData V4:
|
|
1321
|
-
|
|
1322
|
-
|
|
1393
|
+
- OData V2:
|
|
1394
|
+
- Fixed an issue with the selector ID of flexibility changes generated for **contacts** on the subsection level of object pages
|
|
1395
|
+
- OData V4:
|
|
1396
|
+
- Schema generation: Mark custom anchors in "oneOf" enums and additional anchor enum enhancements (missing descriptions for some actions and sections)
|
|
1397
|
+
|
|
1323
1398
|
### Quality
|
|
1324
1399
|
|
|
1325
1400
|
- Update transitive dependencies
|
|
@@ -1343,8 +1418,8 @@ Upgrades:
|
|
|
1343
1418
|
### Added
|
|
1344
1419
|
|
|
1345
1420
|
- OData V4:
|
|
1346
|
-
|
|
1347
|
-
|
|
1421
|
+
- `displayName` property for `relatedFacet` and `relativePosition` custom section properties
|
|
1422
|
+
- Missing `key` property for macros action group
|
|
1348
1423
|
|
|
1349
1424
|
### Changed
|
|
1350
1425
|
|
|
@@ -1358,7 +1433,7 @@ Upgrades:
|
|
|
1358
1433
|
|
|
1359
1434
|
- 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
|
|
1360
1435
|
- OData V4:
|
|
1361
|
-
|
|
1436
|
+
- Extra entry `sap.ui5/extends/extensions/sap.ui.controllerExtensions` is created in manifest.json during sync
|
|
1362
1437
|
|
|
1363
1438
|
### Quality
|
|
1364
1439
|
|
|
@@ -1377,10 +1452,10 @@ Upgrades:
|
|
|
1377
1452
|
### Added
|
|
1378
1453
|
|
|
1379
1454
|
- OData V2:
|
|
1380
|
-
|
|
1455
|
+
- Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
|
|
1381
1456
|
- OData V4:
|
|
1382
|
-
|
|
1383
|
-
|
|
1457
|
+
- Support for custom header sections
|
|
1458
|
+
- Support for custom filter fields
|
|
1384
1459
|
|
|
1385
1460
|
### Changed
|
|
1386
1461
|
|
|
@@ -1391,10 +1466,10 @@ Upgrades:
|
|
|
1391
1466
|
### Fixed
|
|
1392
1467
|
|
|
1393
1468
|
- OData V2:
|
|
1394
|
-
|
|
1469
|
+
- 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
|
|
1395
1470
|
- OData V4:
|
|
1396
|
-
|
|
1397
|
-
|
|
1471
|
+
- Added missing descriptions to custom section properties `relatedFacet`, `relativePosition`, `id`, `fragmentName`
|
|
1472
|
+
- Custom section properties `className` and `type` are marked as hidden
|
|
1398
1473
|
|
|
1399
1474
|
### Quality
|
|
1400
1475
|
|
|
@@ -1448,14 +1523,14 @@ Upgrades:
|
|
|
1448
1523
|
### Added
|
|
1449
1524
|
|
|
1450
1525
|
- OData V2:
|
|
1451
|
-
|
|
1526
|
+
- Added support for the binding pattern to `showHeaderContent` property
|
|
1452
1527
|
|
|
1453
1528
|
### Fixed
|
|
1454
1529
|
|
|
1455
1530
|
- OData V4:
|
|
1456
|
-
|
|
1531
|
+
- Wrong annotation path is generated for connected fields with a different entity type than the section
|
|
1457
1532
|
- OData V2:
|
|
1458
|
-
|
|
1533
|
+
- Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
|
|
1459
1534
|
|
|
1460
1535
|
### Quality
|
|
1461
1536
|
|
|
@@ -1492,8 +1567,8 @@ Upgrades:
|
|
|
1492
1567
|
### Added
|
|
1493
1568
|
|
|
1494
1569
|
- 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
|
|
1495
|
-
- OData V4:
|
|
1496
|
-
|
|
1570
|
+
- OData V4:
|
|
1571
|
+
- Support connected fields on the Object Page
|
|
1497
1572
|
|
|
1498
1573
|
### Quality
|
|
1499
1574
|
|
|
@@ -1509,8 +1584,8 @@ Upgrades:
|
|
|
1509
1584
|
### Added
|
|
1510
1585
|
|
|
1511
1586
|
- OData V4:
|
|
1512
|
-
|
|
1513
|
-
|
|
1587
|
+
- Default aggregation support for macros table and action group
|
|
1588
|
+
- Multiple namespaces support for macros
|
|
1514
1589
|
|
|
1515
1590
|
### Fixed
|
|
1516
1591
|
|
|
@@ -1548,9 +1623,9 @@ Upgrades:
|
|
|
1548
1623
|
### Fixed
|
|
1549
1624
|
|
|
1550
1625
|
- OData V2:
|
|
1551
|
-
|
|
1626
|
+
- Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
|
|
1552
1627
|
- OData V4:
|
|
1553
|
-
|
|
1628
|
+
- Exception on macro table with metaPath to PresentationVariant.
|
|
1554
1629
|
|
|
1555
1630
|
### Quality
|
|
1556
1631
|
|
|
@@ -1570,18 +1645,18 @@ Upgrades:
|
|
|
1570
1645
|
### Added
|
|
1571
1646
|
|
|
1572
1647
|
- OData V4:
|
|
1573
|
-
|
|
1648
|
+
- Support for Custom subsections.
|
|
1574
1649
|
|
|
1575
1650
|
### Changed
|
|
1576
1651
|
|
|
1577
1652
|
- OData V4:
|
|
1578
|
-
|
|
1653
|
+
- Changed binding expression to use "isEditable" property instead of "editable". Thus we have binding expressions {ui>/isEditable} and {= !${ui>/isEditable}}.
|
|
1579
1654
|
|
|
1580
1655
|
### Fixed
|
|
1581
1656
|
|
|
1582
1657
|
- OData V4:
|
|
1583
|
-
|
|
1584
|
-
|
|
1658
|
+
- When adding new pages, the export calculates the route pattern for the new manifest entry.
|
|
1659
|
+
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.
|
|
1585
1660
|
|
|
1586
1661
|
### Quality
|
|
1587
1662
|
|
|
@@ -1618,12 +1693,12 @@ Upgrades:
|
|
|
1618
1693
|
### Added
|
|
1619
1694
|
|
|
1620
1695
|
- General:
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1696
|
+
- Enhancement of error handling, more explicit messages are passed to the logger.
|
|
1697
|
+
Fix of error handling of exceptions from annotation parser.
|
|
1698
|
+
- Fix for List Report with multiple views and Object pages on second level in Page map
|
|
1624
1699
|
|
|
1625
1700
|
- OData V4:
|
|
1626
|
-
|
|
1701
|
+
- Added ID (`internalId`) property for macros metadata in schema
|
|
1627
1702
|
|
|
1628
1703
|
### Quality
|
|
1629
1704
|
|
|
@@ -1645,21 +1720,22 @@ Upgrades:
|
|
|
1645
1720
|
### Added
|
|
1646
1721
|
|
|
1647
1722
|
- OData V4:
|
|
1648
|
-
|
|
1649
|
-
|
|
1723
|
+
- OP: New value "InilneCreationRows" added to creationMode->name property
|
|
1724
|
+
- OP: Addded support for property 'inlineCreationRowsHiddenInEditMode' in creationMode
|
|
1650
1725
|
|
|
1651
1726
|
### Fixed
|
|
1652
1727
|
|
|
1653
1728
|
- OData V4:
|
|
1654
|
-
|
|
1729
|
+
- Parsing of commented contents in XML fragments, comments are now getting ignored during generation and import
|
|
1655
1730
|
|
|
1656
1731
|
### Quality
|
|
1657
1732
|
|
|
1658
1733
|
- Update transitive dependencies
|
|
1659
1734
|
|
|
1660
1735
|
Upgrades:
|
|
1736
|
+
|
|
1661
1737
|
- prettier to 2.8.8
|
|
1662
|
-
- @sapui5/ts-types-esm to 1.108.13
|
|
1738
|
+
- @sapui5/ts-types-esm to 1.108.13
|
|
1663
1739
|
- typescript to 4.9.5
|
|
1664
1740
|
- @types/node to 18.16.3
|
|
1665
1741
|
- patch-package to 6.5.1
|
|
@@ -1673,13 +1749,14 @@ Upgrades:
|
|
|
1673
1749
|
### Fixed
|
|
1674
1750
|
|
|
1675
1751
|
- OData V4:
|
|
1676
|
-
|
|
1752
|
+
- Fixed an issue with custom extensions running into an endless loop
|
|
1677
1753
|
|
|
1678
1754
|
### Quality
|
|
1679
1755
|
|
|
1680
1756
|
- Update transitive dependencies
|
|
1681
1757
|
|
|
1682
1758
|
Upgrades:
|
|
1759
|
+
|
|
1683
1760
|
- @sapui5/ts-types-esm to 1.108.12
|
|
1684
1761
|
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
|
|
1685
1762
|
- @types/mem-fs-editor to 7.0.3
|
|
@@ -1690,13 +1767,14 @@ Upgrades:
|
|
|
1690
1767
|
### Added
|
|
1691
1768
|
|
|
1692
1769
|
- OData V4:
|
|
1693
|
-
|
|
1770
|
+
- Building blocks support for custom sections
|
|
1694
1771
|
|
|
1695
1772
|
### Quality
|
|
1696
1773
|
|
|
1697
1774
|
- Update transitive dependencies
|
|
1698
1775
|
|
|
1699
1776
|
Upgrades:
|
|
1777
|
+
|
|
1700
1778
|
- excel4node to 1.8.1
|
|
1701
1779
|
- eslint-config-prettier to 8.8.0
|
|
1702
1780
|
- prettier to 2.8.7
|
|
@@ -1712,6 +1790,7 @@ Upgrades:
|
|
|
1712
1790
|
### Quality
|
|
1713
1791
|
|
|
1714
1792
|
Upgrades:
|
|
1793
|
+
|
|
1715
1794
|
- chalk to 4.1.2
|
|
1716
1795
|
- types/jest to 28.1.8
|
|
1717
1796
|
- jQuery to 3.6.4
|
|
@@ -1726,13 +1805,13 @@ Upgrades:
|
|
|
1726
1805
|
### Fixed
|
|
1727
1806
|
|
|
1728
1807
|
- OData V2:
|
|
1729
|
-
|
|
1808
|
+
- Fixed deletion issues for Custom Columns that appeared after positions were changed
|
|
1730
1809
|
|
|
1731
1810
|
### Quality
|
|
1732
1811
|
|
|
1733
1812
|
- Upgrade "typescript" to "4.9.4"
|
|
1734
|
-
- Upgrade "@typescript-eslint/eslint-plugin" and
|
|
1735
|
-
- Upgrade "ts-node" to "10.9.1"
|
|
1813
|
+
- Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
|
|
1814
|
+
- Upgrade "ts-node" to "10.9.1"
|
|
1736
1815
|
- Upgrade "@sapui5/ts-types-esm" to "1.108.10"
|
|
1737
1816
|
- Upgrade "@sap-ux/fe-fpm-writer" to "0.18.7"
|
|
1738
1817
|
- Upgrade "mem-fs-editor" to "9.7.0"
|
|
@@ -1743,12 +1822,12 @@ Upgrades:
|
|
|
1743
1822
|
### Added
|
|
1744
1823
|
|
|
1745
1824
|
- OData V2:
|
|
1746
|
-
|
|
1825
|
+
- Additional values `creationRows` and `creationRowsHiddenInEditMode` of property `CreateMode` are supported now for object page tables.
|
|
1747
1826
|
|
|
1748
1827
|
### Changed
|
|
1749
1828
|
|
|
1750
1829
|
- OData V4:
|
|
1751
|
-
|
|
1830
|
+
- Adapted view property key handling for views created using different `entitySet` value.
|
|
1752
1831
|
|
|
1753
1832
|
### Quality
|
|
1754
1833
|
|