@sap/ux-specification 1.96.104 → 1.96.105
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 +531 -478
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ListReportNew.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +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 +327 -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 +1 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +1 -13
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +21 -8
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +39 -41
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +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 +333 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +21 -14
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +121 -136
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +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 +274 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js +583 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
- package/dist/types/src/apiTypes.d.ts +2 -3
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +119 -13
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +3 -3
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/package.json +14 -12
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -374
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,46 +6,87 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
6
6
|
|
|
7
7
|
## Prerequisites
|
|
8
8
|
|
|
9
|
-
[Node.js](https://nodejs.org/en/download/) version `20.14.0` or higher
|
|
9
|
+
You have [Node.js](https://nodejs.org/en/download/) version `20.14.0` or higher installed
|
|
10
|
+
|
|
11
|
+
## [1.96.105] - 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
|
+
|
|
26
|
+
### Quality
|
|
27
|
+
|
|
28
|
+
Upgrades:
|
|
29
|
+
|
|
30
|
+
| Package | Change |
|
|
31
|
+
| -------------------------------------------------------------------- | ------------------------ |
|
|
32
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
|
|
33
|
+
| [semver](https://github.com/npm/node-semver) | [`7.7.3` -> `7.7.4`] |
|
|
34
|
+
| [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
|
|
35
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
|
|
36
|
+
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
|
|
37
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) | [`0.42.6` -> `0.43.1`] |
|
|
38
|
+
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
|
|
39
|
+
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) | [`0.10.20` -> `0.10.21`] |
|
|
40
|
+
| [axios](https://axios-http.com) | [`1.13.5` -> `1.13.6`] |
|
|
41
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
|
|
42
|
+
| [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
|
|
43
|
+
| [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
|
|
10
44
|
|
|
11
45
|
## [1.96.104] - 2026-02-04
|
|
12
46
|
|
|
13
47
|
### Fixed
|
|
48
|
+
|
|
14
49
|
- Fixed an issue where a dot was used in a `additionalSemanticObjects` node text in the outline of the Page Editor
|
|
15
50
|
- Updated the description for the `additionalSemanticObjects` property in the schema
|
|
16
51
|
- Fixed an issue where an empty `[sap.ui5][routing][config]` object was always created in the `manifest.json` file, even when no related changes were made in OData V4 applications
|
|
17
52
|
- Added missing definitions within `additionalProperties` that were not included in the schema for macro elements such as `sap.fe.macros.table.MassEdit`
|
|
53
|
+
- Fixed an issue where a crash occurred during schema generation when a selection field has no value. Added a warning message instead. message instead.
|
|
54
|
+
- Fixed an issue where `undefined.position` is created in `manifest.json` during view creation/deletion for OData V4 applications.
|
|
55
|
+
- Fixed an issue where wrong `entityType` was resolved for `ListReport` page generation when `NavigationProperty` has `Partner` attribute.
|
|
18
56
|
|
|
19
57
|
### Quality
|
|
20
58
|
|
|
21
59
|
Upgrades:
|
|
22
60
|
|
|
23
|
-
| Package
|
|
24
|
-
|
|
25
|
-
| [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios))
|
|
26
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
27
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
28
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
29
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
30
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | `8.53.1` → `8.54.0`
|
|
31
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
32
|
-
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint))
|
|
33
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
34
|
-
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser)
|
|
35
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
36
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
37
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
61
|
+
| Package | Change |
|
|
62
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
|
63
|
+
| [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.6.8` → `1.13.5` |
|
|
64
|
+
| [@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` |
|
|
65
|
+
| [@sap-ux/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` |
|
|
66
|
+
| [@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` |
|
|
67
|
+
| [@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` |
|
|
68
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | `8.53.1` → `8.54.0` |
|
|
69
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | `8.53.1` → `8.54.0` |
|
|
70
|
+
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | `9.26.0` → `9.39.2` |
|
|
71
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
|
|
72
|
+
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
|
|
73
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | `25.7.4` → `25.8.0` |
|
|
74
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | `3.8.0` → `3.8.1` |
|
|
75
|
+
| [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
|
|
38
76
|
|
|
39
77
|
## [1.96.103] - 2026-01-21
|
|
40
78
|
|
|
41
79
|
### Added
|
|
80
|
+
|
|
42
81
|
- Enhanced the page schema by adding `manifestPath` support for table properties and static nodes (such as the header and the root page level) for OData V2 applications
|
|
43
82
|
- Added support for the `CreateMode` property at the page level and application level for OData V2 applications
|
|
44
83
|
|
|
45
84
|
### Changed
|
|
85
|
+
|
|
46
86
|
- Refactored the initial step of generating a list report page for OData V4 applications
|
|
47
87
|
|
|
48
88
|
### Fixed
|
|
89
|
+
|
|
49
90
|
- Ensures compatibility with newer OData v4.01 services while maintaining backward compatibility with existing v4.0 services.
|
|
50
91
|
- Fixed an issue where the empty `sap.ui.generic.app` property was removed and an empty `chartSettings` property was added to the `manifest.json` file when exporting an overview page for OData V2 applications
|
|
51
92
|
|
|
@@ -53,76 +94,82 @@ Upgrades:
|
|
|
53
94
|
|
|
54
95
|
Upgrades:
|
|
55
96
|
|
|
56
|
-
| Package
|
|
57
|
-
|
|
58
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
59
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser))
|
|
60
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
61
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
62
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
63
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.51.0` -> `8.53.1`]
|
|
64
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
65
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
66
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
67
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
68
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
97
|
+
| Package | Change |
|
|
98
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
99
|
+
| [@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`] |
|
|
100
|
+
| [@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`] |
|
|
101
|
+
| [@sap-ux/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`] |
|
|
102
|
+
| [@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`] |
|
|
103
|
+
| [@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`] |
|
|
104
|
+
| [@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`] |
|
|
105
|
+
| [@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`] |
|
|
106
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
|
|
107
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
|
|
108
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
|
|
109
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
|
|
69
110
|
|
|
70
111
|
## [1.96.102] - 2026-01-07
|
|
71
112
|
|
|
72
113
|
### Added
|
|
114
|
+
|
|
73
115
|
- Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
|
|
74
116
|
- Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
|
|
75
117
|
|
|
76
118
|
### Fixed
|
|
119
|
+
|
|
77
120
|
OData V4:
|
|
121
|
+
|
|
78
122
|
- Macros. Change isViewNode: false for non UI related nodes for Table
|
|
79
123
|
- Macros. Generated schema for macros control does not contains properties/aggregation from extended macros control/class. Scenario with RichTextEditorWithMetadata
|
|
80
|
-
OData V2:
|
|
124
|
+
OData V2:
|
|
81
125
|
- OVP. Export issue - not possible to remove not allowed chart card properties
|
|
82
126
|
|
|
83
127
|
### Quality
|
|
84
128
|
|
|
85
129
|
Upgrades:
|
|
86
130
|
|
|
87
|
-
| Package
|
|
88
|
-
|
|
89
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
90
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
91
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
92
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
93
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.49.0` -> `8.51.0`]
|
|
94
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
131
|
+
| Package | Change |
|
|
132
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
133
|
+
| [@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`] |
|
|
134
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
|
|
135
|
+
| [@sap-ux/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`] |
|
|
136
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
|
|
137
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.49.0` -> `8.51.0`] |
|
|
138
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.49.0` -> `8.51.0`] |
|
|
95
139
|
|
|
96
140
|
## [1.96.101] - 2025-11-26
|
|
97
141
|
|
|
98
142
|
### Added
|
|
143
|
+
|
|
99
144
|
- Enhanced the `readApp` API method:
|
|
100
|
-
|
|
101
|
-
|
|
145
|
+
- The method now returns an `applicationModel` where each page includes its own `TreeModel`
|
|
146
|
+
- Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
|
|
102
147
|
|
|
103
148
|
### Fixed
|
|
104
149
|
|
|
105
150
|
OData V4:
|
|
151
|
+
|
|
106
152
|
- Avoid unnecessary deletion of `targets.{target}.contextPattern`
|
|
107
153
|
|
|
108
154
|
### Quality
|
|
109
155
|
|
|
110
156
|
Upgrades:
|
|
111
157
|
|
|
112
|
-
| Package
|
|
113
|
-
|
|
114
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
115
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
116
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.7` -> `0.10.9`]
|
|
117
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
118
|
-
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery)
|
|
119
|
-
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs)
|
|
120
|
-
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema)
|
|
121
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
158
|
+
| Package | Change |
|
|
159
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
160
|
+
| [@sap-ux/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`] |
|
|
161
|
+
| [@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`] |
|
|
162
|
+
| [@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`] |
|
|
163
|
+
| [@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`] |
|
|
164
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
|
|
165
|
+
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
|
|
166
|
+
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
|
|
167
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
|
|
122
168
|
|
|
123
169
|
## [1.96.100] - 2025-11-12
|
|
124
170
|
|
|
125
171
|
### Added
|
|
172
|
+
|
|
126
173
|
- Added the ability to delete building blocks on a custom page
|
|
127
174
|
- Added the ability to delete the "Page" building block
|
|
128
175
|
- Added the ability to create custom fields in form sections
|
|
@@ -132,15 +179,15 @@ Upgrades:
|
|
|
132
179
|
|
|
133
180
|
Upgrades:
|
|
134
181
|
|
|
135
|
-
| Package
|
|
136
|
-
|
|
137
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
138
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
139
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
140
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`]
|
|
141
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
142
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
143
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
182
|
+
| Package | Change |
|
|
183
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
184
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
|
|
185
|
+
| [@sap-ux/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`] |
|
|
186
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
|
|
187
|
+
| [@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`] |
|
|
188
|
+
| [@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`] |
|
|
189
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
|
|
190
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
|
|
144
191
|
|
|
145
192
|
## [1.96.99] - 2025-10-29
|
|
146
193
|
|
|
@@ -148,19 +195,22 @@ Upgrades:
|
|
|
148
195
|
|
|
149
196
|
Upgrades:
|
|
150
197
|
|
|
151
|
-
| Package
|
|
152
|
-
|
|
153
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
154
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`]
|
|
155
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
156
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
157
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
198
|
+
| Package | Change |
|
|
199
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
200
|
+
| [@sap-ux/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`] |
|
|
201
|
+
| [@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`] |
|
|
202
|
+
| [@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`] |
|
|
203
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
|
|
204
|
+
| [@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`] |
|
|
205
|
+
|
|
158
206
|
## [1.96.98] - 2025-10-15
|
|
159
207
|
|
|
160
208
|
### Added
|
|
209
|
+
|
|
161
210
|
- Reverted macro labels to display building block type and ID
|
|
162
211
|
|
|
163
212
|
### Fixed
|
|
213
|
+
|
|
164
214
|
- Fixed an issue where the `Quick Variant Selection` settings were not properly transferred to the `manifest.json` file
|
|
165
215
|
- Update macros schema node description and metadata for UI rendering
|
|
166
216
|
- Hide `exportSettings` aggregation from `sap.fe.macros.table.Column`
|
|
@@ -169,18 +219,18 @@ Upgrades:
|
|
|
169
219
|
|
|
170
220
|
Upgrades:
|
|
171
221
|
|
|
172
|
-
| Package
|
|
173
|
-
|
|
174
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
175
|
-
| [patch-package](https://github.com/ds300/patch-package)
|
|
176
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
177
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
178
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
179
|
-
| [semver](https://github.com/npm/node-semver)
|
|
180
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
181
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
182
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.45.0` -> `8.46.0`]
|
|
183
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
222
|
+
| Package | Change |
|
|
223
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
224
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
|
|
225
|
+
| [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
|
|
226
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
|
|
227
|
+
| [@sap-ux/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`] |
|
|
228
|
+
| [@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`] |
|
|
229
|
+
| [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
|
|
230
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
|
|
231
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
232
|
+
| [@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`] |
|
|
233
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.45.0` -> `8.46.0`] |
|
|
184
234
|
|
|
185
235
|
## [1.96.97] - 2025-10-01
|
|
186
236
|
|
|
@@ -198,15 +248,15 @@ Upgrades:
|
|
|
198
248
|
|
|
199
249
|
Upgrades:
|
|
200
250
|
|
|
201
|
-
| Package
|
|
202
|
-
|
|
203
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
204
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
205
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
206
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
207
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.44.0` -> `8.45.0`]
|
|
208
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
209
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
251
|
+
| Package | Change |
|
|
252
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
253
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
|
|
254
|
+
| [@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`] |
|
|
255
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.38.6` -> `0.39.2`] |
|
|
256
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
|
|
257
|
+
| [@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`] |
|
|
258
|
+
| [@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`] |
|
|
259
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
210
260
|
|
|
211
261
|
## [1.96.96] - 2025-09-17
|
|
212
262
|
|
|
@@ -214,15 +264,15 @@ Upgrades:
|
|
|
214
264
|
|
|
215
265
|
Upgrades:
|
|
216
266
|
|
|
217
|
-
| Package
|
|
218
|
-
|
|
219
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
220
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.42.0` -> `8.44.0`] |
|
|
221
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
222
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
223
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
224
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
225
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
267
|
+
| Package | Change |
|
|
268
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
269
|
+
| [@sap-ux/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`] |
|
|
270
|
+
| [@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`] |
|
|
271
|
+
| [@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`] |
|
|
272
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
|
|
273
|
+
| [@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`] |
|
|
274
|
+
| [@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`] |
|
|
275
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
|
|
226
276
|
|
|
227
277
|
## [1.96.95] - 2025-09-03
|
|
228
278
|
|
|
@@ -234,12 +284,12 @@ OVP page. Properties from different card types on the OVP page were not imported
|
|
|
234
284
|
|
|
235
285
|
Upgrades:
|
|
236
286
|
|
|
237
|
-
| Package
|
|
238
|
-
|
|
239
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.40.0` -> `8.42.0`]
|
|
240
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
241
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
242
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
287
|
+
| Package | Change |
|
|
288
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
289
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.40.0` -> `8.42.0`] |
|
|
290
|
+
| [@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`] |
|
|
291
|
+
| [@sap-ux/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`]) |
|
|
292
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
|
|
243
293
|
|
|
244
294
|
## [1.96.94] - 2025-08-20
|
|
245
295
|
|
|
@@ -247,14 +297,14 @@ Upgrades:
|
|
|
247
297
|
|
|
248
298
|
Upgrades:
|
|
249
299
|
|
|
250
|
-
| Package
|
|
251
|
-
|
|
252
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
|
|
253
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
254
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
255
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
256
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
257
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
300
|
+
| Package | Change |
|
|
301
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
302
|
+
| [@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`] |
|
|
303
|
+
| [@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`] |
|
|
304
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
|
|
305
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
|
|
306
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
|
|
307
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.36.0` -> `0.38.0`] |
|
|
258
308
|
|
|
259
309
|
## [1.96.93] - 2025-08-06
|
|
260
310
|
|
|
@@ -262,15 +312,15 @@ Upgrades:
|
|
|
262
312
|
|
|
263
313
|
Upgrades:
|
|
264
314
|
|
|
265
|
-
| Package
|
|
266
|
-
|
|
267
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.37.0` -> `8.39.0`]
|
|
268
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
269
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
270
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
271
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
272
|
-
| [i18next](https://github.com/i18next/i18next)
|
|
273
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
315
|
+
| Package | Change |
|
|
316
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
317
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.37.0` -> `8.39.0`] |
|
|
318
|
+
| [@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`] |
|
|
319
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
|
|
320
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
|
|
321
|
+
| [@sap-ux/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`] |
|
|
322
|
+
| [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
|
|
323
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
|
|
274
324
|
|
|
275
325
|
## [1.96.92] - 2025-07-23
|
|
276
326
|
|
|
@@ -278,14 +328,14 @@ Upgrades:
|
|
|
278
328
|
|
|
279
329
|
Upgrades:
|
|
280
330
|
|
|
281
|
-
| Package
|
|
282
|
-
|
|
283
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
284
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
285
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
286
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.1` -> `8.37.0`] |
|
|
287
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
288
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
331
|
+
| Package | Change |
|
|
332
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
333
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
|
|
334
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
|
|
335
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
|
|
336
|
+
| [@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`] |
|
|
337
|
+
| [@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`] |
|
|
338
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
|
|
289
339
|
|
|
290
340
|
## [1.96.91] - 2025-07-09
|
|
291
341
|
|
|
@@ -293,12 +343,12 @@ Upgrades:
|
|
|
293
343
|
|
|
294
344
|
Upgrades:
|
|
295
345
|
|
|
296
|
-
| Package
|
|
297
|
-
|
|
346
|
+
| Package | Change |
|
|
347
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
298
348
|
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.0` -> `8.35.1`] |
|
|
299
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
300
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
301
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
349
|
+
| [@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`] |
|
|
350
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
|
|
351
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
|
|
302
352
|
|
|
303
353
|
## [1.96.90] - 2025-06-25
|
|
304
354
|
|
|
@@ -310,46 +360,49 @@ Upgrades:
|
|
|
310
360
|
|
|
311
361
|
Upgrades:
|
|
312
362
|
|
|
313
|
-
| Package
|
|
314
|
-
|
|
315
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
316
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
317
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
318
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
319
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
363
|
+
| Package | Change |
|
|
364
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
365
|
+
| [@sap-ux/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`] |
|
|
366
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
|
|
367
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
|
|
368
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
|
|
369
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
|
|
320
370
|
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.34.0` -> `8.35.0`] |
|
|
321
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
371
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.34.0` -> `8.35.0`] |
|
|
322
372
|
|
|
323
373
|
## [1.96.89] - 2025-06-11
|
|
324
374
|
|
|
325
375
|
### Added
|
|
326
376
|
|
|
327
377
|
OData V4:
|
|
378
|
+
|
|
328
379
|
- Basic support for new SAP Ariba LR/OP templates
|
|
329
380
|
|
|
330
381
|
OData V4/V2:
|
|
382
|
+
|
|
331
383
|
- Schema generation - add link to documentation for "flexibleColumnLayout" property
|
|
332
384
|
|
|
333
385
|
### Fixed
|
|
334
386
|
|
|
335
387
|
OData V4/V2:
|
|
388
|
+
|
|
336
389
|
- Schema generation - update description for "flexibleColumnLayout" property
|
|
337
390
|
|
|
338
391
|
### Quality
|
|
339
392
|
|
|
340
393
|
Upgrades:
|
|
341
394
|
|
|
342
|
-
| Package
|
|
343
|
-
|
|
344
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
345
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
346
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
347
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
348
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
349
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
350
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
351
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
352
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
395
|
+
| Package | Type | Update | Change |
|
|
396
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
|
|
397
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
|
|
398
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
|
|
399
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
|
|
400
|
+
| [@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`] |
|
|
401
|
+
| [@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`] |
|
|
402
|
+
| [@sap-ux/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`] |
|
|
403
|
+
| [@sap-ux/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`] |
|
|
404
|
+
| [@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`] |
|
|
405
|
+
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | dependencies | minor | [`0.12.0` -> `0.13.0`] |
|
|
353
406
|
|
|
354
407
|
## [1.96.88] - 2025-05-28
|
|
355
408
|
|
|
@@ -357,11 +410,11 @@ Upgrades:
|
|
|
357
410
|
|
|
358
411
|
Upgrades:
|
|
359
412
|
|
|
360
|
-
| Package
|
|
361
|
-
|
|
362
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
363
|
-
| [semver](https://github.com/npm/node-semver)
|
|
364
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch
|
|
413
|
+
| Package | Type | Update | Change |
|
|
414
|
+
| ------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
415
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
|
|
416
|
+
| [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
|
|
417
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
|
|
365
418
|
|
|
366
419
|
## [1.96.87] - 2025-05-14
|
|
367
420
|
|
|
@@ -373,15 +426,15 @@ Upgrades:
|
|
|
373
426
|
|
|
374
427
|
Upgrades:
|
|
375
428
|
|
|
376
|
-
| Package
|
|
377
|
-
|
|
378
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
379
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
380
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
381
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
382
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
383
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
384
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
429
|
+
| Package | Type | Update | Change |
|
|
430
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
431
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
|
|
432
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
|
|
433
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
|
|
434
|
+
| [@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`] |
|
|
435
|
+
| [@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`] |
|
|
436
|
+
| [@sap-ux/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`] |
|
|
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)) | dependencies | patch | [`0.33.26` -> `0.33.28`] |
|
|
385
438
|
|
|
386
439
|
## [1.96.86] - 2025-04-30
|
|
387
440
|
|
|
@@ -389,16 +442,16 @@ Upgrades:
|
|
|
389
442
|
|
|
390
443
|
Upgrades:
|
|
391
444
|
|
|
392
|
-
| Package
|
|
393
|
-
|
|
394
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
395
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
396
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
397
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
398
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
399
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
400
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
401
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
445
|
+
| Package | Type | Update | Change |
|
|
446
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
447
|
+
| [@sap-ux/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`] |
|
|
448
|
+
| [@sap-ux/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`] |
|
|
449
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
|
|
450
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
|
|
451
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
|
|
452
|
+
| [@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`] |
|
|
453
|
+
| [@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`] |
|
|
454
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
|
|
402
455
|
|
|
403
456
|
# [1.96.85] - 2025-04-17
|
|
404
457
|
|
|
@@ -418,14 +471,13 @@ Upgrades:
|
|
|
418
471
|
|
|
419
472
|
Upgrades:
|
|
420
473
|
|
|
421
|
-
| Package
|
|
422
|
-
|
|
423
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
424
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
425
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch
|
|
426
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
427
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
428
|
-
|
|
474
|
+
| Package | Type | Update | Change |
|
|
475
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
476
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
|
|
477
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`] |
|
|
478
|
+
| [@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`] |
|
|
479
|
+
| [@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`] |
|
|
480
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`] |
|
|
429
481
|
|
|
430
482
|
# [1.96.84] - 2025-04-02
|
|
431
483
|
|
|
@@ -433,17 +485,16 @@ Upgrades:
|
|
|
433
485
|
|
|
434
486
|
Upgrades:
|
|
435
487
|
|
|
436
|
-
| Package
|
|
437
|
-
|
|
438
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
439
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
440
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
441
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
442
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
443
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
444
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
445
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
446
|
-
|
|
488
|
+
| Package | Type | Update | Change |
|
|
489
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
490
|
+
| [@sap-ux/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`] |
|
|
491
|
+
| [@sap-ux/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`] |
|
|
492
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
|
|
493
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
|
|
494
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
|
|
495
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
|
|
496
|
+
| [@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`] |
|
|
497
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
|
|
447
498
|
|
|
448
499
|
# [1.96.83] - 2025-03-19
|
|
449
500
|
|
|
@@ -463,22 +514,22 @@ Upgrades:
|
|
|
463
514
|
|
|
464
515
|
Upgrades:
|
|
465
516
|
|
|
466
|
-
| Package
|
|
467
|
-
|
|
468
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
469
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
470
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
471
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
472
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch
|
|
473
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
474
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
475
|
-
|
|
517
|
+
| Package | Type | Update | Change |
|
|
518
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
519
|
+
| [@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`] |
|
|
520
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
|
|
521
|
+
| [@sap-ux/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`] |
|
|
522
|
+
| [@sap-ux/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`] |
|
|
523
|
+
| [@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`] |
|
|
524
|
+
| [@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`] |
|
|
525
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
|
|
476
526
|
|
|
477
527
|
# [1.96.82] - 2025-03-05
|
|
478
528
|
|
|
479
529
|
### Added
|
|
480
530
|
|
|
481
531
|
OData V2:
|
|
532
|
+
|
|
482
533
|
- Support of `cloudDevAdaptionStatus` internal setting
|
|
483
534
|
|
|
484
535
|
### Changed
|
|
@@ -493,17 +544,17 @@ OData V2:
|
|
|
493
544
|
|
|
494
545
|
Upgrades:
|
|
495
546
|
|
|
496
|
-
| Package
|
|
497
|
-
|
|
498
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
499
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
500
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
501
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
502
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
503
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
504
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
505
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
506
|
-
| [uuid](https://github.com/uuidjs/uuid)
|
|
547
|
+
| Package | Type | Update | Change |
|
|
548
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
|
|
549
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.4` -> `0.33.14`] |
|
|
550
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.4` -> `0.33.14`] |
|
|
551
|
+
| [@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`] |
|
|
552
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.24.0` -> `8.26.0`] |
|
|
553
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`] |
|
|
554
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`] |
|
|
555
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`] |
|
|
556
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`] |
|
|
557
|
+
| [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`] |
|
|
507
558
|
|
|
508
559
|
# [1.96.81] - 2025-02-19
|
|
509
560
|
|
|
@@ -521,15 +572,14 @@ Upgrades:
|
|
|
521
572
|
|
|
522
573
|
Upgrades:
|
|
523
574
|
|
|
524
|
-
| Package
|
|
525
|
-
|
|
526
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
527
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
528
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
529
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
530
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
531
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
532
|
-
|
|
575
|
+
| Package | Type | Update | Change |
|
|
576
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
577
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.0` -> `0.33.4`] |
|
|
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)) | dependencies | patch | [`0.33.0` -> `0.33.4`] |
|
|
579
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
|
|
580
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
|
|
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 | [`8.23.0` -> `8.24.0`] |
|
|
582
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
|
|
533
583
|
|
|
534
584
|
# [1.96.80] - 2025-02-05
|
|
535
585
|
|
|
@@ -567,15 +617,15 @@ Upgrades:
|
|
|
567
617
|
|
|
568
618
|
Upgrades:
|
|
569
619
|
|
|
570
|
-
| Package
|
|
571
|
-
|
|
572
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
573
|
-
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer))
|
|
574
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
575
|
-
| [uuid](https://github.com/uuidjs/uuid)
|
|
576
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
577
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
578
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
620
|
+
| Package | Type | Update | Change |
|
|
621
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
|
|
622
|
+
| [@sap-ux/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) |
|
|
623
|
+
| [@sap-ux/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) |
|
|
624
|
+
| [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) |
|
|
625
|
+
| [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) |
|
|
626
|
+
| [@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) |
|
|
627
|
+
| [@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) |
|
|
628
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.1` -> `5.2.3`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.2.1/5.2.3) |
|
|
579
629
|
|
|
580
630
|
# [1.96.78] - 2025-01-08
|
|
581
631
|
|
|
@@ -589,20 +639,20 @@ Upgrades:
|
|
|
589
639
|
|
|
590
640
|
### Fixed
|
|
591
641
|
|
|
592
|
-
- OData V4:
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
- General:
|
|
642
|
+
- OData V4:
|
|
643
|
+
- Allow to delete last custom filter field.
|
|
644
|
+
- `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
|
|
645
|
+
- Avoid deletion of unknown properties in custom page setting.
|
|
646
|
+
- Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
|
|
647
|
+
- General: Deletion requests, via the api method deleteConfigEntityByPath, had not been recognized as such in all cases. The path was considered, but then updates happened, per underlying property.
|
|
598
648
|
|
|
599
649
|
### Quality
|
|
600
650
|
|
|
601
651
|
Upgrades:
|
|
602
652
|
|
|
603
|
-
- uuid
|
|
604
|
-
- @typescript-eslint/eslint-plugin (source)
|
|
605
|
-
- @typescript-eslint/parser (source)
|
|
653
|
+
- uuid devDependencies patch 11.0.3 -> 11.0.4
|
|
654
|
+
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
655
|
+
- @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
606
656
|
- @sap-ux/fe-fpm-writer to 0.31.23
|
|
607
657
|
- prettier to 3.4.2
|
|
608
658
|
- esbuild to 0.24.2
|
|
@@ -622,12 +672,12 @@ Upgrades:
|
|
|
622
672
|
- @sap-ux/vocabularies-types source devDependencies minor `0.11.7` -> `0.12.0`
|
|
623
673
|
- @sap-ux/vocabularies-types source dependencies minor `0.11.7` -> `0.12.0`
|
|
624
674
|
- @sap-ux/vocabularies-types source resolutions minor `0.11.7` -> `0.12.0`
|
|
625
|
-
- typescript (source)
|
|
626
|
-
- i18next (source)
|
|
627
|
-
- @sap-ux/fe-fpm-writer (source)
|
|
628
|
-
- @sap-ux/fe-fpm-writer (source)
|
|
629
|
-
- @typescript-eslint/eslint-plugin (source)
|
|
630
|
-
- @typescript-eslint/parser (source)
|
|
675
|
+
- typescript (source) devDependencies minor `5.6.3` -> `5.7.2`
|
|
676
|
+
- i18next (source) devDependencies patch `23.16.5` -> `23.16.8`
|
|
677
|
+
- @sap-ux/fe-fpm-writer (source) devDependencies patch `0.31.18` -> `0.31.21`
|
|
678
|
+
- @sap-ux/fe-fpm-writer (source) dependencies patch `0.31.18` -> `0.31.21`
|
|
679
|
+
- @typescript-eslint/eslint-plugin (source) devDependencies minor `8.13.0` -> `8.15.0`
|
|
680
|
+
- @typescript-eslint/parser (source) devDependencies minor `8.13.0` -> `8.15.0`
|
|
631
681
|
- uuid devDependencies patch `11.0.2` -> `11.0.3`
|
|
632
682
|
- axios source devDependencies `1.7.7` -> `1.7.9`
|
|
633
683
|
|
|
@@ -659,7 +709,7 @@ Upgrades:
|
|
|
659
709
|
|
|
660
710
|
### Fixed
|
|
661
711
|
|
|
662
|
-
- An exception occurred if a view fragment was completely empty. This is now caught, leading to an error message in the log that better describes the root cause.
|
|
712
|
+
- An exception occurred if a view fragment was completely empty. This is now caught, leading to an error message in the log that better describes the root cause.
|
|
663
713
|
|
|
664
714
|
### Quality
|
|
665
715
|
|
|
@@ -735,10 +785,10 @@ Upgrades:
|
|
|
735
785
|
|
|
736
786
|
- Table views: new error handling for undefined keys.
|
|
737
787
|
- Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
788
|
+
- change indicator was not set for manifest.json in v4.
|
|
789
|
+
- entityPath was not forwarded at overview pages.
|
|
790
|
+
- the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
|
|
791
|
+
- FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
|
|
742
792
|
|
|
743
793
|
### Quality
|
|
744
794
|
|
|
@@ -749,7 +799,7 @@ Upgrades:
|
|
|
749
799
|
- @sap-ux/annotation-converter to 0.9.5
|
|
750
800
|
- @sapui5/ts-types-esm to 1.96.34
|
|
751
801
|
- @sap-ux/edmx-parser to 0.8.1
|
|
752
|
-
|
|
802
|
+
|
|
753
803
|
# [1.96.71] - 2024-09-04
|
|
754
804
|
|
|
755
805
|
### Fixed
|
|
@@ -803,7 +853,7 @@ Upgrades:
|
|
|
803
853
|
OData V4:
|
|
804
854
|
|
|
805
855
|
- 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
|
|
856
|
+
- Adds required `sap.fe.*` libraries to manifest.json on page creation
|
|
807
857
|
|
|
808
858
|
### Quality
|
|
809
859
|
|
|
@@ -955,7 +1005,7 @@ Upgrades:
|
|
|
955
1005
|
### Changed
|
|
956
1006
|
|
|
957
1007
|
- In a previous version, the tag `descriptionSrcUrl` (link to the UI5 documentation) was added in form of a JSDoc annotation. It became evident that this annotation was not transferred correctly in all cases to the JSON schema by the to-json-schema generator.
|
|
958
|
-
To overcome this problem, `descriptionSrcUrl` is now placed in form of reflect metadata at all sync classes, and added to the schema by an own post-processing routine `processMetadata` that evaluates the reflect metadata.
|
|
1008
|
+
To overcome this problem, `descriptionSrcUrl` is now placed in form of reflect metadata at all sync classes, and added to the schema by an own post-processing routine `processMetadata` that evaluates the reflect metadata.
|
|
959
1009
|
|
|
960
1010
|
### Removed
|
|
961
1011
|
|
|
@@ -971,8 +1021,8 @@ OData V4:
|
|
|
971
1021
|
- toolbar actions had partially not been considered during the import
|
|
972
1022
|
- the export of table properties had overwritten the export from views
|
|
973
1023
|
- the export now supports two different constellations for anyOf definitions in schema:
|
|
974
|
-
|
|
975
|
-
|
|
1024
|
+
- anyOf directly defined as additionalProperties (of MultiTableMode)
|
|
1025
|
+
- anyOf reachable via $ref, properties defined there.
|
|
976
1026
|
- Default 'empty' `manifest.json` is returned after export of FPM Custom Page
|
|
977
1027
|
- The generation of config files failed with exception if a custom header action was defined with an invalid type, like string.
|
|
978
1028
|
- empty `sap.ui5/routing/config` object removed from `manifest.json` during export
|
|
@@ -989,7 +1039,7 @@ OData V2:
|
|
|
989
1039
|
|
|
990
1040
|
### Fixed
|
|
991
1041
|
|
|
992
|
-
- V4 Macros. Property 'contextPath' and 'metaPath' exported as XML element instead of attribute into xml file
|
|
1042
|
+
- V4 Macros. Property 'contextPath' and 'metaPath' exported as XML element instead of attribute into xml file
|
|
993
1043
|
|
|
994
1044
|
### Quality
|
|
995
1045
|
|
|
@@ -1009,8 +1059,8 @@ Upgrades:
|
|
|
1009
1059
|
### Changed
|
|
1010
1060
|
|
|
1011
1061
|
- OData V2:
|
|
1012
|
-
|
|
1013
|
-
- Version api updated
|
|
1062
|
+
- Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
|
|
1063
|
+
- Version api updated
|
|
1014
1064
|
|
|
1015
1065
|
### Quality
|
|
1016
1066
|
|
|
@@ -1019,7 +1069,7 @@ Upgrades:
|
|
|
1019
1069
|
Upgrades:
|
|
1020
1070
|
|
|
1021
1071
|
- axios to 1.6.8
|
|
1022
|
-
- esbuild to 0.20.2
|
|
1072
|
+
- esbuild to 0.20.2
|
|
1023
1073
|
- semver to 7.6.0
|
|
1024
1074
|
- yarn to 1.22.22
|
|
1025
1075
|
- d3 to 7.9.0
|
|
@@ -1032,7 +1082,7 @@ Upgrades:
|
|
|
1032
1082
|
### Added
|
|
1033
1083
|
|
|
1034
1084
|
- OData V4:
|
|
1035
|
-
|
|
1085
|
+
- String type to bindable number type properties in macros schema
|
|
1036
1086
|
- Overview Pages: support three different ways of defining the colors of cards
|
|
1037
1087
|
|
|
1038
1088
|
### Quality
|
|
@@ -1095,9 +1145,9 @@ Upgrades
|
|
|
1095
1145
|
### Added
|
|
1096
1146
|
|
|
1097
1147
|
- OData V2:
|
|
1098
|
-
|
|
1148
|
+
- Support of Header facets on Object Page
|
|
1099
1149
|
- UX adjustments of inplace documentation:
|
|
1100
|
-
|
|
1150
|
+
- Support for screen readers and arrow navigation
|
|
1101
1151
|
|
|
1102
1152
|
### Changed
|
|
1103
1153
|
|
|
@@ -1122,9 +1172,9 @@ Upgrades
|
|
|
1122
1172
|
- Invalid object-like descriptions and keys had been generated into the app-specific schemas if DataFieldForIntentBasedNavigation was defined with a path reference
|
|
1123
1173
|
- An exception happened during app schema generation if a NavigationProperty pointed to an invalid target annotation
|
|
1124
1174
|
- OData V4:
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1175
|
+
- Enum for macros table `variantManagement` property
|
|
1176
|
+
- Wrong resolution of contextPath in case of containment as target for a page, leading to an exception during the schema generation
|
|
1177
|
+
- Invalid '/' in app schema definition names replaced by '::'
|
|
1128
1178
|
|
|
1129
1179
|
### Quality
|
|
1130
1180
|
|
|
@@ -1143,12 +1193,12 @@ Upgrades
|
|
|
1143
1193
|
### Added
|
|
1144
1194
|
|
|
1145
1195
|
- OData V4:
|
|
1146
|
-
|
|
1196
|
+
- View columns set as view nodes
|
|
1147
1197
|
|
|
1148
1198
|
### Fixed
|
|
1149
1199
|
|
|
1150
1200
|
- OData V4:
|
|
1151
|
-
|
|
1201
|
+
- Schema is not generated for custom page when namespaces are not defined in view file
|
|
1152
1202
|
|
|
1153
1203
|
### Quality
|
|
1154
1204
|
|
|
@@ -1165,30 +1215,30 @@ Upgrades
|
|
|
1165
1215
|
### Added
|
|
1166
1216
|
|
|
1167
1217
|
- UX adjustments of inplace documentation:
|
|
1168
|
-
|
|
1218
|
+
- Support of Keyboard Navigation
|
|
1169
1219
|
- OData V2: Support of global table settings for object pages
|
|
1170
1220
|
- OData V4:
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1221
|
+
- OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
|
|
1222
|
+
- OP: Sequence of actions is now based on criticality annotation
|
|
1223
|
+
|
|
1174
1224
|
### Changed
|
|
1175
1225
|
|
|
1176
1226
|
- Alignment of settings for sap.ovp:
|
|
1177
|
-
The global settings and card specific settings have been compared with the actual status of the documentation and the subschema as available at <https://www.npmjs.com/package/@ui5/manifest>. Missing settings have been added, obsolete settings have been eliminated.
|
|
1178
|
-
The assignment of settings to the specific card types has been revised and adjusted.
|
|
1227
|
+
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.
|
|
1228
|
+
The assignment of settings to the specific card types has been revised and adjusted.
|
|
1179
1229
|
- Increased `fe-fpm-writer` api version
|
|
1180
1230
|
- Increased api version
|
|
1181
|
-
- OData V2:
|
|
1231
|
+
- OData V2: ALP root properties order
|
|
1182
1232
|
|
|
1183
1233
|
### Fixed
|
|
1184
1234
|
|
|
1185
|
-
- OData V4:
|
|
1235
|
+
- OData V4: Empty visualization throws unhandled error during sync
|
|
1186
1236
|
- Prevent exception in case of illegal annotationPath references of fields or columns
|
|
1187
|
-
- OData V2:
|
|
1237
|
+
- OData V2: ALP not displaying chart and properties
|
|
1188
1238
|
- OVP:
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1239
|
+
- In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
|
|
1240
|
+
- Property "Category" was shown with an initial value as object, although being of type string.
|
|
1241
|
+
- Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
|
|
1192
1242
|
|
|
1193
1243
|
### Quality
|
|
1194
1244
|
|
|
@@ -1211,12 +1261,12 @@ Upgrades
|
|
|
1211
1261
|
### Changed
|
|
1212
1262
|
|
|
1213
1263
|
- OVP card settings:
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1264
|
+
- Added missing properties
|
|
1265
|
+
- Removed irrelevant settings from custom card settings
|
|
1266
|
+
- Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
|
|
1217
1267
|
|
|
1218
1268
|
- If problems had been posted to the log with regards to annotations, they normally ended with the information `location: webapp/localService/metadata.xml`. This location information might be misleading for edmx projects, as annotation may reside in a different file. It was always wrong for CAP projects.
|
|
1219
|
-
Thus the location information is removed for annotation problems
|
|
1269
|
+
Thus the location information is removed for annotation problems
|
|
1220
1270
|
|
|
1221
1271
|
- If no line item annotation is present, no `annotationPath` property gets added to the schemas of OData V2 and V4
|
|
1222
1272
|
|
|
@@ -1249,10 +1299,10 @@ Upgrades:
|
|
|
1249
1299
|
- Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
|
|
1250
1300
|
|
|
1251
1301
|
- OData V4:
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1302
|
+
- 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
|
|
1303
|
+
- 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
|
|
1304
|
+
- Building blocks:
|
|
1305
|
+
- The number of new lines that get created from the description of building block properties was decreased
|
|
1256
1306
|
|
|
1257
1307
|
### Quality
|
|
1258
1308
|
|
|
@@ -1273,25 +1323,25 @@ Upgrades:
|
|
|
1273
1323
|
|
|
1274
1324
|
### Added
|
|
1275
1325
|
|
|
1276
|
-
- OData V4:
|
|
1277
|
-
|
|
1326
|
+
- OData V4:
|
|
1327
|
+
- Added additional log entries while executing API calls for schema generation, and error log entries in case of missing UI.LineItem annotation
|
|
1278
1328
|
|
|
1279
1329
|
### Changed
|
|
1280
1330
|
|
|
1281
1331
|
- UX adjustments of inplace documentation:
|
|
1282
|
-
|
|
1332
|
+
- Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
|
|
1283
1333
|
|
|
1284
1334
|
### Removed
|
|
1285
1335
|
|
|
1286
|
-
- OData V2:
|
|
1287
|
-
|
|
1336
|
+
- OData V2:
|
|
1337
|
+
- Removed the `visibility` property for _addresses_ on subsections of the object page, as flexibility changes are not supported on this level
|
|
1288
1338
|
|
|
1289
1339
|
### Fixed
|
|
1290
1340
|
|
|
1291
|
-
- OData V2:
|
|
1292
|
-
|
|
1293
|
-
- OData V4:
|
|
1294
|
-
|
|
1341
|
+
- OData V2:
|
|
1342
|
+
- Fixed an issue with the selector ID of flexibility changes generated for contacts on the subsection level of object pages
|
|
1343
|
+
- OData V4:
|
|
1344
|
+
- Schema generation: Mark custom anchors in "oneOf" enums and additional anchor enum enhancements (missing descriptions for some actions and sections)
|
|
1295
1345
|
|
|
1296
1346
|
### Quality
|
|
1297
1347
|
|
|
@@ -1316,8 +1366,8 @@ Upgrades:
|
|
|
1316
1366
|
### Added
|
|
1317
1367
|
|
|
1318
1368
|
- OData V4:
|
|
1319
|
-
|
|
1320
|
-
|
|
1369
|
+
- `displayName` property for `relatedFacet` and `relativePosition` custom section properties
|
|
1370
|
+
- Missing `key` property for macros action group
|
|
1321
1371
|
|
|
1322
1372
|
### Changed
|
|
1323
1373
|
|
|
@@ -1331,7 +1381,7 @@ Upgrades:
|
|
|
1331
1381
|
|
|
1332
1382
|
- Under certain circumstances, the non-existence of the UI.LineItem annotation led to the exception "find is not a function" when executing the importProject API
|
|
1333
1383
|
- OData V4:
|
|
1334
|
-
|
|
1384
|
+
- Extra entry `sap.ui5/extends/extensions/sap.ui.controllerExtensions` is created in manifest.json during sync
|
|
1335
1385
|
|
|
1336
1386
|
### Quality
|
|
1337
1387
|
|
|
@@ -1349,10 +1399,10 @@ Upgrades:
|
|
|
1349
1399
|
### Added
|
|
1350
1400
|
|
|
1351
1401
|
- OData V2:
|
|
1352
|
-
|
|
1402
|
+
- Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
|
|
1353
1403
|
- OData V4:
|
|
1354
|
-
|
|
1355
|
-
|
|
1404
|
+
- Support for custom header sections
|
|
1405
|
+
- Support for custom filter fields
|
|
1356
1406
|
|
|
1357
1407
|
### Changed
|
|
1358
1408
|
|
|
@@ -1363,10 +1413,10 @@ Upgrades:
|
|
|
1363
1413
|
### Fixed
|
|
1364
1414
|
|
|
1365
1415
|
- OData V2:
|
|
1366
|
-
|
|
1416
|
+
- A missing entitySet definition for a page in manifest was not indicated correctly in the returned log. Even worse, the export deleted the related page in such a scenario. This is fixed now, the schema generation as well as the import are more fault-tolerant now with regard to this situation
|
|
1367
1417
|
- OData V4:
|
|
1368
|
-
|
|
1369
|
-
|
|
1418
|
+
- Added missing descriptions to custom section properties `relatedFacet`, `relativePosition`, `id`, `fragmentName`
|
|
1419
|
+
- Custom section properties `className` and `type` are marked as hidden
|
|
1370
1420
|
|
|
1371
1421
|
### Quality
|
|
1372
1422
|
|
|
@@ -1420,14 +1470,14 @@ Upgrades:
|
|
|
1420
1470
|
### Added
|
|
1421
1471
|
|
|
1422
1472
|
- OData V2:
|
|
1423
|
-
|
|
1473
|
+
- Added support for the binding pattern to `showHeaderContent` property
|
|
1424
1474
|
|
|
1425
1475
|
### Fixed
|
|
1426
1476
|
|
|
1427
1477
|
- OData V4:
|
|
1428
|
-
|
|
1478
|
+
- Wrong annotation path is generated for connected fields with a different entity type than the section
|
|
1429
1479
|
- OData V2:
|
|
1430
|
-
|
|
1480
|
+
- Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
|
|
1431
1481
|
|
|
1432
1482
|
### Quality
|
|
1433
1483
|
|
|
@@ -1465,7 +1515,7 @@ Upgrades:
|
|
|
1465
1515
|
|
|
1466
1516
|
- During the API call, an additional check verifies the given specification version against the minUI5Version from the passed manifest; in case of a mismatch a warning is added to the logger
|
|
1467
1517
|
- OData V4
|
|
1468
|
-
|
|
1518
|
+
- Support connected fields on the Object Page
|
|
1469
1519
|
|
|
1470
1520
|
### Quality
|
|
1471
1521
|
|
|
@@ -1481,8 +1531,8 @@ Upgrades:
|
|
|
1481
1531
|
### Added
|
|
1482
1532
|
|
|
1483
1533
|
- OData V4:
|
|
1484
|
-
|
|
1485
|
-
|
|
1534
|
+
- Default aggregation support for macros table and action group
|
|
1535
|
+
- Multiple namespaces support for macros
|
|
1486
1536
|
|
|
1487
1537
|
### Fixed
|
|
1488
1538
|
|
|
@@ -1520,9 +1570,9 @@ Upgrades:
|
|
|
1520
1570
|
### Fixed
|
|
1521
1571
|
|
|
1522
1572
|
- OData V2:
|
|
1523
|
-
|
|
1573
|
+
- Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
|
|
1524
1574
|
- OData V4:
|
|
1525
|
-
|
|
1575
|
+
- Exception on macro table with metaPath to PresentationVariant.
|
|
1526
1576
|
|
|
1527
1577
|
### Quality
|
|
1528
1578
|
|
|
@@ -1541,18 +1591,18 @@ Upgrades:
|
|
|
1541
1591
|
### Added
|
|
1542
1592
|
|
|
1543
1593
|
- OData V4:
|
|
1544
|
-
|
|
1594
|
+
- Support for Custom subsections.
|
|
1545
1595
|
|
|
1546
1596
|
### Changed
|
|
1547
1597
|
|
|
1548
1598
|
- OData V4:
|
|
1549
|
-
|
|
1599
|
+
- Changed binding expression to use "isEditable" property instead of "editable". Thus we have binding expressions {ui>/isEditable} and {= !${ui>/isEditable}}.
|
|
1550
1600
|
|
|
1551
1601
|
### Fixed
|
|
1552
1602
|
|
|
1553
1603
|
- OData V4:
|
|
1554
|
-
|
|
1555
|
-
|
|
1604
|
+
- When adding new pages, the export calculates the route pattern for the new manifest entry.
|
|
1605
|
+
Indeed, the previous logic did not consider the naming at parent pages, but defined the key name in the pattern as `key`(+ index). This led to navigation errors at run-time. Now, the key names of existing parent pages are taken over to the child page's pattern.
|
|
1556
1606
|
|
|
1557
1607
|
### Quality
|
|
1558
1608
|
|
|
@@ -1588,11 +1638,11 @@ Upgrades:
|
|
|
1588
1638
|
### Added
|
|
1589
1639
|
|
|
1590
1640
|
- General:
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1641
|
+
- Enhancement of error handling, more explicit messages are passed to the logger.
|
|
1642
|
+
Fix of error handling of exceptions from annotation parser.
|
|
1643
|
+
- Fix for List Report with multiple views and Object pages on second level in Page map
|
|
1594
1644
|
- OData V4:
|
|
1595
|
-
|
|
1645
|
+
- Added ID (`internalId`) property for macros metadata in schema
|
|
1596
1646
|
|
|
1597
1647
|
### Quality
|
|
1598
1648
|
|
|
@@ -1614,7 +1664,7 @@ Upgrades:
|
|
|
1614
1664
|
### Fixed
|
|
1615
1665
|
|
|
1616
1666
|
- OData V4:
|
|
1617
|
-
|
|
1667
|
+
- Parsing of commented contents in XML fragments, comments are now getting ignored during generation and import
|
|
1618
1668
|
|
|
1619
1669
|
### Quality
|
|
1620
1670
|
|
|
@@ -1629,20 +1679,21 @@ Upgrades:
|
|
|
1629
1679
|
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.59.2
|
|
1630
1680
|
- Update @sap-ux/vocabularies-types to 0.7.4
|
|
1631
1681
|
- Update @sap-ux/annotation-converter to 0.5.22
|
|
1632
|
-
- Update @sap-ux/edmx-parser to 0.5.14
|
|
1682
|
+
- Update @sap-ux/edmx-parser to 0.5.14
|
|
1633
1683
|
|
|
1634
1684
|
## [1.96.37] - 2023-04-19
|
|
1635
1685
|
|
|
1636
1686
|
### Fixed
|
|
1637
1687
|
|
|
1638
1688
|
- OData V4:
|
|
1639
|
-
|
|
1689
|
+
- Fixed an issue with custom extensions running into an endless loop
|
|
1640
1690
|
|
|
1641
1691
|
### Quality
|
|
1642
1692
|
|
|
1643
1693
|
- Update transitive dependencies
|
|
1644
1694
|
|
|
1645
1695
|
Upgrades:
|
|
1696
|
+
|
|
1646
1697
|
- @sapui5/ts-types-esm to 1.96.20
|
|
1647
1698
|
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
|
|
1648
1699
|
- @types/mem-fs-editor to 7.0.3
|
|
@@ -1653,13 +1704,14 @@ Upgrades:
|
|
|
1653
1704
|
### Added
|
|
1654
1705
|
|
|
1655
1706
|
- OData V4:
|
|
1656
|
-
|
|
1707
|
+
- Building blocks support for custom sections
|
|
1657
1708
|
|
|
1658
1709
|
### Quality
|
|
1659
1710
|
|
|
1660
1711
|
- Update transitive dependencies
|
|
1661
1712
|
|
|
1662
1713
|
Upgrades:
|
|
1714
|
+
|
|
1663
1715
|
- excel4node to 1.8.1
|
|
1664
1716
|
- eslint-config-prettier to 8.8.0
|
|
1665
1717
|
- prettier to 2.8.7
|
|
@@ -1690,13 +1742,13 @@ Upgrades:
|
|
|
1690
1742
|
### Fixed
|
|
1691
1743
|
|
|
1692
1744
|
- OData V2:
|
|
1693
|
-
|
|
1745
|
+
- Fixed deletion issues for Custom Columns that appeared after positions were changed
|
|
1694
1746
|
|
|
1695
1747
|
### Quality
|
|
1696
1748
|
|
|
1697
1749
|
- Upgrade "typescript" to "4.9.4"
|
|
1698
|
-
- Upgrade "@typescript-eslint/eslint-plugin" and
|
|
1699
|
-
- Upgrade "ts-node" to "10.9.1"
|
|
1750
|
+
- Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
|
|
1751
|
+
- Upgrade "ts-node" to "10.9.1"
|
|
1700
1752
|
- Upgrade "@sap-ux/fe-fpm-writer` to "0.18.7"
|
|
1701
1753
|
- Upgrade "mem-fs-editor` to "9.7.0"
|
|
1702
1754
|
- Revert "typescript-json-schema" to "0.53.0" in types package
|
|
@@ -1734,9 +1786,9 @@ Upgrades:
|
|
|
1734
1786
|
### Fixed
|
|
1735
1787
|
|
|
1736
1788
|
- OData V2:
|
|
1737
|
-
|
|
1789
|
+
- resolved sync issue with unknown properties on fields for `Table > CreateWithParameterDialog`
|
|
1738
1790
|
- OData V4:
|
|
1739
|
-
|
|
1791
|
+
- Fixed issue with missing schema and config for List report page in freestyle app
|
|
1740
1792
|
|
|
1741
1793
|
### Quality
|
|
1742
1794
|
|
|
@@ -1755,10 +1807,10 @@ Upgrades:
|
|
|
1755
1807
|
### Added
|
|
1756
1808
|
|
|
1757
1809
|
- OData V4:
|
|
1758
|
-
|
|
1810
|
+
- Generation of `propertyIndex` property in schemas for root properties
|
|
1759
1811
|
|
|
1760
1812
|
- OData V2:
|
|
1761
|
-
|
|
1813
|
+
- Generation of `propertyIndex` property in schemas for root properties
|
|
1762
1814
|
|
|
1763
1815
|
### Quality
|
|
1764
1816
|
|
|
@@ -1770,30 +1822,30 @@ Upgrades:
|
|
|
1770
1822
|
### Added
|
|
1771
1823
|
|
|
1772
1824
|
- General:
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1825
|
+
- New definitions for page types are delivered that allow a better distinction:
|
|
1826
|
+
- PageTypeV2 for types that occur in OData V2
|
|
1827
|
+
- PageTypeV4 for types that occur in OData V4
|
|
1828
|
+
- PageType as a superset of all page types that may occur
|
|
1777
1829
|
|
|
1778
1830
|
- OData V4:
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1831
|
+
- Support visual filters in toolbar on List report
|
|
1832
|
+
- Support actions in header on List report
|
|
1833
|
+
- Default annotationPath is added in schema even if LineItem annotation is not defined
|
|
1834
|
+
- Added support for applications using `contextPath` in manifest.json
|
|
1783
1835
|
|
|
1784
1836
|
### Changed
|
|
1785
1837
|
|
|
1786
1838
|
- API for OData V2:
|
|
1787
|
-
|
|
1839
|
+
- Inner functions for the generation of app schmas hav ben adapted, i.e. generateAnalyticalListReportSchemaV2, generateListReportSchemaV2, generateObjectPageSchemaV2: the entityTypeName is not passed as an input parameter anymore, as the entity set cannot be uniquely determined from it. Instead, the functions now rely on generateParameters.entitySet, the entityType is derived from this information. The api version is increased to 7.
|
|
1788
1840
|
|
|
1789
1841
|
### Fixed
|
|
1790
1842
|
|
|
1791
1843
|
- OData V4:
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1844
|
+
- Fixed toolbar action IDs by replacing special chars with double colon
|
|
1845
|
+
- Fixed incorrect order of Custom Actions when multiple before anchors are used
|
|
1846
|
+
- Not all meta characters of action keys had been converted to `::`, as a consequence existing actions in manifest may have not been considered, or new actions had not been written with the right syntax.
|
|
1795
1847
|
- OData V2:
|
|
1796
|
-
|
|
1848
|
+
- Fixed deletion of fragment cells contents in case last element is deleted
|
|
1797
1849
|
|
|
1798
1850
|
### Quality
|
|
1799
1851
|
|
|
@@ -1809,14 +1861,14 @@ Upgrades:
|
|
|
1809
1861
|
### Changed
|
|
1810
1862
|
|
|
1811
1863
|
- UI adjustments of in-place documentation:
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1864
|
+
- moved label of specification and odata version to tree canvas
|
|
1865
|
+
- aligned behavior of tree buttons to expand (+) and collapse (-) with given design
|
|
1866
|
+
- removed all hard coded colors
|
|
1867
|
+
- fixed hover on search results
|
|
1868
|
+
- aligned tooltip with given design
|
|
1817
1869
|
|
|
1818
1870
|
- OData V2:
|
|
1819
|
-
|
|
1871
|
+
- fields for `Table > CreateWithParameterDialog` are now shown as enum and the import/export is done implicitly in the background (adding `path` property).
|
|
1820
1872
|
|
|
1821
1873
|
### Fixed
|
|
1822
1874
|
|
|
@@ -1827,7 +1879,7 @@ Upgrades:
|
|
|
1827
1879
|
### Added
|
|
1828
1880
|
|
|
1829
1881
|
- OData V4:
|
|
1830
|
-
|
|
1882
|
+
- Support custom actions for Header and Footer
|
|
1831
1883
|
|
|
1832
1884
|
### Changed
|
|
1833
1885
|
|
|
@@ -1849,39 +1901,39 @@ Upgrades:
|
|
|
1849
1901
|
### Added
|
|
1850
1902
|
|
|
1851
1903
|
- OData V4:
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1904
|
+
- Support afterExecution for
|
|
1905
|
+
- List report toolbar actions
|
|
1906
|
+
- Object page header actions
|
|
1907
|
+
- Object page footer actions
|
|
1908
|
+
- Object page form actions
|
|
1857
1909
|
|
|
1858
1910
|
### Changed
|
|
1859
1911
|
|
|
1860
1912
|
- OData V4:
|
|
1861
|
-
|
|
1862
|
-
- General: the schema tag `key` (concatenated string) got replaced by the schema tag `keys` that is defined as an array of objects with `name`and `value`.
|
|
1913
|
+
- Refactored interfaces for custom actions
|
|
1914
|
+
- General: the schema tag `key` (concatenated string) got replaced by the schema tag `keys` that is defined as an array of objects with `name`and `value`. Reasons are the support of different CSS styles for `name` and `value` as well as globalization (bi-directional languages).
|
|
1863
1915
|
- API. Export `ControllerExtensionPageType`, `CustomActionTargetControl` enums from `fpm-writer`.
|
|
1864
1916
|
|
|
1865
1917
|
### Fixed
|
|
1866
1918
|
|
|
1867
1919
|
- OData V4:
|
|
1868
|
-
|
|
1920
|
+
- Fixed an issue with custom pages using an unknown template (not `sap.fe.core.fpm`).
|
|
1869
1921
|
|
|
1870
1922
|
## [1.102.11] - 2022-10-20
|
|
1871
1923
|
|
|
1872
1924
|
### Added
|
|
1873
1925
|
|
|
1874
1926
|
- Applications that show content from schemas may want to also display the technical key - this simplifies identification of the corresponding element in the original source file. To this aim, the tag `key` is used for properties. `key` is a concatenated string that also sows a prefix following one of the patterns:
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
In case of Target, an additional schema tag `target` is added: it not only represents the namespace but potentially also the target within the namespace (entity container, entity type, ...)
|
|
1927
|
+
- Value for DataFields
|
|
1928
|
+
- Key for custom columns etc. where it is a key in the manifest. Only exception are views: they have no prefix as there is logic that programs against the key.
|
|
1929
|
+
- ID for facets
|
|
1930
|
+
- Action for any action
|
|
1931
|
+
- Instance-based navigation: Property + SemanticObject + Action
|
|
1932
|
+
- Target for DataFieldForAnnotation.
|
|
1933
|
+
In case of Target, an additional schema tag `target` is added: it not only represents the namespace but potentially also the target within the namespace (entity container, entity type, ...)
|
|
1882
1934
|
- OData V4:
|
|
1883
|
-
|
|
1884
|
-
|
|
1935
|
+
- Custom action support in Object Page forms
|
|
1936
|
+
|
|
1885
1937
|
### Changed
|
|
1886
1938
|
|
|
1887
1939
|
- Common dependencies have been moved to the root level.
|
|
@@ -1890,7 +1942,7 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1890
1942
|
### Fixed
|
|
1891
1943
|
|
|
1892
1944
|
- OData V4:
|
|
1893
|
-
|
|
1945
|
+
- Fixed an issue with custom actions referencing each other
|
|
1894
1946
|
|
|
1895
1947
|
## [1.96.25] - 2022-10-06
|
|
1896
1948
|
|
|
@@ -1919,9 +1971,9 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1919
1971
|
### Added
|
|
1920
1972
|
|
|
1921
1973
|
- OData V4:
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1974
|
+
- Added custom pages not using FPM library to pages view in Application Modeler Panel (limited functionality support)
|
|
1975
|
+
- Controller Extension support in "app.json"
|
|
1976
|
+
- Zero state support
|
|
1925
1977
|
|
|
1926
1978
|
### Changed
|
|
1927
1979
|
|
|
@@ -1930,8 +1982,8 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1930
1982
|
### Fixed
|
|
1931
1983
|
|
|
1932
1984
|
- OData V4:
|
|
1933
|
-
|
|
1934
|
-
|
|
1985
|
+
- Reordering of custom views for list report did not work. This was fixed, but consequently the logic for deleting custom views also had to be adapted.
|
|
1986
|
+
- When adding new sub-pages to the app.json the export to manifest created wrong keys for the new navigation routes, and wrong query patterns for the targets.
|
|
1935
1987
|
|
|
1936
1988
|
### Quality
|
|
1937
1989
|
|
|
@@ -1951,7 +2003,7 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1951
2003
|
### Added
|
|
1952
2004
|
|
|
1953
2005
|
- OData V4:
|
|
1954
|
-
|
|
2006
|
+
- API for custom extensions extended to call enableFPM prior to adding concrete extension using the FPM writer of open-ux-tools
|
|
1955
2007
|
|
|
1956
2008
|
### Changed
|
|
1957
2009
|
|
|
@@ -1962,7 +2014,7 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1962
2014
|
### Removed
|
|
1963
2015
|
|
|
1964
2016
|
- OData V4:
|
|
1965
|
-
|
|
2017
|
+
- Removed `End` value from Placement property for custom extensions
|
|
1966
2018
|
|
|
1967
2019
|
## [1.96.20] - 2022-08-24
|
|
1968
2020
|
|
|
@@ -1970,15 +2022,15 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1970
2022
|
|
|
1971
2023
|
- API enhanced by a wrapper function for the creation of custom views (that delegates to the FPM writer of open-ux-tools)
|
|
1972
2024
|
- OData V4:
|
|
1973
|
-
|
|
2025
|
+
- Added custom pages using FPM library to pages view in Application Modeler Panel
|
|
1974
2026
|
|
|
1975
2027
|
### Changed
|
|
1976
2028
|
|
|
1977
2029
|
- The specification module is now build with esbuild instead of webpack.
|
|
1978
|
-
The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
|
|
2030
|
+
The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
|
|
1979
2031
|
|
|
1980
|
-
|
|
1981
|
-
import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
|
|
2032
|
+
```
|
|
2033
|
+
import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
|
|
1982
2034
|
==> import { PageType } from '@sap/ux-specification/types';
|
|
1983
2035
|
|
|
1984
2036
|
import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/dist/src/v2';
|
|
@@ -1986,20 +2038,20 @@ import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specificatio
|
|
|
1986
2038
|
|
|
1987
2039
|
import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist/src/v4';
|
|
1988
2040
|
==> import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/types/v4';
|
|
1989
|
-
|
|
2041
|
+
```
|
|
1990
2042
|
|
|
1991
2043
|
- OData V4:
|
|
1992
|
-
|
|
2044
|
+
- LR: Mark view properties `key`, `index` as hidden in schema
|
|
1993
2045
|
|
|
1994
2046
|
### Fixed
|
|
1995
2047
|
|
|
1996
2048
|
- OData V2:
|
|
1997
|
-
|
|
2049
|
+
- OP: Fixed incorrect generation of flexChanges in case of Form, Form Fields and Form Fields referenced from a navigation entity
|
|
1998
2050
|
|
|
1999
2051
|
- OData V4:
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2052
|
+
- In some cases sections defined with PresentationVariants did not appear on the object page
|
|
2053
|
+
- The resolution of alias definitions using the @SAP\_\_ prefix was not correct, leading also to gaps in the elements that were considered
|
|
2054
|
+
- LR: Schema now considers default visualation `UI.LineItem` if not defined in `SelectionPresentationVariant`
|
|
2003
2055
|
|
|
2004
2056
|
## [1.96.19] - 2022-08-11
|
|
2005
2057
|
|
|
@@ -2010,36 +2062,37 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
|
|
|
2010
2062
|
### Changed
|
|
2011
2063
|
|
|
2012
2064
|
- OData V4: With API version 4 of specification - introduced with the given version - the way how routes are represented in the app.json changes: before the pattern was
|
|
2013
|
-
`route: key`, now it follows the manifest syntax
|
|
2065
|
+
`route: key`, now it follows the manifest syntax
|
|
2066
|
+
|
|
2067
|
+
```
|
|
2068
|
+
key: {
|
|
2069
|
+
route: route
|
|
2070
|
+
}
|
|
2071
|
+
```
|
|
2014
2072
|
|
|
2015
|
-
|
|
2016
|
-
key: {
|
|
2017
|
-
route: route
|
|
2018
|
-
}
|
|
2019
|
-
```
|
|
2073
|
+
The switch to an object representation allows to also include other target information like "outbound"
|
|
2020
2074
|
|
|
2021
|
-
The switch to an object representation allows to also include other target information like "outbound"
|
|
2022
2075
|
- OData V4: as long as no views are defined in manifest, the showCounts property is not part of the schema, except if it is already maintained
|
|
2023
2076
|
- OData V2:
|
|
2024
|
-
|
|
2077
|
+
- Mark custom column 'columnIndex' property as hidden
|
|
2025
2078
|
|
|
2026
2079
|
### Fixed
|
|
2027
2080
|
|
|
2028
2081
|
- OData V4:
|
|
2029
|
-
|
|
2030
|
-
|
|
2082
|
+
- LR: The export of property changes at the page editor led to a deletion of (custom) views in manifest; besides, outbound navigation entries could get deleted
|
|
2083
|
+
- Fixed an issue with missing custom action if an empty "press" is defined
|
|
2031
2084
|
|
|
2032
2085
|
## [1.96.18] - 2022-07-28
|
|
2033
2086
|
|
|
2034
2087
|
### Added
|
|
2035
2088
|
|
|
2036
2089
|
- OData V4:
|
|
2037
|
-
|
|
2090
|
+
- Added support for custom actions for tables in LR and OP
|
|
2038
2091
|
|
|
2039
2092
|
### Fixed
|
|
2040
2093
|
|
|
2041
2094
|
- OData V4:
|
|
2042
|
-
|
|
2095
|
+
- Fixed an issue with custom column export where it was not possible to restore a deleted column
|
|
2043
2096
|
|
|
2044
2097
|
### Quality
|
|
2045
2098
|
|
|
@@ -2060,11 +2113,11 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
|
|
|
2060
2113
|
- OData V2:
|
|
2061
2114
|
|
|
2062
2115
|
- OData V4:
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2116
|
+
- Properties of custom columns on object page had not been exported correctly if the table is associated to another entity type via navigation path or is using a PresentationVariant.
|
|
2117
|
+
The value help of the anchor in LSP (config JSON) also did not show the right values.
|
|
2118
|
+
- Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
|
|
2119
|
+
wrong `annotationPath` and `isViewNode` settings are adjusted.
|
|
2120
|
+
- Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
|
|
2068
2121
|
|
|
2069
2122
|
### Quality
|
|
2070
2123
|
|
|
@@ -2075,17 +2128,17 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
|
|
|
2075
2128
|
### Added
|
|
2076
2129
|
|
|
2077
2130
|
- OData V4:
|
|
2078
|
-
|
|
2131
|
+
- Extend pagemap support for freestyle apps using FPM library
|
|
2079
2132
|
|
|
2080
2133
|
### Fixed
|
|
2081
2134
|
|
|
2082
2135
|
- OData V2:
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2136
|
+
- OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
|
|
2137
|
+
- Table type property is now set to blank in case not maintained in manifest.json
|
|
2138
|
+
- If two sections of object page referred to an element (e.g. action, table column) of the same name, they had been sync'd by the program logic: changes of one property had also been refelected in the other.
|
|
2139
|
+
- One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
|
|
2140
|
+
- No sorting by time took place before for flexibility changes, as a result an older change of the same property may have shown up instead of the newer one.
|
|
2141
|
+
- If several flexibility changes existed for the same control property, secondary ones had not been imported correctly: you could find them under a wrong property name in the config JSON file.
|
|
2089
2142
|
|
|
2090
2143
|
## [1.96.15] - 2022-06-16
|
|
2091
2144
|
|
|
@@ -2146,19 +2199,19 @@ Upgrade node & node-version to 14.x
|
|
|
2146
2199
|
### Changed
|
|
2147
2200
|
|
|
2148
2201
|
- OData V4:
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2202
|
+
- For list report views, the content of title and description in the schema got exchanged.
|
|
2203
|
+
- Custom columns having an invalid anchor are not filtered out anymore but added to the schema (at the end of the columns' list). This better supports fixing the situation and is necessary so that the import fills the properties correctly.
|
|
2204
|
+
- LR: If views are enabled, generic table columns won't be used/filled.
|
|
2152
2205
|
|
|
2153
2206
|
### Fixed
|
|
2154
2207
|
|
|
2155
2208
|
- OData V4:
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2209
|
+
- If the table setting creationMode existed in the outdated string format, the export just had overwritten the string. Now, an implicit conversion to the new object format takes place.
|
|
2210
|
+
- In case of multiple custom columns with an invalid anchor the app schema generation ran into an endless loop.
|
|
2211
|
+
- No import of property annotationPath was happening at chart views of List Report.
|
|
2212
|
+
- In the app specific schema, the description was missing for charts in sections.
|
|
2213
|
+
- Tag 'hidden' was added to the property annotationPath of the ALP chart view in app schema.
|
|
2214
|
+
- If defaultTemplateAnnotationPath is maintained and refers to an annotation other than UI.LineItem, the table settings and columns of the referred definition are now imported correctly.
|
|
2162
2215
|
|
|
2163
2216
|
### Quality
|
|
2164
2217
|
|
|
@@ -2170,19 +2223,19 @@ Upgrade node & node-version to 14.x
|
|
|
2170
2223
|
### Added
|
|
2171
2224
|
|
|
2172
2225
|
- OData V4:
|
|
2173
|
-
|
|
2226
|
+
- The title of ALP or List Report views is now following the same criteria as the UI5 run-time.
|
|
2174
2227
|
|
|
2175
2228
|
### Fixed
|
|
2176
2229
|
|
|
2177
|
-
- OData V4:
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2230
|
+
- OData V4:
|
|
2231
|
+
- Problems with deletion of ListReport table views.
|
|
2232
|
+
- Unknown properties removed from custom section definition in 'manifest.json'.
|
|
2233
|
+
- delete 'table/personalization' object property in 'manifest.json' if last property was removed.
|
|
2234
|
+
- Export. Delete of entries from `table/views` - views were not deleted during export if entries in annotation file were deleted as first.
|
|
2235
|
+
- When changing the table type in the page editor for LRP (V4), the respective manifest setting is not updated as long as this page is configured with the primary and secondary views.
|
|
2183
2236
|
- OData V2:
|
|
2184
|
-
|
|
2185
|
-
|
|
2237
|
+
- Sections and subsections with a reference to Communication.Contact or Communication.Address had not been shown, support of flexibility changes for them.
|
|
2238
|
+
- Facet or section references with multi-level navigation had not been handled correctly.
|
|
2186
2239
|
|
|
2187
2240
|
### Quality
|
|
2188
2241
|
|
|
@@ -2193,22 +2246,22 @@ Upgrade node & node-version to 14.x
|
|
|
2193
2246
|
### Added
|
|
2194
2247
|
|
|
2195
2248
|
- OData V2:
|
|
2196
|
-
|
|
2197
|
-
|
|
2249
|
+
- LR: Old settings for table type (tableType) had been ignored in newer specification releases. As a consequence, you may have found the table type twice in manifest, once with the old syntax and an additional entry with the new syntax, after switching to a newer UI5 version.
|
|
2250
|
+
Now an implicit conversion to the new tableSettings takes place, and the old setting gets automatically replaced during the export.
|
|
2198
2251
|
- OData V4:
|
|
2199
|
-
|
|
2252
|
+
- OP: Added support for presentation variants with chart or table visualization
|
|
2200
2253
|
|
|
2201
2254
|
- Documentation actualized with regards to the new release version 1.100.
|
|
2202
2255
|
|
|
2203
2256
|
### Fixed
|
|
2204
2257
|
|
|
2205
2258
|
- OData V4:
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2259
|
+
- Exception in case of multi-tab views in manifest that referred to a SelectionVariant.
|
|
2260
|
+
- Export of table settings of list report was targeting the wrong manifest settings if a defaultTemplateAnnotationPath is defined, pointing to a SelectionPresentationVariant.
|
|
2261
|
+
- List report with multiple views: insert and reordering was not supported correctly.
|
|
2209
2262
|
- OData V2:
|
|
2210
|
-
|
|
2211
|
-
|
|
2263
|
+
- After an entry of quickVariantSelectionX got deleted, the entry still was present in manifest.json.
|
|
2264
|
+
- Sections of subordinate object pages had not been added correctly to the app schema in all cases.
|
|
2212
2265
|
|
|
2213
2266
|
### Quality
|
|
2214
2267
|
|
|
@@ -2219,13 +2272,13 @@ Upgrade node & node-version to 14.x
|
|
|
2219
2272
|
|
|
2220
2273
|
### Added
|
|
2221
2274
|
|
|
2222
|
-
- OData V4:
|
|
2223
|
-
|
|
2275
|
+
- OData V4:
|
|
2276
|
+
- Support of defaultTemplateAnnotationPath as property; consider defaultTemplateAnnotationPath when retrieving the relevant table settings and while switching to ALP flavour.
|
|
2224
2277
|
|
|
2225
2278
|
### Fixed
|
|
2226
2279
|
|
|
2227
2280
|
- OData V2:
|
|
2228
|
-
|
|
2281
|
+
- Extensions - empty "extensions" object was created in "sap.ui5/"extends"/"extensions"/"sap.ui.viewExtensions"/"sap.suite.ui.generic.template.ListReport.view.ListReport".
|
|
2229
2282
|
|
|
2230
2283
|
### Quality
|
|
2231
2284
|
|
|
@@ -2249,17 +2302,17 @@ Upgrade node & node-version to 14.x
|
|
|
2249
2302
|
### Added
|
|
2250
2303
|
|
|
2251
2304
|
- OData V4:
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2305
|
+
- Support of `flexEnabled` property.
|
|
2306
|
+
- ALP flavor, support of ALP views.
|
|
2307
|
+
- List report: multiple views, with the right properties.
|
|
2255
2308
|
|
|
2256
2309
|
### Fixed
|
|
2257
2310
|
|
|
2258
2311
|
- OData V2:
|
|
2259
|
-
|
|
2312
|
+
- Duplicated fragment columns were written if table namespace was not found, and unknown custom data in fragment was not considered.
|
|
2260
2313
|
- OData V4:
|
|
2261
|
-
|
|
2262
|
-
|
|
2314
|
+
- Custom columns had not been considered when having a 'Before' reference against other custom columns.
|
|
2315
|
+
- Fix overwriting of manifest page content, if page key is changed.
|
|
2263
2316
|
|
|
2264
2317
|
### Quality
|
|
2265
2318
|
|
|
@@ -2274,19 +2327,19 @@ Upgrade node & node-version to 14.x
|
|
|
2274
2327
|
### Added
|
|
2275
2328
|
|
|
2276
2329
|
- OData V2:
|
|
2277
|
-
|
|
2330
|
+
- visible property is now also available for facets without annotation Id
|
|
2278
2331
|
|
|
2279
2332
|
- OData V4:
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2333
|
+
- Support of progress, rating and microchart header facets
|
|
2334
|
+
- Version increase for "fe-fpm-writer" from "0.4.0" to "0.5.0"
|
|
2335
|
+
- Return "fpmWriter" API version - current version "1"
|
|
2283
2336
|
|
|
2284
2337
|
### Fixed
|
|
2285
2338
|
|
|
2286
2339
|
- OData V2:
|
|
2287
|
-
|
|
2340
|
+
- Creation of new flexChanges now considers resolved Id from pom.xml
|
|
2288
2341
|
- OData V4:
|
|
2289
|
-
|
|
2342
|
+
- Fix overwriting of manifest page id in case of different page key
|
|
2290
2343
|
|
|
2291
2344
|
### Quality
|
|
2292
2345
|
|
|
@@ -2298,7 +2351,7 @@ Upgrade node & node-version to 14.x
|
|
|
2298
2351
|
|
|
2299
2352
|
- Metadata information `dataType` added to various places in V2 and V4 schemas
|
|
2300
2353
|
- OData V2:
|
|
2301
|
-
|
|
2354
|
+
- display selection fields, and support date settings properties on LR/ALP
|
|
2302
2355
|
|
|
2303
2356
|
### Fixed
|
|
2304
2357
|
|
|
@@ -2314,17 +2367,17 @@ Upgrade node & node-version to 14.x
|
|
|
2314
2367
|
### Added
|
|
2315
2368
|
|
|
2316
2369
|
- OData V2:
|
|
2317
|
-
|
|
2318
|
-
|
|
2370
|
+
- Support default date range `defaultValue` property on filter fields
|
|
2371
|
+
- LR/ALP: Support column and footer action properties
|
|
2319
2372
|
|
|
2320
2373
|
- OData V4:
|
|
2321
|
-
|
|
2374
|
+
- Support of custom columns
|
|
2322
2375
|
|
|
2323
2376
|
### Fixed
|
|
2324
2377
|
|
|
2325
2378
|
- OData V2:
|
|
2326
|
-
|
|
2327
|
-
|
|
2379
|
+
- OP: Fix generation of flexChanges for sections with or without ID in annotations
|
|
2380
|
+
- Fix issues with sync logic in case of sub object page
|
|
2328
2381
|
|
|
2329
2382
|
### Quality
|
|
2330
2383
|
|
|
@@ -2335,9 +2388,9 @@ Upgrade node & node-version to 14.x
|
|
|
2335
2388
|
### Added
|
|
2336
2389
|
|
|
2337
2390
|
- OData V2:
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2391
|
+
- `exportType` property can now be configured to specify the type of export to be used in the SmartTable control
|
|
2392
|
+
- OP: `statePreservationMode` property can now be configured to allowing applications to configure persistence mode in an object page
|
|
2393
|
+
- OP: `draftDiscardConfirmationSettings` property can now be configured allowing applications to turn off the discard draft confirmation popup in various scenarios
|
|
2341
2394
|
|
|
2342
2395
|
### Quality
|
|
2343
2396
|
|
|
@@ -2348,33 +2401,33 @@ Upgrade node & node-version to 14.x
|
|
|
2348
2401
|
### Added
|
|
2349
2402
|
|
|
2350
2403
|
- OData V2:
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2404
|
+
- OP: properties of footer actions are displayed and supported in side panel
|
|
2405
|
+
- properties of toolbar actions are displayed and supported in side panel
|
|
2406
|
+
- OVP: The property `showLineItemDetail` is now supported for List and Table cards
|
|
2407
|
+
- OP: Schema now supports column extensions for TreeTable
|
|
2355
2408
|
|
|
2356
2409
|
### Changed
|
|
2357
2410
|
|
|
2358
2411
|
- OData V2:
|
|
2359
|
-
|
|
2360
|
-
|
|
2412
|
+
- property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
|
|
2413
|
+
- OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
|
|
2361
2414
|
- OData V4:
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2415
|
+
- property `afterExecution` of table columns now is only visible for actions but not for other record types
|
|
2416
|
+
- deprecated `name` property and support new `template` property for custom sections in manifest
|
|
2417
|
+
|
|
2365
2418
|
### Removed
|
|
2366
2419
|
|
|
2367
2420
|
- OData V2:
|
|
2368
|
-
|
|
2421
|
+
- OVP: removed `tabs` property from card level
|
|
2369
2422
|
|
|
2370
2423
|
### Fixed
|
|
2371
2424
|
|
|
2372
2425
|
- OData V2:
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2426
|
+
- correct schema generation in case multiple facets are referring to lineitem annotation of same entity
|
|
2427
|
+
- Facet Id is considered for import and export of manifest settings
|
|
2428
|
+
- Fixed sync issues in case no text is provided for custom columns
|
|
2376
2429
|
- OData V4:
|
|
2377
|
-
|
|
2430
|
+
- Avoid exporting empty arrays to manifest.json
|
|
2378
2431
|
|
|
2379
2432
|
### Quality
|
|
2380
2433
|
|