@sap/ux-specification 1.108.71 → 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 +404 -353
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ListReportNew.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +247 -243
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -3
- package/dist/schemas/v2/ListReportConfig.json +5 -5
- package/dist/schemas/v2/ListReportNewConfig.json +1 -1
- package/dist/schemas/v2/ObjectPageConfig.json +5 -5
- package/dist/schemas/v4/ApplicationV4.json +1 -1
- package/dist/schemas/v4/ListReportConfig.json +24 -6
- package/dist/schemas/v4/ObjectPageConfig.json +8 -2
- package/dist/specification/package.json +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/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 +22 -6
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +122 -18
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +2 -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/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.js +37 -0
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +12 -2
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +19 -2
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +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 +25 -3
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.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/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +10 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.js +1 -1
- package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +336 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +21 -14
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +119 -226
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +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 +119 -13
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +3 -3
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/package.json +14 -12
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -374
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,47 +6,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`] |
|
|
10
46
|
|
|
11
47
|
## [1.108.71] - 2026-02-04
|
|
12
48
|
|
|
13
49
|
### Fixed
|
|
50
|
+
|
|
14
51
|
- Fixed an issue where a dot was used in a `additionalSemanticObjects` node text in the outline of the Page Editor
|
|
15
52
|
- Updated the description for the `additionalSemanticObjects` property in the schema
|
|
16
53
|
|
|
17
54
|
### Added
|
|
55
|
+
|
|
18
56
|
- Updated the UI ordering for the propertyIndex based on customToolbarPriority attribute for RTE Button Groups
|
|
19
57
|
|
|
20
58
|
### Quality
|
|
21
59
|
|
|
22
60
|
Upgrades:
|
|
23
61
|
|
|
24
|
-
| Package
|
|
25
|
-
|
|
26
|
-
| [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios))
|
|
62
|
+
| Package | Change |
|
|
63
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
|
64
|
+
| [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.13.2` → `1.13.5` |
|
|
27
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` |
|
|
28
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
29
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
30
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
31
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
|
|
32
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
|
|
33
|
-
| [eslint](https://eslint.org)
|
|
34
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
35
|
-
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser)
|
|
36
|
-
| [i18next](https://www.i18next.com)
|
|
37
|
-
| [prettier](https://prettier.io)
|
|
38
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
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` |
|
|
39
77
|
|
|
40
78
|
## [1.108.70] - 2026-01-21
|
|
41
79
|
|
|
42
80
|
### Added
|
|
81
|
+
|
|
43
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
|
|
44
83
|
- Added support for the `CreateMode` property at the page level and application level for OData V2 applications
|
|
45
84
|
|
|
46
85
|
### Changed
|
|
86
|
+
|
|
47
87
|
- Refactored the initial step of generating a list report page for OData V4 applications
|
|
48
88
|
|
|
49
89
|
### Fixed
|
|
90
|
+
|
|
50
91
|
- Ensures compatibility with newer OData v4.01 services while maintaining backward compatibility with existing v4.0 services.
|
|
51
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
|
|
52
93
|
|
|
@@ -54,76 +95,82 @@ Upgrades:
|
|
|
54
95
|
|
|
55
96
|
Upgrades:
|
|
56
97
|
|
|
57
|
-
| Package
|
|
58
|
-
|
|
59
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
60
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser))
|
|
61
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
62
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
63
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
64
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.51.0` -> `8.53.1`]
|
|
65
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
66
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
67
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
68
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
69
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
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`] |
|
|
70
111
|
|
|
71
112
|
## [1.108.69] - 2026-01-07
|
|
72
113
|
|
|
73
114
|
### Added
|
|
115
|
+
|
|
74
116
|
- Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
|
|
75
117
|
- Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
|
|
76
118
|
|
|
77
119
|
### Fixed
|
|
120
|
+
|
|
78
121
|
OData V4:
|
|
122
|
+
|
|
79
123
|
- Macros. Change isViewNode: false for non UI related nodes for Table
|
|
80
124
|
- Macros. Generated schema for macros control does not contains properties/aggregation from extended macros control/class. Scenario with RichTextEditorWithMetadata
|
|
81
|
-
OData V2:
|
|
125
|
+
OData V2:
|
|
82
126
|
- OVP. Export issue - not possible to remove not allowed chart card properties
|
|
83
127
|
|
|
84
128
|
### Quality
|
|
85
129
|
|
|
86
130
|
Upgrades:
|
|
87
131
|
|
|
88
|
-
| Package
|
|
89
|
-
|
|
90
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
91
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
92
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
93
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
94
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.49.0` -> `8.51.0`]
|
|
95
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
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`] |
|
|
96
140
|
|
|
97
141
|
## [1.108.68] - 2025-11-26
|
|
98
142
|
|
|
99
143
|
### Added
|
|
144
|
+
|
|
100
145
|
- Enhanced the `readApp` API method:
|
|
101
|
-
|
|
102
|
-
|
|
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
|
|
103
148
|
|
|
104
149
|
### Fixed
|
|
105
150
|
|
|
106
151
|
OData V4:
|
|
152
|
+
|
|
107
153
|
- Avoid unnecessary deletion of `targets.{target}.contextPattern`
|
|
108
154
|
|
|
109
155
|
### Quality
|
|
110
156
|
|
|
111
157
|
Upgrades:
|
|
112
158
|
|
|
113
|
-
| Package
|
|
114
|
-
|
|
115
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
116
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
117
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.7` -> `0.10.9`]
|
|
118
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
119
|
-
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery)
|
|
120
|
-
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs)
|
|
121
|
-
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema)
|
|
122
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
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`] |
|
|
123
169
|
|
|
124
170
|
## [1.108.67] - 2025-11-12
|
|
125
171
|
|
|
126
172
|
### Added
|
|
173
|
+
|
|
127
174
|
- Added the ability to delete building blocks on a custom page
|
|
128
175
|
- Added the ability to delete the "Page" building block
|
|
129
176
|
- Added the ability to create custom fields in form sections
|
|
@@ -133,15 +180,15 @@ Upgrades:
|
|
|
133
180
|
|
|
134
181
|
Upgrades:
|
|
135
182
|
|
|
136
|
-
| Package
|
|
137
|
-
|
|
138
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
139
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
140
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
141
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`]
|
|
142
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
143
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
144
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
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`] |
|
|
145
192
|
|
|
146
193
|
## [1.108.66] - 2025-10-29
|
|
147
194
|
|
|
@@ -149,20 +196,22 @@ Upgrades:
|
|
|
149
196
|
|
|
150
197
|
Upgrades:
|
|
151
198
|
|
|
152
|
-
| Package
|
|
153
|
-
|
|
154
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
155
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`]
|
|
156
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
157
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
158
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
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`] |
|
|
159
206
|
|
|
160
207
|
## [1.108.65] - 2025-10-15
|
|
161
208
|
|
|
162
209
|
### Added
|
|
210
|
+
|
|
163
211
|
- Reverted macro labels to display building block type and ID
|
|
164
212
|
|
|
165
213
|
### Fixed
|
|
214
|
+
|
|
166
215
|
- Fixed an issue where the `Quick Variant Selection` settings were not properly transferred to the `manifest.json` file
|
|
167
216
|
- Update macros schema node description and metadata for UI rendering
|
|
168
217
|
- Hide `exportSettings` aggregation from `sap.fe.macros.table.Column`
|
|
@@ -171,18 +220,18 @@ Upgrades:
|
|
|
171
220
|
|
|
172
221
|
Upgrades:
|
|
173
222
|
|
|
174
|
-
| Package
|
|
175
|
-
|
|
176
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
177
|
-
| [patch-package](https://github.com/ds300/patch-package)
|
|
178
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
179
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
180
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
181
|
-
| [semver](https://github.com/npm/node-semver)
|
|
182
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
183
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
184
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.45.0` -> `8.46.0`]
|
|
185
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
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`] |
|
|
186
235
|
|
|
187
236
|
## [1.108.64] - 2025-10-01
|
|
188
237
|
|
|
@@ -200,15 +249,15 @@ Upgrades:
|
|
|
200
249
|
|
|
201
250
|
- Upgraded TS target to `ES2023`
|
|
202
251
|
|
|
203
|
-
| Package
|
|
204
|
-
|
|
205
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
206
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
207
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
208
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
209
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.44.0` -> `8.45.0`]
|
|
210
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
211
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
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`] |
|
|
212
261
|
|
|
213
262
|
## [1.108.63] - 2025-09-17
|
|
214
263
|
|
|
@@ -216,15 +265,15 @@ Upgrades:
|
|
|
216
265
|
|
|
217
266
|
Upgrades:
|
|
218
267
|
|
|
219
|
-
| Package
|
|
220
|
-
|
|
221
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
222
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.42.0` -> `8.44.0`] |
|
|
223
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
224
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
225
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
226
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
227
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
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`] |
|
|
228
277
|
|
|
229
278
|
## [1.108.62] - 2025-09-03
|
|
230
279
|
|
|
@@ -236,12 +285,12 @@ OVP page. Properties from different card types on the OVP page were not imported
|
|
|
236
285
|
|
|
237
286
|
Upgrades:
|
|
238
287
|
|
|
239
|
-
| Package
|
|
240
|
-
|
|
241
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.40.0` -> `8.42.0`]
|
|
242
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
243
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
244
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
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`] |
|
|
245
294
|
|
|
246
295
|
## [1.108.61] - 2025-08-20
|
|
247
296
|
|
|
@@ -249,14 +298,14 @@ Upgrades:
|
|
|
249
298
|
|
|
250
299
|
Upgrades:
|
|
251
300
|
|
|
252
|
-
| Package
|
|
253
|
-
|
|
254
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
|
|
255
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
256
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
257
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
258
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
259
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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`] |
|
|
260
309
|
|
|
261
310
|
## [1.108.60] - 2025-08-06
|
|
262
311
|
|
|
@@ -264,15 +313,15 @@ Upgrades:
|
|
|
264
313
|
|
|
265
314
|
Upgrades:
|
|
266
315
|
|
|
267
|
-
| Package
|
|
268
|
-
|
|
269
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.37.0` -> `8.39.0`]
|
|
270
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
271
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
272
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
273
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
274
|
-
| [i18next](https://github.com/i18next/i18next)
|
|
275
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
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`] |
|
|
276
325
|
|
|
277
326
|
## [1.108.59] - 2025-07-23
|
|
278
327
|
|
|
@@ -280,14 +329,14 @@ Upgrades:
|
|
|
280
329
|
|
|
281
330
|
Upgrades:
|
|
282
331
|
|
|
283
|
-
| Package
|
|
284
|
-
|
|
285
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
286
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
287
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
288
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.1` -> `8.37.0`] |
|
|
289
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
290
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
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`] |
|
|
291
340
|
|
|
292
341
|
## [1.108.58] - 2025-07-09
|
|
293
342
|
|
|
@@ -295,12 +344,12 @@ Upgrades:
|
|
|
295
344
|
|
|
296
345
|
Upgrades:
|
|
297
346
|
|
|
298
|
-
| Package
|
|
299
|
-
|
|
347
|
+
| Package | Change |
|
|
348
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
300
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`] |
|
|
301
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
302
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
303
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
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`] |
|
|
304
353
|
|
|
305
354
|
## [1.108.57] - 2025-06-25
|
|
306
355
|
|
|
@@ -308,46 +357,49 @@ Upgrades:
|
|
|
308
357
|
|
|
309
358
|
Upgrades:
|
|
310
359
|
|
|
311
|
-
| Package
|
|
312
|
-
|
|
313
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
314
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
315
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
316
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
317
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
318
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.34.0` -> `8.35.0`] |
|
|
319
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
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`] |
|
|
320
369
|
|
|
321
370
|
## [1.108.56] - 2025-06-11
|
|
322
371
|
|
|
323
372
|
### Added
|
|
324
373
|
|
|
325
374
|
OData V4:
|
|
375
|
+
|
|
326
376
|
- Basic support for new SAP Ariba LR/OP templates
|
|
327
377
|
|
|
328
378
|
OData V4/V2:
|
|
379
|
+
|
|
329
380
|
- Schema generation - add link to documentation for "flexibleColumnLayout" property
|
|
330
381
|
|
|
331
382
|
### Fixed
|
|
332
383
|
|
|
333
384
|
OData V4/V2:
|
|
385
|
+
|
|
334
386
|
- Schema generation - update description for "flexibleColumnLayout" property
|
|
335
387
|
|
|
336
388
|
### Quality
|
|
337
389
|
|
|
338
390
|
Upgrades:
|
|
339
391
|
|
|
340
|
-
| Package
|
|
341
|
-
|
|
342
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
343
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
344
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
345
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
346
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
347
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
348
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
349
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
350
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
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`] |
|
|
351
403
|
|
|
352
404
|
## [1.108.55] - 2025-05-28
|
|
353
405
|
|
|
@@ -355,11 +407,11 @@ Upgrades:
|
|
|
355
407
|
|
|
356
408
|
Upgrades:
|
|
357
409
|
|
|
358
|
-
| Package
|
|
359
|
-
|
|
360
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
361
|
-
| [semver](https://github.com/npm/node-semver)
|
|
362
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch
|
|
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`] |
|
|
363
415
|
|
|
364
416
|
## [1.108.54] - 2025-05-14
|
|
365
417
|
|
|
@@ -371,15 +423,15 @@ Upgrades:
|
|
|
371
423
|
|
|
372
424
|
Upgrades:
|
|
373
425
|
|
|
374
|
-
| Package
|
|
375
|
-
|
|
376
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
377
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
378
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
379
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
380
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
381
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
382
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
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`] |
|
|
383
435
|
|
|
384
436
|
## [1.108.53] - 2025-04-30
|
|
385
437
|
|
|
@@ -387,17 +439,16 @@ Upgrades:
|
|
|
387
439
|
|
|
388
440
|
Upgrades:
|
|
389
441
|
|
|
390
|
-
| Package
|
|
391
|
-
|
|
392
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
393
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
394
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
395
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
396
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
397
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
398
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
399
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
400
|
-
|
|
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`] |
|
|
401
452
|
|
|
402
453
|
## [1.108.52] - 2025-04-17
|
|
403
454
|
|
|
@@ -417,14 +468,13 @@ Upgrades:
|
|
|
417
468
|
|
|
418
469
|
Upgrades:
|
|
419
470
|
|
|
420
|
-
| Package
|
|
421
|
-
|
|
422
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
423
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
424
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch
|
|
425
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
426
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
427
|
-
|
|
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`] |
|
|
428
478
|
|
|
429
479
|
## [1.108.51] - 2025-04-02
|
|
430
480
|
|
|
@@ -432,17 +482,16 @@ Upgrades:
|
|
|
432
482
|
|
|
433
483
|
Upgrades:
|
|
434
484
|
|
|
435
|
-
| Package
|
|
436
|
-
|
|
437
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
438
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
439
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
440
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
441
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
442
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
443
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
444
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
445
|
-
|
|
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`] |
|
|
446
495
|
|
|
447
496
|
## [1.108.50] - 2025-03-19
|
|
448
497
|
|
|
@@ -462,22 +511,22 @@ Upgrades:
|
|
|
462
511
|
|
|
463
512
|
Upgrades:
|
|
464
513
|
|
|
465
|
-
| Package
|
|
466
|
-
|
|
467
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
468
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
469
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
470
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
471
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch
|
|
472
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
473
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
474
|
-
|
|
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`] |
|
|
475
523
|
|
|
476
524
|
## [1.108.49] - 2025-03-05
|
|
477
525
|
|
|
478
526
|
### Added
|
|
479
527
|
|
|
480
528
|
OData V2:
|
|
529
|
+
|
|
481
530
|
- Support of `cloudDevAdaptionStatus` internal setting
|
|
482
531
|
|
|
483
532
|
### Changed
|
|
@@ -492,17 +541,17 @@ OData V2:
|
|
|
492
541
|
|
|
493
542
|
Upgrades:
|
|
494
543
|
|
|
495
|
-
| Package
|
|
496
|
-
|
|
497
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
498
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
499
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
500
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
501
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
502
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
503
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
504
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
505
|
-
| [uuid](https://github.com/uuidjs/uuid)
|
|
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`] |
|
|
506
555
|
|
|
507
556
|
## [1.108.48] - 2025-02-19
|
|
508
557
|
|
|
@@ -520,14 +569,14 @@ Upgrades:
|
|
|
520
569
|
|
|
521
570
|
Upgrades:
|
|
522
571
|
|
|
523
|
-
| Package
|
|
524
|
-
|
|
525
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
526
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
527
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
528
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
529
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
530
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
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`] |
|
|
531
580
|
|
|
532
581
|
## [1.108.47] - 2025-02-05
|
|
533
582
|
|
|
@@ -549,12 +598,12 @@ Upgrades:
|
|
|
549
598
|
|
|
550
599
|
Upgrades:
|
|
551
600
|
|
|
552
|
-
Package
|
|
553
|
-
semver
|
|
554
|
-
@sap-ux/fe-fpm-writer (source)
|
|
555
|
-
@sap-ux/fe-fpm-writer (source)
|
|
556
|
-
@typescript-eslint/eslint-plugin (source)
|
|
557
|
-
@typescript-eslint/parser (source)
|
|
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
|
|
558
607
|
|
|
559
608
|
## [1.108.46] - 2025-01-22
|
|
560
609
|
|
|
@@ -572,16 +621,15 @@ semver devDependencies minor 7.6.3 -> 7.7.1
|
|
|
572
621
|
|
|
573
622
|
Upgrades:
|
|
574
623
|
|
|
575
|
-
| Package
|
|
576
|
-
|
|
577
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
578
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
579
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
580
|
-
| [uuid](https://github.com/uuidjs/uuid)
|
|
581
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
582
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
583
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
584
|
-
|
|
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) |
|
|
585
633
|
|
|
586
634
|
## [1.108.45] - 2025-01-08
|
|
587
635
|
|
|
@@ -595,20 +643,20 @@ Upgrades:
|
|
|
595
643
|
|
|
596
644
|
### Fixed
|
|
597
645
|
|
|
598
|
-
- OData V4:
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
- 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.
|
|
604
652
|
|
|
605
653
|
### Quality
|
|
606
654
|
|
|
607
655
|
Upgrades:
|
|
608
656
|
|
|
609
|
-
- uuid
|
|
610
|
-
- @typescript-eslint/eslint-plugin (source)
|
|
611
|
-
- @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
|
|
612
660
|
- @sap-ux/fe-fpm-writer to 0.31.23
|
|
613
661
|
- prettier to 3.4.2
|
|
614
662
|
- esbuild to 0.24.2
|
|
@@ -626,16 +674,16 @@ Upgrades:
|
|
|
626
674
|
|
|
627
675
|
Upgrades:
|
|
628
676
|
|
|
629
|
-
- @sap-ux/annotation-converter (source)
|
|
630
|
-
- @sap-ux/vocabularies-types (source)
|
|
631
|
-
- @sap-ux/vocabularies-types (source)
|
|
632
|
-
- @sap-ux/vocabularies-types (source)
|
|
633
|
-
- typescript (source)
|
|
634
|
-
- i18next (source)
|
|
635
|
-
- @sap-ux/fe-fpm-writer (source)
|
|
636
|
-
- @sap-ux/fe-fpm-writer (source)
|
|
637
|
-
- @typescript-eslint/eslint-plugin (source)
|
|
638
|
-
- @typescript-eslint/parser (source)
|
|
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
|
|
639
687
|
- uuid devDependencies patch 11.0.2 -> 11.0.3
|
|
640
688
|
- axios source devDependencies patch 1.7.7 -> 1.7.9
|
|
641
689
|
|
|
@@ -669,7 +717,7 @@ Upgrades:
|
|
|
669
717
|
|
|
670
718
|
### Fixed
|
|
671
719
|
|
|
672
|
-
- An exception occurred if a view fragment was completely empty. This is now caught, leading to an error message in the log that better describes the root cause.
|
|
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.
|
|
673
721
|
|
|
674
722
|
### Quality
|
|
675
723
|
|
|
@@ -745,10 +793,10 @@ Upgrades:
|
|
|
745
793
|
|
|
746
794
|
- Table views: new error handling for undefined keys.
|
|
747
795
|
- Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
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`.
|
|
752
800
|
|
|
753
801
|
### Quality
|
|
754
802
|
|
|
@@ -803,7 +851,7 @@ Upgrades:
|
|
|
803
851
|
OData V4:
|
|
804
852
|
|
|
805
853
|
- Specification API - support 'prompts' api using class "PromptsAPI" from "@sap-ux/fe-fpm-writer"
|
|
806
|
-
- Adds required `sap.fe.*` libraries to manifest.json on page creation
|
|
854
|
+
- Adds required `sap.fe.*` libraries to manifest.json on page creation
|
|
807
855
|
|
|
808
856
|
### Quality
|
|
809
857
|
|
|
@@ -937,7 +985,7 @@ Upgrades
|
|
|
937
985
|
### Fixed
|
|
938
986
|
|
|
939
987
|
- V4. Schema generation for object page. Section label is not resolved within target definition and id was presented in "description"
|
|
940
|
-
- V4. Schema generation for building block macros. AnnotationPath was not resolved for macros when absolute path was used in "metaPath" attribute
|
|
988
|
+
- V4. Schema generation for building block macros. AnnotationPath was not resolved for macros when absolute path was used in "metaPath" attribute
|
|
941
989
|
|
|
942
990
|
### Quality
|
|
943
991
|
|
|
@@ -954,7 +1002,7 @@ Upgrades
|
|
|
954
1002
|
### Changed
|
|
955
1003
|
|
|
956
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.
|
|
957
|
-
To overcome this problem, `descriptionSrcUrl` is now placed in form of reflect metadata at all sync classes, and added to the schema by an own post-processing routine `processMetadata` that evaluates the reflect metadata.
|
|
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.
|
|
958
1006
|
|
|
959
1007
|
### Removed
|
|
960
1008
|
|
|
@@ -972,14 +1020,14 @@ OData V4:
|
|
|
972
1020
|
- toolbar actions had partially not been considered during the import
|
|
973
1021
|
- the export of table properties had overwritten the export from views
|
|
974
1022
|
- the export now supports two different constellations for anyOf definitions in schema:
|
|
975
|
-
|
|
976
|
-
|
|
1023
|
+
- anyOf directly defined as additionalProperties (of MultiTableMode)
|
|
1024
|
+
- anyOf reachable via $ref, properties defined there.
|
|
977
1025
|
- Custom section fragments with event handler. `core:require` attribute is moved from `Button` to wrapper `VBox`
|
|
978
1026
|
- Default 'empty' `manifest.json` is returned after export of FPM Custom Page
|
|
979
1027
|
- The generation of config files failed with exception if a custom header action was defined with an invalid type, like string.
|
|
980
1028
|
- empty `sap.ui5/routing/config` object removed from `manifest.json` during export
|
|
981
1029
|
|
|
982
|
-
OData V2:
|
|
1030
|
+
OData V2:
|
|
983
1031
|
|
|
984
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.
|
|
985
1033
|
|
|
@@ -994,7 +1042,7 @@ OData V2:
|
|
|
994
1042
|
### Changed
|
|
995
1043
|
|
|
996
1044
|
- OData V2:
|
|
997
|
-
|
|
1045
|
+
- Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
|
|
998
1046
|
- Increased api version
|
|
999
1047
|
|
|
1000
1048
|
### Removed
|
|
@@ -1003,7 +1051,7 @@ OData V2:
|
|
|
1003
1051
|
|
|
1004
1052
|
### Fixed
|
|
1005
1053
|
|
|
1006
|
-
- 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
|
|
1007
1055
|
|
|
1008
1056
|
### Quality
|
|
1009
1057
|
|
|
@@ -1038,13 +1086,13 @@ Upgrades:
|
|
|
1038
1086
|
- reflect-metadata to 0.2.2
|
|
1039
1087
|
- jest to 29.7.0
|
|
1040
1088
|
- ts-jest to 29.1.2
|
|
1041
|
-
|
|
1089
|
+
|
|
1042
1090
|
## [1.108.26] - 2024-03-20
|
|
1043
1091
|
|
|
1044
1092
|
### Added
|
|
1045
1093
|
|
|
1046
1094
|
- OData V4:
|
|
1047
|
-
|
|
1095
|
+
- String type to bindable number type properties in macros schema
|
|
1048
1096
|
- Overview Pages: support three different ways of defining the colors of cards
|
|
1049
1097
|
|
|
1050
1098
|
### Quality
|
|
@@ -1107,9 +1155,9 @@ Upgrades
|
|
|
1107
1155
|
### Added
|
|
1108
1156
|
|
|
1109
1157
|
- OData V2:
|
|
1110
|
-
|
|
1158
|
+
- Support of Header facets on Object Page
|
|
1111
1159
|
- UX adjustments of inplace documentation:
|
|
1112
|
-
|
|
1160
|
+
- Support for Screen Readers and Arrow Navigation
|
|
1113
1161
|
|
|
1114
1162
|
### Changed
|
|
1115
1163
|
|
|
@@ -1133,9 +1181,9 @@ Upgrades
|
|
|
1133
1181
|
- Invalid object-like descriptions and keys had been generated into the app-specific schemas if DataFieldForIntentBasedNavigation was defined with a path reference
|
|
1134
1182
|
- An exception happened during app schema generation if a NavigationProperty pointed to an invalid target annotation
|
|
1135
1183
|
- OData V4:
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
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 '::'
|
|
1139
1187
|
|
|
1140
1188
|
### Quality
|
|
1141
1189
|
|
|
@@ -1154,12 +1202,12 @@ Upgrades
|
|
|
1154
1202
|
### Added
|
|
1155
1203
|
|
|
1156
1204
|
- OData V4:
|
|
1157
|
-
|
|
1158
|
-
|
|
1205
|
+
- View columns set as view nodes
|
|
1206
|
+
|
|
1159
1207
|
### Fixed
|
|
1160
1208
|
|
|
1161
1209
|
- OData V4:
|
|
1162
|
-
|
|
1210
|
+
- Schema is not generated for custom page when namespaces are not defined in view file
|
|
1163
1211
|
|
|
1164
1212
|
### Quality
|
|
1165
1213
|
|
|
@@ -1176,31 +1224,31 @@ Upgrades
|
|
|
1176
1224
|
### Added
|
|
1177
1225
|
|
|
1178
1226
|
- UX adjustments of inplace documentation:
|
|
1179
|
-
|
|
1227
|
+
- Support of Keyboard Navigation
|
|
1180
1228
|
- OData V2: Support of global table settings for object pages
|
|
1181
1229
|
- OData V4:
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
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
|
+
|
|
1186
1234
|
### Changed
|
|
1187
1235
|
|
|
1188
1236
|
- Alignment of settings for sap.ovp:
|
|
1189
|
-
The global settings and card specific settings have been compared with the actual status of the documentation and the subschema as available at <https://www.npmjs.com/package/@ui5/manifest>. Missing settings have been added, obsolete settings have been eliminated.
|
|
1190
|
-
The assignment of settings to the specific card types has been revised and adjusted.
|
|
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.
|
|
1191
1239
|
- Increased `fe-fpm-writer` api version
|
|
1192
1240
|
- Increased api version
|
|
1193
|
-
- OData V2:
|
|
1241
|
+
- OData V2: ALP root properties order
|
|
1194
1242
|
|
|
1195
1243
|
### Fixed
|
|
1196
1244
|
|
|
1197
|
-
- OData V4:
|
|
1245
|
+
- OData V4: Empty visualization throws unhandled error during sync
|
|
1198
1246
|
- Prevent exception in case of illegal annotationPath references of fields or columns
|
|
1199
|
-
- OData V2:
|
|
1247
|
+
- OData V2: ALP not displaying chart and properties
|
|
1200
1248
|
- OVP:
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
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.
|
|
1204
1252
|
|
|
1205
1253
|
### Quality
|
|
1206
1254
|
|
|
@@ -1223,12 +1271,12 @@ Upgrades
|
|
|
1223
1271
|
### Changed
|
|
1224
1272
|
|
|
1225
1273
|
- OVP card settings:
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
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
|
|
1229
1277
|
|
|
1230
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.
|
|
1231
|
-
Thus the location information is removed for annotation problems
|
|
1279
|
+
Thus the location information is removed for annotation problems
|
|
1232
1280
|
|
|
1233
1281
|
- If no line item annotation is present, no `annotationPath` property gets added to the schemas of OData V2 and V4
|
|
1234
1282
|
|
|
@@ -1271,13 +1319,12 @@ Upgrades:
|
|
|
1271
1319
|
### Fixed
|
|
1272
1320
|
|
|
1273
1321
|
- Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
|
|
1274
|
-
|
|
1275
1322
|
- OData V4:
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
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
|
|
1281
1328
|
|
|
1282
1329
|
### Quality
|
|
1283
1330
|
|
|
@@ -1298,28 +1345,28 @@ Upgrades:
|
|
|
1298
1345
|
|
|
1299
1346
|
### Added
|
|
1300
1347
|
|
|
1301
|
-
- OData V4:
|
|
1302
|
-
|
|
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
|
|
1303
1350
|
|
|
1304
1351
|
### Changed
|
|
1305
1352
|
|
|
1306
1353
|
- UX adjustments of inplace documentation:
|
|
1307
|
-
|
|
1308
|
-
|
|
1354
|
+
- Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
|
|
1355
|
+
|
|
1309
1356
|
### Removed
|
|
1310
1357
|
|
|
1311
|
-
- OData V2:
|
|
1312
|
-
|
|
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
|
|
1313
1360
|
|
|
1314
1361
|
### Deprecated
|
|
1315
1362
|
|
|
1316
1363
|
### Fixed
|
|
1317
1364
|
|
|
1318
|
-
- OData V2:
|
|
1319
|
-
|
|
1320
|
-
- OData V4:
|
|
1321
|
-
|
|
1322
|
-
|
|
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
|
+
|
|
1323
1370
|
### Quality
|
|
1324
1371
|
|
|
1325
1372
|
- Update transitive dependencies
|
|
@@ -1343,8 +1390,8 @@ Upgrades:
|
|
|
1343
1390
|
### Added
|
|
1344
1391
|
|
|
1345
1392
|
- OData V4:
|
|
1346
|
-
|
|
1347
|
-
|
|
1393
|
+
- `displayName` property for `relatedFacet` and `relativePosition` custom section properties
|
|
1394
|
+
- Missing `key` property for macros action group
|
|
1348
1395
|
|
|
1349
1396
|
### Changed
|
|
1350
1397
|
|
|
@@ -1358,7 +1405,7 @@ Upgrades:
|
|
|
1358
1405
|
|
|
1359
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
|
|
1360
1407
|
- OData V4:
|
|
1361
|
-
|
|
1408
|
+
- Extra entry `sap.ui5/extends/extensions/sap.ui.controllerExtensions` is created in manifest.json during sync
|
|
1362
1409
|
|
|
1363
1410
|
### Quality
|
|
1364
1411
|
|
|
@@ -1377,10 +1424,10 @@ Upgrades:
|
|
|
1377
1424
|
### Added
|
|
1378
1425
|
|
|
1379
1426
|
- OData V2:
|
|
1380
|
-
|
|
1427
|
+
- Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
|
|
1381
1428
|
- OData V4:
|
|
1382
|
-
|
|
1383
|
-
|
|
1429
|
+
- Support for custom header sections
|
|
1430
|
+
- Support for custom filter fields
|
|
1384
1431
|
|
|
1385
1432
|
### Changed
|
|
1386
1433
|
|
|
@@ -1391,10 +1438,10 @@ Upgrades:
|
|
|
1391
1438
|
### Fixed
|
|
1392
1439
|
|
|
1393
1440
|
- OData V2:
|
|
1394
|
-
|
|
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
|
|
1395
1442
|
- OData V4:
|
|
1396
|
-
|
|
1397
|
-
|
|
1443
|
+
- Added missing descriptions to custom section properties `relatedFacet`, `relativePosition`, `id`, `fragmentName`
|
|
1444
|
+
- Custom section properties `className` and `type` are marked as hidden
|
|
1398
1445
|
|
|
1399
1446
|
### Quality
|
|
1400
1447
|
|
|
@@ -1448,14 +1495,14 @@ Upgrades:
|
|
|
1448
1495
|
### Added
|
|
1449
1496
|
|
|
1450
1497
|
- OData V2:
|
|
1451
|
-
|
|
1498
|
+
- Added support for the binding pattern to `showHeaderContent` property
|
|
1452
1499
|
|
|
1453
1500
|
### Fixed
|
|
1454
1501
|
|
|
1455
1502
|
- OData V4:
|
|
1456
|
-
|
|
1503
|
+
- Wrong annotation path is generated for connected fields with a different entity type than the section
|
|
1457
1504
|
- OData V2:
|
|
1458
|
-
|
|
1505
|
+
- Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
|
|
1459
1506
|
|
|
1460
1507
|
### Quality
|
|
1461
1508
|
|
|
@@ -1492,8 +1539,8 @@ Upgrades:
|
|
|
1492
1539
|
### Added
|
|
1493
1540
|
|
|
1494
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
|
|
1495
|
-
- OData V4:
|
|
1496
|
-
|
|
1542
|
+
- OData V4:
|
|
1543
|
+
- Support connected fields on the Object Page
|
|
1497
1544
|
|
|
1498
1545
|
### Quality
|
|
1499
1546
|
|
|
@@ -1509,8 +1556,8 @@ Upgrades:
|
|
|
1509
1556
|
### Added
|
|
1510
1557
|
|
|
1511
1558
|
- OData V4:
|
|
1512
|
-
|
|
1513
|
-
|
|
1559
|
+
- Default aggregation support for macros table and action group
|
|
1560
|
+
- Multiple namespaces support for macros
|
|
1514
1561
|
|
|
1515
1562
|
### Fixed
|
|
1516
1563
|
|
|
@@ -1548,9 +1595,9 @@ Upgrades:
|
|
|
1548
1595
|
### Fixed
|
|
1549
1596
|
|
|
1550
1597
|
- OData V2:
|
|
1551
|
-
|
|
1598
|
+
- Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
|
|
1552
1599
|
- OData V4:
|
|
1553
|
-
|
|
1600
|
+
- Exception on macro table with metaPath to PresentationVariant.
|
|
1554
1601
|
|
|
1555
1602
|
### Quality
|
|
1556
1603
|
|
|
@@ -1570,18 +1617,18 @@ Upgrades:
|
|
|
1570
1617
|
### Added
|
|
1571
1618
|
|
|
1572
1619
|
- OData V4:
|
|
1573
|
-
|
|
1620
|
+
- Support for Custom subsections.
|
|
1574
1621
|
|
|
1575
1622
|
### Changed
|
|
1576
1623
|
|
|
1577
1624
|
- OData V4:
|
|
1578
|
-
|
|
1625
|
+
- Changed binding expression to use "isEditable" property instead of "editable". Thus we have binding expressions {ui>/isEditable} and {= !${ui>/isEditable}}.
|
|
1579
1626
|
|
|
1580
1627
|
### Fixed
|
|
1581
1628
|
|
|
1582
1629
|
- OData V4:
|
|
1583
|
-
|
|
1584
|
-
|
|
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.
|
|
1585
1632
|
|
|
1586
1633
|
### Quality
|
|
1587
1634
|
|
|
@@ -1618,12 +1665,12 @@ Upgrades:
|
|
|
1618
1665
|
### Added
|
|
1619
1666
|
|
|
1620
1667
|
- General:
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
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
|
|
1624
1671
|
|
|
1625
1672
|
- OData V4:
|
|
1626
|
-
|
|
1673
|
+
- Added ID (`internalId`) property for macros metadata in schema
|
|
1627
1674
|
|
|
1628
1675
|
### Quality
|
|
1629
1676
|
|
|
@@ -1645,21 +1692,22 @@ Upgrades:
|
|
|
1645
1692
|
### Added
|
|
1646
1693
|
|
|
1647
1694
|
- OData V4:
|
|
1648
|
-
|
|
1649
|
-
|
|
1695
|
+
- OP: New value "InilneCreationRows" added to creationMode->name property
|
|
1696
|
+
- OP: Addded support for property 'inlineCreationRowsHiddenInEditMode' in creationMode
|
|
1650
1697
|
|
|
1651
1698
|
### Fixed
|
|
1652
1699
|
|
|
1653
1700
|
- OData V4:
|
|
1654
|
-
|
|
1701
|
+
- Parsing of commented contents in XML fragments, comments are now getting ignored during generation and import
|
|
1655
1702
|
|
|
1656
1703
|
### Quality
|
|
1657
1704
|
|
|
1658
1705
|
- Update transitive dependencies
|
|
1659
1706
|
|
|
1660
1707
|
Upgrades:
|
|
1708
|
+
|
|
1661
1709
|
- prettier to 2.8.8
|
|
1662
|
-
- @sapui5/ts-types-esm to 1.108.13
|
|
1710
|
+
- @sapui5/ts-types-esm to 1.108.13
|
|
1663
1711
|
- typescript to 4.9.5
|
|
1664
1712
|
- @types/node to 18.16.3
|
|
1665
1713
|
- patch-package to 6.5.1
|
|
@@ -1673,13 +1721,14 @@ Upgrades:
|
|
|
1673
1721
|
### Fixed
|
|
1674
1722
|
|
|
1675
1723
|
- OData V4:
|
|
1676
|
-
|
|
1724
|
+
- Fixed an issue with custom extensions running into an endless loop
|
|
1677
1725
|
|
|
1678
1726
|
### Quality
|
|
1679
1727
|
|
|
1680
1728
|
- Update transitive dependencies
|
|
1681
1729
|
|
|
1682
1730
|
Upgrades:
|
|
1731
|
+
|
|
1683
1732
|
- @sapui5/ts-types-esm to 1.108.12
|
|
1684
1733
|
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
|
|
1685
1734
|
- @types/mem-fs-editor to 7.0.3
|
|
@@ -1690,13 +1739,14 @@ Upgrades:
|
|
|
1690
1739
|
### Added
|
|
1691
1740
|
|
|
1692
1741
|
- OData V4:
|
|
1693
|
-
|
|
1742
|
+
- Building blocks support for custom sections
|
|
1694
1743
|
|
|
1695
1744
|
### Quality
|
|
1696
1745
|
|
|
1697
1746
|
- Update transitive dependencies
|
|
1698
1747
|
|
|
1699
1748
|
Upgrades:
|
|
1749
|
+
|
|
1700
1750
|
- excel4node to 1.8.1
|
|
1701
1751
|
- eslint-config-prettier to 8.8.0
|
|
1702
1752
|
- prettier to 2.8.7
|
|
@@ -1712,6 +1762,7 @@ Upgrades:
|
|
|
1712
1762
|
### Quality
|
|
1713
1763
|
|
|
1714
1764
|
Upgrades:
|
|
1765
|
+
|
|
1715
1766
|
- chalk to 4.1.2
|
|
1716
1767
|
- types/jest to 28.1.8
|
|
1717
1768
|
- jQuery to 3.6.4
|
|
@@ -1726,13 +1777,13 @@ Upgrades:
|
|
|
1726
1777
|
### Fixed
|
|
1727
1778
|
|
|
1728
1779
|
- OData V2:
|
|
1729
|
-
|
|
1780
|
+
- Fixed deletion issues for Custom Columns that appeared after positions were changed
|
|
1730
1781
|
|
|
1731
1782
|
### Quality
|
|
1732
1783
|
|
|
1733
1784
|
- Upgrade "typescript" to "4.9.4"
|
|
1734
|
-
- Upgrade "@typescript-eslint/eslint-plugin" and
|
|
1735
|
-
- 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"
|
|
1736
1787
|
- Upgrade "@sapui5/ts-types-esm" to "1.108.10"
|
|
1737
1788
|
- Upgrade "@sap-ux/fe-fpm-writer" to "0.18.7"
|
|
1738
1789
|
- Upgrade "mem-fs-editor" to "9.7.0"
|
|
@@ -1743,12 +1794,12 @@ Upgrades:
|
|
|
1743
1794
|
### Added
|
|
1744
1795
|
|
|
1745
1796
|
- OData V2:
|
|
1746
|
-
|
|
1797
|
+
- Additional values `creationRows` and `creationRowsHiddenInEditMode` of property `CreateMode` are supported now for object page tables.
|
|
1747
1798
|
|
|
1748
1799
|
### Changed
|
|
1749
1800
|
|
|
1750
1801
|
- OData V4:
|
|
1751
|
-
|
|
1802
|
+
- Adapted view property key handling for views created using different `entitySet` value.
|
|
1752
1803
|
|
|
1753
1804
|
### Quality
|
|
1754
1805
|
|