@sap/ux-specification 1.71.149 → 1.71.151
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 +378 -316
- 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/index-min.js +199 -198
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -3
- package/dist/schemas/v2/ListReportConfig.json +4 -4
- package/dist/schemas/v2/ListReportNewConfig.json +1 -1
- package/dist/schemas/v2/ObjectPageConfig.json +4 -4
- package/dist/specification/package.json +13 -12
- package/dist/specification/scripts/extractDocu.js +18 -1
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +8 -3
- 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 -7
- 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/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 +7 -0
- 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 +14 -13
package/CHANGELOG.md
CHANGED
|
@@ -6,93 +6,154 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
6
6
|
|
|
7
7
|
## Prerequisites
|
|
8
8
|
|
|
9
|
-
[Node.js](https://nodejs.org/en/download/) version `20.14.0` or higher
|
|
9
|
+
You have [Node.js](https://nodejs.org/en/download/) version `20.14.0` or higher installed
|
|
10
|
+
|
|
11
|
+
## [1.71.151] - 2026-03-05
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Enhanced the page schema by adding `manifestPath` support for overview page properties in OData V2 applications
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- 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
|
|
20
|
+
- Enhanced the `manifestPath` to support relative paths for sections with shared reference.
|
|
21
|
+
|
|
22
|
+
### Quality
|
|
23
|
+
|
|
24
|
+
Upgrades:
|
|
25
|
+
|
|
26
|
+
| Package | Change |
|
|
27
|
+
| -------------------------------------------------------------------- | ------------------------ |
|
|
28
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
|
|
29
|
+
| [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
|
|
30
|
+
| [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
|
|
31
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
|
|
32
|
+
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
|
|
33
|
+
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
|
|
34
|
+
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) | [`0.10.20` -> `0.10.21`] |
|
|
35
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
|
|
36
|
+
| [axios](https://axios-http.com) | [`1.13.5` -> `1.13.6`] |
|
|
37
|
+
| [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
|
|
38
|
+
|
|
39
|
+
## [1.71.150] - 2026-02-04
|
|
40
|
+
|
|
41
|
+
### Fixed
|
|
42
|
+
|
|
43
|
+
- Fixed multiple issues for the `manifestPath` calculation in the schema
|
|
44
|
+
- Fixed page support for the analytical list page in OData V2 applications
|
|
45
|
+
|
|
46
|
+
### Quality
|
|
47
|
+
|
|
48
|
+
Upgrades:
|
|
49
|
+
|
|
50
|
+
| Package | Change |
|
|
51
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
|
52
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | `1.12.0` → `1.13.5` |
|
|
53
|
+
| [@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` |
|
|
54
|
+
| [@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` |
|
|
55
|
+
| [@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` |
|
|
56
|
+
| [@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` |
|
|
57
|
+
| [@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` |
|
|
58
|
+
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | `9.26.0` → `9.39.2` |
|
|
59
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
|
|
60
|
+
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.4` → `5.3.6` |
|
|
61
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | `25.7.4` → `25.8.0` |
|
|
62
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | `3.8.0` → `3.8.1` |
|
|
63
|
+
| [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
|
|
10
64
|
|
|
11
65
|
## [1.71.149] - 2026-01-21
|
|
12
66
|
|
|
13
67
|
### Added
|
|
68
|
+
|
|
14
69
|
- Enhanced the page schema by adding `manifestPath` support for table properties and static nodes (such as the header and the root page level) for OData V2 applications
|
|
15
70
|
- Added support for the `CreateMode` property at the page level and application level for OData V2 applications
|
|
16
71
|
|
|
17
72
|
### Fixed
|
|
73
|
+
|
|
18
74
|
- 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
|
|
19
75
|
|
|
20
76
|
### Quality
|
|
21
77
|
|
|
22
78
|
Upgrades:
|
|
23
79
|
|
|
24
|
-
| Package
|
|
25
|
-
|
|
26
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
27
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser))
|
|
28
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
29
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
30
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.51.0` -> `8.53.1`]
|
|
31
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
32
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
33
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
34
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
35
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
80
|
+
| Package | Change |
|
|
81
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
82
|
+
| [@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`] |
|
|
83
|
+
| [@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`] |
|
|
84
|
+
| [@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`] |
|
|
85
|
+
| [@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`] |
|
|
86
|
+
| [@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`] |
|
|
87
|
+
| [@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`] |
|
|
88
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
|
|
89
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
|
|
90
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
|
|
91
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
|
|
36
92
|
|
|
37
93
|
## [1.71.148] - 2026-01-07
|
|
38
94
|
|
|
39
95
|
### Added
|
|
96
|
+
|
|
40
97
|
- Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
|
|
41
98
|
|
|
42
99
|
### Fixed
|
|
100
|
+
|
|
43
101
|
OData V2:
|
|
102
|
+
|
|
44
103
|
- OVP. Export issue - not possible to remove not allowed chart card properties
|
|
45
104
|
|
|
46
105
|
### Quality
|
|
47
106
|
|
|
48
107
|
Upgrades:
|
|
49
108
|
|
|
50
|
-
| Package
|
|
51
|
-
|
|
52
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
53
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
54
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
55
|
-
| [@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`]
|
|
56
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
109
|
+
| Package | Change |
|
|
110
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
111
|
+
| [@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`] |
|
|
112
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
|
|
113
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
|
|
114
|
+
| [@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`] |
|
|
115
|
+
| [@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`] |
|
|
57
116
|
|
|
58
117
|
## [1.71.147] - 2025-11-26
|
|
59
118
|
|
|
60
119
|
### Added
|
|
120
|
+
|
|
61
121
|
- Enhanced the `readApp` API method:
|
|
62
|
-
|
|
63
|
-
|
|
122
|
+
- The method now returns an `applicationModel` where each page includes its own `TreeModel`
|
|
123
|
+
- Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
|
|
64
124
|
|
|
65
125
|
### Quality
|
|
66
126
|
|
|
67
127
|
Upgrades:
|
|
68
128
|
|
|
69
|
-
| Package
|
|
70
|
-
|
|
71
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
129
|
+
| Package | Change |
|
|
130
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
131
|
+
| [@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`] |
|
|
72
132
|
| [@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`] |
|
|
73
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
74
|
-
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery)
|
|
75
|
-
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs)
|
|
76
|
-
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema)
|
|
77
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
133
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.32.8` -> `1.32.9`] |
|
|
134
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
|
|
135
|
+
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
|
|
136
|
+
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
|
|
137
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.3`] |
|
|
78
138
|
|
|
79
139
|
## [1.71.146] - 2025-11-12
|
|
80
140
|
|
|
81
141
|
### Added
|
|
142
|
+
|
|
82
143
|
- Added the new API method `readApp`: a simpler wrapper around `importProject` that only requires the app parameter (path or `ApplicationAccess` instance)
|
|
83
144
|
|
|
84
145
|
### Quality
|
|
85
146
|
|
|
86
147
|
Upgrades:
|
|
87
148
|
|
|
88
|
-
| Package
|
|
89
|
-
|
|
90
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
91
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
92
|
-
| [@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`]
|
|
93
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
94
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
95
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
149
|
+
| Package | Change |
|
|
150
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
151
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
|
|
152
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
|
|
153
|
+
| [@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`] |
|
|
154
|
+
| [@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`] |
|
|
155
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
|
|
156
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
|
|
96
157
|
|
|
97
158
|
## [1.71.145] - 2025-10-29
|
|
98
159
|
|
|
@@ -100,12 +161,12 @@ Upgrades:
|
|
|
100
161
|
|
|
101
162
|
Upgrades:
|
|
102
163
|
|
|
103
|
-
| Package
|
|
104
|
-
|
|
105
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`]
|
|
106
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
107
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
108
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
164
|
+
| Package | Change |
|
|
165
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
166
|
+
| [@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`] |
|
|
167
|
+
| [@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`] |
|
|
168
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
|
|
169
|
+
| [@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`] |
|
|
109
170
|
|
|
110
171
|
## [1.71.144] - 2025-10-15
|
|
111
172
|
|
|
@@ -113,16 +174,16 @@ Upgrades:
|
|
|
113
174
|
|
|
114
175
|
Upgrades:
|
|
115
176
|
|
|
116
|
-
| Package
|
|
117
|
-
|
|
118
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
119
|
-
| [patch-package](https://github.com/ds300/patch-package)
|
|
120
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
121
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
122
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
123
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
124
|
-
| [@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`] |
|
|
125
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
177
|
+
| Package | Change |
|
|
178
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
179
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
|
|
180
|
+
| [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
|
|
181
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
|
|
182
|
+
| [@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`] |
|
|
183
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
|
|
184
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
185
|
+
| [@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`] |
|
|
186
|
+
| [@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`] |
|
|
126
187
|
|
|
127
188
|
## [1.71.143] - 2025-10-01
|
|
128
189
|
|
|
@@ -132,14 +193,14 @@ Upgrades:
|
|
|
132
193
|
|
|
133
194
|
- Upgraded TS target to `ES2023`
|
|
134
195
|
|
|
135
|
-
| Package
|
|
136
|
-
|
|
137
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
138
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
139
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
140
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.44.0` -> `8.45.0`]
|
|
141
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
142
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
196
|
+
| Package | Change |
|
|
197
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
198
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
|
|
199
|
+
| [@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`] |
|
|
200
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
|
|
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.44.0` -> `8.45.0`] |
|
|
202
|
+
| [@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`] |
|
|
203
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
143
204
|
|
|
144
205
|
## [1.71.142] - 2025-09-17
|
|
145
206
|
|
|
@@ -147,14 +208,14 @@ Upgrades:
|
|
|
147
208
|
|
|
148
209
|
Upgrades:
|
|
149
210
|
|
|
150
|
-
| Package
|
|
151
|
-
|
|
152
|
-
| [@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`] |
|
|
153
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
154
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
155
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
156
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
157
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
211
|
+
| Package | Change |
|
|
212
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
213
|
+
| [@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`] |
|
|
214
|
+
| [@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`] |
|
|
215
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
|
|
216
|
+
| [@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`] |
|
|
217
|
+
| [@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`] |
|
|
218
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
|
|
158
219
|
|
|
159
220
|
## [1.71.141] - 2025-09-03
|
|
160
221
|
|
|
@@ -166,11 +227,11 @@ OVP page. Properties from different card types on the OVP page were not imported
|
|
|
166
227
|
|
|
167
228
|
Upgrades:
|
|
168
229
|
|
|
169
|
-
| Package
|
|
170
|
-
|
|
171
|
-
| [@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`] |
|
|
172
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
173
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
230
|
+
| Package | Change |
|
|
231
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
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.40.0` -> `8.42.0`] |
|
|
233
|
+
| [@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`] |
|
|
234
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
|
|
174
235
|
|
|
175
236
|
## [1.71.140] - 2025-08-20
|
|
176
237
|
|
|
@@ -178,13 +239,13 @@ Upgrades:
|
|
|
178
239
|
|
|
179
240
|
Upgrades:
|
|
180
241
|
|
|
181
|
-
| Package
|
|
182
|
-
|
|
183
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
|
|
184
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
185
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
186
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
187
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
242
|
+
| Package | Change |
|
|
243
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
244
|
+
| [@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`] |
|
|
245
|
+
| [@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`] |
|
|
246
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
|
|
247
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
|
|
248
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
|
|
188
249
|
|
|
189
250
|
## [1.71.139] - 2025-08-06
|
|
190
251
|
|
|
@@ -192,13 +253,13 @@ Upgrades:
|
|
|
192
253
|
|
|
193
254
|
Upgrades:
|
|
194
255
|
|
|
195
|
-
| Package
|
|
196
|
-
|
|
197
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.37.0` -> `8.39.0`] |
|
|
198
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
199
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
200
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
201
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
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.37.0` -> `8.39.0`] |
|
|
259
|
+
| [@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`] |
|
|
260
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
|
|
261
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
|
|
262
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
|
|
202
263
|
|
|
203
264
|
## [1.71.138] - 2025-07-23
|
|
204
265
|
|
|
@@ -206,14 +267,14 @@ Upgrades:
|
|
|
206
267
|
|
|
207
268
|
Upgrades:
|
|
208
269
|
|
|
209
|
-
| Package
|
|
210
|
-
|
|
211
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
212
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
213
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
214
|
-
| [@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`] |
|
|
215
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
216
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
270
|
+
| Package | Change |
|
|
271
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
272
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
|
|
273
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
|
|
274
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
|
|
275
|
+
| [@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`] |
|
|
276
|
+
| [@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`] |
|
|
277
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
|
|
217
278
|
|
|
218
279
|
## [1.71.137] - 2025-07-09
|
|
219
280
|
|
|
@@ -221,12 +282,12 @@ Upgrades:
|
|
|
221
282
|
|
|
222
283
|
Upgrades:
|
|
223
284
|
|
|
224
|
-
| Package
|
|
225
|
-
|
|
285
|
+
| Package | Change |
|
|
286
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
226
287
|
| [@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`] |
|
|
227
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
228
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
229
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
288
|
+
| [@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`] |
|
|
289
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
|
|
290
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
|
|
230
291
|
|
|
231
292
|
## [1.71.136] - 2025-06-25
|
|
232
293
|
|
|
@@ -234,38 +295,40 @@ Upgrades:
|
|
|
234
295
|
|
|
235
296
|
Upgrades:
|
|
236
297
|
|
|
237
|
-
| Package
|
|
238
|
-
|
|
239
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
240
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
241
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
242
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
243
|
-
| [@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`] |
|
|
244
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
298
|
+
| Package | Change |
|
|
299
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
300
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
|
|
301
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
|
|
302
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
|
|
303
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
|
|
304
|
+
| [@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`] |
|
|
305
|
+
| [@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`] |
|
|
245
306
|
|
|
246
307
|
## [1.71.135] - 2025-06-11
|
|
247
308
|
|
|
248
309
|
### Added
|
|
249
310
|
|
|
250
311
|
OData V2:
|
|
312
|
+
|
|
251
313
|
- Schema generation - add link to documentation for "flexibleColumnLayout" property
|
|
252
314
|
|
|
253
315
|
### Fixed
|
|
254
316
|
|
|
255
317
|
OData V2:
|
|
318
|
+
|
|
256
319
|
- Schema generation - update description for "flexibleColumnLayout" property
|
|
257
320
|
|
|
258
321
|
### Quality
|
|
259
322
|
|
|
260
323
|
Upgrades:
|
|
261
324
|
|
|
262
|
-
| Package
|
|
263
|
-
|
|
264
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
265
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
266
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
267
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
268
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
325
|
+
| Package | Type | Update | Change |
|
|
326
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
|
|
327
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
|
|
328
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
|
|
329
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
|
|
330
|
+
| [@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`] |
|
|
331
|
+
| [@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`] |
|
|
269
332
|
|
|
270
333
|
## [1.71.134] - 2025-05-28
|
|
271
334
|
|
|
@@ -273,10 +336,10 @@ Upgrades:
|
|
|
273
336
|
|
|
274
337
|
Upgrades:
|
|
275
338
|
|
|
276
|
-
| Package
|
|
277
|
-
|
|
278
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
279
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch
|
|
339
|
+
| Package | Type | Update | Change |
|
|
340
|
+
| ------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
341
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
|
|
342
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
|
|
280
343
|
|
|
281
344
|
## [1.71.133] - 2025-05-14
|
|
282
345
|
|
|
@@ -284,13 +347,13 @@ Upgrades:
|
|
|
284
347
|
|
|
285
348
|
Upgrades:
|
|
286
349
|
|
|
287
|
-
| Package
|
|
288
|
-
|
|
289
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
290
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
291
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
292
|
-
| [@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
|
|
293
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
350
|
+
| Package | Type | Update | Change |
|
|
351
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
352
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
|
|
353
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
|
|
354
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
|
|
355
|
+
| [@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`] |
|
|
356
|
+
| [@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`] |
|
|
294
357
|
|
|
295
358
|
## [1.71.132] - 2025-04-30
|
|
296
359
|
|
|
@@ -298,14 +361,14 @@ Upgrades:
|
|
|
298
361
|
|
|
299
362
|
Upgrades:
|
|
300
363
|
|
|
301
|
-
| Package
|
|
302
|
-
|
|
303
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
304
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
305
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
306
|
-
| [@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
|
|
307
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
308
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
364
|
+
| Package | Type | Update | Change |
|
|
365
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- | --- | -------------------------------------------------------------------------- | --------------- | ----- | -------------------- |
|
|
366
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] | | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
|
|
367
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
|
|
368
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
|
|
369
|
+
| [@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`]) |
|
|
370
|
+
| [@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`] |
|
|
371
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
|
|
309
372
|
|
|
310
373
|
## [1.71.131] - 2025-04-17
|
|
311
374
|
|
|
@@ -325,14 +388,13 @@ Upgrades:
|
|
|
325
388
|
|
|
326
389
|
Upgrades:
|
|
327
390
|
|
|
328
|
-
| Package
|
|
329
|
-
|
|
330
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
331
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
332
|
-
| [@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
|
|
333
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
334
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
335
|
-
|
|
391
|
+
| Package | Type | Update | Change |
|
|
392
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
393
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
|
|
394
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`] |
|
|
395
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch | [`8.29.0` -> `8.29.1`] |
|
|
396
|
+
| [@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`] |
|
|
397
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`] |
|
|
336
398
|
|
|
337
399
|
## [1.71.130] - 2025-04-02
|
|
338
400
|
|
|
@@ -340,15 +402,14 @@ Upgrades:
|
|
|
340
402
|
|
|
341
403
|
Upgrades:
|
|
342
404
|
|
|
343
|
-
| Package
|
|
344
|
-
|
|
345
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
346
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
347
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
348
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
349
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
350
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
351
|
-
|
|
405
|
+
| Package | Type | Update | Change |
|
|
406
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
407
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
|
|
408
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
|
|
409
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
|
|
410
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
|
|
411
|
+
| [@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`] |
|
|
412
|
+
| [@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`] |
|
|
352
413
|
|
|
353
414
|
## [1.71.129] - 2025-03-19
|
|
354
415
|
|
|
@@ -368,20 +429,20 @@ Upgrades:
|
|
|
368
429
|
|
|
369
430
|
Upgrades:
|
|
370
431
|
|
|
371
|
-
| Package
|
|
372
|
-
|
|
373
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
374
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
375
|
-
| [@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
|
|
376
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
377
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
378
|
-
|
|
432
|
+
| Package | Type | Update | Change |
|
|
433
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
434
|
+
| [@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`] |
|
|
435
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
|
|
436
|
+
| [@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`] |
|
|
437
|
+
| [@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`] |
|
|
438
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
|
|
379
439
|
|
|
380
440
|
## [1.71.128] - 2025-03-05
|
|
381
441
|
|
|
382
442
|
### Added
|
|
383
443
|
|
|
384
444
|
OData V2:
|
|
445
|
+
|
|
385
446
|
- Support of `cloudDevAdaptionStatus` internal setting
|
|
386
447
|
|
|
387
448
|
### Changed
|
|
@@ -396,14 +457,14 @@ OData V2:
|
|
|
396
457
|
|
|
397
458
|
Upgrades:
|
|
398
459
|
|
|
399
|
-
| Package
|
|
400
|
-
|
|
401
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
402
|
-
| [@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
|
|
403
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
404
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
405
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
406
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
460
|
+
| Package | Type | Update | Change |
|
|
461
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
462
|
+
| [@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`] |
|
|
463
|
+
| [@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`] |
|
|
464
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`] |
|
|
465
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`] |
|
|
466
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`] |
|
|
467
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`] |
|
|
407
468
|
|
|
408
469
|
## [1.71.127] - 2025-02-19
|
|
409
470
|
|
|
@@ -423,12 +484,12 @@ Upgrades:
|
|
|
423
484
|
|
|
424
485
|
Upgrades:
|
|
425
486
|
|
|
426
|
-
| Package
|
|
427
|
-
|
|
428
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
429
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
430
|
-
| [@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
|
|
431
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
487
|
+
| Package | Type | Update | Change |
|
|
488
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
489
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
|
|
490
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
|
|
491
|
+
| [@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`] |
|
|
492
|
+
| [@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`] |
|
|
432
493
|
|
|
433
494
|
## [1.71.126] - 2025-02-05
|
|
434
495
|
|
|
@@ -468,13 +529,12 @@ Upgrades:
|
|
|
468
529
|
|
|
469
530
|
Upgrades:
|
|
470
531
|
|
|
471
|
-
| Package
|
|
472
|
-
|
|
473
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
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 | minor
|
|
475
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
476
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
477
|
-
|
|
532
|
+
| Package | Type | Update | Change |
|
|
533
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
|
|
534
|
+
| [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) |
|
|
535
|
+
| [@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) |
|
|
536
|
+
| [@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) |
|
|
537
|
+
| [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) |
|
|
478
538
|
|
|
479
539
|
## [1.71.124] - 2025-01-08
|
|
480
540
|
|
|
@@ -493,8 +553,9 @@ Upgrades:
|
|
|
493
553
|
### Quality
|
|
494
554
|
|
|
495
555
|
Upgrades:
|
|
496
|
-
|
|
497
|
-
- @typescript-eslint/
|
|
556
|
+
|
|
557
|
+
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
558
|
+
- @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
498
559
|
- prettier to 3.4.2
|
|
499
560
|
- esbuild to 0.24.2
|
|
500
561
|
- npm-run-all2 to 7.0.2
|
|
@@ -508,7 +569,7 @@ Upgrades:
|
|
|
508
569
|
- @sap-ux/annotation-converter 0.9.9 -> 0.9.11
|
|
509
570
|
- @sap-ux/vocabularies-types 0.11.6 -> 0.12.0
|
|
510
571
|
- @sap-ux/vocabularies-types 0.11.6 -> 0.12.0
|
|
511
|
-
- @sap-ux/vocabularies-types 0.11.6 -> 0.12.0
|
|
572
|
+
- @sap-ux/vocabularies-types 0.11.6 -> 0.12.0
|
|
512
573
|
- typescript 5.6.3 -> 5.7.2
|
|
513
574
|
- i18next 23.16.5 -> 23.16.8
|
|
514
575
|
- @typescript-eslint/eslint-plugin 8.13.0 -> 8.15.0
|
|
@@ -541,7 +602,7 @@ Upgrades:
|
|
|
541
602
|
|
|
542
603
|
### Fixed
|
|
543
604
|
|
|
544
|
-
- 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.
|
|
605
|
+
- 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.
|
|
545
606
|
|
|
546
607
|
### Quality
|
|
547
608
|
|
|
@@ -598,10 +659,10 @@ Upgrades:
|
|
|
598
659
|
|
|
599
660
|
- Table views: new error handling for undefined keys.
|
|
600
661
|
- Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
662
|
+
- change indicator was not set for manifest.json in v4.
|
|
663
|
+
- entityPath was not forwarded at overview pages.
|
|
664
|
+
- the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
|
|
665
|
+
- FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
|
|
605
666
|
|
|
606
667
|
### Quality
|
|
607
668
|
|
|
@@ -759,7 +820,7 @@ Upgrades
|
|
|
759
820
|
### Changed
|
|
760
821
|
|
|
761
822
|
- 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.
|
|
762
|
-
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.
|
|
823
|
+
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.
|
|
763
824
|
|
|
764
825
|
### Removed
|
|
765
826
|
|
|
@@ -778,7 +839,7 @@ The logic that determines the LineItem and the Chart annotation to be used by AL
|
|
|
778
839
|
### Changed
|
|
779
840
|
|
|
780
841
|
- OData V2:
|
|
781
|
-
|
|
842
|
+
- Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
|
|
782
843
|
|
|
783
844
|
### Quality
|
|
784
845
|
|
|
@@ -868,9 +929,9 @@ Upgrades
|
|
|
868
929
|
### Added
|
|
869
930
|
|
|
870
931
|
- OData V2:
|
|
871
|
-
|
|
932
|
+
- Support of header facets on Object Page
|
|
872
933
|
- UX adjustments of inplace documentation:
|
|
873
|
-
|
|
934
|
+
- Support for screen readers and arrow navigation
|
|
874
935
|
|
|
875
936
|
### Quality
|
|
876
937
|
|
|
@@ -916,25 +977,25 @@ Upgrades
|
|
|
916
977
|
### Added
|
|
917
978
|
|
|
918
979
|
- UX adjustments of inplace documentation:
|
|
919
|
-
|
|
980
|
+
- Support of Keyboard Navigation
|
|
920
981
|
- OData V2: Support of global table settings for object pages
|
|
921
982
|
|
|
922
983
|
### Changed
|
|
923
984
|
|
|
924
985
|
- Alignment of settings for sap.ovp:
|
|
925
|
-
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.
|
|
926
|
-
The assignment of settings to the specific card types has been revised and adjusted.
|
|
986
|
+
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.
|
|
987
|
+
The assignment of settings to the specific card types has been revised and adjusted.
|
|
927
988
|
- Increased api version
|
|
928
|
-
- OData V2:
|
|
989
|
+
- OData V2: ALP root properties order
|
|
929
990
|
|
|
930
991
|
### Fixed
|
|
931
992
|
|
|
932
993
|
- Prevent exception in case of illegal annotationPath references of fields or columns
|
|
933
|
-
- OData V2:
|
|
994
|
+
- OData V2: ALP not displaying chart and properties
|
|
934
995
|
- OVP:
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
996
|
+
- In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
|
|
997
|
+
- Property "Category" was shown with an initial value as object, although being of type string.
|
|
998
|
+
- Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
|
|
938
999
|
|
|
939
1000
|
### Quality
|
|
940
1001
|
|
|
@@ -956,12 +1017,12 @@ Upgrades
|
|
|
956
1017
|
### Changed
|
|
957
1018
|
|
|
958
1019
|
- OVP card settings:
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
1020
|
+
- Added missing properties
|
|
1021
|
+
- Removed irrelevant settings from custom card settings
|
|
1022
|
+
- Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
|
|
962
1023
|
|
|
963
1024
|
- 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.
|
|
964
|
-
Thus the location information is removed for annotation problems
|
|
1025
|
+
Thus the location information is removed for annotation problems
|
|
965
1026
|
|
|
966
1027
|
### Fixed
|
|
967
1028
|
|
|
@@ -1011,19 +1072,19 @@ Upgrades:
|
|
|
1011
1072
|
### Changed
|
|
1012
1073
|
|
|
1013
1074
|
- UX adjustments of inplace documentation:
|
|
1014
|
-
|
|
1075
|
+
- Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
|
|
1015
1076
|
|
|
1016
1077
|
### Removed
|
|
1017
1078
|
|
|
1018
|
-
- OData V2:
|
|
1019
|
-
|
|
1079
|
+
- OData V2:
|
|
1080
|
+
- Removed the `visibility` property for _addresses_ on subsections of the object page, as flexibility changes are not supported on this level
|
|
1020
1081
|
|
|
1021
1082
|
### Deprecated
|
|
1022
1083
|
|
|
1023
1084
|
### Fixed
|
|
1024
1085
|
|
|
1025
|
-
- OData V2:
|
|
1026
|
-
|
|
1086
|
+
- OData V2:
|
|
1087
|
+
- Fixed an issue with the selector ID of flexibility changes generated for **contacts** on the subsection level of object pages
|
|
1027
1088
|
|
|
1028
1089
|
### Quality
|
|
1029
1090
|
|
|
@@ -1066,12 +1127,12 @@ Upgrades:
|
|
|
1066
1127
|
### Added
|
|
1067
1128
|
|
|
1068
1129
|
- OData V2:
|
|
1069
|
-
|
|
1130
|
+
- Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
|
|
1070
1131
|
|
|
1071
1132
|
### Fixed
|
|
1072
1133
|
|
|
1073
1134
|
- OData V2:
|
|
1074
|
-
|
|
1135
|
+
- 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.
|
|
1075
1136
|
|
|
1076
1137
|
### Quality
|
|
1077
1138
|
|
|
@@ -1118,12 +1179,12 @@ Upgrades:
|
|
|
1118
1179
|
### Added
|
|
1119
1180
|
|
|
1120
1181
|
- OData V2:
|
|
1121
|
-
|
|
1182
|
+
- Added support for the binding pattern to `showHeaderContent` property
|
|
1122
1183
|
|
|
1123
1184
|
### Fixed
|
|
1124
1185
|
|
|
1125
1186
|
- OData V2:
|
|
1126
|
-
|
|
1187
|
+
- Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
|
|
1127
1188
|
|
|
1128
1189
|
### Quality
|
|
1129
1190
|
|
|
@@ -1200,7 +1261,7 @@ Upgrades:
|
|
|
1200
1261
|
### Fixed
|
|
1201
1262
|
|
|
1202
1263
|
- OData V2:
|
|
1203
|
-
|
|
1264
|
+
- Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
|
|
1204
1265
|
|
|
1205
1266
|
### Quality
|
|
1206
1267
|
|
|
@@ -1243,9 +1304,9 @@ Upgrades:
|
|
|
1243
1304
|
### Added
|
|
1244
1305
|
|
|
1245
1306
|
- General:
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1307
|
+
- Enhancement of error handling, more explicit messages are passed to the logger.
|
|
1308
|
+
Fix of error handling of exceptions from annotation parser.
|
|
1309
|
+
- Fix for List Report with multiple views and Object pages on second level in Page map
|
|
1249
1310
|
|
|
1250
1311
|
### Quality
|
|
1251
1312
|
|
|
@@ -1281,6 +1342,7 @@ Upgrades:
|
|
|
1281
1342
|
- Update transitive dependencies
|
|
1282
1343
|
|
|
1283
1344
|
Upgrades:
|
|
1345
|
+
|
|
1284
1346
|
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
|
|
1285
1347
|
|
|
1286
1348
|
## [1.71.82] - 2023-04-05
|
|
@@ -1290,6 +1352,7 @@ Upgrades:
|
|
|
1290
1352
|
- Update transitive dependencies
|
|
1291
1353
|
|
|
1292
1354
|
Upgrades:
|
|
1355
|
+
|
|
1293
1356
|
- excel4node to 1.8.1
|
|
1294
1357
|
- eslint-config-prettier to 8.8.0
|
|
1295
1358
|
- prettier to 2.8.7
|
|
@@ -1315,13 +1378,13 @@ Upgrades:
|
|
|
1315
1378
|
### Fixed
|
|
1316
1379
|
|
|
1317
1380
|
- OData V2:
|
|
1318
|
-
|
|
1381
|
+
- Fixed deletion issues for Custom Columns that appeared after positions were changed
|
|
1319
1382
|
|
|
1320
1383
|
### Quality
|
|
1321
1384
|
|
|
1322
1385
|
- Upgrade "typescript" to "4.9.4"
|
|
1323
|
-
- Upgrade "@typescript-eslint/eslint-plugin" and
|
|
1324
|
-
- Upgrade "ts-node" to "10.9.1"
|
|
1386
|
+
- Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
|
|
1387
|
+
- Upgrade "ts-node" to "10.9.1"
|
|
1325
1388
|
- Revert "typescript-json-schema" to "0.53.0" in types package
|
|
1326
1389
|
|
|
1327
1390
|
## [1.71.79] - 2023-02-22
|
|
@@ -1354,7 +1417,7 @@ Upgrades:
|
|
|
1354
1417
|
### Added
|
|
1355
1418
|
|
|
1356
1419
|
- OData V2:
|
|
1357
|
-
|
|
1420
|
+
- Generation of `propertyIndex` property in schemas for root properties
|
|
1358
1421
|
|
|
1359
1422
|
### Quality
|
|
1360
1423
|
|
|
@@ -1365,12 +1428,12 @@ Upgrades:
|
|
|
1365
1428
|
### Changed
|
|
1366
1429
|
|
|
1367
1430
|
- API for OData V2:
|
|
1368
|
-
|
|
1431
|
+
- 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.
|
|
1369
1432
|
|
|
1370
1433
|
### Fixed
|
|
1371
1434
|
|
|
1372
1435
|
- OData V2:
|
|
1373
|
-
|
|
1436
|
+
- Fixed deletion of fragment cells contents in case last element is deleted
|
|
1374
1437
|
|
|
1375
1438
|
### Quality
|
|
1376
1439
|
|
|
@@ -1383,11 +1446,11 @@ Upgrades:
|
|
|
1383
1446
|
### Changed
|
|
1384
1447
|
|
|
1385
1448
|
- UI adjustments of inplace documentation:
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1449
|
+
- moved label of specification and odata version to tree canvas
|
|
1450
|
+
- aligned behavior of tree buttons to expand (+) and collapse (-) with given design
|
|
1451
|
+
- removed all hard coded colors
|
|
1452
|
+
- fixed hover on search results
|
|
1453
|
+
- aligned tooltip with given design
|
|
1391
1454
|
|
|
1392
1455
|
### Fixed
|
|
1393
1456
|
|
|
@@ -1412,7 +1475,7 @@ Upgrades:
|
|
|
1412
1475
|
|
|
1413
1476
|
### Changed
|
|
1414
1477
|
|
|
1415
|
-
- 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`.
|
|
1478
|
+
- 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).
|
|
1416
1479
|
|
|
1417
1480
|
### Quality
|
|
1418
1481
|
|
|
@@ -1423,14 +1486,14 @@ Upgrades:
|
|
|
1423
1486
|
### Added
|
|
1424
1487
|
|
|
1425
1488
|
- 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:
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
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, ...)
|
|
1433
|
-
|
|
1489
|
+
- Value for DataFields
|
|
1490
|
+
- 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.
|
|
1491
|
+
- ID for facets
|
|
1492
|
+
- Action for any action
|
|
1493
|
+
- Instance-based navigation: Property + SemanticObject + Action
|
|
1494
|
+
- Target for DataFieldForAnnotation.
|
|
1495
|
+
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, ...)
|
|
1496
|
+
|
|
1434
1497
|
### Changed
|
|
1435
1498
|
|
|
1436
1499
|
- Common dependencies have been moved to the root level.
|
|
@@ -1481,27 +1544,27 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1481
1544
|
### Changed
|
|
1482
1545
|
|
|
1483
1546
|
- The specification module is now build with esbuild instead of webpack.
|
|
1484
|
-
The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
|
|
1547
|
+
The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
|
|
1485
1548
|
|
|
1486
|
-
|
|
1487
|
-
import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
|
|
1549
|
+
```
|
|
1550
|
+
import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
|
|
1488
1551
|
==> import { PageType } from '@sap/ux-specification/types';
|
|
1489
1552
|
|
|
1490
1553
|
import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/dist/src/v2';
|
|
1491
1554
|
==> import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/types/v2';
|
|
1492
|
-
|
|
1555
|
+
```
|
|
1493
1556
|
|
|
1494
1557
|
### Fixed
|
|
1495
1558
|
|
|
1496
1559
|
- OData V2:
|
|
1497
|
-
|
|
1560
|
+
- OP: Fixed incorrect generation of flexChanges in case of Form, Form Fields and Form Fields referenced from a navigation entity
|
|
1498
1561
|
|
|
1499
1562
|
## [1.71.65] - 2022-08-11
|
|
1500
1563
|
|
|
1501
1564
|
### Changed
|
|
1502
1565
|
|
|
1503
1566
|
- OData V2:
|
|
1504
|
-
|
|
1567
|
+
- Mark custom column 'columnIndex' property as hidden
|
|
1505
1568
|
|
|
1506
1569
|
## [1.71.64] - 2022-07-28
|
|
1507
1570
|
|
|
@@ -1523,12 +1586,12 @@ import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specificatio
|
|
|
1523
1586
|
### Fixed
|
|
1524
1587
|
|
|
1525
1588
|
- OData V2:
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1589
|
+
- OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
|
|
1590
|
+
- Table type property is now set to blank in case not maintained in manifest.json
|
|
1591
|
+
- 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 reflected in the other.
|
|
1592
|
+
- One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
|
|
1593
|
+
- 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.
|
|
1594
|
+
- 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.
|
|
1532
1595
|
|
|
1533
1596
|
### Quality
|
|
1534
1597
|
|
|
@@ -1572,8 +1635,8 @@ Upgrade node & node-version to 14.x
|
|
|
1572
1635
|
### Fixed
|
|
1573
1636
|
|
|
1574
1637
|
- OData V2:
|
|
1575
|
-
|
|
1576
|
-
|
|
1638
|
+
- Sections and subsections with a reference to Communication.Contact or Communication.Address had not been shown, support of flexibility changes for them.
|
|
1639
|
+
- Facet or section references with multi-level navigation had not been handled correctly.
|
|
1577
1640
|
|
|
1578
1641
|
## [1.71.57] - 2022-04-21
|
|
1579
1642
|
|
|
@@ -1584,8 +1647,8 @@ Upgrade node & node-version to 14.x
|
|
|
1584
1647
|
### Fixed
|
|
1585
1648
|
|
|
1586
1649
|
- OData V2:
|
|
1587
|
-
|
|
1588
|
-
|
|
1650
|
+
- After an entry of quickVariantSelectionX got deleted, the entry still was present in manifest.json.
|
|
1651
|
+
- Sections of subordinate object pages had not been added correctly to the app schema in all cases.
|
|
1589
1652
|
|
|
1590
1653
|
### Quality
|
|
1591
1654
|
|
|
@@ -1601,8 +1664,8 @@ Upgrade node & node-version to 14.x
|
|
|
1601
1664
|
### Fixed
|
|
1602
1665
|
|
|
1603
1666
|
- OData V2:
|
|
1604
|
-
|
|
1605
|
-
|
|
1667
|
+
- Extensions - empty "extensions" object was created in "sap.ui5/"extends"/"extensions"/"sap.ui.viewExtensions"/"sap.suite.ui.generic.template.ListReport.view.ListReport".
|
|
1668
|
+
- Sections of subordinate object pages had not been added correctly to the app schema in all cases.
|
|
1606
1669
|
|
|
1607
1670
|
### Quality
|
|
1608
1671
|
|
|
@@ -1626,7 +1689,7 @@ minimist upgrade
|
|
|
1626
1689
|
### Fixed
|
|
1627
1690
|
|
|
1628
1691
|
- OData V2:
|
|
1629
|
-
|
|
1692
|
+
- duplicated fragment columns were written if table namespace was not found, and unknown custom data in fragment was not considered.
|
|
1630
1693
|
|
|
1631
1694
|
### Quality
|
|
1632
1695
|
|
|
@@ -1641,12 +1704,12 @@ minimist upgrade
|
|
|
1641
1704
|
### Added
|
|
1642
1705
|
|
|
1643
1706
|
- OData V2:
|
|
1644
|
-
|
|
1707
|
+
- visible property is now also available for facets without annotation Id
|
|
1645
1708
|
|
|
1646
1709
|
### Fixed
|
|
1647
1710
|
|
|
1648
1711
|
- OData V2:
|
|
1649
|
-
|
|
1712
|
+
- Creation of new flexChanges now considers resolved Id from pom.xml
|
|
1650
1713
|
|
|
1651
1714
|
### Quality
|
|
1652
1715
|
|
|
@@ -1658,7 +1721,7 @@ minimist upgrade
|
|
|
1658
1721
|
|
|
1659
1722
|
- Metadata information `dataType` added to various places in V2 and V4 schemas
|
|
1660
1723
|
- OData V2:
|
|
1661
|
-
|
|
1724
|
+
- display selection fields on LR/ALP
|
|
1662
1725
|
|
|
1663
1726
|
### Quality
|
|
1664
1727
|
|
|
@@ -1669,13 +1732,13 @@ minimist upgrade
|
|
|
1669
1732
|
### Added
|
|
1670
1733
|
|
|
1671
1734
|
- OData V2:
|
|
1672
|
-
|
|
1735
|
+
- Support column and footer action properties on LR
|
|
1673
1736
|
|
|
1674
1737
|
### Fixed
|
|
1675
1738
|
|
|
1676
1739
|
- OData V2:
|
|
1677
|
-
|
|
1678
|
-
|
|
1740
|
+
- OP: Fix generation of flexChanges for sections with or without ID in annotations
|
|
1741
|
+
- Fix issues with sync logic in case of sub object page
|
|
1679
1742
|
|
|
1680
1743
|
### Quality
|
|
1681
1744
|
|
|
@@ -1686,7 +1749,7 @@ minimist upgrade
|
|
|
1686
1749
|
### Added
|
|
1687
1750
|
|
|
1688
1751
|
- OData V2:
|
|
1689
|
-
|
|
1752
|
+
- `exportType` property can now be configured to specify the type of export to be used in the SmartTable control.
|
|
1690
1753
|
|
|
1691
1754
|
### Quality
|
|
1692
1755
|
|
|
@@ -1697,28 +1760,28 @@ minimist upgrade
|
|
|
1697
1760
|
### Added
|
|
1698
1761
|
|
|
1699
1762
|
- OData V2:
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1763
|
+
- OP: properties of footer actions are displayed and supported in side panel
|
|
1764
|
+
- properties of toolbar actions are displayed and supported in side panel
|
|
1765
|
+
- OVP: The property `showLineItemDetail` is now supported for List and Table cards
|
|
1766
|
+
- OP: Schema now supports column extensions for TreeTable
|
|
1704
1767
|
|
|
1705
1768
|
### Changed
|
|
1706
1769
|
|
|
1707
1770
|
- OData V2:
|
|
1708
|
-
|
|
1709
|
-
|
|
1771
|
+
- property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
|
|
1772
|
+
- OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
|
|
1710
1773
|
|
|
1711
1774
|
### Removed
|
|
1712
1775
|
|
|
1713
1776
|
- OData V2:
|
|
1714
|
-
|
|
1777
|
+
- OVP: removed `tabs` property from card level
|
|
1715
1778
|
|
|
1716
1779
|
### Fixed
|
|
1717
1780
|
|
|
1718
1781
|
- OData V2:
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1782
|
+
- correct schema generation in case multiple facets are referring to lineitem annotation of same entity
|
|
1783
|
+
- Facet Id is considered for import and export of manifest settings
|
|
1784
|
+
- Fixed sync issues in case no text is provided for custom columns
|
|
1722
1785
|
|
|
1723
1786
|
### Quality
|
|
1724
1787
|
|
|
@@ -1769,22 +1832,22 @@ minimist upgrade
|
|
|
1769
1832
|
### Added
|
|
1770
1833
|
|
|
1771
1834
|
- OData V2:
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1835
|
+
- Support for (Sub)Section properties: `visible`.
|
|
1836
|
+
- Footer actions are now part of the schema. A node for header actions is visible even if there are no actions yet.
|
|
1837
|
+
- ALP: Schema now comprises of entity properties for config `createWithParameterDialog`->`fields`
|
|
1838
|
+
- OP: Added support for multiple flex changes in Form and Header Actions
|
|
1776
1839
|
|
|
1777
1840
|
### Removed
|
|
1778
1841
|
|
|
1779
1842
|
- OData V2:
|
|
1780
|
-
|
|
1843
|
+
- OVP: Removed `tab` property from `Stack` and `Link List` cards as view switch control is not supported
|
|
1781
1844
|
|
|
1782
1845
|
### Fixed
|
|
1783
1846
|
|
|
1784
1847
|
- OData V2:
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1848
|
+
- Add `visible` property to DataField types
|
|
1849
|
+
- Replace alias of namespace definitions of header actions even for references that are not related to OData vocabularies.
|
|
1850
|
+
- annotationPath definitions of header and footer actions.
|
|
1788
1851
|
|
|
1789
1852
|
### Quality
|
|
1790
1853
|
|
|
@@ -1797,14 +1860,14 @@ minimist upgrade
|
|
|
1797
1860
|
- Annotation path `com.sap.vocabularies.UI.v1.HeaderInfo` added to ObjectPageHeader schema.
|
|
1798
1861
|
- `i18nClassification` for `title`, `description` properties for `App.json` schema in V2.
|
|
1799
1862
|
- OData V2:
|
|
1800
|
-
|
|
1801
|
-
|
|
1863
|
+
- OVP: Added support for property `annotationPath` in Linklist card settings.
|
|
1864
|
+
- OVP: property `requireAppAuthorization` is now supported for all card types.
|
|
1802
1865
|
|
|
1803
1866
|
### Changed
|
|
1804
1867
|
|
|
1805
1868
|
- README was updated.
|
|
1806
1869
|
- Order and naming of view nodes for the V2 Object Page adapted.
|
|
1807
|
-
- Pattern for binding changes in V2: there are now two different patterns for List Report and Object Page; the one for the Object Page
|
|
1870
|
+
- 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}}".
|
|
1808
1871
|
|
|
1809
1872
|
### Quality
|
|
1810
1873
|
|
|
@@ -1829,7 +1892,7 @@ The default for titles and labels of schema nodes - in case of missing annotatio
|
|
|
1829
1892
|
### Fixed
|
|
1830
1893
|
|
|
1831
1894
|
- OData V2:
|
|
1832
|
-
|
|
1895
|
+
- Invalid flexChanges are now ignored during sync, hence configs and pages files are created.
|
|
1833
1896
|
|
|
1834
1897
|
### Quality
|
|
1835
1898
|
|
|
@@ -1840,7 +1903,7 @@ The default for titles and labels of schema nodes - in case of missing annotatio
|
|
|
1840
1903
|
### Added
|
|
1841
1904
|
|
|
1842
1905
|
- OData V2:
|
|
1843
|
-
|
|
1906
|
+
- OVP: Added support for property `dataPointAnnotationPath` in ListCard settings
|
|
1844
1907
|
|
|
1845
1908
|
## [1.71.40] - 2021-08-25
|
|
1846
1909
|
|
|
@@ -1863,9 +1926,9 @@ The default for titles and labels of schema nodes - in case of missing annotatio
|
|
|
1863
1926
|
### Added
|
|
1864
1927
|
|
|
1865
1928
|
- OData V2:
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1929
|
+
- Added description property to header actions in schema
|
|
1930
|
+
- Table toolbar as structure node
|
|
1931
|
+
- Added properties showClearOnFB, showFilterConfiguration and showRestoreOnFB to the FilterBar
|
|
1869
1932
|
|
|
1870
1933
|
- Developer guide for contributors to this module
|
|
1871
1934
|
|
|
@@ -1874,8 +1937,8 @@ The default for titles and labels of schema nodes - in case of missing annotatio
|
|
|
1874
1937
|
- Enhanced error handling of API functions.
|
|
1875
1938
|
|
|
1876
1939
|
- The generic schema is enhanced by the following information:
|
|
1877
|
-
|
|
1878
|
-
|
|
1940
|
+
- artifact type (manifest setting, flex change or annotation)
|
|
1941
|
+
- in case of flex change: control name
|
|
1879
1942
|
|
|
1880
1943
|
### Changed
|
|
1881
1944
|
|
|
@@ -1888,7 +1951,7 @@ The default for titles and labels of schema nodes - in case of missing annotatio
|
|
|
1888
1951
|
- 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.
|
|
1889
1952
|
- Enhance function determineTableType to also check for presence of old tableType flag in manifest.json
|
|
1890
1953
|
- OData V2:
|
|
1891
|
-
|
|
1954
|
+
- ALP: Use correct Id for flex changes generated in case of Filter Bar
|
|
1892
1955
|
|
|
1893
1956
|
### Quality
|
|
1894
1957
|
|
|
@@ -1936,9 +1999,9 @@ The default for titles and labels of schema nodes - in case of missing annotatio
|
|
|
1936
1999
|
|
|
1937
2000
|
- In the annotationPath information of the generated JSON schemas all alias definitions are now replaced by the full vocabulary name.
|
|
1938
2001
|
- Descriptions in the schema now follow the following paradigm:
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
2002
|
+
- 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.
|
|
2003
|
+
- Thus we now generalise: all view nodes (isViewNode = true) have a description (but do not necessarily need a title).
|
|
2004
|
+
- 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).
|
|
1942
2005
|
|
|
1943
2006
|
### Fixed
|
|
1944
2007
|
|
|
@@ -2125,7 +2188,7 @@ Added resolutions for
|
|
|
2125
2188
|
### Added
|
|
2126
2189
|
|
|
2127
2190
|
- The specification API now allows passing a logger, i.e. an instance of the new interface ExtensionLogger.
|
|
2128
|
-
If supplied, all messages resulting from the API processing will be passed to the logger instance instead of console.log.
|
|
2191
|
+
If supplied, all messages resulting from the API processing will be passed to the logger instance instead of console.log.
|
|
2129
2192
|
- OData V2: Support for Custom Columns in Object Page tables.
|
|
2130
2193
|
- OData V2: New extensionType property is added to Custom Column definition.
|
|
2131
2194
|
|
|
@@ -2155,7 +2218,7 @@ If supplied, all messages resulting from the API processing will be passed to th
|
|
|
2155
2218
|
### Added
|
|
2156
2219
|
|
|
2157
2220
|
- Support of custom columns for List Report and Analytical List Page of Fiori Elements V2: this includes read and write
|
|
2158
|
-
capabilities for both the manifest extension section and the fragment files; the API is enhanced by optional parameters so that the extension fragments can be passed.
|
|
2221
|
+
capabilities for both the manifest extension section and the fragment files; the API is enhanced by optional parameters so that the extension fragments can be passed.
|
|
2159
2222
|
- Support keyPerformanceIndicators(KPI) cards in Analytical list page
|
|
2160
2223
|
|
|
2161
2224
|
### Changed
|
|
@@ -2193,15 +2256,15 @@ capabilities for both the manifest extension section and the fragment files; the
|
|
|
2193
2256
|
### Added
|
|
2194
2257
|
|
|
2195
2258
|
- Full support for binding changes as an option for the property values of
|
|
2196
|
-
|
|
2197
|
-
|
|
2259
|
+
List report + ALP: hAlign of table columns, popinLayout
|
|
2260
|
+
Object page: popinLayout, displayShape, header actions, hAlign of table columns
|
|
2198
2261
|
|
|
2199
2262
|
### Changed
|
|
2200
2263
|
|
|
2201
2264
|
- Dependencies updated:
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2265
|
+
"@sap-ux/annotation-converter": "0.2.37",
|
|
2266
|
+
"@sap-ux/edmx-parser": "0.2.33,
|
|
2267
|
+
"@sap-ux/vocabularies-types": "0.2.33"
|
|
2205
2268
|
- OData V2: `showDraftToggle` property is now only part of List Report schema
|
|
2206
2269
|
|
|
2207
2270
|
### Fixed
|
|
@@ -2226,7 +2289,7 @@ capabilities for both the manifest extension section and the fragment files; the
|
|
|
2226
2289
|
### Added
|
|
2227
2290
|
|
|
2228
2291
|
- Table columns now have a description that appears on hover, showing the column header title as visible in the application at run-time.
|
|
2229
|
-
|
|
2292
|
+
This description is also visible at the input help (LSP) when chosing a column at any configuration file.
|
|
2230
2293
|
|
|
2231
2294
|
### Changed
|
|
2232
2295
|
|
|
@@ -2237,7 +2300,7 @@ capabilities for both the manifest extension section and the fragment files; the
|
|
|
2237
2300
|
- Property displayShape of Analytical List Page was not imported correctly.
|
|
2238
2301
|
- Generate correct app specific schema for ALP in V4
|
|
2239
2302
|
- Generation of app specific schemas generally ran into exceptions for apps without LineItem or Facet annotation.
|
|
2240
|
-
|
|
2303
|
+
To fix this, the schema generation got changed so that it runs over the existing pages as registered in manifest.json, instead of being based on the LineItem and Facet annotations.
|
|
2241
2304
|
|
|
2242
2305
|
### Quality
|
|
2243
2306
|
|
|
@@ -2336,7 +2399,6 @@ Test coverage increased
|
|
|
2336
2399
|
- New API `importProjectNoConfig` for generation of all schemas without generation of configs
|
|
2337
2400
|
- Fault-tolerance in case of incomplete app projects
|
|
2338
2401
|
- New properties for V2 applications:
|
|
2339
|
-
|
|
2340
2402
|
1. `tableColumnVerticalAlignment` (on app level)
|
|
2341
2403
|
2. Possibility to define different tableSettings per variant in case of multiple tabs
|
|
2342
2404
|
|
|
@@ -2361,7 +2423,7 @@ Test coverage increased
|
|
|
2361
2423
|
- Exception occured in case of free-style pages as part of the manifest
|
|
2362
2424
|
- Exception occured during the import of invalid UI flexibility changes
|
|
2363
2425
|
- Wrong ID's had been written to UI flexibility changes in case of (complex) annotation paths like columns of type DataFieldForAnnotation;
|
|
2364
|
-
|
|
2426
|
+
the changes then either disappeared after reload or had still been visible but without any implication on the app
|
|
2365
2427
|
|
|
2366
2428
|
## [1.71.8] - 2020-07-06
|
|
2367
2429
|
|
|
@@ -2400,7 +2462,7 @@ Test coverage increased
|
|
|
2400
2462
|
- Existing manifest settings now remain unaffected during export
|
|
2401
2463
|
- Handle partial deletion of a page from app.json
|
|
2402
2464
|
- Switch to annotation-vocabularies-tools to parse, merge and convert annotations.
|
|
2403
|
-
|
|
2465
|
+
This fixes issues with merged annotations.
|
|
2404
2466
|
- Added bundled dependency
|
|
2405
2467
|
|
|
2406
2468
|
## [1.71.5] - 2020-05-20
|
|
@@ -2430,7 +2492,7 @@ Test coverage increased
|
|
|
2430
2492
|
- Table type specific flex changes. For example: includeItemInSelection and popinLayout are only available for the responsive table
|
|
2431
2493
|
- Table type specific manifest changes. For example: createWithFilters is available for all the table types except tree table and condensedTableLayout is available in all object page table except responsive table
|
|
2432
2494
|
- Flex changes have no dedicated format in the API interface anymore, but are passed as an array of strings to importConfig, i.e. any file content can be passed immediately. The structure of a flex change thus is only known to the specification module and can change over time (aka UI5 release).
|
|
2433
|
-
|
|
2495
|
+
exportConfig is enhanced the same way.
|
|
2434
2496
|
- No need to supply annotations anymore while calling importConfig or exportConfig: the annotations are only evaluated during the generation of the app schema, all data which is necessary for subsequent import o export of config files will be comprised in this schema.
|
|
2435
2497
|
- Support export/import for OVP custom card.
|
|
2436
2498
|
|
|
@@ -2500,10 +2562,10 @@ Test coverage increased
|
|
|
2500
2562
|
### Added
|
|
2501
2563
|
|
|
2502
2564
|
- Specification for Fiori Element V2:
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2565
|
+
- List report
|
|
2566
|
+
- Object Page
|
|
2567
|
+
- Overview Page
|
|
2506
2568
|
- Specification for Fiori Elements V4:
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2569
|
+
- List Report
|
|
2570
|
+
- Object Page
|
|
2571
|
+
- Support of custom pages
|