@sap/ux-specification 1.84.130 → 1.84.131
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 +453 -413
- 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-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +175 -172
- 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/specification/package.json +12 -9
- 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 +320 -0
- package/dist/specification/scripts/generate-validity-report.js.map +1 -0
- 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/importProject.d.ts.map +1 -1
- package/dist/specification/src/sync/common/importProject.js +2 -0
- package/dist/specification/src/sync/common/importProject.js.map +1 -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 -8
- 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 +39 -4
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +67 -6
- 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/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/Table.d.ts +19 -6
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +24 -8
- 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 +28 -5
- 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/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 +72 -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 +299 -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} +24 -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} +113 -128
- 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 +99 -16
- 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 +15 -9
- 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/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 +19 -4
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +549 -0
- package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
- package/dist/specification/test/test-utils/utils.d.ts +55 -0
- package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
- package/dist/specification/test/test-utils/utils.js +346 -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/package.json +13 -10
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -74
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -262
- 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,15 +6,50 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
6
6
|
|
|
7
7
|
## What's new with version 1.84
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
_Official support of OData V4_
|
|
10
10
|
|
|
11
11
|
## Prerequisites
|
|
12
12
|
|
|
13
|
-
[Node.js](https://nodejs.org/en/download/) version `20.14.0` or higher
|
|
13
|
+
You have [Node.js](https://nodejs.org/en/download/) version `20.14.0` or higher installed
|
|
14
|
+
|
|
15
|
+
## [1.84.131] - 2026-03-05
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- Enhanced the page schema by adding `manifestPath` support for actions, sections, columns, fields, and filter fields in OData V4 applications
|
|
20
|
+
- Enhanced the page schema by adding `manifestPath` support for overview page properties in OData V2 applications
|
|
21
|
+
|
|
22
|
+
### Fixed
|
|
23
|
+
|
|
24
|
+
- 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
|
|
25
|
+
- 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"
|
|
26
|
+
- 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
|
|
27
|
+
- Fixed an issue where views with an entitySet were not imported and couldn't be deleted.
|
|
28
|
+
- Fixed an issue where a crash occurred during schema generation when a selection field has no value. Added a warning message instead.
|
|
29
|
+
- Fixed an issue where `undefined.position` is created in `manifest.json` during view creation/deletion for OData V4 applications.
|
|
30
|
+
- Fixed an issue where wrong `entityType` was resolved for `ListReport` page generation when `NavigationProperty` has `Partner` attribute.
|
|
31
|
+
|
|
32
|
+
### Quality
|
|
33
|
+
|
|
34
|
+
Upgrades:
|
|
35
|
+
|
|
36
|
+
| Package | Change |
|
|
37
|
+
| -------------------------------------------------------------------- | ------------------------ |
|
|
38
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
|
|
39
|
+
| [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
|
|
40
|
+
| [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
|
|
41
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
|
|
42
|
+
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
|
|
43
|
+
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
|
|
44
|
+
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) | [`0.10.20` -> `0.10.21`] |
|
|
45
|
+
| [axios](https://axios-http.com) | [`1.13.5` -> `1.13.6`] |
|
|
46
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
|
|
47
|
+
| [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
|
|
14
48
|
|
|
15
49
|
## [1.84.130] - 2026-02-04
|
|
16
50
|
|
|
17
51
|
### Fixed
|
|
52
|
+
|
|
18
53
|
- 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
|
|
19
54
|
- Fixed multiple issues for the `manifestPath` calculation in the schema
|
|
20
55
|
- Fixed page support for the analytical list page in OData V2 applications
|
|
@@ -24,31 +59,34 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
24
59
|
|
|
25
60
|
Upgrades:
|
|
26
61
|
|
|
27
|
-
| Package
|
|
28
|
-
|
|
29
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
30
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
31
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
32
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
33
|
-
| [@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`
|
|
34
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
35
|
-
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint))
|
|
36
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
37
|
-
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser)
|
|
38
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
39
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
40
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
62
|
+
| Package | Change |
|
|
63
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
|
64
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | `1.12.0` → `1.13.5` |
|
|
65
|
+
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter)) | `0.10.19` → `0.10.20` |
|
|
66
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | `1.34.2` → `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` |
|
|
41
76
|
|
|
42
77
|
## [1.84.129] - 2026-01-21
|
|
43
78
|
|
|
44
79
|
### Added
|
|
80
|
+
|
|
45
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
|
|
46
82
|
- Added support for the `CreateMode` property at the page level and application level for OData V2 applications
|
|
47
83
|
|
|
48
84
|
### Changed
|
|
85
|
+
|
|
49
86
|
- Refactored the initial step of generating a list report page for OData V4 applications
|
|
50
87
|
|
|
51
88
|
### Fixed
|
|
89
|
+
|
|
52
90
|
- Ensures compatibility with newer OData v4.01 services while maintaining backward compatibility with existing v4.0 services.
|
|
53
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
|
|
54
92
|
|
|
@@ -56,86 +94,92 @@ Upgrades:
|
|
|
56
94
|
|
|
57
95
|
Upgrades:
|
|
58
96
|
|
|
59
|
-
| Package
|
|
60
|
-
|
|
61
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
62
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser))
|
|
63
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
64
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
65
|
-
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema)
|
|
66
|
-
| [@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`]
|
|
67
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
68
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
69
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
70
|
-
| [mem-fs-editor](https://github.com/SBoudrias/mem-fs-editor)
|
|
71
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
72
|
-
| [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/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`] |
|
|
102
|
+
| [@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`] |
|
|
103
|
+
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.15`] |
|
|
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
|
+
| [mem-fs-editor](https://github.com/SBoudrias/mem-fs-editor) | [-> `9.7.0`] |
|
|
109
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
|
|
110
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
|
|
73
111
|
|
|
74
112
|
## [1.84.128] - 2026-01-07
|
|
75
113
|
|
|
76
114
|
### Added
|
|
115
|
+
|
|
77
116
|
- Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
|
|
78
117
|
- Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
|
|
79
118
|
|
|
80
119
|
### Fixed
|
|
120
|
+
|
|
81
121
|
OData V2:
|
|
122
|
+
|
|
82
123
|
- OVP. Export issue - not possible to remove not allowed chart card properties
|
|
83
124
|
|
|
84
125
|
### Quality
|
|
85
126
|
|
|
86
127
|
Upgrades:
|
|
87
128
|
|
|
88
|
-
| Package
|
|
89
|
-
|
|
90
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
91
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
92
|
-
| [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))
|
|
129
|
+
| Package | Change |
|
|
130
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
131
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.32.12` -> `1.33.0`] |
|
|
132
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
|
|
133
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
|
|
134
|
+
| [@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`] |
|
|
135
|
+
| [@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
136
|
|
|
96
137
|
## [1.84.127] - 2025-11-26
|
|
97
138
|
|
|
98
139
|
### Added
|
|
140
|
+
|
|
99
141
|
- Enhanced the `readApp` API method:
|
|
100
|
-
|
|
101
|
-
|
|
142
|
+
- The method now returns an `applicationModel` where each page includes its own `TreeModel`
|
|
143
|
+
- Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
|
|
102
144
|
|
|
103
145
|
### Fixed
|
|
104
146
|
|
|
105
147
|
OData V4:
|
|
148
|
+
|
|
106
149
|
- Avoid unnecessary deletion of `targets.{target}.contextPattern`
|
|
107
150
|
|
|
108
151
|
### Quality
|
|
109
152
|
|
|
110
153
|
Upgrades:
|
|
111
154
|
|
|
112
|
-
| Package
|
|
113
|
-
|
|
114
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
155
|
+
| Package | Change |
|
|
156
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
157
|
+
| [@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.12.0` -> `0.13.2`] |
|
|
115
158
|
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.7` -> `0.10.9`] |
|
|
116
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
117
|
-
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery)
|
|
118
|
-
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs)
|
|
119
|
-
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema)
|
|
120
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
159
|
+
| [@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`] |
|
|
160
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
|
|
161
|
+
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
|
|
162
|
+
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
|
|
163
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
|
|
121
164
|
|
|
122
165
|
## [1.84.126] - 2025-11-12
|
|
123
166
|
|
|
124
167
|
### Added
|
|
168
|
+
|
|
125
169
|
- Added the new API method `readApp`: a simpler wrapper around `importProject` that only requires the app parameter (path or `ApplicationAccess` instance)
|
|
126
170
|
|
|
127
171
|
### Quality
|
|
128
172
|
|
|
129
173
|
Upgrades:
|
|
130
174
|
|
|
131
|
-
| Package
|
|
132
|
-
|
|
133
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
134
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
135
|
-
| [@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`]
|
|
136
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
137
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
138
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
175
|
+
| Package | Change |
|
|
176
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
177
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
|
|
178
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
|
|
179
|
+
| [@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`] |
|
|
180
|
+
| [@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`] |
|
|
181
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
|
|
182
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
|
|
139
183
|
|
|
140
184
|
## [1.84.125] - 2025-10-29
|
|
141
185
|
|
|
@@ -143,12 +187,12 @@ Upgrades:
|
|
|
143
187
|
|
|
144
188
|
Upgrades:
|
|
145
189
|
|
|
146
|
-
| Package
|
|
147
|
-
|
|
148
|
-
| [@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`]
|
|
149
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
150
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
151
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
190
|
+
| Package | Change |
|
|
191
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
192
|
+
| [@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`] |
|
|
193
|
+
| [@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`] |
|
|
194
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
|
|
195
|
+
| [@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`] |
|
|
152
196
|
|
|
153
197
|
## [1.84.124] - 2025-10-15
|
|
154
198
|
|
|
@@ -156,16 +200,16 @@ Upgrades:
|
|
|
156
200
|
|
|
157
201
|
Upgrades:
|
|
158
202
|
|
|
159
|
-
| Package
|
|
160
|
-
|
|
161
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
162
|
-
| [patch-package](https://github.com/ds300/patch-package)
|
|
163
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
164
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
165
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
166
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
167
|
-
| [@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`] |
|
|
168
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
203
|
+
| Package | Change |
|
|
204
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
205
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
|
|
206
|
+
| [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
|
|
207
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
|
|
208
|
+
| [@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`] |
|
|
209
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
|
|
210
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
211
|
+
| [@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`] |
|
|
212
|
+
| [@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`] |
|
|
169
213
|
|
|
170
214
|
## [1.84.123] - 2025-10-01
|
|
171
215
|
|
|
@@ -175,16 +219,14 @@ Upgrades:
|
|
|
175
219
|
|
|
176
220
|
- Upgraded TS target to `ES2023`
|
|
177
221
|
|
|
178
|
-
| Package
|
|
179
|
-
|
|
180
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
181
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
182
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
183
|
-
| [@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`]
|
|
184
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
185
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
186
|
-
|
|
187
|
-
|
|
222
|
+
| Package | Change |
|
|
223
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
224
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
|
|
225
|
+
| [@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`] |
|
|
226
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
|
|
227
|
+
| [@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`] |
|
|
228
|
+
| [@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`] |
|
|
229
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
188
230
|
|
|
189
231
|
## [1.84.122] - 2025-09-17
|
|
190
232
|
|
|
@@ -192,14 +234,14 @@ Upgrades:
|
|
|
192
234
|
|
|
193
235
|
Upgrades:
|
|
194
236
|
|
|
195
|
-
| Package
|
|
196
|
-
|
|
197
|
-
| [@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`] |
|
|
198
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
199
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
200
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
201
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
202
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
237
|
+
| Package | Change |
|
|
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.42.0` -> `8.44.0`] |
|
|
240
|
+
| [@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`] |
|
|
241
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
|
|
242
|
+
| [@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`] |
|
|
243
|
+
| [@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`] |
|
|
244
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
|
|
203
245
|
|
|
204
246
|
## [1.84.121] - 2025-09-03
|
|
205
247
|
|
|
@@ -211,11 +253,11 @@ OVP page. Properties from different card types on the OVP page were not imported
|
|
|
211
253
|
|
|
212
254
|
Upgrades:
|
|
213
255
|
|
|
214
|
-
| Package
|
|
215
|
-
|
|
216
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.40.0` -> `8.42.0`] |
|
|
217
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
218
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
256
|
+
| Package | Change |
|
|
257
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
258
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.40.0` -> `8.42.0`] |
|
|
259
|
+
| [@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`] |
|
|
260
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
|
|
219
261
|
|
|
220
262
|
## [1.84.120] - 2025-08-20
|
|
221
263
|
|
|
@@ -223,13 +265,13 @@ Upgrades:
|
|
|
223
265
|
|
|
224
266
|
Upgrades:
|
|
225
267
|
|
|
226
|
-
| Package
|
|
227
|
-
|
|
228
|
-
| [@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`] |
|
|
229
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
230
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
231
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
232
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
268
|
+
| Package | Change |
|
|
269
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
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.39.0` -> `8.40.0`] |
|
|
271
|
+
| [@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`] |
|
|
272
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
|
|
273
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
|
|
274
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
|
|
233
275
|
|
|
234
276
|
## [1.84.119] - 2025-08-09
|
|
235
277
|
|
|
@@ -237,13 +279,13 @@ Upgrades:
|
|
|
237
279
|
|
|
238
280
|
Upgrades:
|
|
239
281
|
|
|
240
|
-
| Package
|
|
241
|
-
|
|
242
|
-
| [@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`] |
|
|
243
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
244
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
245
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
246
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
282
|
+
| Package | Change |
|
|
283
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
284
|
+
| [@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`] |
|
|
285
|
+
| [@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`] |
|
|
286
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
|
|
287
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
|
|
288
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
|
|
247
289
|
|
|
248
290
|
## [1.84.118] - 2025-07-23
|
|
249
291
|
|
|
@@ -251,14 +293,14 @@ Upgrades:
|
|
|
251
293
|
|
|
252
294
|
Upgrades:
|
|
253
295
|
|
|
254
|
-
| Package
|
|
255
|
-
|
|
256
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
257
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
258
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
259
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.1` -> `8.37.0`] |
|
|
260
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
261
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
296
|
+
| Package | Change |
|
|
297
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
298
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
|
|
299
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
|
|
300
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
|
|
301
|
+
| [@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`] |
|
|
302
|
+
| [@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`] |
|
|
303
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
|
|
262
304
|
|
|
263
305
|
## [1.84.117] - 2025-07-09
|
|
264
306
|
|
|
@@ -266,13 +308,13 @@ Upgrades:
|
|
|
266
308
|
|
|
267
309
|
Upgrades:
|
|
268
310
|
|
|
269
|
-
| Package
|
|
270
|
-
|
|
271
|
-
|
|
311
|
+
| Package | Change |
|
|
312
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
313
|
+
| --- | --- |
|
|
272
314
|
| [@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`] |
|
|
273
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
274
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
275
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
315
|
+
| [@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`] |
|
|
316
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
|
|
317
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
|
|
276
318
|
|
|
277
319
|
## [1.84.116] - 2025-06-25
|
|
278
320
|
|
|
@@ -284,41 +326,44 @@ Upgrades:
|
|
|
284
326
|
|
|
285
327
|
Upgrades:
|
|
286
328
|
|
|
287
|
-
| Package
|
|
288
|
-
|
|
289
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
290
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
291
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
292
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
293
|
-
| [@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`] |
|
|
294
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
329
|
+
| Package | Change |
|
|
330
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
331
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
|
|
332
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
|
|
333
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
|
|
334
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
|
|
335
|
+
| [@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`] |
|
|
336
|
+
| [@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`] |
|
|
295
337
|
|
|
296
338
|
## [1.84.115] - 2025-06-11
|
|
297
339
|
|
|
298
340
|
### Added
|
|
299
341
|
|
|
300
342
|
OData V4:
|
|
343
|
+
|
|
301
344
|
- Basic support for new SAP Ariba LR/OP templates
|
|
302
345
|
|
|
303
346
|
OData V4/V2:
|
|
347
|
+
|
|
304
348
|
- Schema generation - add link to documentation for "flexibleColumnLayout" property
|
|
305
349
|
|
|
306
350
|
### Fixed
|
|
307
351
|
|
|
308
352
|
OData V4/V2:
|
|
353
|
+
|
|
309
354
|
- Schema generation - update description for "flexibleColumnLayout" property
|
|
310
355
|
|
|
311
356
|
### Quality
|
|
312
357
|
|
|
313
358
|
Upgrades:
|
|
314
359
|
|
|
315
|
-
| Package
|
|
316
|
-
|
|
317
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
318
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
319
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
320
|
-
| [@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
|
|
321
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
360
|
+
| Package | Type | Update | Change |
|
|
361
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
|
|
362
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
|
|
363
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
|
|
364
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
|
|
365
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.32.1` -> `8.34.0`] |
|
|
366
|
+
| [@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`] |
|
|
322
367
|
|
|
323
368
|
## [1.84.114] - 2025-05-28
|
|
324
369
|
|
|
@@ -326,10 +371,10 @@ Upgrades:
|
|
|
326
371
|
|
|
327
372
|
Upgrades:
|
|
328
373
|
|
|
329
|
-
| Package
|
|
330
|
-
|
|
331
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
332
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch
|
|
374
|
+
| Package | Type | Update | Change |
|
|
375
|
+
| ------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
376
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
|
|
377
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
|
|
333
378
|
|
|
334
379
|
## [1.84.113] - 2025-05-14
|
|
335
380
|
|
|
@@ -341,14 +386,13 @@ Upgrades:
|
|
|
341
386
|
|
|
342
387
|
Upgrades:
|
|
343
388
|
|
|
344
|
-
| Package
|
|
345
|
-
|
|
346
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
347
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
348
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
349
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
350
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
351
|
-
|
|
389
|
+
| Package | Type | Update | Change |
|
|
390
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
391
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
|
|
392
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
|
|
393
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
|
|
394
|
+
| [@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`] |
|
|
395
|
+
| [@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`] |
|
|
352
396
|
|
|
353
397
|
## [1.84.112] - 2025-04-30
|
|
354
398
|
|
|
@@ -356,15 +400,14 @@ Upgrades:
|
|
|
356
400
|
|
|
357
401
|
Upgrades:
|
|
358
402
|
|
|
359
|
-
| Package
|
|
360
|
-
|
|
361
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
362
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
363
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
364
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
365
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
366
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
367
|
-
|
|
403
|
+
| Package | Type | Update | Change |
|
|
404
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
|
|
405
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
|
|
406
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
|
|
407
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
|
|
408
|
+
| [@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`]) |
|
|
409
|
+
| [@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`] |
|
|
410
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
|
|
368
411
|
|
|
369
412
|
## [1.84.111] - 2025-04-17
|
|
370
413
|
|
|
@@ -384,14 +427,13 @@ Upgrades:
|
|
|
384
427
|
|
|
385
428
|
Upgrades:
|
|
386
429
|
|
|
387
|
-
| Package
|
|
388
|
-
|
|
389
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
390
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
391
|
-
| [@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
|
|
392
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
393
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
394
|
-
|
|
430
|
+
| Package | Type | Update | Change |
|
|
431
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
432
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
|
|
433
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`] |
|
|
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 | patch | [`8.29.0` -> `8.29.1`] |
|
|
435
|
+
| [@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`] |
|
|
436
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`] |
|
|
395
437
|
|
|
396
438
|
## [1.84.110] - 2025-04-02
|
|
397
439
|
|
|
@@ -407,7 +449,6 @@ Upgrades:
|
|
|
407
449
|
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
|
|
408
450
|
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
|
|
409
451
|
|
|
410
|
-
|
|
411
452
|
## [1.84.109] - 2025-03-19
|
|
412
453
|
|
|
413
454
|
### Added
|
|
@@ -426,21 +467,20 @@ Upgrades:
|
|
|
426
467
|
|
|
427
468
|
Upgrades:
|
|
428
469
|
|
|
429
|
-
| Package
|
|
430
|
-
|
|
431
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
432
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
433
|
-
| [@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
|
|
434
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
435
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
436
|
-
|
|
437
|
-
|
|
470
|
+
| Package | Type | Update | Change |
|
|
471
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
472
|
+
| [@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`] |
|
|
473
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
|
|
474
|
+
| [@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`] |
|
|
475
|
+
| [@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`] |
|
|
476
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
|
|
438
477
|
|
|
439
478
|
## [1.84.108] - 2025-03-05
|
|
440
479
|
|
|
441
480
|
### Added
|
|
442
481
|
|
|
443
482
|
OData V2:
|
|
483
|
+
|
|
444
484
|
- Support of `cloudDevAdaptionStatus` internal setting
|
|
445
485
|
|
|
446
486
|
### Changed
|
|
@@ -455,14 +495,14 @@ OData V2:
|
|
|
455
495
|
|
|
456
496
|
Upgrades:
|
|
457
497
|
|
|
458
|
-
| Package
|
|
459
|
-
|
|
460
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
461
|
-
| [@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
|
|
462
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
463
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
464
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
465
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
498
|
+
| Package | Type | Update | Change |
|
|
499
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
500
|
+
| [@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`] |
|
|
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 | [`8.24.0` -> `8.26.0`] |
|
|
502
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`] |
|
|
503
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`] |
|
|
504
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`] |
|
|
505
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`] |
|
|
466
506
|
|
|
467
507
|
## [1.84.107] - 2025-02-19
|
|
468
508
|
|
|
@@ -482,13 +522,12 @@ Upgrades:
|
|
|
482
522
|
|
|
483
523
|
Upgrades:
|
|
484
524
|
|
|
485
|
-
| Package
|
|
486
|
-
|
|
487
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
488
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
489
|
-
| [@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
|
|
490
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
491
|
-
|
|
525
|
+
| Package | Type | Update | Change |
|
|
526
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
527
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
|
|
528
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
|
|
529
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
|
|
530
|
+
| [@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`] |
|
|
492
531
|
|
|
493
532
|
## [1.84.106] - 2025-02-05
|
|
494
533
|
|
|
@@ -530,13 +569,12 @@ Upgrades:
|
|
|
530
569
|
|
|
531
570
|
Upgrades:
|
|
532
571
|
|
|
533
|
-
| Package
|
|
534
|
-
|
|
535
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
536
|
-
| [@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
|
|
537
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
538
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
539
|
-
|
|
572
|
+
| Package | Type | Update | Change |
|
|
573
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
|
|
574
|
+
| [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) |
|
|
575
|
+
| [@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) |
|
|
576
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.19.1` -> `8.20.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.19.1/8.20.0) |
|
|
577
|
+
| [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) |
|
|
540
578
|
|
|
541
579
|
## [1.84.104] - 2025-01-08
|
|
542
580
|
|
|
@@ -552,14 +590,14 @@ Upgrades:
|
|
|
552
590
|
|
|
553
591
|
### Fixed
|
|
554
592
|
|
|
555
|
-
- General:
|
|
593
|
+
- 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.
|
|
556
594
|
|
|
557
595
|
### Quality
|
|
558
596
|
|
|
559
597
|
Upgrades:
|
|
560
598
|
|
|
561
|
-
- @typescript-eslint/eslint-plugin (source)
|
|
562
|
-
- @typescript-eslint/parser (source)
|
|
599
|
+
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
600
|
+
- @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
563
601
|
- prettier to 3.4.2
|
|
564
602
|
- esbuild to 0.24.2
|
|
565
603
|
- npm-run-all2 to 7.0.2
|
|
@@ -582,7 +620,7 @@ Upgrades:
|
|
|
582
620
|
- i18next devDependencies 23.16.5 -> 23.16.8
|
|
583
621
|
- @typescript-eslint/eslint-plugin 8.13.0 -> 8.15.0
|
|
584
622
|
- @typescript-eslint/parser 8.13.0 -> 8.15.0
|
|
585
|
-
- axios
|
|
623
|
+
- axios `1.7.7` -> `1.7.9`
|
|
586
624
|
|
|
587
625
|
## [1.84.102] - 2024-11-13
|
|
588
626
|
|
|
@@ -610,7 +648,7 @@ Upgrades:
|
|
|
610
648
|
|
|
611
649
|
### Fixed
|
|
612
650
|
|
|
613
|
-
- 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.
|
|
651
|
+
- 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.
|
|
614
652
|
|
|
615
653
|
### Quality
|
|
616
654
|
|
|
@@ -675,10 +713,10 @@ Upgrades:
|
|
|
675
713
|
|
|
676
714
|
- Table views: new error handling for undefined keys.
|
|
677
715
|
- Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
716
|
+
- change indicator was not set for manifest.json in v4.
|
|
717
|
+
- entityPath was not forwarded at overview pages.
|
|
718
|
+
- the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
|
|
719
|
+
- FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
|
|
682
720
|
|
|
683
721
|
### Quality
|
|
684
722
|
|
|
@@ -852,7 +890,7 @@ Upgrades:
|
|
|
852
890
|
### Changed
|
|
853
891
|
|
|
854
892
|
- 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.
|
|
855
|
-
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.
|
|
893
|
+
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.
|
|
856
894
|
|
|
857
895
|
### Removed
|
|
858
896
|
|
|
@@ -868,8 +906,8 @@ OData V4:
|
|
|
868
906
|
- toolbar actions had partially not been considered during the import
|
|
869
907
|
- the export of table properties had overwritten the export from views
|
|
870
908
|
- the export now supports two different constellations for anyOf definitions in schema:
|
|
871
|
-
|
|
872
|
-
|
|
909
|
+
- anyOf directly defined as additionalProperties (of MultiTableMode)
|
|
910
|
+
- anyOf reachable via $ref, properties defined there.
|
|
873
911
|
- empty `sap.ui5/routing/config` object removed from `manifest.json` during export
|
|
874
912
|
|
|
875
913
|
OData V2:
|
|
@@ -885,7 +923,7 @@ OData V2:
|
|
|
885
923
|
### Changed
|
|
886
924
|
|
|
887
925
|
- OData V2:
|
|
888
|
-
|
|
926
|
+
- Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
|
|
889
927
|
|
|
890
928
|
### Quality
|
|
891
929
|
|
|
@@ -915,7 +953,7 @@ Upgrades:
|
|
|
915
953
|
- reflect-metadata to 0.2.2
|
|
916
954
|
- jest to 29.7.0
|
|
917
955
|
- ts-jest to 29.1.2
|
|
918
|
-
|
|
956
|
+
|
|
919
957
|
## [1.84.85] - 2024-03-20
|
|
920
958
|
|
|
921
959
|
### Added
|
|
@@ -947,7 +985,7 @@ Upgrades
|
|
|
947
985
|
- patch-package to 8.0.0
|
|
948
986
|
- prettier to 3.2.5
|
|
949
987
|
- npm-run-all2 to 6.1.2
|
|
950
|
-
- ts-jest
|
|
988
|
+
- ts-jest to 29.1.1
|
|
951
989
|
- ts-node to 10.9.2
|
|
952
990
|
- typescript to 5.3.2
|
|
953
991
|
- resolution of ini to 4.0.0
|
|
@@ -979,9 +1017,9 @@ Upgrades:
|
|
|
979
1017
|
### Added
|
|
980
1018
|
|
|
981
1019
|
- OData V2:
|
|
982
|
-
|
|
1020
|
+
- Support of Header facets on Object Page
|
|
983
1021
|
- UX adjustments of inplace documentation:
|
|
984
|
-
|
|
1022
|
+
- Support for Screen Readers and Arrow Navigation
|
|
985
1023
|
|
|
986
1024
|
### Fixed
|
|
987
1025
|
|
|
@@ -1000,14 +1038,14 @@ Upgrades
|
|
|
1000
1038
|
### Added
|
|
1001
1039
|
|
|
1002
1040
|
- OData V4:
|
|
1003
|
-
|
|
1041
|
+
- View columns set as view nodes
|
|
1004
1042
|
|
|
1005
1043
|
### Fixed
|
|
1006
1044
|
|
|
1007
1045
|
- Invalid object-like descriptions and keys had been generated into the app-specific schemas if DataFieldForIntentBasedNavigation was defined with a path reference
|
|
1008
1046
|
- An exception happened during app schema generation if a NavigationProperty pointed to an invalid target annotation
|
|
1009
1047
|
- OData V4:
|
|
1010
|
-
|
|
1048
|
+
- Invalid '/' in app schema definition names replaced by '::'
|
|
1011
1049
|
|
|
1012
1050
|
### Quality
|
|
1013
1051
|
|
|
@@ -1025,7 +1063,7 @@ Upgrades
|
|
|
1025
1063
|
### Added
|
|
1026
1064
|
|
|
1027
1065
|
- OData V4:
|
|
1028
|
-
|
|
1066
|
+
- View columns set as view nodes
|
|
1029
1067
|
|
|
1030
1068
|
### Quality
|
|
1031
1069
|
|
|
@@ -1042,29 +1080,29 @@ Upgrades
|
|
|
1042
1080
|
### Added
|
|
1043
1081
|
|
|
1044
1082
|
- UX adjustments of inplace documentation:
|
|
1045
|
-
|
|
1083
|
+
- Support of Keyboard Navigation
|
|
1046
1084
|
- OData V2: Support of global table settings for object pages
|
|
1047
1085
|
- OData V4:
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1086
|
+
- OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
|
|
1087
|
+
- OP: Sequence of actions is now based on criticality annotation
|
|
1088
|
+
|
|
1051
1089
|
### Changed
|
|
1052
1090
|
|
|
1053
1091
|
- Alignment of settings for sap.ovp:
|
|
1054
|
-
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.
|
|
1055
|
-
The assignment of settings to the specific card types has been revised and adjusted.
|
|
1056
|
-
- OData V2:
|
|
1092
|
+
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.
|
|
1093
|
+
The assignment of settings to the specific card types has been revised and adjusted.
|
|
1094
|
+
- OData V2: ALP root properties order
|
|
1057
1095
|
- Increased api version
|
|
1058
1096
|
|
|
1059
1097
|
### Fixed
|
|
1060
1098
|
|
|
1061
1099
|
- OData V4: Empty visualization throws unhandled error during sync
|
|
1062
1100
|
- Prevent exception in case of illegal annotationPath references of fields or columns
|
|
1063
|
-
- OData V2:
|
|
1101
|
+
- OData V2: ALP not displaying chart and properties
|
|
1064
1102
|
- OVP:
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1103
|
+
- In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
|
|
1104
|
+
- Property "Category" was shown with an initial value as object, although being of type string.
|
|
1105
|
+
- Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
|
|
1068
1106
|
|
|
1069
1107
|
### Quality
|
|
1070
1108
|
|
|
@@ -1087,12 +1125,12 @@ Upgrades
|
|
|
1087
1125
|
### Changed
|
|
1088
1126
|
|
|
1089
1127
|
- OVP card settings:
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1128
|
+
- Added missing properties
|
|
1129
|
+
- Removed irrelevant settings from custom card settings
|
|
1130
|
+
- Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
|
|
1093
1131
|
|
|
1094
1132
|
- 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.
|
|
1095
|
-
Thus the location information is removed for annotation problems
|
|
1133
|
+
Thus the location information is removed for annotation problems
|
|
1096
1134
|
|
|
1097
1135
|
### Fixed
|
|
1098
1136
|
|
|
@@ -1119,8 +1157,8 @@ Upgrades:
|
|
|
1119
1157
|
- Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
|
|
1120
1158
|
|
|
1121
1159
|
- OData V4:
|
|
1122
|
-
|
|
1123
|
-
|
|
1160
|
+
- 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
|
|
1161
|
+
- 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
|
|
1124
1162
|
|
|
1125
1163
|
### Quality
|
|
1126
1164
|
|
|
@@ -1137,25 +1175,25 @@ Upgrades:
|
|
|
1137
1175
|
|
|
1138
1176
|
### Added
|
|
1139
1177
|
|
|
1140
|
-
- OData V4:
|
|
1141
|
-
|
|
1178
|
+
- OData V4:
|
|
1179
|
+
- Added additional log entries while executing API calls for schema generation, and error log entries in case of missing UI.LineItem annotation
|
|
1142
1180
|
|
|
1143
1181
|
### Changed
|
|
1144
1182
|
|
|
1145
1183
|
- UX adjustments of inplace documentation:
|
|
1146
|
-
|
|
1184
|
+
- Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
|
|
1147
1185
|
|
|
1148
1186
|
### Removed
|
|
1149
1187
|
|
|
1150
|
-
- OData V2:
|
|
1151
|
-
|
|
1188
|
+
- OData V2:
|
|
1189
|
+
- Removed the `visibility` property for _addresses_ on subsections of the object page, as flexibility changes are not supported on this level
|
|
1152
1190
|
|
|
1153
1191
|
### Fixed
|
|
1154
1192
|
|
|
1155
|
-
- OData V2:
|
|
1156
|
-
|
|
1157
|
-
- OData V4:
|
|
1158
|
-
|
|
1193
|
+
- OData V2:
|
|
1194
|
+
- Fixed an issue with the selector ID of flexibility changes generated for contacts on the subsection level of object pages
|
|
1195
|
+
- OData V4:
|
|
1196
|
+
- Schema generation: Mark custom anchors in "oneOf" enums for custom sections
|
|
1159
1197
|
|
|
1160
1198
|
### Quality
|
|
1161
1199
|
|
|
@@ -1177,7 +1215,7 @@ Upgrades:
|
|
|
1177
1215
|
### Added
|
|
1178
1216
|
|
|
1179
1217
|
- OData V4:
|
|
1180
|
-
|
|
1218
|
+
- `displayName` property for `relatedFacet` and `relativePosition` custom section properties
|
|
1181
1219
|
|
|
1182
1220
|
### Changed
|
|
1183
1221
|
|
|
@@ -1208,7 +1246,7 @@ Upgrades:
|
|
|
1208
1246
|
### Added
|
|
1209
1247
|
|
|
1210
1248
|
- OData V2:
|
|
1211
|
-
|
|
1249
|
+
- Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
|
|
1212
1250
|
|
|
1213
1251
|
### Changed
|
|
1214
1252
|
|
|
@@ -1219,10 +1257,10 @@ Upgrades:
|
|
|
1219
1257
|
### Fixed
|
|
1220
1258
|
|
|
1221
1259
|
- OData V2:
|
|
1222
|
-
|
|
1260
|
+
- 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 regards to this situation.
|
|
1223
1261
|
- OData V4:
|
|
1224
|
-
|
|
1225
|
-
|
|
1262
|
+
- Added missing descriptions to custom section properties `relatedFacet`, `relativePosition`, `id`, `fragmentName`
|
|
1263
|
+
- Custom section properties `className` and `type` are marked as hidden
|
|
1226
1264
|
|
|
1227
1265
|
### Quality
|
|
1228
1266
|
|
|
@@ -1275,7 +1313,7 @@ Upgrades:
|
|
|
1275
1313
|
### Added
|
|
1276
1314
|
|
|
1277
1315
|
- OData V2:
|
|
1278
|
-
|
|
1316
|
+
- Added support for the binding pattern to `showHeaderContent` property
|
|
1279
1317
|
|
|
1280
1318
|
### Changed
|
|
1281
1319
|
|
|
@@ -1286,9 +1324,9 @@ Upgrades:
|
|
|
1286
1324
|
### Fixed
|
|
1287
1325
|
|
|
1288
1326
|
- OData V4:
|
|
1289
|
-
|
|
1327
|
+
- Wrong annotation path is generated for connected fields with a different entity type than the section
|
|
1290
1328
|
- OData V2:
|
|
1291
|
-
|
|
1329
|
+
- Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
|
|
1292
1330
|
|
|
1293
1331
|
### Quality
|
|
1294
1332
|
|
|
@@ -1321,8 +1359,8 @@ Upgrades:
|
|
|
1321
1359
|
### Added
|
|
1322
1360
|
|
|
1323
1361
|
- 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
|
|
1324
|
-
- OData V4
|
|
1325
|
-
|
|
1362
|
+
- OData V4
|
|
1363
|
+
- Support connected fields on the Object Page
|
|
1326
1364
|
|
|
1327
1365
|
### Quality
|
|
1328
1366
|
|
|
@@ -1372,7 +1410,7 @@ Upgrades:
|
|
|
1372
1410
|
### Fixed
|
|
1373
1411
|
|
|
1374
1412
|
- OData V2:
|
|
1375
|
-
|
|
1413
|
+
- Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
|
|
1376
1414
|
|
|
1377
1415
|
### Quality
|
|
1378
1416
|
|
|
@@ -1389,7 +1427,7 @@ Upgrades:
|
|
|
1389
1427
|
### Fixed
|
|
1390
1428
|
|
|
1391
1429
|
- OData V4: when adding new pages, the export calculates the route pattern for the new manifest entry.
|
|
1392
|
-
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.
|
|
1430
|
+
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.
|
|
1393
1431
|
|
|
1394
1432
|
### Quality
|
|
1395
1433
|
|
|
@@ -1421,9 +1459,9 @@ Upgrades:
|
|
|
1421
1459
|
### Added
|
|
1422
1460
|
|
|
1423
1461
|
- General:
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1462
|
+
- Enhancement of error handling, more explicit messages are passed to the logger.
|
|
1463
|
+
Fix of error handling of exceptions from annotation parser.
|
|
1464
|
+
- Fix for List Report with multiple views and Object pages on second level in Page map
|
|
1427
1465
|
|
|
1428
1466
|
### Quality
|
|
1429
1467
|
|
|
@@ -1445,6 +1483,7 @@ Upgrades:
|
|
|
1445
1483
|
- Update transitive dependencies
|
|
1446
1484
|
|
|
1447
1485
|
Upgrades:
|
|
1486
|
+
|
|
1448
1487
|
- prettier: to 2.8.8
|
|
1449
1488
|
- typescript to 4.9.5
|
|
1450
1489
|
- @types/node to 18.16.3
|
|
@@ -1503,13 +1542,13 @@ Upgrades:
|
|
|
1503
1542
|
### Fixed
|
|
1504
1543
|
|
|
1505
1544
|
- OData V2:
|
|
1506
|
-
|
|
1545
|
+
- Fixed deletion issues for Custom Columns that appeared after positions were changed
|
|
1507
1546
|
|
|
1508
1547
|
### Quality
|
|
1509
1548
|
|
|
1510
1549
|
- Upgrade "typescript" to "4.9.4"
|
|
1511
|
-
- Upgrade "@typescript-eslint/eslint-plugin" and
|
|
1512
|
-
- Upgrade "ts-node" to "10.9.1"
|
|
1550
|
+
- Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
|
|
1551
|
+
- Upgrade "ts-node" to "10.9.1"
|
|
1513
1552
|
- Revert "typescript-json-schema" to "0.53.0" in types package
|
|
1514
1553
|
|
|
1515
1554
|
## [1.84.59] - 2023-02-22
|
|
@@ -1536,9 +1575,9 @@ Upgrades:
|
|
|
1536
1575
|
### Fixed
|
|
1537
1576
|
|
|
1538
1577
|
- OData V2:
|
|
1539
|
-
|
|
1578
|
+
- resolved sync issue with unknown properties on fields for `Table > CreateWithParameterDialog`
|
|
1540
1579
|
- OData V4:
|
|
1541
|
-
|
|
1580
|
+
- Fixed issue with missing schema and config for List report page in freestyle app
|
|
1542
1581
|
|
|
1543
1582
|
### Quality
|
|
1544
1583
|
|
|
@@ -1555,10 +1594,10 @@ Upgrades:
|
|
|
1555
1594
|
### Added
|
|
1556
1595
|
|
|
1557
1596
|
- OData V4:
|
|
1558
|
-
|
|
1597
|
+
- Generation of `propertyIndex` property in schemas for root properties
|
|
1559
1598
|
|
|
1560
1599
|
- OData V2:
|
|
1561
|
-
|
|
1600
|
+
- Generation of `propertyIndex` property in schemas for root properties
|
|
1562
1601
|
|
|
1563
1602
|
### Quality
|
|
1564
1603
|
|
|
@@ -1569,26 +1608,26 @@ Upgrades:
|
|
|
1569
1608
|
### Added
|
|
1570
1609
|
|
|
1571
1610
|
- General:
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1611
|
+
- New definitions for page types are delivered that allow a better distinction:
|
|
1612
|
+
- PageTypeV2 for types that occur in OData V2
|
|
1613
|
+
- PageTypeV4 for types that occur in OData V4
|
|
1614
|
+
- PageType as a superset of all page types that may occur
|
|
1576
1615
|
|
|
1577
1616
|
- OData V4:
|
|
1578
|
-
|
|
1617
|
+
- Default annotationPath is added in schema even if LineItem annotation is not defined
|
|
1579
1618
|
|
|
1580
1619
|
### Changed
|
|
1581
1620
|
|
|
1582
1621
|
- API for OData V2:
|
|
1583
|
-
|
|
1622
|
+
- 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.
|
|
1584
1623
|
|
|
1585
1624
|
### Fixed
|
|
1586
1625
|
|
|
1587
1626
|
- OData V4:
|
|
1588
|
-
|
|
1589
|
-
|
|
1627
|
+
- Fixed toolbar action IDs by replacing special chars with double colon
|
|
1628
|
+
- 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.
|
|
1590
1629
|
- OData V2:
|
|
1591
|
-
|
|
1630
|
+
- Fixed deletion of fragment cells contents in case last element is deleted
|
|
1592
1631
|
|
|
1593
1632
|
### Quality
|
|
1594
1633
|
|
|
@@ -1603,11 +1642,11 @@ Upgrades:
|
|
|
1603
1642
|
### Changed
|
|
1604
1643
|
|
|
1605
1644
|
- UI adjustments of inplace documentation:
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1645
|
+
- moved label of specification and odata version to tree canvas
|
|
1646
|
+
- aligned behavior of tree buttons to expand (+) and collapse (-) with given design
|
|
1647
|
+
- removed all hard coded colors
|
|
1648
|
+
- fixed hover on search results
|
|
1649
|
+
- aligned tooltip with given design
|
|
1611
1650
|
|
|
1612
1651
|
- OData V2: fields for `Table > CreateWithParameterDialog` are now shown as enum and the import/export is done implicitly in the background (adding `path` property).
|
|
1613
1652
|
|
|
@@ -1637,7 +1676,7 @@ Upgrades:
|
|
|
1637
1676
|
|
|
1638
1677
|
### Changed
|
|
1639
1678
|
|
|
1640
|
-
- 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`.
|
|
1679
|
+
- 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).
|
|
1641
1680
|
|
|
1642
1681
|
### Quality
|
|
1643
1682
|
|
|
@@ -1648,14 +1687,14 @@ Upgrades:
|
|
|
1648
1687
|
### Added
|
|
1649
1688
|
|
|
1650
1689
|
- 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:
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
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, ...)
|
|
1658
|
-
|
|
1690
|
+
- Value for DataFields
|
|
1691
|
+
- 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.
|
|
1692
|
+
- ID for facets
|
|
1693
|
+
- Action for any action
|
|
1694
|
+
- Instance-based navigation: Property + SemanticObject + Action
|
|
1695
|
+
- Target for DataFieldForAnnotation.
|
|
1696
|
+
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, ...)
|
|
1697
|
+
|
|
1659
1698
|
### Changed
|
|
1660
1699
|
|
|
1661
1700
|
- Common dependencies have been moved to the root level.
|
|
@@ -1683,13 +1722,13 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1683
1722
|
### Added
|
|
1684
1723
|
|
|
1685
1724
|
- OData V4:
|
|
1686
|
-
|
|
1725
|
+
- Zero state support
|
|
1687
1726
|
|
|
1688
1727
|
### Fixed
|
|
1689
1728
|
|
|
1690
1729
|
- OData V4:
|
|
1691
|
-
|
|
1692
|
-
|
|
1730
|
+
- 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.
|
|
1731
|
+
- 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.
|
|
1693
1732
|
|
|
1694
1733
|
### Quality
|
|
1695
1734
|
|
|
@@ -1715,17 +1754,17 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1715
1754
|
### Removed
|
|
1716
1755
|
|
|
1717
1756
|
- OData V4:
|
|
1718
|
-
|
|
1757
|
+
- Removed `End` value from Placement property for custom extensions
|
|
1719
1758
|
|
|
1720
1759
|
## [1.84.46] - 2022-08-24
|
|
1721
1760
|
|
|
1722
1761
|
### Changed
|
|
1723
1762
|
|
|
1724
1763
|
- The specification module is now build with esbuild instead of webpack.
|
|
1725
|
-
The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
|
|
1764
|
+
The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
|
|
1726
1765
|
|
|
1727
|
-
|
|
1728
|
-
import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
|
|
1766
|
+
```
|
|
1767
|
+
import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
|
|
1729
1768
|
==> import { PageType } from '@sap/ux-specification/types';
|
|
1730
1769
|
|
|
1731
1770
|
import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/dist/src/v2';
|
|
@@ -1733,49 +1772,50 @@ import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specificatio
|
|
|
1733
1772
|
|
|
1734
1773
|
import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist/src/v4';
|
|
1735
1774
|
==> import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/types/v4';
|
|
1736
|
-
|
|
1775
|
+
```
|
|
1737
1776
|
|
|
1738
1777
|
- OData V4:
|
|
1739
|
-
|
|
1778
|
+
- LR: Mark view properties `key`, `index` as hidden in schema
|
|
1740
1779
|
|
|
1741
1780
|
### Fixed
|
|
1742
1781
|
|
|
1743
1782
|
- OData V2:
|
|
1744
|
-
|
|
1783
|
+
- OP: Fixed incorrect generation of flexChanges in case of Form, Form Fields and Form Fields referenced from a navigation entity
|
|
1745
1784
|
|
|
1746
1785
|
- OData V4:
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1786
|
+
- In some cases sections defined with PresentationVariants did not appear on the object page
|
|
1787
|
+
- The resolution of alias definitions using the @SAP\_\_ prefix was not correct, leading also to gaps in the elements that were considered
|
|
1788
|
+
- LR: Schema now considers default visualation `UI.LineItem` if not defined in `SelectionPresentationVariant`
|
|
1750
1789
|
|
|
1751
1790
|
## [1.84.45] - 2022-08-11
|
|
1752
1791
|
|
|
1753
1792
|
### Added
|
|
1754
1793
|
|
|
1755
1794
|
- OData V4:
|
|
1756
|
-
|
|
1757
|
-
|
|
1795
|
+
- the schemas and configs of list report views now also show the visibility property and custom views
|
|
1796
|
+
- extend pagemap support for freestyle apps using FPM library
|
|
1758
1797
|
|
|
1759
1798
|
### Changed
|
|
1760
1799
|
|
|
1761
1800
|
- 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
|
|
1762
|
-
`route: key`, now it follows the manifest syntax
|
|
1801
|
+
`route: key`, now it follows the manifest syntax
|
|
1802
|
+
|
|
1803
|
+
```
|
|
1804
|
+
key: {
|
|
1805
|
+
route: route
|
|
1806
|
+
}
|
|
1807
|
+
```
|
|
1763
1808
|
|
|
1764
|
-
|
|
1765
|
-
key: {
|
|
1766
|
-
route: route
|
|
1767
|
-
}
|
|
1768
|
-
```
|
|
1809
|
+
The switch to an object representation allows to also include other target information like "outbound".
|
|
1769
1810
|
|
|
1770
|
-
The switch to an object representation allows to also include other target information like "outbound".
|
|
1771
1811
|
- 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.
|
|
1772
1812
|
- OData V2:
|
|
1773
|
-
|
|
1813
|
+
- Mark custom column 'columnIndex' property as hidden
|
|
1774
1814
|
|
|
1775
1815
|
### Fixed
|
|
1776
1816
|
|
|
1777
1817
|
- OData V4:
|
|
1778
|
-
|
|
1818
|
+
- 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.
|
|
1779
1819
|
|
|
1780
1820
|
## [1.84.44] - 2022-07-28
|
|
1781
1821
|
|
|
@@ -1795,11 +1835,11 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
|
|
|
1795
1835
|
### Fixed
|
|
1796
1836
|
|
|
1797
1837
|
- OData V4:
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1838
|
+
- 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.
|
|
1839
|
+
The value help of the anchor in LSP (config JSON) also did not show the right values.
|
|
1840
|
+
- Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
|
|
1841
|
+
wrong `annotationPath` and `isViewNode` settings are adjusted.
|
|
1842
|
+
- Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
|
|
1803
1843
|
|
|
1804
1844
|
### Quality
|
|
1805
1845
|
|
|
@@ -1810,12 +1850,12 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
|
|
|
1810
1850
|
### Fixed
|
|
1811
1851
|
|
|
1812
1852
|
- OData V2:
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1853
|
+
- OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
|
|
1854
|
+
- Table type property is now set to blank in case not maintained in manifest.json
|
|
1855
|
+
- 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.
|
|
1856
|
+
- One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
|
|
1857
|
+
- 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.
|
|
1858
|
+
- 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.
|
|
1819
1859
|
|
|
1820
1860
|
## [1.84.41] - 2022-06-16
|
|
1821
1861
|
|
|
@@ -1865,17 +1905,17 @@ Upgrade node & node-version to 14.x
|
|
|
1865
1905
|
### Changed
|
|
1866
1906
|
|
|
1867
1907
|
- OData V4:
|
|
1868
|
-
|
|
1869
|
-
|
|
1908
|
+
- For list report views, the content of title and description in the schema got exchanged.
|
|
1909
|
+
- LR: If views are enabled, generic table columns won't be used/filled.
|
|
1870
1910
|
|
|
1871
1911
|
### Fixed
|
|
1872
1912
|
|
|
1873
1913
|
- OData V4:
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1914
|
+
- 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.
|
|
1915
|
+
- No import of property annotationPath was happening at chart views of List Report.
|
|
1916
|
+
- In the app specific schema, the description was missing for charts in sections.
|
|
1917
|
+
- Tag 'hidden' was added to the property annotationPath of the ALP chart view in app schema.
|
|
1918
|
+
- 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.
|
|
1879
1919
|
|
|
1880
1920
|
### Quality
|
|
1881
1921
|
|
|
@@ -1892,15 +1932,15 @@ OData V4:
|
|
|
1892
1932
|
|
|
1893
1933
|
### Fixed
|
|
1894
1934
|
|
|
1895
|
-
- OData V4:
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1935
|
+
- OData V4:
|
|
1936
|
+
- Problems with deletion of ListReport table views.
|
|
1937
|
+
- Unknown properties removed from custom section definition in 'manifest.json'.
|
|
1938
|
+
- Export. Delete of entries from `table/views` - views were not deleted during export if entries in annotation file were deleted as first.
|
|
1939
|
+
- When changing the table type or other table settings for schema type List Report, the respective manifest setting was not updated if the page was configured with primary and secondary views (i.e. the ALP flavour).
|
|
1900
1940
|
|
|
1901
1941
|
- OData V2:
|
|
1902
|
-
|
|
1903
|
-
|
|
1942
|
+
- Sections and subsections with a reference to Communication.Contact or Communication.Address had not been shown, support of flexibility changes for them.
|
|
1943
|
+
- Facet or section references with multi-level navigation had not been handled correctly.
|
|
1904
1944
|
|
|
1905
1945
|
## [1.84.37] - 2022-04-21
|
|
1906
1946
|
|
|
@@ -1909,20 +1949,20 @@ OData V4:
|
|
|
1909
1949
|
- Documentation actualised with regards to the new release version 1.100.
|
|
1910
1950
|
|
|
1911
1951
|
- OData V2:
|
|
1912
|
-
|
|
1913
|
-
|
|
1952
|
+
- 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.
|
|
1953
|
+
Now an implicit conversion to the new tableSettings takes place, and the old setting gets automatically replaced during the export.
|
|
1914
1954
|
- OData V4:
|
|
1915
|
-
|
|
1955
|
+
- OP: Added support for presentation variants with chart or table visualization
|
|
1916
1956
|
|
|
1917
1957
|
### Fixed
|
|
1918
1958
|
|
|
1919
1959
|
- OData V4:
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1960
|
+
- Exception in case of multi-tab views in manifest that referred to a SelectionVariant.
|
|
1961
|
+
- Export of table settings of list report was targeting the wrong manifest settings if a defaultTemplateAnnotationPath is defined, pointing to a SelectionPresentationVariant.
|
|
1962
|
+
- List report with multiple views: insert and reordering was not supported correctly.
|
|
1923
1963
|
- OData V2:
|
|
1924
|
-
|
|
1925
|
-
|
|
1964
|
+
- After an entry of quickVariantSelectionX got deleted, the entry still was present in manifest.json.
|
|
1965
|
+
- Sections of subordinate object pages had not been added correctly to the app schema in all cases.
|
|
1926
1966
|
|
|
1927
1967
|
### Quality
|
|
1928
1968
|
|
|
@@ -1938,8 +1978,8 @@ OData V4:
|
|
|
1938
1978
|
### Fixed
|
|
1939
1979
|
|
|
1940
1980
|
- OData V2:
|
|
1941
|
-
|
|
1942
|
-
- Upgrade of async
|
|
1981
|
+
- Extensions - empty "extensions" object was created in "sap.ui5/"extends"/"extensions"/"sap.ui.viewExtensions"/"sap.suite.ui.generic.template.ListReport.view.ListReport"
|
|
1982
|
+
- Upgrade of async
|
|
1943
1983
|
|
|
1944
1984
|
### Quality
|
|
1945
1985
|
|
|
@@ -1961,17 +2001,17 @@ OData V4:
|
|
|
1961
2001
|
### Added
|
|
1962
2002
|
|
|
1963
2003
|
- OData V4:
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
2004
|
+
- support of `flexEnabled` property
|
|
2005
|
+
- ALP flavor, support of ALP views
|
|
2006
|
+
- List report: multiple views, with the right properties
|
|
1967
2007
|
|
|
1968
2008
|
### Fixed
|
|
1969
2009
|
|
|
1970
2010
|
- OData V2:
|
|
1971
|
-
|
|
2011
|
+
- duplicated fragment columns were written if table namespace was not found, and unknown custom data in fragment was not considered.
|
|
1972
2012
|
- OData V4
|
|
1973
|
-
|
|
1974
|
-
|
|
2013
|
+
- custom columns had not been considered when having a 'Before' reference against other custom columns
|
|
2014
|
+
- fix overwriting of manifest page content, if page key is changed
|
|
1975
2015
|
|
|
1976
2016
|
### Quality
|
|
1977
2017
|
|
|
@@ -1986,17 +2026,17 @@ OData V4:
|
|
|
1986
2026
|
### Added
|
|
1987
2027
|
|
|
1988
2028
|
- OData V2:
|
|
1989
|
-
|
|
2029
|
+
- visible property is now also available for facets without annotation Id
|
|
1990
2030
|
|
|
1991
2031
|
- OData V4:
|
|
1992
|
-
|
|
2032
|
+
- Support of progress, rating and microchart header facets
|
|
1993
2033
|
|
|
1994
2034
|
### Fixed
|
|
1995
2035
|
|
|
1996
2036
|
- OData V2:
|
|
1997
|
-
|
|
2037
|
+
- Creation of new flexChanges now considers resolved Id from pom.xml
|
|
1998
2038
|
- OData V4:
|
|
1999
|
-
|
|
2039
|
+
- Fix overwriting of manifest page id in case of different page key
|
|
2000
2040
|
|
|
2001
2041
|
### Quality
|
|
2002
2042
|
|
|
@@ -2008,7 +2048,7 @@ OData V4:
|
|
|
2008
2048
|
|
|
2009
2049
|
- Metadata information `dataType` added to various places in V2 and V4 schemas
|
|
2010
2050
|
- OData V2:
|
|
2011
|
-
|
|
2051
|
+
- display selection fields, and support date settings properties on LR/ALP
|
|
2012
2052
|
|
|
2013
2053
|
### Fixed
|
|
2014
2054
|
|
|
@@ -2024,13 +2064,13 @@ OData V4:
|
|
|
2024
2064
|
### Added
|
|
2025
2065
|
|
|
2026
2066
|
- OData V2:
|
|
2027
|
-
|
|
2067
|
+
- Support column and footer action properties on LR
|
|
2028
2068
|
|
|
2029
2069
|
### Fixed
|
|
2030
2070
|
|
|
2031
2071
|
- OData V2:
|
|
2032
|
-
|
|
2033
|
-
|
|
2072
|
+
- OP: Fix generation of flexChanges for sections with or without ID in annotations
|
|
2073
|
+
- Fix issues with sync logic in case of sub object page
|
|
2034
2074
|
|
|
2035
2075
|
### Quality
|
|
2036
2076
|
|
|
@@ -2039,7 +2079,7 @@ OData V4:
|
|
|
2039
2079
|
### Added
|
|
2040
2080
|
|
|
2041
2081
|
- OData V2:
|
|
2042
|
-
|
|
2082
|
+
- `exportType` property can now be configured to specify the type of export to be used in the SmartTable control.
|
|
2043
2083
|
|
|
2044
2084
|
### Quality
|
|
2045
2085
|
|
|
@@ -2050,34 +2090,34 @@ OData V4:
|
|
|
2050
2090
|
### Added
|
|
2051
2091
|
|
|
2052
2092
|
- OData V2:
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2093
|
+
- OP: properties of footer actions are displayed and supported in side panel
|
|
2094
|
+
- properties of toolbar actions are displayed and supported in side panel
|
|
2095
|
+
- OVP: The property `showLineItemDetail` is now supported for List and Table cards
|
|
2096
|
+
- OP: Schema now supports column extensions for TreeTable
|
|
2057
2097
|
|
|
2058
2098
|
### Changed
|
|
2059
2099
|
|
|
2060
2100
|
- OData V2:
|
|
2061
|
-
|
|
2062
|
-
|
|
2101
|
+
- property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
|
|
2102
|
+
- OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
|
|
2063
2103
|
- OData V4:
|
|
2064
|
-
|
|
2104
|
+
- property `afterExecution` of table columns now is only visible for actions but not for other record types
|
|
2065
2105
|
|
|
2066
2106
|
### Removed
|
|
2067
2107
|
|
|
2068
2108
|
- OData V2:
|
|
2069
|
-
|
|
2109
|
+
- OVP: removed `tabs` property from card level
|
|
2070
2110
|
|
|
2071
2111
|
### Deprecated
|
|
2072
2112
|
|
|
2073
2113
|
### Fixed
|
|
2074
2114
|
|
|
2075
2115
|
- OData V2:
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2116
|
+
- correct schema generation in case multiple facets are referring to lineitem annotation of same entity
|
|
2117
|
+
- Facet Id is considered for import and export of manifest settings
|
|
2118
|
+
- Fixed sync issues in case no text is provided for custom columns
|
|
2079
2119
|
- OData V4:
|
|
2080
|
-
|
|
2120
|
+
- Avoid exporting empty arrays to manifest.json
|
|
2081
2121
|
|
|
2082
2122
|
### Quality
|
|
2083
2123
|
|
|
@@ -2129,32 +2169,32 @@ OData V4:
|
|
|
2129
2169
|
### Added
|
|
2130
2170
|
|
|
2131
2171
|
- OData V2:
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2172
|
+
- Support for (Sub)Section properties: `visible`.
|
|
2173
|
+
- ALP: Schema now comprises of entity properties for config `createWithParameterDialog`->`fields`
|
|
2174
|
+
- OP: Added support for multiple flex changes in Form and Header Actions
|
|
2135
2175
|
- V2 & V4:
|
|
2136
|
-
|
|
2176
|
+
- Footer actions are now part of the schema. A node for header actions is visible even if there are no actions yet.
|
|
2137
2177
|
|
|
2138
2178
|
### Changed
|
|
2139
2179
|
|
|
2140
2180
|
- OData V2:
|
|
2141
|
-
|
|
2181
|
+
- Enhanced sync logic to use generic approach for handling unknown properties. As a result sync logic is more robust and handles more unknown properties.
|
|
2142
2182
|
|
|
2143
2183
|
### Removed
|
|
2144
2184
|
|
|
2145
2185
|
- OData V2:
|
|
2146
|
-
|
|
2186
|
+
- OVP: Removed `tab` property from `Stack` and `Link List` cards as view switch control is not supported
|
|
2147
2187
|
|
|
2148
2188
|
### Deprecated
|
|
2149
2189
|
|
|
2150
2190
|
### Fixed
|
|
2151
2191
|
|
|
2152
2192
|
- OData V4:
|
|
2153
|
-
|
|
2154
|
-
|
|
2193
|
+
- Pages Schema. Exception if path in UI.SelectionFields is not valid.
|
|
2194
|
+
- Object page sections referring to UI.Identification with qualifer shall show actions besides the fields.
|
|
2155
2195
|
- V2 & V4:
|
|
2156
|
-
|
|
2157
|
-
|
|
2196
|
+
- replace alias of namespace definitions of header actions even for references that are not related to OData vocabularies.
|
|
2197
|
+
- Add `visible` property to DataField types
|
|
2158
2198
|
- annotationPath definitions of header and footer actions.
|
|
2159
2199
|
|
|
2160
2200
|
### Quality
|
|
@@ -2177,14 +2217,14 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2177
2217
|
- Added `i18nClassification` for `title`, `description` properties for `App.json` schema in V2 and V4.
|
|
2178
2218
|
- V4: Header actions are now part of the Object Page schema.
|
|
2179
2219
|
- OData V2:
|
|
2180
|
-
|
|
2181
|
-
|
|
2220
|
+
- OVP: Added support for property `annotationPath` in Linklist card settings.
|
|
2221
|
+
- OVP: property `requireAppAuthorization` is now supported for all card types.
|
|
2182
2222
|
|
|
2183
2223
|
### Changed
|
|
2184
2224
|
|
|
2185
2225
|
- README was updated.
|
|
2186
2226
|
- Order and naming of view nodes for the V2 Object Page adapted.
|
|
2187
|
-
- Pattern for binding changes in V2: there are now two different patterns for List Report and Object Page; the one for the Object Page
|
|
2227
|
+
- Pattern for binding changes in V2: there are now two different patterns for List Report and Object Page; the one for the Object Page provides the additional enum values "{ui>/editable}" and "{= !${ui>/editable}}"
|
|
2188
2228
|
|
|
2189
2229
|
### Removed
|
|
2190
2230
|
|
|
@@ -2205,8 +2245,8 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2205
2245
|
|
|
2206
2246
|
- New html files showing a graphical representation of the content of each generic schema.
|
|
2207
2247
|
- OData V2:
|
|
2208
|
-
|
|
2209
|
-
|
|
2248
|
+
- We show field groups and fiels now as part of the app specific schema, and allow the maintenance of the visible property for fields.
|
|
2249
|
+
- Support of property `flexEnabled`on app level.
|
|
2210
2250
|
|
|
2211
2251
|
### Changed
|
|
2212
2252
|
|
|
@@ -2215,10 +2255,10 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2215
2255
|
### Fixed
|
|
2216
2256
|
|
|
2217
2257
|
- OData V2:
|
|
2218
|
-
|
|
2258
|
+
- Invalid flexChanges are now ignored during sync, hence configs and pages files are created.
|
|
2219
2259
|
- OData V4:
|
|
2220
|
-
|
|
2221
|
-
|
|
2260
|
+
- Exception occurred in case of invalid custom page definitions in manifest
|
|
2261
|
+
- Page determination went wrong in case of irregular ordering of routing targets.
|
|
2222
2262
|
|
|
2223
2263
|
### Quality
|
|
2224
2264
|
|
|
@@ -2229,9 +2269,9 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2229
2269
|
### Added
|
|
2230
2270
|
|
|
2231
2271
|
- OData V4:
|
|
2232
|
-
|
|
2272
|
+
- Header Facets are now shown in the schemas and configs, along with their actual manifest settings.
|
|
2233
2273
|
- OData V2:
|
|
2234
|
-
|
|
2274
|
+
- OVP: Added support for property `dataPointAnnotationPath` in ListCard settings
|
|
2235
2275
|
|
|
2236
2276
|
### Fixed
|
|
2237
2277
|
|
|
@@ -2242,7 +2282,7 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2242
2282
|
### Added
|
|
2243
2283
|
|
|
2244
2284
|
- OData V4:
|
|
2245
|
-
|
|
2285
|
+
- Enhanced sync logic to avoid export of properties unknown to specification module to avoid modification in manifest.json
|
|
2246
2286
|
- Added test for function `convertInterfaces` to increase test coverage
|
|
2247
2287
|
- Added flexchange layer information to API interface
|
|
2248
2288
|
|
|
@@ -2262,23 +2302,23 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2262
2302
|
### Added
|
|
2263
2303
|
|
|
2264
2304
|
- OData V2:
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2305
|
+
- Added description property to header actions in schema
|
|
2306
|
+
- Table toolbar as structure node
|
|
2307
|
+
- Added properties showClearOnFB, showFilterConfiguration and showRestoreOnFB to the FilterBar
|
|
2268
2308
|
|
|
2269
|
-
- OData V4:
|
|
2270
|
-
|
|
2271
|
-
|
|
2309
|
+
- OData V4:
|
|
2310
|
+
- Table toolbar as structure node
|
|
2311
|
+
- enableOnSelect as property for table toolbar
|
|
2272
2312
|
|
|
2273
|
-
- Developer guide for contributors to this module
|
|
2313
|
+
- Developer guide for contributors to this module
|
|
2274
2314
|
|
|
2275
2315
|
- Actualization of JS-DOC
|
|
2276
2316
|
|
|
2277
2317
|
- Enhanced error handling of API functions.
|
|
2278
2318
|
|
|
2279
2319
|
- The generic schema is enhanced by the following information:
|
|
2280
|
-
|
|
2281
|
-
|
|
2320
|
+
- artifact type (manifest setting, flex change or annotation)
|
|
2321
|
+
- in case of flex change: control name
|
|
2282
2322
|
|
|
2283
2323
|
### Changed
|
|
2284
2324
|
|
|
@@ -2291,7 +2331,7 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2291
2331
|
- A common function was introduced to resolve path references of Common.Label annotations; endless loop references are interjected, the variable value or key is returned in this case.
|
|
2292
2332
|
- Enhance function determineTableType to also check for presence of old tableType flag in manifest.json
|
|
2293
2333
|
- OData V2:
|
|
2294
|
-
|
|
2334
|
+
- ALP: Use correct Id for flex changes generated in case of Filter Bar
|
|
2295
2335
|
|
|
2296
2336
|
### Quality
|
|
2297
2337
|
|
|
@@ -2338,15 +2378,15 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2338
2378
|
|
|
2339
2379
|
### Added
|
|
2340
2380
|
|
|
2341
|
-
- New structure elements at the Filterbar that represent the selection fields resulting from
|
|
2381
|
+
- New structure elements at the Filterbar that represent the selection fields resulting from the UI.SelectionFields annotation.
|
|
2342
2382
|
|
|
2343
2383
|
### Changed
|
|
2344
2384
|
|
|
2345
2385
|
- In the annotationPath information of the generated JSON schemas all alias definitions are now replaced by the full vocabulary name.
|
|
2346
2386
|
- Descriptions in the schema now follow the following paradigm:
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2387
|
+
- For facets we need use title and description, the export logic takes the title and extracts the facet key from it for concatenating the stable ID. The text that shall be shown in the Page Editor shall be the description.
|
|
2388
|
+
- Thus we now generalise: all view nodes (isViewNode = true) have a description (but do not necessarily need a title).
|
|
2389
|
+
- Properties (no isViewNode tag) are not listed in the outline, but in the properties panel. Here, the title shall be used as a label, and the description shall be shown on hover (old UI) or rendered directly (new UI).
|
|
2350
2390
|
|
|
2351
2391
|
### Removed
|
|
2352
2392
|
|
|
@@ -2457,7 +2497,7 @@ Added resolutions for
|
|
|
2457
2497
|
|
|
2458
2498
|
### Changed
|
|
2459
2499
|
|
|
2460
|
-
- createWithParameterDialog can be found under
|
|
2500
|
+
- createWithParameterDialog can be found under _table_ properties instead of _toolbarActions_ now.
|
|
2461
2501
|
|
|
2462
2502
|
### Fixed
|
|
2463
2503
|
|
|
@@ -2586,7 +2626,7 @@ Added resolutions for
|
|
|
2586
2626
|
### Added
|
|
2587
2627
|
|
|
2588
2628
|
- The specification API now allows passing a logger, i.e. an instance of the new interface ExtensionLogger.
|
|
2589
|
-
If supplied, all messages resulting from the API processing will be passed to the logger instance instead of console.log.
|
|
2629
|
+
If supplied, all messages resulting from the API processing will be passed to the logger instance instead of console.log.
|
|
2590
2630
|
- Property showDataLabel on global OVP level
|
|
2591
2631
|
- OData V2: New `extensionType` property is added to Custom Column definition.
|
|
2592
2632
|
- OData V2: Support for Custom Columns in Object Page tables.
|
|
@@ -2594,7 +2634,7 @@ If supplied, all messages resulting from the API processing will be passed to th
|
|
|
2594
2634
|
### Changed
|
|
2595
2635
|
|
|
2596
2636
|
- OData V4: List Report `variantManagement` property is now moved to page level
|
|
2597
|
-
- The specification API now returns a
|
|
2637
|
+
- The specification API now returns a _complete_ list of flex changes, not only the updated ones; if a flex property was not maintained or deleted, you can find it in the list with content.newValue = null. This allows the consuming application to distinguish flex changes that are supported by the JSON schema of the specification from other flex changes that may have been created by other means; only changes that are part of the result list of the API but have content.newValue = null should get deleted from the app.
|
|
2598
2638
|
|
|
2599
2639
|
### Fixed
|
|
2600
2640
|
|