@sap/ux-specification 1.108.70 → 1.108.72
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 +419 -339
- 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 +256 -256
- 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/BuildingBlocksConfig.json +8 -4
- package/dist/schemas/v4/ListReportConfig.json +24 -6
- package/dist/schemas/v4/ObjectPageConfig.json +9 -3
- package/dist/specification/package.json +13 -11
- 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/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +4 -1
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/src/api.js +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 +149 -23
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +369 -74
- 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 +35 -7
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +206 -21
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +3 -13
- package/dist/specification/src/sync/v2/export/exportPageGeneric.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 +48 -0
- 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 +2 -0
- 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/generate/schemaAdaptation.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.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/importPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.js +5 -6
- package/dist/specification/src/sync/v2/import/importPage.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 +20 -2
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +27 -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 +2 -1
- 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 +36 -6
- 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.js +1 -1
- 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/generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +8 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.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} +142 -229
- 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 +142 -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 +177 -46
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +498 -152
- 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 +131 -13
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +10 -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/ObjectPageHeader.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,18 +6,88 @@ 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.72] - 2026-03-05
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Enhanced the page schema by adding `manifestPath` support for actions, sections, columns, fields, and filter fields in OData V4 applications
|
|
16
|
+
- Enhanced the page schema by adding `manifestPath` support for overview page properties in OData V2 applications
|
|
17
|
+
- Enhanced the logic for resolving descriptions in the view node of building blocks.
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- Fixed an issue with the `useExportToExcel` and other flex properties where two flex changes were created instead of one for object pages in OData V2 applications
|
|
22
|
+
- Fixed an issue where an empty view setup was defined with `"showCounts": true` which led to a "Cannot read properties of undefined (reading 'length') error"
|
|
23
|
+
- Fixed an issue where the `creationMode/name` property pointed to a table in an incorrect section and the `$ref` schema was incorrectly shared between sections
|
|
24
|
+
- Fixed an issue where the `personalization` property could not be set to `true` or `false` if a subproperty was defined
|
|
25
|
+
- Fixed an issue where a crash occurred during schema generation when a selection field has no value. Added a warning message instead.
|
|
26
|
+
- Fixed an issue where `undefined.position` is created in `manifest.json` during view creation/deletion for OData V4 applications.
|
|
27
|
+
- Fixed an issue where wrong `entityType` was resolved for `ListReport` page generation when `NavigationProperty` has `Partner` attribute.
|
|
28
|
+
|
|
29
|
+
### Quality
|
|
30
|
+
|
|
31
|
+
Upgrades:
|
|
32
|
+
|
|
33
|
+
| Package | Change |
|
|
34
|
+
| ------------------------------------------------------------------- | ----------------------- |
|
|
35
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
|
|
36
|
+
| [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.4`] |
|
|
37
|
+
| [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
|
|
38
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
|
|
39
|
+
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
|
|
40
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) | [`0.42.6` -> `0.43.1`] |
|
|
41
|
+
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
|
|
42
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
|
|
43
|
+
| [axios](https://github.com/axios/axios) | [`1.13.5` -> `1.13.6`] |
|
|
44
|
+
| [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
|
|
45
|
+
| [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
|
|
46
|
+
|
|
47
|
+
## [1.108.71] - 2026-02-04
|
|
48
|
+
|
|
49
|
+
### Fixed
|
|
50
|
+
|
|
51
|
+
- Fixed an issue where a dot was used in a `additionalSemanticObjects` node text in the outline of the Page Editor
|
|
52
|
+
- Updated the description for the `additionalSemanticObjects` property in the schema
|
|
53
|
+
|
|
54
|
+
### Added
|
|
55
|
+
|
|
56
|
+
- Updated the UI ordering for the propertyIndex based on customToolbarPriority attribute for RTE Button Groups
|
|
57
|
+
|
|
58
|
+
### Quality
|
|
59
|
+
|
|
60
|
+
Upgrades:
|
|
61
|
+
|
|
62
|
+
| Package | Change |
|
|
63
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
|
64
|
+
| [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.13.2` → `1.13.5` |
|
|
65
|
+
| [@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` |
|
|
66
|
+
| [@sap-ux/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` |
|
|
67
|
+
| [@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` |
|
|
68
|
+
| [@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` |
|
|
69
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) | `8.53.1` → `8.54.0` |
|
|
70
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) | `8.53.1` → `8.54.0` |
|
|
71
|
+
| [eslint](https://eslint.org) | `9.26.0` → `9.39.2` |
|
|
72
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
|
|
73
|
+
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
|
|
74
|
+
| [i18next](https://www.i18next.com) | `25.7.4` → `25.8.0` |
|
|
75
|
+
| [prettier](https://prettier.io) | `3.7.4` → `3.8.1` |
|
|
76
|
+
| [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
|
|
10
77
|
|
|
11
78
|
## [1.108.70] - 2026-01-21
|
|
12
79
|
|
|
13
80
|
### Added
|
|
81
|
+
|
|
14
82
|
- Enhanced the page schema by adding `manifestPath` support for table properties and static nodes (such as the header and the root page level) for OData V2 applications
|
|
15
83
|
- Added support for the `CreateMode` property at the page level and application level for OData V2 applications
|
|
16
84
|
|
|
17
85
|
### Changed
|
|
86
|
+
|
|
18
87
|
- Refactored the initial step of generating a list report page for OData V4 applications
|
|
19
88
|
|
|
20
89
|
### Fixed
|
|
90
|
+
|
|
21
91
|
- Ensures compatibility with newer OData v4.01 services while maintaining backward compatibility with existing v4.0 services.
|
|
22
92
|
- Fixed an issue where the empty `sap.ui.generic.app` property was removed and an empty `chartSettings` property was added to the `manifest.json` file when exporting an overview page for OData V2 applications
|
|
23
93
|
|
|
@@ -25,76 +95,82 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
25
95
|
|
|
26
96
|
Upgrades:
|
|
27
97
|
|
|
28
|
-
| Package
|
|
29
|
-
|
|
30
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
31
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser))
|
|
32
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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))
|
|
34
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
35
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.51.0` -> `8.53.1`]
|
|
36
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
37
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
38
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
39
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
40
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
98
|
+
| Package | Change |
|
|
99
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
100
|
+
| [@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`] |
|
|
101
|
+
| [@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`] |
|
|
102
|
+
| [@sap-ux/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`] |
|
|
103
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.33.0` -> `1.34.2`] |
|
|
104
|
+
| [@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`] |
|
|
105
|
+
| [@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`] |
|
|
106
|
+
| [@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`] |
|
|
107
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
|
|
108
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
|
|
109
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
|
|
110
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
|
|
41
111
|
|
|
42
112
|
## [1.108.69] - 2026-01-07
|
|
43
113
|
|
|
44
114
|
### Added
|
|
115
|
+
|
|
45
116
|
- Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
|
|
46
117
|
- Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
|
|
47
118
|
|
|
48
119
|
### Fixed
|
|
120
|
+
|
|
49
121
|
OData V4:
|
|
122
|
+
|
|
50
123
|
- Macros. Change isViewNode: false for non UI related nodes for Table
|
|
51
124
|
- Macros. Generated schema for macros control does not contains properties/aggregation from extended macros control/class. Scenario with RichTextEditorWithMetadata
|
|
52
|
-
OData V2:
|
|
125
|
+
OData V2:
|
|
53
126
|
- OVP. Export issue - not possible to remove not allowed chart card properties
|
|
54
127
|
|
|
55
128
|
### Quality
|
|
56
129
|
|
|
57
130
|
Upgrades:
|
|
58
131
|
|
|
59
|
-
| Package
|
|
60
|
-
|
|
61
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
62
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
63
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
64
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
65
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.49.0` -> `8.51.0`]
|
|
66
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
132
|
+
| Package | Change |
|
|
133
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
134
|
+
| [@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`] |
|
|
135
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
|
|
136
|
+
| [@sap-ux/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`] |
|
|
137
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
|
|
138
|
+
| [@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`] |
|
|
139
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.49.0` -> `8.51.0`] |
|
|
67
140
|
|
|
68
141
|
## [1.108.68] - 2025-11-26
|
|
69
142
|
|
|
70
143
|
### Added
|
|
144
|
+
|
|
71
145
|
- Enhanced the `readApp` API method:
|
|
72
|
-
|
|
73
|
-
|
|
146
|
+
- The method now returns an `applicationModel` where each page includes its own `TreeModel`
|
|
147
|
+
- Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
|
|
74
148
|
|
|
75
149
|
### Fixed
|
|
76
150
|
|
|
77
151
|
OData V4:
|
|
152
|
+
|
|
78
153
|
- Avoid unnecessary deletion of `targets.{target}.contextPattern`
|
|
79
154
|
|
|
80
155
|
### Quality
|
|
81
156
|
|
|
82
157
|
Upgrades:
|
|
83
158
|
|
|
84
|
-
| Package
|
|
85
|
-
|
|
86
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
87
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
88
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.7` -> `0.10.9`]
|
|
89
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
90
|
-
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery)
|
|
91
|
-
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs)
|
|
92
|
-
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema)
|
|
93
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
159
|
+
| Package | Change |
|
|
160
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
161
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.18` -> `0.39.25`] |
|
|
162
|
+
| [@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`] |
|
|
163
|
+
| [@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`] |
|
|
164
|
+
| [@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`] |
|
|
165
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
|
|
166
|
+
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
|
|
167
|
+
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
|
|
168
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
|
|
94
169
|
|
|
95
170
|
## [1.108.67] - 2025-11-12
|
|
96
171
|
|
|
97
172
|
### Added
|
|
173
|
+
|
|
98
174
|
- Added the ability to delete building blocks on a custom page
|
|
99
175
|
- Added the ability to delete the "Page" building block
|
|
100
176
|
- Added the ability to create custom fields in form sections
|
|
@@ -104,15 +180,15 @@ Upgrades:
|
|
|
104
180
|
|
|
105
181
|
Upgrades:
|
|
106
182
|
|
|
107
|
-
| Package
|
|
108
|
-
|
|
109
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
110
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
111
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
112
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`]
|
|
113
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
114
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
115
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
183
|
+
| Package | Change |
|
|
184
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
185
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
|
|
186
|
+
| [@sap-ux/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`] |
|
|
187
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
|
|
188
|
+
| [@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`] |
|
|
189
|
+
| [@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`] |
|
|
190
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
|
|
191
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
|
|
116
192
|
|
|
117
193
|
## [1.108.66] - 2025-10-29
|
|
118
194
|
|
|
@@ -120,20 +196,22 @@ Upgrades:
|
|
|
120
196
|
|
|
121
197
|
Upgrades:
|
|
122
198
|
|
|
123
|
-
| Package
|
|
124
|
-
|
|
125
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
126
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`]
|
|
127
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
128
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
129
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
199
|
+
| Package | Change |
|
|
200
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
201
|
+
| [@sap-ux/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`] |
|
|
202
|
+
| [@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`] |
|
|
203
|
+
| [@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`] |
|
|
204
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
|
|
205
|
+
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.6` -> `0.10.7`] |
|
|
130
206
|
|
|
131
207
|
## [1.108.65] - 2025-10-15
|
|
132
208
|
|
|
133
209
|
### Added
|
|
210
|
+
|
|
134
211
|
- Reverted macro labels to display building block type and ID
|
|
135
212
|
|
|
136
213
|
### Fixed
|
|
214
|
+
|
|
137
215
|
- Fixed an issue where the `Quick Variant Selection` settings were not properly transferred to the `manifest.json` file
|
|
138
216
|
- Update macros schema node description and metadata for UI rendering
|
|
139
217
|
- Hide `exportSettings` aggregation from `sap.fe.macros.table.Column`
|
|
@@ -142,18 +220,18 @@ Upgrades:
|
|
|
142
220
|
|
|
143
221
|
Upgrades:
|
|
144
222
|
|
|
145
|
-
| Package
|
|
146
|
-
|
|
147
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
148
|
-
| [patch-package](https://github.com/ds300/patch-package)
|
|
149
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
150
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
151
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
152
|
-
| [semver](https://github.com/npm/node-semver)
|
|
153
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
154
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
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.45.0` -> `8.46.0`]
|
|
156
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
223
|
+
| Package | Change |
|
|
224
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
225
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
|
|
226
|
+
| [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
|
|
227
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
|
|
228
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.2` -> `0.39.10`] |
|
|
229
|
+
| [@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`] |
|
|
230
|
+
| [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
|
|
231
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
|
|
232
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
233
|
+
| [@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`] |
|
|
234
|
+
| [@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`] |
|
|
157
235
|
|
|
158
236
|
## [1.108.64] - 2025-10-01
|
|
159
237
|
|
|
@@ -171,15 +249,15 @@ Upgrades:
|
|
|
171
249
|
|
|
172
250
|
- Upgraded TS target to `ES2023`
|
|
173
251
|
|
|
174
|
-
| Package
|
|
175
|
-
|
|
176
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
177
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
178
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
179
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
180
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.44.0` -> `8.45.0`]
|
|
181
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
182
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
252
|
+
| Package | Change |
|
|
253
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
254
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
|
|
255
|
+
| [@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`] |
|
|
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.38.6` -> `0.39.2`] |
|
|
257
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
|
|
258
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.44.0` -> `8.45.0`] |
|
|
259
|
+
| [@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`] |
|
|
260
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
183
261
|
|
|
184
262
|
## [1.108.63] - 2025-09-17
|
|
185
263
|
|
|
@@ -187,15 +265,15 @@ Upgrades:
|
|
|
187
265
|
|
|
188
266
|
Upgrades:
|
|
189
267
|
|
|
190
|
-
| Package
|
|
191
|
-
|
|
192
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
193
|
-
| [@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`] |
|
|
194
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
195
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
196
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
197
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
198
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
268
|
+
| Package | Change |
|
|
269
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
270
|
+
| [@sap-ux/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`] |
|
|
271
|
+
| [@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`] |
|
|
272
|
+
| [@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`] |
|
|
273
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
|
|
274
|
+
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.3` -> `0.10.5`] |
|
|
275
|
+
| [@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`] |
|
|
276
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
|
|
199
277
|
|
|
200
278
|
## [1.108.62] - 2025-09-03
|
|
201
279
|
|
|
@@ -207,12 +285,12 @@ OVP page. Properties from different card types on the OVP page were not imported
|
|
|
207
285
|
|
|
208
286
|
Upgrades:
|
|
209
287
|
|
|
210
|
-
| Package
|
|
211
|
-
|
|
212
|
-
| [@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`]
|
|
213
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
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))
|
|
215
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
288
|
+
| Package | Change |
|
|
289
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
290
|
+
| [@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`] |
|
|
291
|
+
| [@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`] |
|
|
292
|
+
| [@sap-ux/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`]) |
|
|
293
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
|
|
216
294
|
|
|
217
295
|
## [1.108.61] - 2025-08-20
|
|
218
296
|
|
|
@@ -220,14 +298,14 @@ Upgrades:
|
|
|
220
298
|
|
|
221
299
|
Upgrades:
|
|
222
300
|
|
|
223
|
-
| Package
|
|
224
|
-
|
|
225
|
-
| [@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`] |
|
|
226
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
227
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
228
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
229
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
230
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
301
|
+
| Package | Change |
|
|
302
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
303
|
+
| [@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`] |
|
|
304
|
+
| [@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`] |
|
|
305
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
|
|
306
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
|
|
307
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
|
|
308
|
+
| [@sap-ux/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`] |
|
|
231
309
|
|
|
232
310
|
## [1.108.60] - 2025-08-06
|
|
233
311
|
|
|
@@ -235,15 +313,15 @@ Upgrades:
|
|
|
235
313
|
|
|
236
314
|
Upgrades:
|
|
237
315
|
|
|
238
|
-
| Package
|
|
239
|
-
|
|
240
|
-
| [@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`]
|
|
241
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
242
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
243
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
244
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
245
|
-
| [i18next](https://github.com/i18next/i18next)
|
|
246
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
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.37.0` -> `8.39.0`] |
|
|
319
|
+
| [@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`] |
|
|
320
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
|
|
321
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
|
|
322
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.35.5` -> `0.36.0`] |
|
|
323
|
+
| [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
|
|
324
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
|
|
247
325
|
|
|
248
326
|
## [1.108.59] - 2025-07-23
|
|
249
327
|
|
|
@@ -251,14 +329,14 @@ Upgrades:
|
|
|
251
329
|
|
|
252
330
|
Upgrades:
|
|
253
331
|
|
|
254
|
-
| Package
|
|
255
|
-
|
|
256
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
257
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
258
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
259
|
-
| [@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`] |
|
|
260
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
261
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
332
|
+
| Package | Change |
|
|
333
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
334
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
|
|
335
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
|
|
336
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
|
|
337
|
+
| [@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`] |
|
|
338
|
+
| [@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`] |
|
|
339
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
|
|
262
340
|
|
|
263
341
|
## [1.108.58] - 2025-07-09
|
|
264
342
|
|
|
@@ -266,12 +344,12 @@ Upgrades:
|
|
|
266
344
|
|
|
267
345
|
Upgrades:
|
|
268
346
|
|
|
269
|
-
| Package
|
|
270
|
-
|
|
347
|
+
| Package | Change |
|
|
348
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
271
349
|
| [@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`] |
|
|
272
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
273
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
274
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
350
|
+
| [@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`] |
|
|
351
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
|
|
352
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
|
|
275
353
|
|
|
276
354
|
## [1.108.57] - 2025-06-25
|
|
277
355
|
|
|
@@ -279,46 +357,49 @@ Upgrades:
|
|
|
279
357
|
|
|
280
358
|
Upgrades:
|
|
281
359
|
|
|
282
|
-
| Package
|
|
283
|
-
|
|
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))
|
|
285
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
286
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
287
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
288
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
289
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.34.0` -> `8.35.0`] |
|
|
290
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
360
|
+
| Package | Change |
|
|
361
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
362
|
+
| [@sap-ux/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`] |
|
|
363
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
|
|
364
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
|
|
365
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
|
|
366
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
|
|
367
|
+
| [@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`] |
|
|
368
|
+
| [@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`] |
|
|
291
369
|
|
|
292
370
|
## [1.108.56] - 2025-06-11
|
|
293
371
|
|
|
294
372
|
### Added
|
|
295
373
|
|
|
296
374
|
OData V4:
|
|
375
|
+
|
|
297
376
|
- Basic support for new SAP Ariba LR/OP templates
|
|
298
377
|
|
|
299
378
|
OData V4/V2:
|
|
379
|
+
|
|
300
380
|
- Schema generation - add link to documentation for "flexibleColumnLayout" property
|
|
301
381
|
|
|
302
382
|
### Fixed
|
|
303
383
|
|
|
304
384
|
OData V4/V2:
|
|
385
|
+
|
|
305
386
|
- Schema generation - update description for "flexibleColumnLayout" property
|
|
306
387
|
|
|
307
388
|
### Quality
|
|
308
389
|
|
|
309
390
|
Upgrades:
|
|
310
391
|
|
|
311
|
-
| Package
|
|
312
|
-
|
|
313
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
314
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
315
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
316
|
-
| [@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
|
|
317
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
318
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
319
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
320
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
321
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
392
|
+
| Package | Type | Update | Change |
|
|
393
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
|
|
394
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
|
|
395
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
|
|
396
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
|
|
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 | [`8.32.1` -> `8.34.0`] |
|
|
398
|
+
| [@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`] |
|
|
399
|
+
| [@sap-ux/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`] |
|
|
400
|
+
| [@sap-ux/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`] |
|
|
401
|
+
| [@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`] |
|
|
402
|
+
| [@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`] |
|
|
322
403
|
|
|
323
404
|
## [1.108.55] - 2025-05-28
|
|
324
405
|
|
|
@@ -326,11 +407,11 @@ Upgrades:
|
|
|
326
407
|
|
|
327
408
|
Upgrades:
|
|
328
409
|
|
|
329
|
-
| Package
|
|
330
|
-
|
|
331
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
332
|
-
| [semver](https://github.com/npm/node-semver)
|
|
333
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch
|
|
410
|
+
| Package | Type | Update | Change |
|
|
411
|
+
| ------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
412
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
|
|
413
|
+
| [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
|
|
414
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
|
|
334
415
|
|
|
335
416
|
## [1.108.54] - 2025-05-14
|
|
336
417
|
|
|
@@ -342,15 +423,15 @@ Upgrades:
|
|
|
342
423
|
|
|
343
424
|
Upgrades:
|
|
344
425
|
|
|
345
|
-
| Package
|
|
346
|
-
|
|
347
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
348
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
349
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
350
|
-
| [@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
|
|
351
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
352
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
353
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
426
|
+
| Package | Type | Update | Change |
|
|
427
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
428
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
|
|
429
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
|
|
430
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
|
|
431
|
+
| [@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`] |
|
|
432
|
+
| [@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`] |
|
|
433
|
+
| [@sap-ux/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`] |
|
|
434
|
+
| [@sap-ux/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`] |
|
|
354
435
|
|
|
355
436
|
## [1.108.53] - 2025-04-30
|
|
356
437
|
|
|
@@ -358,17 +439,16 @@ Upgrades:
|
|
|
358
439
|
|
|
359
440
|
Upgrades:
|
|
360
441
|
|
|
361
|
-
| Package
|
|
362
|
-
|
|
363
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
364
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
365
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
366
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
367
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
368
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
369
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
370
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
371
|
-
|
|
442
|
+
| Package | Type | Update | Change |
|
|
443
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
444
|
+
| [@sap-ux/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`] |
|
|
445
|
+
| [@sap-ux/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`] |
|
|
446
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
|
|
447
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
|
|
448
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
|
|
449
|
+
| [@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`] |
|
|
450
|
+
| [@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`] |
|
|
451
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
|
|
372
452
|
|
|
373
453
|
## [1.108.52] - 2025-04-17
|
|
374
454
|
|
|
@@ -388,14 +468,13 @@ Upgrades:
|
|
|
388
468
|
|
|
389
469
|
Upgrades:
|
|
390
470
|
|
|
391
|
-
| Package
|
|
392
|
-
|
|
393
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
394
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
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)) | devDependencies | patch
|
|
396
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
397
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
398
|
-
|
|
471
|
+
| Package | Type | Update | Change |
|
|
472
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
473
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
|
|
474
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`] |
|
|
475
|
+
| [@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`] |
|
|
476
|
+
| [@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`] |
|
|
477
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`] |
|
|
399
478
|
|
|
400
479
|
## [1.108.51] - 2025-04-02
|
|
401
480
|
|
|
@@ -403,17 +482,16 @@ Upgrades:
|
|
|
403
482
|
|
|
404
483
|
Upgrades:
|
|
405
484
|
|
|
406
|
-
| Package
|
|
407
|
-
|
|
408
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
409
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
410
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
411
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
412
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
413
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
414
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
415
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
416
|
-
|
|
485
|
+
| Package | Type | Update | Change |
|
|
486
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
487
|
+
| [@sap-ux/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`] |
|
|
488
|
+
| [@sap-ux/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`] |
|
|
489
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
|
|
490
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
|
|
491
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
|
|
492
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
|
|
493
|
+
| [@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`] |
|
|
494
|
+
| [@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`] |
|
|
417
495
|
|
|
418
496
|
## [1.108.50] - 2025-03-19
|
|
419
497
|
|
|
@@ -433,22 +511,22 @@ Upgrades:
|
|
|
433
511
|
|
|
434
512
|
Upgrades:
|
|
435
513
|
|
|
436
|
-
| Package
|
|
437
|
-
|
|
438
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
439
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
440
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
441
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
442
|
-
| [@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
|
|
443
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
444
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
445
|
-
|
|
514
|
+
| Package | Type | Update | Change |
|
|
515
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
516
|
+
| [@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`] |
|
|
517
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
|
|
518
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.14` -> `0.33.16`] |
|
|
519
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.14` -> `0.33.16`] |
|
|
520
|
+
| [@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`] |
|
|
521
|
+
| [@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`] |
|
|
522
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
|
|
446
523
|
|
|
447
524
|
## [1.108.49] - 2025-03-05
|
|
448
525
|
|
|
449
526
|
### Added
|
|
450
527
|
|
|
451
528
|
OData V2:
|
|
529
|
+
|
|
452
530
|
- Support of `cloudDevAdaptionStatus` internal setting
|
|
453
531
|
|
|
454
532
|
### Changed
|
|
@@ -463,17 +541,17 @@ OData V2:
|
|
|
463
541
|
|
|
464
542
|
Upgrades:
|
|
465
543
|
|
|
466
|
-
| Package
|
|
467
|
-
|
|
468
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
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 | minor
|
|
472
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
473
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
474
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
475
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
476
|
-
| [uuid](https://github.com/uuidjs/uuid)
|
|
544
|
+
| Package | Type | Update | Change |
|
|
545
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
|
|
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)) | dependencies | patch | [`0.33.4` -> `0.33.14`] |
|
|
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)) | devDependencies | patch | [`0.33.4` -> `0.33.14`] |
|
|
548
|
+
| [@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`] |
|
|
549
|
+
| [@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`] |
|
|
550
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`] |
|
|
551
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`] |
|
|
552
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`] |
|
|
553
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`] |
|
|
554
|
+
| [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`] |
|
|
477
555
|
|
|
478
556
|
## [1.108.48] - 2025-02-19
|
|
479
557
|
|
|
@@ -491,14 +569,14 @@ Upgrades:
|
|
|
491
569
|
|
|
492
570
|
Upgrades:
|
|
493
571
|
|
|
494
|
-
| Package
|
|
495
|
-
|
|
496
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
499
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
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
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
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)) | devDependencies | patch | [`0.33.0` -> `0.33.4`] |
|
|
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)) | dependencies | patch | [`0.33.0` -> `0.33.4`] |
|
|
576
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
|
|
577
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
|
|
578
|
+
| [@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`] |
|
|
579
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
|
|
502
580
|
|
|
503
581
|
## [1.108.47] - 2025-02-05
|
|
504
582
|
|
|
@@ -520,12 +598,12 @@ Upgrades:
|
|
|
520
598
|
|
|
521
599
|
Upgrades:
|
|
522
600
|
|
|
523
|
-
Package
|
|
524
|
-
semver
|
|
525
|
-
@sap-ux/fe-fpm-writer (source)
|
|
526
|
-
@sap-ux/fe-fpm-writer (source)
|
|
527
|
-
@typescript-eslint/eslint-plugin (source)
|
|
528
|
-
@typescript-eslint/parser (source)
|
|
601
|
+
Package Type Update Change
|
|
602
|
+
semver devDependencies minor 7.6.3 -> 7.7.1
|
|
603
|
+
@sap-ux/fe-fpm-writer (source) devDependencies minor 0.31.25 -> 0.32.2
|
|
604
|
+
@sap-ux/fe-fpm-writer (source) dependencies minor 0.31.25 -> 0.32.2
|
|
605
|
+
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.20.0 -> 8.23.0
|
|
606
|
+
@typescript-eslint/parser (source) devDependencies minor 8.20.0 -> 8.23.0
|
|
529
607
|
|
|
530
608
|
## [1.108.46] - 2025-01-22
|
|
531
609
|
|
|
@@ -543,16 +621,15 @@ semver devDependencies minor 7.6.3 -> 7.7.1
|
|
|
543
621
|
|
|
544
622
|
Upgrades:
|
|
545
623
|
|
|
546
|
-
| Package
|
|
547
|
-
|
|
548
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
549
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
550
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
551
|
-
| [uuid](https://github.com/uuidjs/uuid)
|
|
552
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
553
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
554
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
555
|
-
|
|
624
|
+
| Package | Type | Update | Change |
|
|
625
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
|
|
626
|
+
| [@sap-ux/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) |
|
|
627
|
+
| [@sap-ux/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) |
|
|
628
|
+
| [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) |
|
|
629
|
+
| [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) |
|
|
630
|
+
| [@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) |
|
|
631
|
+
| [@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) |
|
|
632
|
+
| [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) |
|
|
556
633
|
|
|
557
634
|
## [1.108.45] - 2025-01-08
|
|
558
635
|
|
|
@@ -566,20 +643,20 @@ Upgrades:
|
|
|
566
643
|
|
|
567
644
|
### Fixed
|
|
568
645
|
|
|
569
|
-
- OData V4:
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
- General:
|
|
646
|
+
- OData V4:
|
|
647
|
+
- Allow to delete last custom filter field.
|
|
648
|
+
- `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
|
|
649
|
+
- Avoid deletion of unknown properties in custom page settings.
|
|
650
|
+
- Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
|
|
651
|
+
- 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.
|
|
575
652
|
|
|
576
653
|
### Quality
|
|
577
654
|
|
|
578
655
|
Upgrades:
|
|
579
656
|
|
|
580
|
-
- uuid
|
|
581
|
-
- @typescript-eslint/eslint-plugin (source)
|
|
582
|
-
- @typescript-eslint/parser (source)
|
|
657
|
+
- uuid devDependencies patch 11.0.3 -> 11.0.4
|
|
658
|
+
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
659
|
+
- @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
583
660
|
- @sap-ux/fe-fpm-writer to 0.31.23
|
|
584
661
|
- prettier to 3.4.2
|
|
585
662
|
- esbuild to 0.24.2
|
|
@@ -597,16 +674,16 @@ Upgrades:
|
|
|
597
674
|
|
|
598
675
|
Upgrades:
|
|
599
676
|
|
|
600
|
-
- @sap-ux/annotation-converter (source)
|
|
601
|
-
- @sap-ux/vocabularies-types (source)
|
|
602
|
-
- @sap-ux/vocabularies-types (source)
|
|
603
|
-
- @sap-ux/vocabularies-types (source)
|
|
604
|
-
- typescript (source)
|
|
605
|
-
- i18next (source)
|
|
606
|
-
- @sap-ux/fe-fpm-writer (source)
|
|
607
|
-
- @sap-ux/fe-fpm-writer (source)
|
|
608
|
-
- @typescript-eslint/eslint-plugin (source)
|
|
609
|
-
- @typescript-eslint/parser (source)
|
|
677
|
+
- @sap-ux/annotation-converter (source) devDependencies patch 0.9.9 -> 0.9.11
|
|
678
|
+
- @sap-ux/vocabularies-types (source) devDependencies minor 0.11.6 -> 0.12.0
|
|
679
|
+
- @sap-ux/vocabularies-types (source) dependencies minor 0.11.6 -> 0.12.0
|
|
680
|
+
- @sap-ux/vocabularies-types (source) resolutions minor 0.11.6 -> 0.12.0
|
|
681
|
+
- typescript (source) devDependencies minor 5.6.3 -> 5.7.2
|
|
682
|
+
- i18next (source) devDependencies patch 23.16.5 -> 23.16.8
|
|
683
|
+
- @sap-ux/fe-fpm-writer (source) devDependencies patch 0.31.18 -> 0.31.21
|
|
684
|
+
- @sap-ux/fe-fpm-writer (source) dependencies patch 0.31.18 -> 0.31.21
|
|
685
|
+
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.13.0 -> 8.15.0
|
|
686
|
+
- @typescript-eslint/parser (source) devDependencies minor 8.13.0 -> 8.15.0
|
|
610
687
|
- uuid devDependencies patch 11.0.2 -> 11.0.3
|
|
611
688
|
- axios source devDependencies patch 1.7.7 -> 1.7.9
|
|
612
689
|
|
|
@@ -640,7 +717,7 @@ Upgrades:
|
|
|
640
717
|
|
|
641
718
|
### Fixed
|
|
642
719
|
|
|
643
|
-
- 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.
|
|
720
|
+
- 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.
|
|
644
721
|
|
|
645
722
|
### Quality
|
|
646
723
|
|
|
@@ -716,10 +793,10 @@ Upgrades:
|
|
|
716
793
|
|
|
717
794
|
- Table views: new error handling for undefined keys.
|
|
718
795
|
- Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
796
|
+
- change indicator was not set for manifest.json in v4.
|
|
797
|
+
- entityPath was not forwarded at overview pages.
|
|
798
|
+
- the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
|
|
799
|
+
- FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
|
|
723
800
|
|
|
724
801
|
### Quality
|
|
725
802
|
|
|
@@ -774,7 +851,7 @@ Upgrades:
|
|
|
774
851
|
OData V4:
|
|
775
852
|
|
|
776
853
|
- Specification API - support 'prompts' api using class "PromptsAPI" from "@sap-ux/fe-fpm-writer"
|
|
777
|
-
- Adds required `sap.fe.*` libraries to manifest.json on page creation
|
|
854
|
+
- Adds required `sap.fe.*` libraries to manifest.json on page creation
|
|
778
855
|
|
|
779
856
|
### Quality
|
|
780
857
|
|
|
@@ -908,7 +985,7 @@ Upgrades
|
|
|
908
985
|
### Fixed
|
|
909
986
|
|
|
910
987
|
- V4. Schema generation for object page. Section label is not resolved within target definition and id was presented in "description"
|
|
911
|
-
- V4. Schema generation for building block macros. AnnotationPath was not resolved for macros when absolute path was used in "metaPath" attribute
|
|
988
|
+
- V4. Schema generation for building block macros. AnnotationPath was not resolved for macros when absolute path was used in "metaPath" attribute
|
|
912
989
|
|
|
913
990
|
### Quality
|
|
914
991
|
|
|
@@ -925,7 +1002,7 @@ Upgrades
|
|
|
925
1002
|
### Changed
|
|
926
1003
|
|
|
927
1004
|
- 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.
|
|
928
|
-
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.
|
|
1005
|
+
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.
|
|
929
1006
|
|
|
930
1007
|
### Removed
|
|
931
1008
|
|
|
@@ -943,14 +1020,14 @@ OData V4:
|
|
|
943
1020
|
- toolbar actions had partially not been considered during the import
|
|
944
1021
|
- the export of table properties had overwritten the export from views
|
|
945
1022
|
- the export now supports two different constellations for anyOf definitions in schema:
|
|
946
|
-
|
|
947
|
-
|
|
1023
|
+
- anyOf directly defined as additionalProperties (of MultiTableMode)
|
|
1024
|
+
- anyOf reachable via $ref, properties defined there.
|
|
948
1025
|
- Custom section fragments with event handler. `core:require` attribute is moved from `Button` to wrapper `VBox`
|
|
949
1026
|
- Default 'empty' `manifest.json` is returned after export of FPM Custom Page
|
|
950
1027
|
- The generation of config files failed with exception if a custom header action was defined with an invalid type, like string.
|
|
951
1028
|
- empty `sap.ui5/routing/config` object removed from `manifest.json` during export
|
|
952
1029
|
|
|
953
|
-
OData V2:
|
|
1030
|
+
OData V2:
|
|
954
1031
|
|
|
955
1032
|
- 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.
|
|
956
1033
|
|
|
@@ -965,7 +1042,7 @@ OData V2:
|
|
|
965
1042
|
### Changed
|
|
966
1043
|
|
|
967
1044
|
- OData V2:
|
|
968
|
-
|
|
1045
|
+
- Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
|
|
969
1046
|
- Increased api version
|
|
970
1047
|
|
|
971
1048
|
### Removed
|
|
@@ -974,7 +1051,7 @@ OData V2:
|
|
|
974
1051
|
|
|
975
1052
|
### Fixed
|
|
976
1053
|
|
|
977
|
-
- V4 Macros. Property 'personalization' exported as XML element instead of attribute into xml file
|
|
1054
|
+
- V4 Macros. Property 'personalization' exported as XML element instead of attribute into xml file
|
|
978
1055
|
|
|
979
1056
|
### Quality
|
|
980
1057
|
|
|
@@ -1009,13 +1086,13 @@ Upgrades:
|
|
|
1009
1086
|
- reflect-metadata to 0.2.2
|
|
1010
1087
|
- jest to 29.7.0
|
|
1011
1088
|
- ts-jest to 29.1.2
|
|
1012
|
-
|
|
1089
|
+
|
|
1013
1090
|
## [1.108.26] - 2024-03-20
|
|
1014
1091
|
|
|
1015
1092
|
### Added
|
|
1016
1093
|
|
|
1017
1094
|
- OData V4:
|
|
1018
|
-
|
|
1095
|
+
- String type to bindable number type properties in macros schema
|
|
1019
1096
|
- Overview Pages: support three different ways of defining the colors of cards
|
|
1020
1097
|
|
|
1021
1098
|
### Quality
|
|
@@ -1078,9 +1155,9 @@ Upgrades
|
|
|
1078
1155
|
### Added
|
|
1079
1156
|
|
|
1080
1157
|
- OData V2:
|
|
1081
|
-
|
|
1158
|
+
- Support of Header facets on Object Page
|
|
1082
1159
|
- UX adjustments of inplace documentation:
|
|
1083
|
-
|
|
1160
|
+
- Support for Screen Readers and Arrow Navigation
|
|
1084
1161
|
|
|
1085
1162
|
### Changed
|
|
1086
1163
|
|
|
@@ -1104,9 +1181,9 @@ Upgrades
|
|
|
1104
1181
|
- Invalid object-like descriptions and keys had been generated into the app-specific schemas if DataFieldForIntentBasedNavigation was defined with a path reference
|
|
1105
1182
|
- An exception happened during app schema generation if a NavigationProperty pointed to an invalid target annotation
|
|
1106
1183
|
- OData V4:
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1184
|
+
- Enum for macros table `variantManagement` property
|
|
1185
|
+
- Wrong resolution of contextPath in case of containment as target for a page, leading to an exception during the schema generation
|
|
1186
|
+
- Invalid '/' in app schema definition names replaced by '::'
|
|
1110
1187
|
|
|
1111
1188
|
### Quality
|
|
1112
1189
|
|
|
@@ -1125,12 +1202,12 @@ Upgrades
|
|
|
1125
1202
|
### Added
|
|
1126
1203
|
|
|
1127
1204
|
- OData V4:
|
|
1128
|
-
|
|
1129
|
-
|
|
1205
|
+
- View columns set as view nodes
|
|
1206
|
+
|
|
1130
1207
|
### Fixed
|
|
1131
1208
|
|
|
1132
1209
|
- OData V4:
|
|
1133
|
-
|
|
1210
|
+
- Schema is not generated for custom page when namespaces are not defined in view file
|
|
1134
1211
|
|
|
1135
1212
|
### Quality
|
|
1136
1213
|
|
|
@@ -1147,31 +1224,31 @@ Upgrades
|
|
|
1147
1224
|
### Added
|
|
1148
1225
|
|
|
1149
1226
|
- UX adjustments of inplace documentation:
|
|
1150
|
-
|
|
1227
|
+
- Support of Keyboard Navigation
|
|
1151
1228
|
- OData V2: Support of global table settings for object pages
|
|
1152
1229
|
- OData V4:
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1230
|
+
- OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
|
|
1231
|
+
- OP: Sequence of actions is now based on criticality annotation
|
|
1232
|
+
-
|
|
1233
|
+
|
|
1157
1234
|
### Changed
|
|
1158
1235
|
|
|
1159
1236
|
- Alignment of settings for sap.ovp:
|
|
1160
|
-
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.
|
|
1161
|
-
The assignment of settings to the specific card types has been revised and adjusted.
|
|
1237
|
+
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.
|
|
1238
|
+
The assignment of settings to the specific card types has been revised and adjusted.
|
|
1162
1239
|
- Increased `fe-fpm-writer` api version
|
|
1163
1240
|
- Increased api version
|
|
1164
|
-
- OData V2:
|
|
1241
|
+
- OData V2: ALP root properties order
|
|
1165
1242
|
|
|
1166
1243
|
### Fixed
|
|
1167
1244
|
|
|
1168
|
-
- OData V4:
|
|
1245
|
+
- OData V4: Empty visualization throws unhandled error during sync
|
|
1169
1246
|
- Prevent exception in case of illegal annotationPath references of fields or columns
|
|
1170
|
-
- OData V2:
|
|
1247
|
+
- OData V2: ALP not displaying chart and properties
|
|
1171
1248
|
- OVP:
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1249
|
+
- In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
|
|
1250
|
+
- Property "Category" was shown with an initial value as object, although being of type string.
|
|
1251
|
+
- Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
|
|
1175
1252
|
|
|
1176
1253
|
### Quality
|
|
1177
1254
|
|
|
@@ -1194,12 +1271,12 @@ Upgrades
|
|
|
1194
1271
|
### Changed
|
|
1195
1272
|
|
|
1196
1273
|
- OVP card settings:
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1274
|
+
- Added missing properties
|
|
1275
|
+
- Removed irrelevant settings from custom card settings
|
|
1276
|
+
- Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
|
|
1200
1277
|
|
|
1201
1278
|
- 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.
|
|
1202
|
-
Thus the location information is removed for annotation problems
|
|
1279
|
+
Thus the location information is removed for annotation problems
|
|
1203
1280
|
|
|
1204
1281
|
- If no line item annotation is present, no `annotationPath` property gets added to the schemas of OData V2 and V4
|
|
1205
1282
|
|
|
@@ -1242,13 +1319,12 @@ Upgrades:
|
|
|
1242
1319
|
### Fixed
|
|
1243
1320
|
|
|
1244
1321
|
- Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
|
|
1245
|
-
|
|
1246
1322
|
- OData V4:
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1323
|
+
- 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
|
|
1324
|
+
- 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
|
|
1325
|
+
- Building blocks:
|
|
1326
|
+
- The number of new lines that get created from the description of building block properties was decreased
|
|
1327
|
+
- Missing 'enum' for multiple building block properties
|
|
1252
1328
|
|
|
1253
1329
|
### Quality
|
|
1254
1330
|
|
|
@@ -1269,28 +1345,28 @@ Upgrades:
|
|
|
1269
1345
|
|
|
1270
1346
|
### Added
|
|
1271
1347
|
|
|
1272
|
-
- OData V4:
|
|
1273
|
-
|
|
1348
|
+
- OData V4:
|
|
1349
|
+
- Added additional log entries while executing API calls for schema generation, and error log entries in case of missing UI.LineItem annotation
|
|
1274
1350
|
|
|
1275
1351
|
### Changed
|
|
1276
1352
|
|
|
1277
1353
|
- UX adjustments of inplace documentation:
|
|
1278
|
-
|
|
1279
|
-
|
|
1354
|
+
- Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
|
|
1355
|
+
|
|
1280
1356
|
### Removed
|
|
1281
1357
|
|
|
1282
|
-
- OData V2:
|
|
1283
|
-
|
|
1358
|
+
- OData V2:
|
|
1359
|
+
- Removed the `visibility` property for _addresses_ on subsections of the object page, as flexibility changes are not supported on this level
|
|
1284
1360
|
|
|
1285
1361
|
### Deprecated
|
|
1286
1362
|
|
|
1287
1363
|
### Fixed
|
|
1288
1364
|
|
|
1289
|
-
- OData V2:
|
|
1290
|
-
|
|
1291
|
-
- OData V4:
|
|
1292
|
-
|
|
1293
|
-
|
|
1365
|
+
- OData V2:
|
|
1366
|
+
- Fixed an issue with the selector ID of flexibility changes generated for **contacts** on the subsection level of object pages
|
|
1367
|
+
- OData V4:
|
|
1368
|
+
- Schema generation: Mark custom anchors in "oneOf" enums and additional anchor enum enhancements (missing descriptions for some actions and sections)
|
|
1369
|
+
|
|
1294
1370
|
### Quality
|
|
1295
1371
|
|
|
1296
1372
|
- Update transitive dependencies
|
|
@@ -1314,8 +1390,8 @@ Upgrades:
|
|
|
1314
1390
|
### Added
|
|
1315
1391
|
|
|
1316
1392
|
- OData V4:
|
|
1317
|
-
|
|
1318
|
-
|
|
1393
|
+
- `displayName` property for `relatedFacet` and `relativePosition` custom section properties
|
|
1394
|
+
- Missing `key` property for macros action group
|
|
1319
1395
|
|
|
1320
1396
|
### Changed
|
|
1321
1397
|
|
|
@@ -1329,7 +1405,7 @@ Upgrades:
|
|
|
1329
1405
|
|
|
1330
1406
|
- 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
|
|
1331
1407
|
- OData V4:
|
|
1332
|
-
|
|
1408
|
+
- Extra entry `sap.ui5/extends/extensions/sap.ui.controllerExtensions` is created in manifest.json during sync
|
|
1333
1409
|
|
|
1334
1410
|
### Quality
|
|
1335
1411
|
|
|
@@ -1348,10 +1424,10 @@ Upgrades:
|
|
|
1348
1424
|
### Added
|
|
1349
1425
|
|
|
1350
1426
|
- OData V2:
|
|
1351
|
-
|
|
1427
|
+
- Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
|
|
1352
1428
|
- OData V4:
|
|
1353
|
-
|
|
1354
|
-
|
|
1429
|
+
- Support for custom header sections
|
|
1430
|
+
- Support for custom filter fields
|
|
1355
1431
|
|
|
1356
1432
|
### Changed
|
|
1357
1433
|
|
|
@@ -1362,10 +1438,10 @@ Upgrades:
|
|
|
1362
1438
|
### Fixed
|
|
1363
1439
|
|
|
1364
1440
|
- OData V2:
|
|
1365
|
-
|
|
1441
|
+
- 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
|
|
1366
1442
|
- OData V4:
|
|
1367
|
-
|
|
1368
|
-
|
|
1443
|
+
- Added missing descriptions to custom section properties `relatedFacet`, `relativePosition`, `id`, `fragmentName`
|
|
1444
|
+
- Custom section properties `className` and `type` are marked as hidden
|
|
1369
1445
|
|
|
1370
1446
|
### Quality
|
|
1371
1447
|
|
|
@@ -1419,14 +1495,14 @@ Upgrades:
|
|
|
1419
1495
|
### Added
|
|
1420
1496
|
|
|
1421
1497
|
- OData V2:
|
|
1422
|
-
|
|
1498
|
+
- Added support for the binding pattern to `showHeaderContent` property
|
|
1423
1499
|
|
|
1424
1500
|
### Fixed
|
|
1425
1501
|
|
|
1426
1502
|
- OData V4:
|
|
1427
|
-
|
|
1503
|
+
- Wrong annotation path is generated for connected fields with a different entity type than the section
|
|
1428
1504
|
- OData V2:
|
|
1429
|
-
|
|
1505
|
+
- Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
|
|
1430
1506
|
|
|
1431
1507
|
### Quality
|
|
1432
1508
|
|
|
@@ -1463,8 +1539,8 @@ Upgrades:
|
|
|
1463
1539
|
### Added
|
|
1464
1540
|
|
|
1465
1541
|
- 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
|
|
1466
|
-
- OData V4:
|
|
1467
|
-
|
|
1542
|
+
- OData V4:
|
|
1543
|
+
- Support connected fields on the Object Page
|
|
1468
1544
|
|
|
1469
1545
|
### Quality
|
|
1470
1546
|
|
|
@@ -1480,8 +1556,8 @@ Upgrades:
|
|
|
1480
1556
|
### Added
|
|
1481
1557
|
|
|
1482
1558
|
- OData V4:
|
|
1483
|
-
|
|
1484
|
-
|
|
1559
|
+
- Default aggregation support for macros table and action group
|
|
1560
|
+
- Multiple namespaces support for macros
|
|
1485
1561
|
|
|
1486
1562
|
### Fixed
|
|
1487
1563
|
|
|
@@ -1519,9 +1595,9 @@ Upgrades:
|
|
|
1519
1595
|
### Fixed
|
|
1520
1596
|
|
|
1521
1597
|
- OData V2:
|
|
1522
|
-
|
|
1598
|
+
- Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
|
|
1523
1599
|
- OData V4:
|
|
1524
|
-
|
|
1600
|
+
- Exception on macro table with metaPath to PresentationVariant.
|
|
1525
1601
|
|
|
1526
1602
|
### Quality
|
|
1527
1603
|
|
|
@@ -1541,18 +1617,18 @@ Upgrades:
|
|
|
1541
1617
|
### Added
|
|
1542
1618
|
|
|
1543
1619
|
- OData V4:
|
|
1544
|
-
|
|
1620
|
+
- Support for Custom subsections.
|
|
1545
1621
|
|
|
1546
1622
|
### Changed
|
|
1547
1623
|
|
|
1548
1624
|
- OData V4:
|
|
1549
|
-
|
|
1625
|
+
- Changed binding expression to use "isEditable" property instead of "editable". Thus we have binding expressions {ui>/isEditable} and {= !${ui>/isEditable}}.
|
|
1550
1626
|
|
|
1551
1627
|
### Fixed
|
|
1552
1628
|
|
|
1553
1629
|
- OData V4:
|
|
1554
|
-
|
|
1555
|
-
|
|
1630
|
+
- When adding new pages, the export calculates the route pattern for the new manifest entry.
|
|
1631
|
+
Indeed, the previous logic did not consider the naming at parent pages, but defined the key name in the pattern as `key`(+ index). This led to navigation errors at run-time. Now, the key names of existing parent pages are taken over to the child page's pattern.
|
|
1556
1632
|
|
|
1557
1633
|
### Quality
|
|
1558
1634
|
|
|
@@ -1589,12 +1665,12 @@ Upgrades:
|
|
|
1589
1665
|
### Added
|
|
1590
1666
|
|
|
1591
1667
|
- General:
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1668
|
+
- Enhancement of error handling, more explicit messages are passed to the logger.
|
|
1669
|
+
Fix of error handling of exceptions from annotation parser.
|
|
1670
|
+
- Fix for List Report with multiple views and Object pages on second level in Page map
|
|
1595
1671
|
|
|
1596
1672
|
- OData V4:
|
|
1597
|
-
|
|
1673
|
+
- Added ID (`internalId`) property for macros metadata in schema
|
|
1598
1674
|
|
|
1599
1675
|
### Quality
|
|
1600
1676
|
|
|
@@ -1616,21 +1692,22 @@ Upgrades:
|
|
|
1616
1692
|
### Added
|
|
1617
1693
|
|
|
1618
1694
|
- OData V4:
|
|
1619
|
-
|
|
1620
|
-
|
|
1695
|
+
- OP: New value "InilneCreationRows" added to creationMode->name property
|
|
1696
|
+
- OP: Addded support for property 'inlineCreationRowsHiddenInEditMode' in creationMode
|
|
1621
1697
|
|
|
1622
1698
|
### Fixed
|
|
1623
1699
|
|
|
1624
1700
|
- OData V4:
|
|
1625
|
-
|
|
1701
|
+
- Parsing of commented contents in XML fragments, comments are now getting ignored during generation and import
|
|
1626
1702
|
|
|
1627
1703
|
### Quality
|
|
1628
1704
|
|
|
1629
1705
|
- Update transitive dependencies
|
|
1630
1706
|
|
|
1631
1707
|
Upgrades:
|
|
1708
|
+
|
|
1632
1709
|
- prettier to 2.8.8
|
|
1633
|
-
- @sapui5/ts-types-esm to 1.108.13
|
|
1710
|
+
- @sapui5/ts-types-esm to 1.108.13
|
|
1634
1711
|
- typescript to 4.9.5
|
|
1635
1712
|
- @types/node to 18.16.3
|
|
1636
1713
|
- patch-package to 6.5.1
|
|
@@ -1644,13 +1721,14 @@ Upgrades:
|
|
|
1644
1721
|
### Fixed
|
|
1645
1722
|
|
|
1646
1723
|
- OData V4:
|
|
1647
|
-
|
|
1724
|
+
- Fixed an issue with custom extensions running into an endless loop
|
|
1648
1725
|
|
|
1649
1726
|
### Quality
|
|
1650
1727
|
|
|
1651
1728
|
- Update transitive dependencies
|
|
1652
1729
|
|
|
1653
1730
|
Upgrades:
|
|
1731
|
+
|
|
1654
1732
|
- @sapui5/ts-types-esm to 1.108.12
|
|
1655
1733
|
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
|
|
1656
1734
|
- @types/mem-fs-editor to 7.0.3
|
|
@@ -1661,13 +1739,14 @@ Upgrades:
|
|
|
1661
1739
|
### Added
|
|
1662
1740
|
|
|
1663
1741
|
- OData V4:
|
|
1664
|
-
|
|
1742
|
+
- Building blocks support for custom sections
|
|
1665
1743
|
|
|
1666
1744
|
### Quality
|
|
1667
1745
|
|
|
1668
1746
|
- Update transitive dependencies
|
|
1669
1747
|
|
|
1670
1748
|
Upgrades:
|
|
1749
|
+
|
|
1671
1750
|
- excel4node to 1.8.1
|
|
1672
1751
|
- eslint-config-prettier to 8.8.0
|
|
1673
1752
|
- prettier to 2.8.7
|
|
@@ -1683,6 +1762,7 @@ Upgrades:
|
|
|
1683
1762
|
### Quality
|
|
1684
1763
|
|
|
1685
1764
|
Upgrades:
|
|
1765
|
+
|
|
1686
1766
|
- chalk to 4.1.2
|
|
1687
1767
|
- types/jest to 28.1.8
|
|
1688
1768
|
- jQuery to 3.6.4
|
|
@@ -1697,13 +1777,13 @@ Upgrades:
|
|
|
1697
1777
|
### Fixed
|
|
1698
1778
|
|
|
1699
1779
|
- OData V2:
|
|
1700
|
-
|
|
1780
|
+
- Fixed deletion issues for Custom Columns that appeared after positions were changed
|
|
1701
1781
|
|
|
1702
1782
|
### Quality
|
|
1703
1783
|
|
|
1704
1784
|
- Upgrade "typescript" to "4.9.4"
|
|
1705
|
-
- Upgrade "@typescript-eslint/eslint-plugin" and
|
|
1706
|
-
- Upgrade "ts-node" to "10.9.1"
|
|
1785
|
+
- Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
|
|
1786
|
+
- Upgrade "ts-node" to "10.9.1"
|
|
1707
1787
|
- Upgrade "@sapui5/ts-types-esm" to "1.108.10"
|
|
1708
1788
|
- Upgrade "@sap-ux/fe-fpm-writer" to "0.18.7"
|
|
1709
1789
|
- Upgrade "mem-fs-editor" to "9.7.0"
|
|
@@ -1714,12 +1794,12 @@ Upgrades:
|
|
|
1714
1794
|
### Added
|
|
1715
1795
|
|
|
1716
1796
|
- OData V2:
|
|
1717
|
-
|
|
1797
|
+
- Additional values `creationRows` and `creationRowsHiddenInEditMode` of property `CreateMode` are supported now for object page tables.
|
|
1718
1798
|
|
|
1719
1799
|
### Changed
|
|
1720
1800
|
|
|
1721
1801
|
- OData V4:
|
|
1722
|
-
|
|
1802
|
+
- Adapted view property key handling for views created using different `entitySet` value.
|
|
1723
1803
|
|
|
1724
1804
|
### Quality
|
|
1725
1805
|
|