@sap/ux-specification 1.84.129 → 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 +466 -399
- 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 +182 -180
- 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 +35 -7
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +224 -21
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +3 -13
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +48 -0
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +2 -0
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -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/generate/schemaAdaptation.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.js +5 -6
- package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.js +37 -0
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +12 -2
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +19 -2
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +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 +38 -8
- 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} +135 -130
- 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 +126 -13
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +5 -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,22 +6,87 @@ 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`] |
|
|
48
|
+
|
|
49
|
+
## [1.84.130] - 2026-02-04
|
|
50
|
+
|
|
51
|
+
### Fixed
|
|
52
|
+
|
|
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
|
|
54
|
+
- Fixed multiple issues for the `manifestPath` calculation in the schema
|
|
55
|
+
- Fixed page support for the analytical list page in OData V2 applications
|
|
56
|
+
- Fixed incorrect paths for views and analytical list pages in OData V4 applications
|
|
57
|
+
|
|
58
|
+
### Quality
|
|
59
|
+
|
|
60
|
+
Upgrades:
|
|
61
|
+
|
|
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` |
|
|
14
76
|
|
|
15
77
|
## [1.84.129] - 2026-01-21
|
|
16
78
|
|
|
17
79
|
### Added
|
|
80
|
+
|
|
18
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
|
|
19
82
|
- Added support for the `CreateMode` property at the page level and application level for OData V2 applications
|
|
20
83
|
|
|
21
84
|
### Changed
|
|
85
|
+
|
|
22
86
|
- Refactored the initial step of generating a list report page for OData V4 applications
|
|
23
87
|
|
|
24
88
|
### Fixed
|
|
89
|
+
|
|
25
90
|
- Ensures compatibility with newer OData v4.01 services while maintaining backward compatibility with existing v4.0 services.
|
|
26
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
|
|
27
92
|
|
|
@@ -29,86 +94,92 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
29
94
|
|
|
30
95
|
Upgrades:
|
|
31
96
|
|
|
32
|
-
| Package
|
|
33
|
-
|
|
34
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
35
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser))
|
|
36
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
37
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
38
|
-
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema)
|
|
39
|
-
| [@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`]
|
|
40
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
41
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
42
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
43
|
-
| [mem-fs-editor](https://github.com/SBoudrias/mem-fs-editor)
|
|
44
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
45
|
-
| [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`] |
|
|
46
111
|
|
|
47
112
|
## [1.84.128] - 2026-01-07
|
|
48
113
|
|
|
49
114
|
### Added
|
|
115
|
+
|
|
50
116
|
- Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
|
|
51
117
|
- Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
|
|
52
118
|
|
|
53
119
|
### Fixed
|
|
120
|
+
|
|
54
121
|
OData V2:
|
|
122
|
+
|
|
55
123
|
- OVP. Export issue - not possible to remove not allowed chart card properties
|
|
56
124
|
|
|
57
125
|
### Quality
|
|
58
126
|
|
|
59
127
|
Upgrades:
|
|
60
128
|
|
|
61
|
-
| Package
|
|
62
|
-
|
|
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
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
65
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
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.49.0` -> `8.51.0`]
|
|
67
|
-
| [@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`] |
|
|
68
136
|
|
|
69
137
|
## [1.84.127] - 2025-11-26
|
|
70
138
|
|
|
71
139
|
### Added
|
|
140
|
+
|
|
72
141
|
- Enhanced the `readApp` API method:
|
|
73
|
-
|
|
74
|
-
|
|
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
|
|
75
144
|
|
|
76
145
|
### Fixed
|
|
77
146
|
|
|
78
147
|
OData V4:
|
|
148
|
+
|
|
79
149
|
- Avoid unnecessary deletion of `targets.{target}.contextPattern`
|
|
80
150
|
|
|
81
151
|
### Quality
|
|
82
152
|
|
|
83
153
|
Upgrades:
|
|
84
154
|
|
|
85
|
-
| Package
|
|
86
|
-
|
|
87
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
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`] |
|
|
88
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`] |
|
|
89
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
90
|
-
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery)
|
|
91
|
-
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs)
|
|
92
|
-
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema)
|
|
93
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
159
|
+
| [@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`] |
|
|
94
164
|
|
|
95
165
|
## [1.84.126] - 2025-11-12
|
|
96
166
|
|
|
97
167
|
### Added
|
|
168
|
+
|
|
98
169
|
- Added the new API method `readApp`: a simpler wrapper around `importProject` that only requires the app parameter (path or `ApplicationAccess` instance)
|
|
99
170
|
|
|
100
171
|
### Quality
|
|
101
172
|
|
|
102
173
|
Upgrades:
|
|
103
174
|
|
|
104
|
-
| Package
|
|
105
|
-
|
|
106
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
107
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
108
|
-
| [@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`]
|
|
109
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
110
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
111
|
-
| [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`] |
|
|
112
183
|
|
|
113
184
|
## [1.84.125] - 2025-10-29
|
|
114
185
|
|
|
@@ -116,12 +187,12 @@ Upgrades:
|
|
|
116
187
|
|
|
117
188
|
Upgrades:
|
|
118
189
|
|
|
119
|
-
| Package
|
|
120
|
-
|
|
121
|
-
| [@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`]
|
|
122
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
123
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
124
|
-
| [@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`] |
|
|
125
196
|
|
|
126
197
|
## [1.84.124] - 2025-10-15
|
|
127
198
|
|
|
@@ -129,16 +200,16 @@ Upgrades:
|
|
|
129
200
|
|
|
130
201
|
Upgrades:
|
|
131
202
|
|
|
132
|
-
| Package
|
|
133
|
-
|
|
134
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
135
|
-
| [patch-package](https://github.com/ds300/patch-package)
|
|
136
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
137
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
138
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
139
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
140
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.45.0` -> `8.46.0`] |
|
|
141
|
-
| [@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`] |
|
|
142
213
|
|
|
143
214
|
## [1.84.123] - 2025-10-01
|
|
144
215
|
|
|
@@ -148,16 +219,14 @@ Upgrades:
|
|
|
148
219
|
|
|
149
220
|
- Upgraded TS target to `ES2023`
|
|
150
221
|
|
|
151
|
-
| Package
|
|
152
|
-
|
|
153
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
154
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
155
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
156
|
-
| [@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`]
|
|
157
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
158
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
159
|
-
|
|
160
|
-
|
|
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`] |
|
|
161
230
|
|
|
162
231
|
## [1.84.122] - 2025-09-17
|
|
163
232
|
|
|
@@ -165,14 +234,14 @@ Upgrades:
|
|
|
165
234
|
|
|
166
235
|
Upgrades:
|
|
167
236
|
|
|
168
|
-
| Package
|
|
169
|
-
|
|
170
|
-
| [@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`] |
|
|
171
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
172
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
173
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
174
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
175
|
-
| [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`] |
|
|
176
245
|
|
|
177
246
|
## [1.84.121] - 2025-09-03
|
|
178
247
|
|
|
@@ -184,11 +253,11 @@ OVP page. Properties from different card types on the OVP page were not imported
|
|
|
184
253
|
|
|
185
254
|
Upgrades:
|
|
186
255
|
|
|
187
|
-
| Package
|
|
188
|
-
|
|
189
|
-
| [@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`] |
|
|
190
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
191
|
-
| [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`] |
|
|
192
261
|
|
|
193
262
|
## [1.84.120] - 2025-08-20
|
|
194
263
|
|
|
@@ -196,13 +265,13 @@ Upgrades:
|
|
|
196
265
|
|
|
197
266
|
Upgrades:
|
|
198
267
|
|
|
199
|
-
| Package
|
|
200
|
-
|
|
201
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
|
|
202
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
203
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
204
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
205
|
-
| [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`] |
|
|
206
275
|
|
|
207
276
|
## [1.84.119] - 2025-08-09
|
|
208
277
|
|
|
@@ -210,13 +279,13 @@ Upgrades:
|
|
|
210
279
|
|
|
211
280
|
Upgrades:
|
|
212
281
|
|
|
213
|
-
| Package
|
|
214
|
-
|
|
215
|
-
| [@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`] |
|
|
216
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
217
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
218
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
219
|
-
| [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`] |
|
|
220
289
|
|
|
221
290
|
## [1.84.118] - 2025-07-23
|
|
222
291
|
|
|
@@ -224,14 +293,14 @@ Upgrades:
|
|
|
224
293
|
|
|
225
294
|
Upgrades:
|
|
226
295
|
|
|
227
|
-
| Package
|
|
228
|
-
|
|
229
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
230
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
231
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
232
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.1` -> `8.37.0`] |
|
|
233
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
234
|
-
| [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`] |
|
|
235
304
|
|
|
236
305
|
## [1.84.117] - 2025-07-09
|
|
237
306
|
|
|
@@ -239,13 +308,13 @@ Upgrades:
|
|
|
239
308
|
|
|
240
309
|
Upgrades:
|
|
241
310
|
|
|
242
|
-
| Package
|
|
243
|
-
|
|
244
|
-
|
|
311
|
+
| Package | Change |
|
|
312
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
313
|
+
| --- | --- |
|
|
245
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`] |
|
|
246
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
247
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
248
|
-
| [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`] |
|
|
249
318
|
|
|
250
319
|
## [1.84.116] - 2025-06-25
|
|
251
320
|
|
|
@@ -257,41 +326,44 @@ Upgrades:
|
|
|
257
326
|
|
|
258
327
|
Upgrades:
|
|
259
328
|
|
|
260
|
-
| Package
|
|
261
|
-
|
|
262
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
263
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
264
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
265
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
266
|
-
| [@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`] |
|
|
267
|
-
| [@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`] |
|
|
268
337
|
|
|
269
338
|
## [1.84.115] - 2025-06-11
|
|
270
339
|
|
|
271
340
|
### Added
|
|
272
341
|
|
|
273
342
|
OData V4:
|
|
343
|
+
|
|
274
344
|
- Basic support for new SAP Ariba LR/OP templates
|
|
275
345
|
|
|
276
346
|
OData V4/V2:
|
|
347
|
+
|
|
277
348
|
- Schema generation - add link to documentation for "flexibleColumnLayout" property
|
|
278
349
|
|
|
279
350
|
### Fixed
|
|
280
351
|
|
|
281
352
|
OData V4/V2:
|
|
353
|
+
|
|
282
354
|
- Schema generation - update description for "flexibleColumnLayout" property
|
|
283
355
|
|
|
284
356
|
### Quality
|
|
285
357
|
|
|
286
358
|
Upgrades:
|
|
287
359
|
|
|
288
|
-
| Package
|
|
289
|
-
|
|
290
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
291
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
292
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
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)) | devDependencies | minor
|
|
294
|
-
| [@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`] |
|
|
295
367
|
|
|
296
368
|
## [1.84.114] - 2025-05-28
|
|
297
369
|
|
|
@@ -299,10 +371,10 @@ Upgrades:
|
|
|
299
371
|
|
|
300
372
|
Upgrades:
|
|
301
373
|
|
|
302
|
-
| Package
|
|
303
|
-
|
|
304
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
305
|
-
| [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`] |
|
|
306
378
|
|
|
307
379
|
## [1.84.113] - 2025-05-14
|
|
308
380
|
|
|
@@ -314,14 +386,13 @@ Upgrades:
|
|
|
314
386
|
|
|
315
387
|
Upgrades:
|
|
316
388
|
|
|
317
|
-
| Package
|
|
318
|
-
|
|
319
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
320
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
321
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
322
|
-
| [@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
|
|
323
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
324
|
-
|
|
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`] |
|
|
325
396
|
|
|
326
397
|
## [1.84.112] - 2025-04-30
|
|
327
398
|
|
|
@@ -329,15 +400,14 @@ Upgrades:
|
|
|
329
400
|
|
|
330
401
|
Upgrades:
|
|
331
402
|
|
|
332
|
-
| Package
|
|
333
|
-
|
|
334
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
335
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
336
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
337
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
338
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
339
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
340
|
-
|
|
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`] |
|
|
341
411
|
|
|
342
412
|
## [1.84.111] - 2025-04-17
|
|
343
413
|
|
|
@@ -357,14 +427,13 @@ Upgrades:
|
|
|
357
427
|
|
|
358
428
|
Upgrades:
|
|
359
429
|
|
|
360
|
-
| Package
|
|
361
|
-
|
|
362
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
363
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
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 | patch
|
|
365
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
366
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
367
|
-
|
|
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`] |
|
|
368
437
|
|
|
369
438
|
## [1.84.110] - 2025-04-02
|
|
370
439
|
|
|
@@ -380,7 +449,6 @@ Upgrades:
|
|
|
380
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`] |
|
|
381
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`] |
|
|
382
451
|
|
|
383
|
-
|
|
384
452
|
## [1.84.109] - 2025-03-19
|
|
385
453
|
|
|
386
454
|
### Added
|
|
@@ -399,21 +467,20 @@ Upgrades:
|
|
|
399
467
|
|
|
400
468
|
Upgrades:
|
|
401
469
|
|
|
402
|
-
| Package
|
|
403
|
-
|
|
404
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
405
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
406
|
-
| [@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
|
|
407
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
408
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
409
|
-
|
|
410
|
-
|
|
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`] |
|
|
411
477
|
|
|
412
478
|
## [1.84.108] - 2025-03-05
|
|
413
479
|
|
|
414
480
|
### Added
|
|
415
481
|
|
|
416
482
|
OData V2:
|
|
483
|
+
|
|
417
484
|
- Support of `cloudDevAdaptionStatus` internal setting
|
|
418
485
|
|
|
419
486
|
### Changed
|
|
@@ -428,14 +495,14 @@ OData V2:
|
|
|
428
495
|
|
|
429
496
|
Upgrades:
|
|
430
497
|
|
|
431
|
-
| Package
|
|
432
|
-
|
|
433
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
434
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
435
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
436
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
437
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
438
|
-
| [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`] |
|
|
439
506
|
|
|
440
507
|
## [1.84.107] - 2025-02-19
|
|
441
508
|
|
|
@@ -455,13 +522,12 @@ Upgrades:
|
|
|
455
522
|
|
|
456
523
|
Upgrades:
|
|
457
524
|
|
|
458
|
-
| Package
|
|
459
|
-
|
|
460
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
461
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
462
|
-
| [@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
|
|
463
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
464
|
-
|
|
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`] |
|
|
465
531
|
|
|
466
532
|
## [1.84.106] - 2025-02-05
|
|
467
533
|
|
|
@@ -503,13 +569,12 @@ Upgrades:
|
|
|
503
569
|
|
|
504
570
|
Upgrades:
|
|
505
571
|
|
|
506
|
-
| Package
|
|
507
|
-
|
|
508
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
509
|
-
| [@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
|
|
510
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
511
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
512
|
-
|
|
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) |
|
|
513
578
|
|
|
514
579
|
## [1.84.104] - 2025-01-08
|
|
515
580
|
|
|
@@ -525,14 +590,14 @@ Upgrades:
|
|
|
525
590
|
|
|
526
591
|
### Fixed
|
|
527
592
|
|
|
528
|
-
- 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.
|
|
529
594
|
|
|
530
595
|
### Quality
|
|
531
596
|
|
|
532
597
|
Upgrades:
|
|
533
598
|
|
|
534
|
-
- @typescript-eslint/eslint-plugin (source)
|
|
535
|
-
- @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
|
|
536
601
|
- prettier to 3.4.2
|
|
537
602
|
- esbuild to 0.24.2
|
|
538
603
|
- npm-run-all2 to 7.0.2
|
|
@@ -555,7 +620,7 @@ Upgrades:
|
|
|
555
620
|
- i18next devDependencies 23.16.5 -> 23.16.8
|
|
556
621
|
- @typescript-eslint/eslint-plugin 8.13.0 -> 8.15.0
|
|
557
622
|
- @typescript-eslint/parser 8.13.0 -> 8.15.0
|
|
558
|
-
- axios
|
|
623
|
+
- axios `1.7.7` -> `1.7.9`
|
|
559
624
|
|
|
560
625
|
## [1.84.102] - 2024-11-13
|
|
561
626
|
|
|
@@ -583,7 +648,7 @@ Upgrades:
|
|
|
583
648
|
|
|
584
649
|
### Fixed
|
|
585
650
|
|
|
586
|
-
- 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.
|
|
587
652
|
|
|
588
653
|
### Quality
|
|
589
654
|
|
|
@@ -648,10 +713,10 @@ Upgrades:
|
|
|
648
713
|
|
|
649
714
|
- Table views: new error handling for undefined keys.
|
|
650
715
|
- Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
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`.
|
|
655
720
|
|
|
656
721
|
### Quality
|
|
657
722
|
|
|
@@ -825,7 +890,7 @@ Upgrades:
|
|
|
825
890
|
### Changed
|
|
826
891
|
|
|
827
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.
|
|
828
|
-
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.
|
|
829
894
|
|
|
830
895
|
### Removed
|
|
831
896
|
|
|
@@ -841,8 +906,8 @@ OData V4:
|
|
|
841
906
|
- toolbar actions had partially not been considered during the import
|
|
842
907
|
- the export of table properties had overwritten the export from views
|
|
843
908
|
- the export now supports two different constellations for anyOf definitions in schema:
|
|
844
|
-
|
|
845
|
-
|
|
909
|
+
- anyOf directly defined as additionalProperties (of MultiTableMode)
|
|
910
|
+
- anyOf reachable via $ref, properties defined there.
|
|
846
911
|
- empty `sap.ui5/routing/config` object removed from `manifest.json` during export
|
|
847
912
|
|
|
848
913
|
OData V2:
|
|
@@ -858,7 +923,7 @@ OData V2:
|
|
|
858
923
|
### Changed
|
|
859
924
|
|
|
860
925
|
- OData V2:
|
|
861
|
-
|
|
926
|
+
- Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
|
|
862
927
|
|
|
863
928
|
### Quality
|
|
864
929
|
|
|
@@ -888,7 +953,7 @@ Upgrades:
|
|
|
888
953
|
- reflect-metadata to 0.2.2
|
|
889
954
|
- jest to 29.7.0
|
|
890
955
|
- ts-jest to 29.1.2
|
|
891
|
-
|
|
956
|
+
|
|
892
957
|
## [1.84.85] - 2024-03-20
|
|
893
958
|
|
|
894
959
|
### Added
|
|
@@ -920,7 +985,7 @@ Upgrades
|
|
|
920
985
|
- patch-package to 8.0.0
|
|
921
986
|
- prettier to 3.2.5
|
|
922
987
|
- npm-run-all2 to 6.1.2
|
|
923
|
-
- ts-jest
|
|
988
|
+
- ts-jest to 29.1.1
|
|
924
989
|
- ts-node to 10.9.2
|
|
925
990
|
- typescript to 5.3.2
|
|
926
991
|
- resolution of ini to 4.0.0
|
|
@@ -952,9 +1017,9 @@ Upgrades:
|
|
|
952
1017
|
### Added
|
|
953
1018
|
|
|
954
1019
|
- OData V2:
|
|
955
|
-
|
|
1020
|
+
- Support of Header facets on Object Page
|
|
956
1021
|
- UX adjustments of inplace documentation:
|
|
957
|
-
|
|
1022
|
+
- Support for Screen Readers and Arrow Navigation
|
|
958
1023
|
|
|
959
1024
|
### Fixed
|
|
960
1025
|
|
|
@@ -973,14 +1038,14 @@ Upgrades
|
|
|
973
1038
|
### Added
|
|
974
1039
|
|
|
975
1040
|
- OData V4:
|
|
976
|
-
|
|
1041
|
+
- View columns set as view nodes
|
|
977
1042
|
|
|
978
1043
|
### Fixed
|
|
979
1044
|
|
|
980
1045
|
- Invalid object-like descriptions and keys had been generated into the app-specific schemas if DataFieldForIntentBasedNavigation was defined with a path reference
|
|
981
1046
|
- An exception happened during app schema generation if a NavigationProperty pointed to an invalid target annotation
|
|
982
1047
|
- OData V4:
|
|
983
|
-
|
|
1048
|
+
- Invalid '/' in app schema definition names replaced by '::'
|
|
984
1049
|
|
|
985
1050
|
### Quality
|
|
986
1051
|
|
|
@@ -998,7 +1063,7 @@ Upgrades
|
|
|
998
1063
|
### Added
|
|
999
1064
|
|
|
1000
1065
|
- OData V4:
|
|
1001
|
-
|
|
1066
|
+
- View columns set as view nodes
|
|
1002
1067
|
|
|
1003
1068
|
### Quality
|
|
1004
1069
|
|
|
@@ -1015,29 +1080,29 @@ Upgrades
|
|
|
1015
1080
|
### Added
|
|
1016
1081
|
|
|
1017
1082
|
- UX adjustments of inplace documentation:
|
|
1018
|
-
|
|
1083
|
+
- Support of Keyboard Navigation
|
|
1019
1084
|
- OData V2: Support of global table settings for object pages
|
|
1020
1085
|
- OData V4:
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
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
|
+
|
|
1024
1089
|
### Changed
|
|
1025
1090
|
|
|
1026
1091
|
- Alignment of settings for sap.ovp:
|
|
1027
|
-
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.
|
|
1028
|
-
The assignment of settings to the specific card types has been revised and adjusted.
|
|
1029
|
-
- 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
|
|
1030
1095
|
- Increased api version
|
|
1031
1096
|
|
|
1032
1097
|
### Fixed
|
|
1033
1098
|
|
|
1034
1099
|
- OData V4: Empty visualization throws unhandled error during sync
|
|
1035
1100
|
- Prevent exception in case of illegal annotationPath references of fields or columns
|
|
1036
|
-
- OData V2:
|
|
1101
|
+
- OData V2: ALP not displaying chart and properties
|
|
1037
1102
|
- OVP:
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
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.
|
|
1041
1106
|
|
|
1042
1107
|
### Quality
|
|
1043
1108
|
|
|
@@ -1060,12 +1125,12 @@ Upgrades
|
|
|
1060
1125
|
### Changed
|
|
1061
1126
|
|
|
1062
1127
|
- OVP card settings:
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
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
|
|
1066
1131
|
|
|
1067
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.
|
|
1068
|
-
Thus the location information is removed for annotation problems
|
|
1133
|
+
Thus the location information is removed for annotation problems
|
|
1069
1134
|
|
|
1070
1135
|
### Fixed
|
|
1071
1136
|
|
|
@@ -1092,8 +1157,8 @@ Upgrades:
|
|
|
1092
1157
|
- Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
|
|
1093
1158
|
|
|
1094
1159
|
- OData V4:
|
|
1095
|
-
|
|
1096
|
-
|
|
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
|
|
1097
1162
|
|
|
1098
1163
|
### Quality
|
|
1099
1164
|
|
|
@@ -1110,25 +1175,25 @@ Upgrades:
|
|
|
1110
1175
|
|
|
1111
1176
|
### Added
|
|
1112
1177
|
|
|
1113
|
-
- OData V4:
|
|
1114
|
-
|
|
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
|
|
1115
1180
|
|
|
1116
1181
|
### Changed
|
|
1117
1182
|
|
|
1118
1183
|
- UX adjustments of inplace documentation:
|
|
1119
|
-
|
|
1184
|
+
- Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
|
|
1120
1185
|
|
|
1121
1186
|
### Removed
|
|
1122
1187
|
|
|
1123
|
-
- OData V2:
|
|
1124
|
-
|
|
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
|
|
1125
1190
|
|
|
1126
1191
|
### Fixed
|
|
1127
1192
|
|
|
1128
|
-
- OData V2:
|
|
1129
|
-
|
|
1130
|
-
- OData V4:
|
|
1131
|
-
|
|
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
|
|
1132
1197
|
|
|
1133
1198
|
### Quality
|
|
1134
1199
|
|
|
@@ -1150,7 +1215,7 @@ Upgrades:
|
|
|
1150
1215
|
### Added
|
|
1151
1216
|
|
|
1152
1217
|
- OData V4:
|
|
1153
|
-
|
|
1218
|
+
- `displayName` property for `relatedFacet` and `relativePosition` custom section properties
|
|
1154
1219
|
|
|
1155
1220
|
### Changed
|
|
1156
1221
|
|
|
@@ -1181,7 +1246,7 @@ Upgrades:
|
|
|
1181
1246
|
### Added
|
|
1182
1247
|
|
|
1183
1248
|
- OData V2:
|
|
1184
|
-
|
|
1249
|
+
- Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
|
|
1185
1250
|
|
|
1186
1251
|
### Changed
|
|
1187
1252
|
|
|
@@ -1192,10 +1257,10 @@ Upgrades:
|
|
|
1192
1257
|
### Fixed
|
|
1193
1258
|
|
|
1194
1259
|
- OData V2:
|
|
1195
|
-
|
|
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.
|
|
1196
1261
|
- OData V4:
|
|
1197
|
-
|
|
1198
|
-
|
|
1262
|
+
- Added missing descriptions to custom section properties `relatedFacet`, `relativePosition`, `id`, `fragmentName`
|
|
1263
|
+
- Custom section properties `className` and `type` are marked as hidden
|
|
1199
1264
|
|
|
1200
1265
|
### Quality
|
|
1201
1266
|
|
|
@@ -1248,7 +1313,7 @@ Upgrades:
|
|
|
1248
1313
|
### Added
|
|
1249
1314
|
|
|
1250
1315
|
- OData V2:
|
|
1251
|
-
|
|
1316
|
+
- Added support for the binding pattern to `showHeaderContent` property
|
|
1252
1317
|
|
|
1253
1318
|
### Changed
|
|
1254
1319
|
|
|
@@ -1259,9 +1324,9 @@ Upgrades:
|
|
|
1259
1324
|
### Fixed
|
|
1260
1325
|
|
|
1261
1326
|
- OData V4:
|
|
1262
|
-
|
|
1327
|
+
- Wrong annotation path is generated for connected fields with a different entity type than the section
|
|
1263
1328
|
- OData V2:
|
|
1264
|
-
|
|
1329
|
+
- Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
|
|
1265
1330
|
|
|
1266
1331
|
### Quality
|
|
1267
1332
|
|
|
@@ -1294,8 +1359,8 @@ Upgrades:
|
|
|
1294
1359
|
### Added
|
|
1295
1360
|
|
|
1296
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
|
|
1297
|
-
- OData V4
|
|
1298
|
-
|
|
1362
|
+
- OData V4
|
|
1363
|
+
- Support connected fields on the Object Page
|
|
1299
1364
|
|
|
1300
1365
|
### Quality
|
|
1301
1366
|
|
|
@@ -1345,7 +1410,7 @@ Upgrades:
|
|
|
1345
1410
|
### Fixed
|
|
1346
1411
|
|
|
1347
1412
|
- OData V2:
|
|
1348
|
-
|
|
1413
|
+
- Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
|
|
1349
1414
|
|
|
1350
1415
|
### Quality
|
|
1351
1416
|
|
|
@@ -1362,7 +1427,7 @@ Upgrades:
|
|
|
1362
1427
|
### Fixed
|
|
1363
1428
|
|
|
1364
1429
|
- OData V4: when adding new pages, the export calculates the route pattern for the new manifest entry.
|
|
1365
|
-
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.
|
|
1366
1431
|
|
|
1367
1432
|
### Quality
|
|
1368
1433
|
|
|
@@ -1394,9 +1459,9 @@ Upgrades:
|
|
|
1394
1459
|
### Added
|
|
1395
1460
|
|
|
1396
1461
|
- General:
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
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
|
|
1400
1465
|
|
|
1401
1466
|
### Quality
|
|
1402
1467
|
|
|
@@ -1418,6 +1483,7 @@ Upgrades:
|
|
|
1418
1483
|
- Update transitive dependencies
|
|
1419
1484
|
|
|
1420
1485
|
Upgrades:
|
|
1486
|
+
|
|
1421
1487
|
- prettier: to 2.8.8
|
|
1422
1488
|
- typescript to 4.9.5
|
|
1423
1489
|
- @types/node to 18.16.3
|
|
@@ -1476,13 +1542,13 @@ Upgrades:
|
|
|
1476
1542
|
### Fixed
|
|
1477
1543
|
|
|
1478
1544
|
- OData V2:
|
|
1479
|
-
|
|
1545
|
+
- Fixed deletion issues for Custom Columns that appeared after positions were changed
|
|
1480
1546
|
|
|
1481
1547
|
### Quality
|
|
1482
1548
|
|
|
1483
1549
|
- Upgrade "typescript" to "4.9.4"
|
|
1484
|
-
- Upgrade "@typescript-eslint/eslint-plugin" and
|
|
1485
|
-
- 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"
|
|
1486
1552
|
- Revert "typescript-json-schema" to "0.53.0" in types package
|
|
1487
1553
|
|
|
1488
1554
|
## [1.84.59] - 2023-02-22
|
|
@@ -1509,9 +1575,9 @@ Upgrades:
|
|
|
1509
1575
|
### Fixed
|
|
1510
1576
|
|
|
1511
1577
|
- OData V2:
|
|
1512
|
-
|
|
1578
|
+
- resolved sync issue with unknown properties on fields for `Table > CreateWithParameterDialog`
|
|
1513
1579
|
- OData V4:
|
|
1514
|
-
|
|
1580
|
+
- Fixed issue with missing schema and config for List report page in freestyle app
|
|
1515
1581
|
|
|
1516
1582
|
### Quality
|
|
1517
1583
|
|
|
@@ -1528,10 +1594,10 @@ Upgrades:
|
|
|
1528
1594
|
### Added
|
|
1529
1595
|
|
|
1530
1596
|
- OData V4:
|
|
1531
|
-
|
|
1597
|
+
- Generation of `propertyIndex` property in schemas for root properties
|
|
1532
1598
|
|
|
1533
1599
|
- OData V2:
|
|
1534
|
-
|
|
1600
|
+
- Generation of `propertyIndex` property in schemas for root properties
|
|
1535
1601
|
|
|
1536
1602
|
### Quality
|
|
1537
1603
|
|
|
@@ -1542,26 +1608,26 @@ Upgrades:
|
|
|
1542
1608
|
### Added
|
|
1543
1609
|
|
|
1544
1610
|
- General:
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
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
|
|
1549
1615
|
|
|
1550
1616
|
- OData V4:
|
|
1551
|
-
|
|
1617
|
+
- Default annotationPath is added in schema even if LineItem annotation is not defined
|
|
1552
1618
|
|
|
1553
1619
|
### Changed
|
|
1554
1620
|
|
|
1555
1621
|
- API for OData V2:
|
|
1556
|
-
|
|
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.
|
|
1557
1623
|
|
|
1558
1624
|
### Fixed
|
|
1559
1625
|
|
|
1560
1626
|
- OData V4:
|
|
1561
|
-
|
|
1562
|
-
|
|
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.
|
|
1563
1629
|
- OData V2:
|
|
1564
|
-
|
|
1630
|
+
- Fixed deletion of fragment cells contents in case last element is deleted
|
|
1565
1631
|
|
|
1566
1632
|
### Quality
|
|
1567
1633
|
|
|
@@ -1576,11 +1642,11 @@ Upgrades:
|
|
|
1576
1642
|
### Changed
|
|
1577
1643
|
|
|
1578
1644
|
- UI adjustments of inplace documentation:
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
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
|
|
1584
1650
|
|
|
1585
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).
|
|
1586
1652
|
|
|
@@ -1610,7 +1676,7 @@ Upgrades:
|
|
|
1610
1676
|
|
|
1611
1677
|
### Changed
|
|
1612
1678
|
|
|
1613
|
-
- 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).
|
|
1614
1680
|
|
|
1615
1681
|
### Quality
|
|
1616
1682
|
|
|
@@ -1621,14 +1687,14 @@ Upgrades:
|
|
|
1621
1687
|
### Added
|
|
1622
1688
|
|
|
1623
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:
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
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, ...)
|
|
1631
|
-
|
|
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
|
+
|
|
1632
1698
|
### Changed
|
|
1633
1699
|
|
|
1634
1700
|
- Common dependencies have been moved to the root level.
|
|
@@ -1656,13 +1722,13 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1656
1722
|
### Added
|
|
1657
1723
|
|
|
1658
1724
|
- OData V4:
|
|
1659
|
-
|
|
1725
|
+
- Zero state support
|
|
1660
1726
|
|
|
1661
1727
|
### Fixed
|
|
1662
1728
|
|
|
1663
1729
|
- OData V4:
|
|
1664
|
-
|
|
1665
|
-
|
|
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.
|
|
1666
1732
|
|
|
1667
1733
|
### Quality
|
|
1668
1734
|
|
|
@@ -1688,17 +1754,17 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1688
1754
|
### Removed
|
|
1689
1755
|
|
|
1690
1756
|
- OData V4:
|
|
1691
|
-
|
|
1757
|
+
- Removed `End` value from Placement property for custom extensions
|
|
1692
1758
|
|
|
1693
1759
|
## [1.84.46] - 2022-08-24
|
|
1694
1760
|
|
|
1695
1761
|
### Changed
|
|
1696
1762
|
|
|
1697
1763
|
- The specification module is now build with esbuild instead of webpack.
|
|
1698
|
-
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:
|
|
1699
1765
|
|
|
1700
|
-
|
|
1701
|
-
import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
|
|
1766
|
+
```
|
|
1767
|
+
import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
|
|
1702
1768
|
==> import { PageType } from '@sap/ux-specification/types';
|
|
1703
1769
|
|
|
1704
1770
|
import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/dist/src/v2';
|
|
@@ -1706,49 +1772,50 @@ import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specificatio
|
|
|
1706
1772
|
|
|
1707
1773
|
import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist/src/v4';
|
|
1708
1774
|
==> import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/types/v4';
|
|
1709
|
-
|
|
1775
|
+
```
|
|
1710
1776
|
|
|
1711
1777
|
- OData V4:
|
|
1712
|
-
|
|
1778
|
+
- LR: Mark view properties `key`, `index` as hidden in schema
|
|
1713
1779
|
|
|
1714
1780
|
### Fixed
|
|
1715
1781
|
|
|
1716
1782
|
- OData V2:
|
|
1717
|
-
|
|
1783
|
+
- OP: Fixed incorrect generation of flexChanges in case of Form, Form Fields and Form Fields referenced from a navigation entity
|
|
1718
1784
|
|
|
1719
1785
|
- OData V4:
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
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`
|
|
1723
1789
|
|
|
1724
1790
|
## [1.84.45] - 2022-08-11
|
|
1725
1791
|
|
|
1726
1792
|
### Added
|
|
1727
1793
|
|
|
1728
1794
|
- OData V4:
|
|
1729
|
-
|
|
1730
|
-
|
|
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
|
|
1731
1797
|
|
|
1732
1798
|
### Changed
|
|
1733
1799
|
|
|
1734
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
|
|
1735
|
-
`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
|
+
```
|
|
1736
1808
|
|
|
1737
|
-
|
|
1738
|
-
key: {
|
|
1739
|
-
route: route
|
|
1740
|
-
}
|
|
1741
|
-
```
|
|
1809
|
+
The switch to an object representation allows to also include other target information like "outbound".
|
|
1742
1810
|
|
|
1743
|
-
The switch to an object representation allows to also include other target information like "outbound".
|
|
1744
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.
|
|
1745
1812
|
- OData V2:
|
|
1746
|
-
|
|
1813
|
+
- Mark custom column 'columnIndex' property as hidden
|
|
1747
1814
|
|
|
1748
1815
|
### Fixed
|
|
1749
1816
|
|
|
1750
1817
|
- OData V4:
|
|
1751
|
-
|
|
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.
|
|
1752
1819
|
|
|
1753
1820
|
## [1.84.44] - 2022-07-28
|
|
1754
1821
|
|
|
@@ -1768,11 +1835,11 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
|
|
|
1768
1835
|
### Fixed
|
|
1769
1836
|
|
|
1770
1837
|
- OData V4:
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
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
|
|
1776
1843
|
|
|
1777
1844
|
### Quality
|
|
1778
1845
|
|
|
@@ -1783,12 +1850,12 @@ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist
|
|
|
1783
1850
|
### Fixed
|
|
1784
1851
|
|
|
1785
1852
|
- OData V2:
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
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.
|
|
1792
1859
|
|
|
1793
1860
|
## [1.84.41] - 2022-06-16
|
|
1794
1861
|
|
|
@@ -1838,17 +1905,17 @@ Upgrade node & node-version to 14.x
|
|
|
1838
1905
|
### Changed
|
|
1839
1906
|
|
|
1840
1907
|
- OData V4:
|
|
1841
|
-
|
|
1842
|
-
|
|
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.
|
|
1843
1910
|
|
|
1844
1911
|
### Fixed
|
|
1845
1912
|
|
|
1846
1913
|
- OData V4:
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
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.
|
|
1852
1919
|
|
|
1853
1920
|
### Quality
|
|
1854
1921
|
|
|
@@ -1865,15 +1932,15 @@ OData V4:
|
|
|
1865
1932
|
|
|
1866
1933
|
### Fixed
|
|
1867
1934
|
|
|
1868
|
-
- OData V4:
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
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).
|
|
1873
1940
|
|
|
1874
1941
|
- OData V2:
|
|
1875
|
-
|
|
1876
|
-
|
|
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.
|
|
1877
1944
|
|
|
1878
1945
|
## [1.84.37] - 2022-04-21
|
|
1879
1946
|
|
|
@@ -1882,20 +1949,20 @@ OData V4:
|
|
|
1882
1949
|
- Documentation actualised with regards to the new release version 1.100.
|
|
1883
1950
|
|
|
1884
1951
|
- OData V2:
|
|
1885
|
-
|
|
1886
|
-
|
|
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.
|
|
1887
1954
|
- OData V4:
|
|
1888
|
-
|
|
1955
|
+
- OP: Added support for presentation variants with chart or table visualization
|
|
1889
1956
|
|
|
1890
1957
|
### Fixed
|
|
1891
1958
|
|
|
1892
1959
|
- OData V4:
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
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.
|
|
1896
1963
|
- OData V2:
|
|
1897
|
-
|
|
1898
|
-
|
|
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.
|
|
1899
1966
|
|
|
1900
1967
|
### Quality
|
|
1901
1968
|
|
|
@@ -1911,8 +1978,8 @@ OData V4:
|
|
|
1911
1978
|
### Fixed
|
|
1912
1979
|
|
|
1913
1980
|
- OData V2:
|
|
1914
|
-
|
|
1915
|
-
- 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
|
|
1916
1983
|
|
|
1917
1984
|
### Quality
|
|
1918
1985
|
|
|
@@ -1934,17 +2001,17 @@ OData V4:
|
|
|
1934
2001
|
### Added
|
|
1935
2002
|
|
|
1936
2003
|
- OData V4:
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
2004
|
+
- support of `flexEnabled` property
|
|
2005
|
+
- ALP flavor, support of ALP views
|
|
2006
|
+
- List report: multiple views, with the right properties
|
|
1940
2007
|
|
|
1941
2008
|
### Fixed
|
|
1942
2009
|
|
|
1943
2010
|
- OData V2:
|
|
1944
|
-
|
|
2011
|
+
- duplicated fragment columns were written if table namespace was not found, and unknown custom data in fragment was not considered.
|
|
1945
2012
|
- OData V4
|
|
1946
|
-
|
|
1947
|
-
|
|
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
|
|
1948
2015
|
|
|
1949
2016
|
### Quality
|
|
1950
2017
|
|
|
@@ -1959,17 +2026,17 @@ OData V4:
|
|
|
1959
2026
|
### Added
|
|
1960
2027
|
|
|
1961
2028
|
- OData V2:
|
|
1962
|
-
|
|
2029
|
+
- visible property is now also available for facets without annotation Id
|
|
1963
2030
|
|
|
1964
2031
|
- OData V4:
|
|
1965
|
-
|
|
2032
|
+
- Support of progress, rating and microchart header facets
|
|
1966
2033
|
|
|
1967
2034
|
### Fixed
|
|
1968
2035
|
|
|
1969
2036
|
- OData V2:
|
|
1970
|
-
|
|
2037
|
+
- Creation of new flexChanges now considers resolved Id from pom.xml
|
|
1971
2038
|
- OData V4:
|
|
1972
|
-
|
|
2039
|
+
- Fix overwriting of manifest page id in case of different page key
|
|
1973
2040
|
|
|
1974
2041
|
### Quality
|
|
1975
2042
|
|
|
@@ -1981,7 +2048,7 @@ OData V4:
|
|
|
1981
2048
|
|
|
1982
2049
|
- Metadata information `dataType` added to various places in V2 and V4 schemas
|
|
1983
2050
|
- OData V2:
|
|
1984
|
-
|
|
2051
|
+
- display selection fields, and support date settings properties on LR/ALP
|
|
1985
2052
|
|
|
1986
2053
|
### Fixed
|
|
1987
2054
|
|
|
@@ -1997,13 +2064,13 @@ OData V4:
|
|
|
1997
2064
|
### Added
|
|
1998
2065
|
|
|
1999
2066
|
- OData V2:
|
|
2000
|
-
|
|
2067
|
+
- Support column and footer action properties on LR
|
|
2001
2068
|
|
|
2002
2069
|
### Fixed
|
|
2003
2070
|
|
|
2004
2071
|
- OData V2:
|
|
2005
|
-
|
|
2006
|
-
|
|
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
|
|
2007
2074
|
|
|
2008
2075
|
### Quality
|
|
2009
2076
|
|
|
@@ -2012,7 +2079,7 @@ OData V4:
|
|
|
2012
2079
|
### Added
|
|
2013
2080
|
|
|
2014
2081
|
- OData V2:
|
|
2015
|
-
|
|
2082
|
+
- `exportType` property can now be configured to specify the type of export to be used in the SmartTable control.
|
|
2016
2083
|
|
|
2017
2084
|
### Quality
|
|
2018
2085
|
|
|
@@ -2023,34 +2090,34 @@ OData V4:
|
|
|
2023
2090
|
### Added
|
|
2024
2091
|
|
|
2025
2092
|
- OData V2:
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
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
|
|
2030
2097
|
|
|
2031
2098
|
### Changed
|
|
2032
2099
|
|
|
2033
2100
|
- OData V2:
|
|
2034
|
-
|
|
2035
|
-
|
|
2101
|
+
- property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
|
|
2102
|
+
- OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
|
|
2036
2103
|
- OData V4:
|
|
2037
|
-
|
|
2104
|
+
- property `afterExecution` of table columns now is only visible for actions but not for other record types
|
|
2038
2105
|
|
|
2039
2106
|
### Removed
|
|
2040
2107
|
|
|
2041
2108
|
- OData V2:
|
|
2042
|
-
|
|
2109
|
+
- OVP: removed `tabs` property from card level
|
|
2043
2110
|
|
|
2044
2111
|
### Deprecated
|
|
2045
2112
|
|
|
2046
2113
|
### Fixed
|
|
2047
2114
|
|
|
2048
2115
|
- OData V2:
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
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
|
|
2052
2119
|
- OData V4:
|
|
2053
|
-
|
|
2120
|
+
- Avoid exporting empty arrays to manifest.json
|
|
2054
2121
|
|
|
2055
2122
|
### Quality
|
|
2056
2123
|
|
|
@@ -2102,32 +2169,32 @@ OData V4:
|
|
|
2102
2169
|
### Added
|
|
2103
2170
|
|
|
2104
2171
|
- OData V2:
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
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
|
|
2108
2175
|
- V2 & V4:
|
|
2109
|
-
|
|
2176
|
+
- Footer actions are now part of the schema. A node for header actions is visible even if there are no actions yet.
|
|
2110
2177
|
|
|
2111
2178
|
### Changed
|
|
2112
2179
|
|
|
2113
2180
|
- OData V2:
|
|
2114
|
-
|
|
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.
|
|
2115
2182
|
|
|
2116
2183
|
### Removed
|
|
2117
2184
|
|
|
2118
2185
|
- OData V2:
|
|
2119
|
-
|
|
2186
|
+
- OVP: Removed `tab` property from `Stack` and `Link List` cards as view switch control is not supported
|
|
2120
2187
|
|
|
2121
2188
|
### Deprecated
|
|
2122
2189
|
|
|
2123
2190
|
### Fixed
|
|
2124
2191
|
|
|
2125
2192
|
- OData V4:
|
|
2126
|
-
|
|
2127
|
-
|
|
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.
|
|
2128
2195
|
- V2 & V4:
|
|
2129
|
-
|
|
2130
|
-
|
|
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
|
|
2131
2198
|
- annotationPath definitions of header and footer actions.
|
|
2132
2199
|
|
|
2133
2200
|
### Quality
|
|
@@ -2150,14 +2217,14 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2150
2217
|
- Added `i18nClassification` for `title`, `description` properties for `App.json` schema in V2 and V4.
|
|
2151
2218
|
- V4: Header actions are now part of the Object Page schema.
|
|
2152
2219
|
- OData V2:
|
|
2153
|
-
|
|
2154
|
-
|
|
2220
|
+
- OVP: Added support for property `annotationPath` in Linklist card settings.
|
|
2221
|
+
- OVP: property `requireAppAuthorization` is now supported for all card types.
|
|
2155
2222
|
|
|
2156
2223
|
### Changed
|
|
2157
2224
|
|
|
2158
2225
|
- README was updated.
|
|
2159
2226
|
- Order and naming of view nodes for the V2 Object Page adapted.
|
|
2160
|
-
- 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}}"
|
|
2161
2228
|
|
|
2162
2229
|
### Removed
|
|
2163
2230
|
|
|
@@ -2178,8 +2245,8 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2178
2245
|
|
|
2179
2246
|
- New html files showing a graphical representation of the content of each generic schema.
|
|
2180
2247
|
- OData V2:
|
|
2181
|
-
|
|
2182
|
-
|
|
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.
|
|
2183
2250
|
|
|
2184
2251
|
### Changed
|
|
2185
2252
|
|
|
@@ -2188,10 +2255,10 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2188
2255
|
### Fixed
|
|
2189
2256
|
|
|
2190
2257
|
- OData V2:
|
|
2191
|
-
|
|
2258
|
+
- Invalid flexChanges are now ignored during sync, hence configs and pages files are created.
|
|
2192
2259
|
- OData V4:
|
|
2193
|
-
|
|
2194
|
-
|
|
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.
|
|
2195
2262
|
|
|
2196
2263
|
### Quality
|
|
2197
2264
|
|
|
@@ -2202,9 +2269,9 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2202
2269
|
### Added
|
|
2203
2270
|
|
|
2204
2271
|
- OData V4:
|
|
2205
|
-
|
|
2272
|
+
- Header Facets are now shown in the schemas and configs, along with their actual manifest settings.
|
|
2206
2273
|
- OData V2:
|
|
2207
|
-
|
|
2274
|
+
- OVP: Added support for property `dataPointAnnotationPath` in ListCard settings
|
|
2208
2275
|
|
|
2209
2276
|
### Fixed
|
|
2210
2277
|
|
|
@@ -2215,7 +2282,7 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2215
2282
|
### Added
|
|
2216
2283
|
|
|
2217
2284
|
- OData V4:
|
|
2218
|
-
|
|
2285
|
+
- Enhanced sync logic to avoid export of properties unknown to specification module to avoid modification in manifest.json
|
|
2219
2286
|
- Added test for function `convertInterfaces` to increase test coverage
|
|
2220
2287
|
- Added flexchange layer information to API interface
|
|
2221
2288
|
|
|
@@ -2235,23 +2302,23 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2235
2302
|
### Added
|
|
2236
2303
|
|
|
2237
2304
|
- OData V2:
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
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
|
|
2241
2308
|
|
|
2242
|
-
- OData V4:
|
|
2243
|
-
|
|
2244
|
-
|
|
2309
|
+
- OData V4:
|
|
2310
|
+
- Table toolbar as structure node
|
|
2311
|
+
- enableOnSelect as property for table toolbar
|
|
2245
2312
|
|
|
2246
|
-
- Developer guide for contributors to this module
|
|
2313
|
+
- Developer guide for contributors to this module
|
|
2247
2314
|
|
|
2248
2315
|
- Actualization of JS-DOC
|
|
2249
2316
|
|
|
2250
2317
|
- Enhanced error handling of API functions.
|
|
2251
2318
|
|
|
2252
2319
|
- The generic schema is enhanced by the following information:
|
|
2253
|
-
|
|
2254
|
-
|
|
2320
|
+
- artifact type (manifest setting, flex change or annotation)
|
|
2321
|
+
- in case of flex change: control name
|
|
2255
2322
|
|
|
2256
2323
|
### Changed
|
|
2257
2324
|
|
|
@@ -2264,7 +2331,7 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2264
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.
|
|
2265
2332
|
- Enhance function determineTableType to also check for presence of old tableType flag in manifest.json
|
|
2266
2333
|
- OData V2:
|
|
2267
|
-
|
|
2334
|
+
- ALP: Use correct Id for flex changes generated in case of Filter Bar
|
|
2268
2335
|
|
|
2269
2336
|
### Quality
|
|
2270
2337
|
|
|
@@ -2311,15 +2378,15 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
2311
2378
|
|
|
2312
2379
|
### Added
|
|
2313
2380
|
|
|
2314
|
-
- 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.
|
|
2315
2382
|
|
|
2316
2383
|
### Changed
|
|
2317
2384
|
|
|
2318
2385
|
- In the annotationPath information of the generated JSON schemas all alias definitions are now replaced by the full vocabulary name.
|
|
2319
2386
|
- Descriptions in the schema now follow the following paradigm:
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
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).
|
|
2323
2390
|
|
|
2324
2391
|
### Removed
|
|
2325
2392
|
|
|
@@ -2430,7 +2497,7 @@ Added resolutions for
|
|
|
2430
2497
|
|
|
2431
2498
|
### Changed
|
|
2432
2499
|
|
|
2433
|
-
- createWithParameterDialog can be found under
|
|
2500
|
+
- createWithParameterDialog can be found under _table_ properties instead of _toolbarActions_ now.
|
|
2434
2501
|
|
|
2435
2502
|
### Fixed
|
|
2436
2503
|
|
|
@@ -2559,7 +2626,7 @@ Added resolutions for
|
|
|
2559
2626
|
### Added
|
|
2560
2627
|
|
|
2561
2628
|
- The specification API now allows passing a logger, i.e. an instance of the new interface ExtensionLogger.
|
|
2562
|
-
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.
|
|
2563
2630
|
- Property showDataLabel on global OVP level
|
|
2564
2631
|
- OData V2: New `extensionType` property is added to Custom Column definition.
|
|
2565
2632
|
- OData V2: Support for Custom Columns in Object Page tables.
|
|
@@ -2567,7 +2634,7 @@ If supplied, all messages resulting from the API processing will be passed to th
|
|
|
2567
2634
|
### Changed
|
|
2568
2635
|
|
|
2569
2636
|
- OData V4: List Report `variantManagement` property is now moved to page level
|
|
2570
|
-
- 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.
|
|
2571
2638
|
|
|
2572
2639
|
### Fixed
|
|
2573
2640
|
|