@sap/ux-specification 1.71.150 → 1.71.152
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 +390 -330
- 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 +206 -199
- 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 +14 -11
- package/dist/specification/scripts/extractDocu.js +18 -1
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
- package/dist/specification/src/i18n/i18n.js +2 -1
- package/dist/specification/src/i18n/i18n.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +8 -3
- package/dist/specification/src/sync/common/utils.d.ts +22 -6
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +122 -18
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +9 -7
- 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 +31 -2
- 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/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.js +37 -0
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +12 -2
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +19 -2
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/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/v2/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +1 -1
- package/package.json +14 -11
package/CHANGELOG.md
CHANGED
|
@@ -6,11 +6,63 @@ 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.152] - 2026-03-19
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Enhanced the object page schema by adding `manifestPath` support for chart sections, custom sections, and analytical list pages in OData V2 applications
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- Fixed the initialization configuration of `i18next`
|
|
20
|
+
|
|
21
|
+
### Quality
|
|
22
|
+
|
|
23
|
+
Upgrades:
|
|
24
|
+
|
|
25
|
+
| Package | Change |
|
|
26
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
27
|
+
| [@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.35.10` -> `1.35.13`] |
|
|
28
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.5.9` -> `7.5.11`] |
|
|
29
|
+
| [i18next](https://www.i18next.com) | [`25.8.13` -> `25.8.18`] |
|
|
30
|
+
| [eslint](https://eslint.org) | [`9.39.3` -> `9.39.4`] |
|
|
31
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.3` -> `0.27.4`] |
|
|
32
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io) | [`8.54.0` -> `8.57.1`] |
|
|
33
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io) | [`8.54.0` -> `8.57.1`] |
|
|
34
|
+
|
|
35
|
+
## [1.71.151] - 2026-03-05
|
|
36
|
+
|
|
37
|
+
### Added
|
|
38
|
+
|
|
39
|
+
- Enhanced the page schema by adding `manifestPath` support for overview page properties in OData V2 applications
|
|
40
|
+
|
|
41
|
+
### Fixed
|
|
42
|
+
|
|
43
|
+
- 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
|
|
44
|
+
- Enhanced the `manifestPath` to support relative paths for sections with shared reference.
|
|
45
|
+
|
|
46
|
+
### Quality
|
|
47
|
+
|
|
48
|
+
Upgrades:
|
|
49
|
+
|
|
50
|
+
| Package | Change |
|
|
51
|
+
| -------------------------------------------------------------------- | ------------------------ |
|
|
52
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
|
|
53
|
+
| [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
|
|
54
|
+
| [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
|
|
55
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
|
|
56
|
+
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
|
|
57
|
+
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
|
|
58
|
+
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) | [`0.10.20` -> `0.10.21`] |
|
|
59
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
|
|
60
|
+
| [axios](https://axios-http.com) | [`1.13.5` -> `1.13.6`] |
|
|
10
61
|
|
|
11
62
|
## [1.71.150] - 2026-02-04
|
|
12
63
|
|
|
13
64
|
### Fixed
|
|
65
|
+
|
|
14
66
|
- Fixed multiple issues for the `manifestPath` calculation in the schema
|
|
15
67
|
- Fixed page support for the analytical list page in OData V2 applications
|
|
16
68
|
|
|
@@ -18,106 +70,113 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
18
70
|
|
|
19
71
|
Upgrades:
|
|
20
72
|
|
|
21
|
-
| Package
|
|
22
|
-
|
|
23
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
24
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
25
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
26
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
27
|
-
| [@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`
|
|
28
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
29
|
-
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint))
|
|
30
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
31
|
-
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser)
|
|
32
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
33
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
34
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
73
|
+
| Package | Change |
|
|
74
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
|
75
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | `1.12.0` → `1.13.5` |
|
|
76
|
+
| [@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` |
|
|
77
|
+
| [@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` |
|
|
78
|
+
| [@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` |
|
|
79
|
+
| [@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` |
|
|
80
|
+
| [@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` |
|
|
81
|
+
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | `9.26.0` → `9.39.2` |
|
|
82
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
|
|
83
|
+
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.4` → `5.3.6` |
|
|
84
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | `25.7.4` → `25.8.0` |
|
|
85
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | `3.8.0` → `3.8.1` |
|
|
86
|
+
| [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
|
|
35
87
|
|
|
36
88
|
## [1.71.149] - 2026-01-21
|
|
37
89
|
|
|
38
90
|
### Added
|
|
91
|
+
|
|
39
92
|
- 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
|
|
40
93
|
- Added support for the `CreateMode` property at the page level and application level for OData V2 applications
|
|
41
94
|
|
|
42
95
|
### Fixed
|
|
96
|
+
|
|
43
97
|
- 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
|
|
44
98
|
|
|
45
99
|
### Quality
|
|
46
100
|
|
|
47
101
|
Upgrades:
|
|
48
102
|
|
|
49
|
-
| Package
|
|
50
|
-
|
|
51
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter))
|
|
52
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser))
|
|
53
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
54
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
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.51.0` -> `8.53.1`]
|
|
56
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
57
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
58
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
59
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
60
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
103
|
+
| Package | Change |
|
|
104
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
105
|
+
| [@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`] |
|
|
106
|
+
| [@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`] |
|
|
107
|
+
| [@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`] |
|
|
108
|
+
| [@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`] |
|
|
109
|
+
| [@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`] |
|
|
110
|
+
| [@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`] |
|
|
111
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
|
|
112
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
|
|
113
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
|
|
114
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
|
|
61
115
|
|
|
62
116
|
## [1.71.148] - 2026-01-07
|
|
63
117
|
|
|
64
118
|
### Added
|
|
119
|
+
|
|
65
120
|
- Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
|
|
66
121
|
|
|
67
122
|
### Fixed
|
|
123
|
+
|
|
68
124
|
OData V2:
|
|
125
|
+
|
|
69
126
|
- OVP. Export issue - not possible to remove not allowed chart card properties
|
|
70
127
|
|
|
71
128
|
### Quality
|
|
72
129
|
|
|
73
130
|
Upgrades:
|
|
74
131
|
|
|
75
|
-
| Package
|
|
76
|
-
|
|
77
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
78
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
79
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
80
|
-
| [@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`]
|
|
81
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
132
|
+
| Package | Change |
|
|
133
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
134
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.32.12` -> `1.33.0`] |
|
|
135
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
|
|
136
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
|
|
137
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.49.0` -> `8.51.0`] |
|
|
138
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.49.0` -> `8.51.0`] |
|
|
82
139
|
|
|
83
140
|
## [1.71.147] - 2025-11-26
|
|
84
141
|
|
|
85
142
|
### Added
|
|
143
|
+
|
|
86
144
|
- Enhanced the `readApp` API method:
|
|
87
|
-
|
|
88
|
-
|
|
145
|
+
- The method now returns an `applicationModel` where each page includes its own `TreeModel`
|
|
146
|
+
- Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
|
|
89
147
|
|
|
90
148
|
### Quality
|
|
91
149
|
|
|
92
150
|
Upgrades:
|
|
93
151
|
|
|
94
|
-
| Package
|
|
95
|
-
|
|
96
|
-
| [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types))
|
|
152
|
+
| Package | Change |
|
|
153
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
154
|
+
| [@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`] |
|
|
97
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)) | [`0.10.7` -> `0.10.9`] |
|
|
98
|
-
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access))
|
|
99
|
-
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery)
|
|
100
|
-
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs)
|
|
101
|
-
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema)
|
|
102
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
156
|
+
| [@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`] |
|
|
157
|
+
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
|
|
158
|
+
| [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
|
|
159
|
+
| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
|
|
160
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.3`] |
|
|
103
161
|
|
|
104
162
|
## [1.71.146] - 2025-11-12
|
|
105
163
|
|
|
106
164
|
### Added
|
|
165
|
+
|
|
107
166
|
- Added the new API method `readApp`: a simpler wrapper around `importProject` that only requires the app parameter (path or `ApplicationAccess` instance)
|
|
108
167
|
|
|
109
168
|
### Quality
|
|
110
169
|
|
|
111
170
|
Upgrades:
|
|
112
171
|
|
|
113
|
-
| Package
|
|
114
|
-
|
|
115
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
116
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
117
|
-
| [@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`]
|
|
118
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
119
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
120
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
172
|
+
| Package | Change |
|
|
173
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
174
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
|
|
175
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
|
|
176
|
+
| [@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`] |
|
|
177
|
+
| [@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`] |
|
|
178
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
|
|
179
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
|
|
121
180
|
|
|
122
181
|
## [1.71.145] - 2025-10-29
|
|
123
182
|
|
|
@@ -125,12 +184,12 @@ Upgrades:
|
|
|
125
184
|
|
|
126
185
|
Upgrades:
|
|
127
186
|
|
|
128
|
-
| Package
|
|
129
|
-
|
|
130
|
-
| [@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`]
|
|
131
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
132
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
133
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
187
|
+
| Package | Change |
|
|
188
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
|
189
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`] |
|
|
190
|
+
| [@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`] |
|
|
191
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
|
|
192
|
+
| [@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`] |
|
|
134
193
|
|
|
135
194
|
## [1.71.144] - 2025-10-15
|
|
136
195
|
|
|
@@ -138,16 +197,16 @@ Upgrades:
|
|
|
138
197
|
|
|
139
198
|
Upgrades:
|
|
140
199
|
|
|
141
|
-
| Package
|
|
142
|
-
|
|
143
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
144
|
-
| [patch-package](https://github.com/ds300/patch-package)
|
|
145
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
146
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
147
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
148
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
149
|
-
| [@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`] |
|
|
150
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
200
|
+
| Package | Change |
|
|
201
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
202
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
|
|
203
|
+
| [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
|
|
204
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
|
|
205
|
+
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.5` -> `0.10.6`] |
|
|
206
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
|
|
207
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
208
|
+
| [@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`] |
|
|
209
|
+
| [@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`] |
|
|
151
210
|
|
|
152
211
|
## [1.71.143] - 2025-10-01
|
|
153
212
|
|
|
@@ -157,14 +216,14 @@ Upgrades:
|
|
|
157
216
|
|
|
158
217
|
- Upgraded TS target to `ES2023`
|
|
159
218
|
|
|
160
|
-
| Package
|
|
161
|
-
|
|
162
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
163
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
164
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
165
|
-
| [@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`]
|
|
166
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
167
|
-
| [tar](https://github.com/isaacs/node-tar)
|
|
219
|
+
| Package | Change |
|
|
220
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
|
221
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
|
|
222
|
+
| [@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`] |
|
|
223
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
|
|
224
|
+
| [@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`] |
|
|
225
|
+
| [@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`] |
|
|
226
|
+
| [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
|
|
168
227
|
|
|
169
228
|
## [1.71.142] - 2025-09-17
|
|
170
229
|
|
|
@@ -172,14 +231,14 @@ Upgrades:
|
|
|
172
231
|
|
|
173
232
|
Upgrades:
|
|
174
233
|
|
|
175
|
-
| Package
|
|
176
|
-
|
|
177
|
-
| [@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`] |
|
|
178
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
179
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
180
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
181
|
-
| [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser))
|
|
182
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
234
|
+
| Package | Change |
|
|
235
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
236
|
+
| [@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`] |
|
|
237
|
+
| [@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`] |
|
|
238
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
|
|
239
|
+
| [@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`] |
|
|
240
|
+
| [@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`] |
|
|
241
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
|
|
183
242
|
|
|
184
243
|
## [1.71.141] - 2025-09-03
|
|
185
244
|
|
|
@@ -191,11 +250,11 @@ OVP page. Properties from different card types on the OVP page were not imported
|
|
|
191
250
|
|
|
192
251
|
Upgrades:
|
|
193
252
|
|
|
194
|
-
| Package
|
|
195
|
-
|
|
196
|
-
| [@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`] |
|
|
197
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
198
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
253
|
+
| Package | Change |
|
|
254
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
255
|
+
| [@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`] |
|
|
256
|
+
| [@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`] |
|
|
257
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
|
|
199
258
|
|
|
200
259
|
## [1.71.140] - 2025-08-20
|
|
201
260
|
|
|
@@ -203,13 +262,13 @@ Upgrades:
|
|
|
203
262
|
|
|
204
263
|
Upgrades:
|
|
205
264
|
|
|
206
|
-
| Package
|
|
207
|
-
|
|
208
|
-
| [@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`] |
|
|
209
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
210
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
211
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
212
|
-
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next))
|
|
265
|
+
| Package | Change |
|
|
266
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
267
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
|
|
268
|
+
| [@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`] |
|
|
269
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
|
|
270
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
|
|
271
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
|
|
213
272
|
|
|
214
273
|
## [1.71.139] - 2025-08-06
|
|
215
274
|
|
|
@@ -217,13 +276,13 @@ Upgrades:
|
|
|
217
276
|
|
|
218
277
|
Upgrades:
|
|
219
278
|
|
|
220
|
-
| Package
|
|
221
|
-
|
|
222
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.37.0` -> `8.39.0`] |
|
|
223
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
224
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
225
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
226
|
-
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
|
|
279
|
+
| Package | Change |
|
|
280
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
281
|
+
| [@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`] |
|
|
282
|
+
| [@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`] |
|
|
283
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
|
|
284
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
|
|
285
|
+
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
|
|
227
286
|
|
|
228
287
|
## [1.71.138] - 2025-07-23
|
|
229
288
|
|
|
@@ -231,14 +290,14 @@ Upgrades:
|
|
|
231
290
|
|
|
232
291
|
Upgrades:
|
|
233
292
|
|
|
234
|
-
| Package
|
|
235
|
-
|
|
236
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
237
|
-
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
|
|
238
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
239
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.1` -> `8.37.0`] |
|
|
240
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
241
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
293
|
+
| Package | Change |
|
|
294
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
295
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
|
|
296
|
+
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
|
|
297
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
|
|
298
|
+
| [@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`] |
|
|
299
|
+
| [@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`] |
|
|
300
|
+
| [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
|
|
242
301
|
|
|
243
302
|
## [1.71.137] - 2025-07-09
|
|
244
303
|
|
|
@@ -246,12 +305,12 @@ Upgrades:
|
|
|
246
305
|
|
|
247
306
|
Upgrades:
|
|
248
307
|
|
|
249
|
-
| Package
|
|
250
|
-
|
|
308
|
+
| Package | Change |
|
|
309
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
251
310
|
| [@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`] |
|
|
252
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
253
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
254
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
311
|
+
| [@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`] |
|
|
312
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
|
|
313
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
|
|
255
314
|
|
|
256
315
|
## [1.71.136] - 2025-06-25
|
|
257
316
|
|
|
@@ -259,38 +318,40 @@ Upgrades:
|
|
|
259
318
|
|
|
260
319
|
Upgrades:
|
|
261
320
|
|
|
262
|
-
| Package
|
|
263
|
-
|
|
264
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
265
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
266
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
267
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
268
|
-
| [@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`] |
|
|
269
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
321
|
+
| Package | Change |
|
|
322
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
|
323
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
|
|
324
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
|
|
325
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
|
|
326
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
|
|
327
|
+
| [@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`] |
|
|
328
|
+
| [@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`] |
|
|
270
329
|
|
|
271
330
|
## [1.71.135] - 2025-06-11
|
|
272
331
|
|
|
273
332
|
### Added
|
|
274
333
|
|
|
275
334
|
OData V2:
|
|
335
|
+
|
|
276
336
|
- Schema generation - add link to documentation for "flexibleColumnLayout" property
|
|
277
337
|
|
|
278
338
|
### Fixed
|
|
279
339
|
|
|
280
340
|
OData V2:
|
|
341
|
+
|
|
281
342
|
- Schema generation - update description for "flexibleColumnLayout" property
|
|
282
343
|
|
|
283
344
|
### Quality
|
|
284
345
|
|
|
285
346
|
Upgrades:
|
|
286
347
|
|
|
287
|
-
| Package
|
|
288
|
-
|
|
289
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
290
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
291
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
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))
|
|
348
|
+
| Package | Type | Update | Change |
|
|
349
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
|
|
350
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
|
|
351
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
|
|
352
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
|
|
353
|
+
| [@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`] |
|
|
354
|
+
| [@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`] |
|
|
294
355
|
|
|
295
356
|
## [1.71.134] - 2025-05-28
|
|
296
357
|
|
|
@@ -298,10 +359,10 @@ Upgrades:
|
|
|
298
359
|
|
|
299
360
|
Upgrades:
|
|
300
361
|
|
|
301
|
-
| Package
|
|
302
|
-
|
|
303
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
304
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch
|
|
362
|
+
| Package | Type | Update | Change |
|
|
363
|
+
| ------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
364
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
|
|
365
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
|
|
305
366
|
|
|
306
367
|
## [1.71.133] - 2025-05-14
|
|
307
368
|
|
|
@@ -309,13 +370,13 @@ Upgrades:
|
|
|
309
370
|
|
|
310
371
|
Upgrades:
|
|
311
372
|
|
|
312
|
-
| Package
|
|
313
|
-
|
|
314
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
315
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
316
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
317
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor
|
|
318
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
373
|
+
| Package | Type | Update | Change |
|
|
374
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ------------------------ |
|
|
375
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
|
|
376
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
|
|
377
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
|
|
378
|
+
| [@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`] |
|
|
379
|
+
| [@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`] |
|
|
319
380
|
|
|
320
381
|
## [1.71.132] - 2025-04-30
|
|
321
382
|
|
|
@@ -323,14 +384,14 @@ Upgrades:
|
|
|
323
384
|
|
|
324
385
|
Upgrades:
|
|
325
386
|
|
|
326
|
-
| Package
|
|
327
|
-
|
|
328
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
329
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
330
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
331
|
-
| [@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
|
|
332
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
333
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
387
|
+
| Package | Type | Update | Change |
|
|
388
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- | --- | -------------------------------------------------------------------------- | --------------- | ----- | -------------------- |
|
|
389
|
+
| [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`] |
|
|
390
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
|
|
391
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
|
|
392
|
+
| [@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`]) |
|
|
393
|
+
| [@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`] |
|
|
394
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
|
|
334
395
|
|
|
335
396
|
## [1.71.131] - 2025-04-17
|
|
336
397
|
|
|
@@ -350,14 +411,13 @@ Upgrades:
|
|
|
350
411
|
|
|
351
412
|
Upgrades:
|
|
352
413
|
|
|
353
|
-
| Package
|
|
354
|
-
|
|
355
|
-
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc)
|
|
356
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
357
|
-
| [@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
|
|
358
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
359
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
360
|
-
|
|
414
|
+
| Package | Type | Update | Change |
|
|
415
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
416
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
|
|
417
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`] |
|
|
418
|
+
| [@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`] |
|
|
419
|
+
| [@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`] |
|
|
420
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`] |
|
|
361
421
|
|
|
362
422
|
## [1.71.130] - 2025-04-02
|
|
363
423
|
|
|
@@ -365,15 +425,14 @@ Upgrades:
|
|
|
365
425
|
|
|
366
426
|
Upgrades:
|
|
367
427
|
|
|
368
|
-
| Package
|
|
369
|
-
|
|
370
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
371
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
372
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
373
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
374
|
-
| [@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
|
|
375
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
376
|
-
|
|
428
|
+
| Package | Type | Update | Change |
|
|
429
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
430
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
|
|
431
|
+
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
|
|
432
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
|
|
433
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
|
|
434
|
+
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
|
|
435
|
+
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
|
|
377
436
|
|
|
378
437
|
## [1.71.129] - 2025-03-19
|
|
379
438
|
|
|
@@ -393,20 +452,20 @@ Upgrades:
|
|
|
393
452
|
|
|
394
453
|
Upgrades:
|
|
395
454
|
|
|
396
|
-
| Package
|
|
397
|
-
|
|
398
|
-
| [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter))
|
|
399
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
400
|
-
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch
|
|
401
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
402
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
403
|
-
|
|
455
|
+
| Package | Type | Update | Change |
|
|
456
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
457
|
+
| [@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`] |
|
|
458
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
|
|
459
|
+
| [@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`] |
|
|
460
|
+
| [@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`] |
|
|
461
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
|
|
404
462
|
|
|
405
463
|
## [1.71.128] - 2025-03-05
|
|
406
464
|
|
|
407
465
|
### Added
|
|
408
466
|
|
|
409
467
|
OData V2:
|
|
468
|
+
|
|
410
469
|
- Support of `cloudDevAdaptionStatus` internal setting
|
|
411
470
|
|
|
412
471
|
### Changed
|
|
@@ -421,14 +480,14 @@ OData V2:
|
|
|
421
480
|
|
|
422
481
|
Upgrades:
|
|
423
482
|
|
|
424
|
-
| Package
|
|
425
|
-
|
|
426
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
427
|
-
| [@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
|
|
428
|
-
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios))
|
|
429
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
430
|
-
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest))
|
|
431
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
483
|
+
| Package | Type | Update | Change |
|
|
484
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
485
|
+
| [@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`] |
|
|
486
|
+
| [@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`] |
|
|
487
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`] |
|
|
488
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`] |
|
|
489
|
+
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`] |
|
|
490
|
+
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`] |
|
|
432
491
|
|
|
433
492
|
## [1.71.127] - 2025-02-19
|
|
434
493
|
|
|
@@ -448,12 +507,12 @@ Upgrades:
|
|
|
448
507
|
|
|
449
508
|
Upgrades:
|
|
450
509
|
|
|
451
|
-
| Package
|
|
452
|
-
|
|
453
|
-
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier))
|
|
454
|
-
| [esbuild](https://github.com/evanw/esbuild)
|
|
455
|
-
| [@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
|
|
456
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
510
|
+
| Package | Type | Update | Change |
|
|
511
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------- |
|
|
512
|
+
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
|
|
513
|
+
| [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
|
|
514
|
+
| [@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`] |
|
|
515
|
+
| [@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`] |
|
|
457
516
|
|
|
458
517
|
## [1.71.126] - 2025-02-05
|
|
459
518
|
|
|
@@ -493,13 +552,12 @@ Upgrades:
|
|
|
493
552
|
|
|
494
553
|
Upgrades:
|
|
495
554
|
|
|
496
|
-
| Package
|
|
497
|
-
|
|
498
|
-
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript))
|
|
499
|
-
| [@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
|
|
500
|
-
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
|
|
501
|
-
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
|
|
502
|
-
|
|
555
|
+
| Package | Type | Update | Change |
|
|
556
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
|
|
557
|
+
| [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) |
|
|
558
|
+
| [@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) |
|
|
559
|
+
| [@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) |
|
|
560
|
+
| [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) |
|
|
503
561
|
|
|
504
562
|
## [1.71.124] - 2025-01-08
|
|
505
563
|
|
|
@@ -518,8 +576,9 @@ Upgrades:
|
|
|
518
576
|
### Quality
|
|
519
577
|
|
|
520
578
|
Upgrades:
|
|
521
|
-
|
|
522
|
-
- @typescript-eslint/
|
|
579
|
+
|
|
580
|
+
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
581
|
+
- @typescript-eslint/parser (source) devDependencies minor 8.18.2 -> 8.19.1
|
|
523
582
|
- prettier to 3.4.2
|
|
524
583
|
- esbuild to 0.24.2
|
|
525
584
|
- npm-run-all2 to 7.0.2
|
|
@@ -533,7 +592,7 @@ Upgrades:
|
|
|
533
592
|
- @sap-ux/annotation-converter 0.9.9 -> 0.9.11
|
|
534
593
|
- @sap-ux/vocabularies-types 0.11.6 -> 0.12.0
|
|
535
594
|
- @sap-ux/vocabularies-types 0.11.6 -> 0.12.0
|
|
536
|
-
- @sap-ux/vocabularies-types 0.11.6 -> 0.12.0
|
|
595
|
+
- @sap-ux/vocabularies-types 0.11.6 -> 0.12.0
|
|
537
596
|
- typescript 5.6.3 -> 5.7.2
|
|
538
597
|
- i18next 23.16.5 -> 23.16.8
|
|
539
598
|
- @typescript-eslint/eslint-plugin 8.13.0 -> 8.15.0
|
|
@@ -566,7 +625,7 @@ Upgrades:
|
|
|
566
625
|
|
|
567
626
|
### Fixed
|
|
568
627
|
|
|
569
|
-
- 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.
|
|
628
|
+
- 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.
|
|
570
629
|
|
|
571
630
|
### Quality
|
|
572
631
|
|
|
@@ -623,10 +682,10 @@ Upgrades:
|
|
|
623
682
|
|
|
624
683
|
- Table views: new error handling for undefined keys.
|
|
625
684
|
- Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
685
|
+
- change indicator was not set for manifest.json in v4.
|
|
686
|
+
- entityPath was not forwarded at overview pages.
|
|
687
|
+
- the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
|
|
688
|
+
- FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
|
|
630
689
|
|
|
631
690
|
### Quality
|
|
632
691
|
|
|
@@ -784,7 +843,7 @@ Upgrades
|
|
|
784
843
|
### Changed
|
|
785
844
|
|
|
786
845
|
- 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.
|
|
787
|
-
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.
|
|
846
|
+
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.
|
|
788
847
|
|
|
789
848
|
### Removed
|
|
790
849
|
|
|
@@ -803,7 +862,7 @@ The logic that determines the LineItem and the Chart annotation to be used by AL
|
|
|
803
862
|
### Changed
|
|
804
863
|
|
|
805
864
|
- OData V2:
|
|
806
|
-
|
|
865
|
+
- Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
|
|
807
866
|
|
|
808
867
|
### Quality
|
|
809
868
|
|
|
@@ -893,9 +952,9 @@ Upgrades
|
|
|
893
952
|
### Added
|
|
894
953
|
|
|
895
954
|
- OData V2:
|
|
896
|
-
|
|
955
|
+
- Support of header facets on Object Page
|
|
897
956
|
- UX adjustments of inplace documentation:
|
|
898
|
-
|
|
957
|
+
- Support for screen readers and arrow navigation
|
|
899
958
|
|
|
900
959
|
### Quality
|
|
901
960
|
|
|
@@ -941,25 +1000,25 @@ Upgrades
|
|
|
941
1000
|
### Added
|
|
942
1001
|
|
|
943
1002
|
- UX adjustments of inplace documentation:
|
|
944
|
-
|
|
1003
|
+
- Support of Keyboard Navigation
|
|
945
1004
|
- OData V2: Support of global table settings for object pages
|
|
946
1005
|
|
|
947
1006
|
### Changed
|
|
948
1007
|
|
|
949
1008
|
- Alignment of settings for sap.ovp:
|
|
950
|
-
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.
|
|
951
|
-
The assignment of settings to the specific card types has been revised and adjusted.
|
|
1009
|
+
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.
|
|
1010
|
+
The assignment of settings to the specific card types has been revised and adjusted.
|
|
952
1011
|
- Increased api version
|
|
953
|
-
- OData V2:
|
|
1012
|
+
- OData V2: ALP root properties order
|
|
954
1013
|
|
|
955
1014
|
### Fixed
|
|
956
1015
|
|
|
957
1016
|
- Prevent exception in case of illegal annotationPath references of fields or columns
|
|
958
|
-
- OData V2:
|
|
1017
|
+
- OData V2: ALP not displaying chart and properties
|
|
959
1018
|
- OVP:
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
1019
|
+
- In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
|
|
1020
|
+
- Property "Category" was shown with an initial value as object, although being of type string.
|
|
1021
|
+
- Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
|
|
963
1022
|
|
|
964
1023
|
### Quality
|
|
965
1024
|
|
|
@@ -981,12 +1040,12 @@ Upgrades
|
|
|
981
1040
|
### Changed
|
|
982
1041
|
|
|
983
1042
|
- OVP card settings:
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
1043
|
+
- Added missing properties
|
|
1044
|
+
- Removed irrelevant settings from custom card settings
|
|
1045
|
+
- Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
|
|
987
1046
|
|
|
988
1047
|
- 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.
|
|
989
|
-
Thus the location information is removed for annotation problems
|
|
1048
|
+
Thus the location information is removed for annotation problems
|
|
990
1049
|
|
|
991
1050
|
### Fixed
|
|
992
1051
|
|
|
@@ -1036,19 +1095,19 @@ Upgrades:
|
|
|
1036
1095
|
### Changed
|
|
1037
1096
|
|
|
1038
1097
|
- UX adjustments of inplace documentation:
|
|
1039
|
-
|
|
1098
|
+
- Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
|
|
1040
1099
|
|
|
1041
1100
|
### Removed
|
|
1042
1101
|
|
|
1043
|
-
- OData V2:
|
|
1044
|
-
|
|
1102
|
+
- OData V2:
|
|
1103
|
+
- Removed the `visibility` property for _addresses_ on subsections of the object page, as flexibility changes are not supported on this level
|
|
1045
1104
|
|
|
1046
1105
|
### Deprecated
|
|
1047
1106
|
|
|
1048
1107
|
### Fixed
|
|
1049
1108
|
|
|
1050
|
-
- OData V2:
|
|
1051
|
-
|
|
1109
|
+
- OData V2:
|
|
1110
|
+
- Fixed an issue with the selector ID of flexibility changes generated for **contacts** on the subsection level of object pages
|
|
1052
1111
|
|
|
1053
1112
|
### Quality
|
|
1054
1113
|
|
|
@@ -1091,12 +1150,12 @@ Upgrades:
|
|
|
1091
1150
|
### Added
|
|
1092
1151
|
|
|
1093
1152
|
- OData V2:
|
|
1094
|
-
|
|
1153
|
+
- Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
|
|
1095
1154
|
|
|
1096
1155
|
### Fixed
|
|
1097
1156
|
|
|
1098
1157
|
- OData V2:
|
|
1099
|
-
|
|
1158
|
+
- 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.
|
|
1100
1159
|
|
|
1101
1160
|
### Quality
|
|
1102
1161
|
|
|
@@ -1143,12 +1202,12 @@ Upgrades:
|
|
|
1143
1202
|
### Added
|
|
1144
1203
|
|
|
1145
1204
|
- OData V2:
|
|
1146
|
-
|
|
1205
|
+
- Added support for the binding pattern to `showHeaderContent` property
|
|
1147
1206
|
|
|
1148
1207
|
### Fixed
|
|
1149
1208
|
|
|
1150
1209
|
- OData V2:
|
|
1151
|
-
|
|
1210
|
+
- Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
|
|
1152
1211
|
|
|
1153
1212
|
### Quality
|
|
1154
1213
|
|
|
@@ -1225,7 +1284,7 @@ Upgrades:
|
|
|
1225
1284
|
### Fixed
|
|
1226
1285
|
|
|
1227
1286
|
- OData V2:
|
|
1228
|
-
|
|
1287
|
+
- Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
|
|
1229
1288
|
|
|
1230
1289
|
### Quality
|
|
1231
1290
|
|
|
@@ -1268,9 +1327,9 @@ Upgrades:
|
|
|
1268
1327
|
### Added
|
|
1269
1328
|
|
|
1270
1329
|
- General:
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1330
|
+
- Enhancement of error handling, more explicit messages are passed to the logger.
|
|
1331
|
+
Fix of error handling of exceptions from annotation parser.
|
|
1332
|
+
- Fix for List Report with multiple views and Object pages on second level in Page map
|
|
1274
1333
|
|
|
1275
1334
|
### Quality
|
|
1276
1335
|
|
|
@@ -1306,6 +1365,7 @@ Upgrades:
|
|
|
1306
1365
|
- Update transitive dependencies
|
|
1307
1366
|
|
|
1308
1367
|
Upgrades:
|
|
1368
|
+
|
|
1309
1369
|
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
|
|
1310
1370
|
|
|
1311
1371
|
## [1.71.82] - 2023-04-05
|
|
@@ -1315,6 +1375,7 @@ Upgrades:
|
|
|
1315
1375
|
- Update transitive dependencies
|
|
1316
1376
|
|
|
1317
1377
|
Upgrades:
|
|
1378
|
+
|
|
1318
1379
|
- excel4node to 1.8.1
|
|
1319
1380
|
- eslint-config-prettier to 8.8.0
|
|
1320
1381
|
- prettier to 2.8.7
|
|
@@ -1340,13 +1401,13 @@ Upgrades:
|
|
|
1340
1401
|
### Fixed
|
|
1341
1402
|
|
|
1342
1403
|
- OData V2:
|
|
1343
|
-
|
|
1404
|
+
- Fixed deletion issues for Custom Columns that appeared after positions were changed
|
|
1344
1405
|
|
|
1345
1406
|
### Quality
|
|
1346
1407
|
|
|
1347
1408
|
- Upgrade "typescript" to "4.9.4"
|
|
1348
|
-
- Upgrade "@typescript-eslint/eslint-plugin" and
|
|
1349
|
-
- Upgrade "ts-node" to "10.9.1"
|
|
1409
|
+
- Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
|
|
1410
|
+
- Upgrade "ts-node" to "10.9.1"
|
|
1350
1411
|
- Revert "typescript-json-schema" to "0.53.0" in types package
|
|
1351
1412
|
|
|
1352
1413
|
## [1.71.79] - 2023-02-22
|
|
@@ -1379,7 +1440,7 @@ Upgrades:
|
|
|
1379
1440
|
### Added
|
|
1380
1441
|
|
|
1381
1442
|
- OData V2:
|
|
1382
|
-
|
|
1443
|
+
- Generation of `propertyIndex` property in schemas for root properties
|
|
1383
1444
|
|
|
1384
1445
|
### Quality
|
|
1385
1446
|
|
|
@@ -1390,12 +1451,12 @@ Upgrades:
|
|
|
1390
1451
|
### Changed
|
|
1391
1452
|
|
|
1392
1453
|
- API for OData V2:
|
|
1393
|
-
|
|
1454
|
+
- 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.
|
|
1394
1455
|
|
|
1395
1456
|
### Fixed
|
|
1396
1457
|
|
|
1397
1458
|
- OData V2:
|
|
1398
|
-
|
|
1459
|
+
- Fixed deletion of fragment cells contents in case last element is deleted
|
|
1399
1460
|
|
|
1400
1461
|
### Quality
|
|
1401
1462
|
|
|
@@ -1408,11 +1469,11 @@ Upgrades:
|
|
|
1408
1469
|
### Changed
|
|
1409
1470
|
|
|
1410
1471
|
- UI adjustments of inplace documentation:
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1472
|
+
- moved label of specification and odata version to tree canvas
|
|
1473
|
+
- aligned behavior of tree buttons to expand (+) and collapse (-) with given design
|
|
1474
|
+
- removed all hard coded colors
|
|
1475
|
+
- fixed hover on search results
|
|
1476
|
+
- aligned tooltip with given design
|
|
1416
1477
|
|
|
1417
1478
|
### Fixed
|
|
1418
1479
|
|
|
@@ -1437,7 +1498,7 @@ Upgrades:
|
|
|
1437
1498
|
|
|
1438
1499
|
### Changed
|
|
1439
1500
|
|
|
1440
|
-
- 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`.
|
|
1501
|
+
- 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).
|
|
1441
1502
|
|
|
1442
1503
|
### Quality
|
|
1443
1504
|
|
|
@@ -1448,14 +1509,14 @@ Upgrades:
|
|
|
1448
1509
|
### Added
|
|
1449
1510
|
|
|
1450
1511
|
- 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:
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
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, ...)
|
|
1458
|
-
|
|
1512
|
+
- Value for DataFields
|
|
1513
|
+
- 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.
|
|
1514
|
+
- ID for facets
|
|
1515
|
+
- Action for any action
|
|
1516
|
+
- Instance-based navigation: Property + SemanticObject + Action
|
|
1517
|
+
- Target for DataFieldForAnnotation.
|
|
1518
|
+
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, ...)
|
|
1519
|
+
|
|
1459
1520
|
### Changed
|
|
1460
1521
|
|
|
1461
1522
|
- Common dependencies have been moved to the root level.
|
|
@@ -1506,27 +1567,27 @@ In case of Target, an additional schema tag `target` is added: it not only repre
|
|
|
1506
1567
|
### Changed
|
|
1507
1568
|
|
|
1508
1569
|
- The specification module is now build with esbuild instead of webpack.
|
|
1509
|
-
The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
|
|
1570
|
+
The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
|
|
1510
1571
|
|
|
1511
|
-
|
|
1512
|
-
import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
|
|
1572
|
+
```
|
|
1573
|
+
import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
|
|
1513
1574
|
==> import { PageType } from '@sap/ux-specification/types';
|
|
1514
1575
|
|
|
1515
1576
|
import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/dist/src/v2';
|
|
1516
1577
|
==> import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/types/v2';
|
|
1517
|
-
|
|
1578
|
+
```
|
|
1518
1579
|
|
|
1519
1580
|
### Fixed
|
|
1520
1581
|
|
|
1521
1582
|
- OData V2:
|
|
1522
|
-
|
|
1583
|
+
- OP: Fixed incorrect generation of flexChanges in case of Form, Form Fields and Form Fields referenced from a navigation entity
|
|
1523
1584
|
|
|
1524
1585
|
## [1.71.65] - 2022-08-11
|
|
1525
1586
|
|
|
1526
1587
|
### Changed
|
|
1527
1588
|
|
|
1528
1589
|
- OData V2:
|
|
1529
|
-
|
|
1590
|
+
- Mark custom column 'columnIndex' property as hidden
|
|
1530
1591
|
|
|
1531
1592
|
## [1.71.64] - 2022-07-28
|
|
1532
1593
|
|
|
@@ -1548,12 +1609,12 @@ import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specificatio
|
|
|
1548
1609
|
### Fixed
|
|
1549
1610
|
|
|
1550
1611
|
- OData V2:
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1612
|
+
- OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
|
|
1613
|
+
- Table type property is now set to blank in case not maintained in manifest.json
|
|
1614
|
+
- 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.
|
|
1615
|
+
- One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
|
|
1616
|
+
- 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.
|
|
1617
|
+
- 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.
|
|
1557
1618
|
|
|
1558
1619
|
### Quality
|
|
1559
1620
|
|
|
@@ -1597,8 +1658,8 @@ Upgrade node & node-version to 14.x
|
|
|
1597
1658
|
### Fixed
|
|
1598
1659
|
|
|
1599
1660
|
- OData V2:
|
|
1600
|
-
|
|
1601
|
-
|
|
1661
|
+
- Sections and subsections with a reference to Communication.Contact or Communication.Address had not been shown, support of flexibility changes for them.
|
|
1662
|
+
- Facet or section references with multi-level navigation had not been handled correctly.
|
|
1602
1663
|
|
|
1603
1664
|
## [1.71.57] - 2022-04-21
|
|
1604
1665
|
|
|
@@ -1609,8 +1670,8 @@ Upgrade node & node-version to 14.x
|
|
|
1609
1670
|
### Fixed
|
|
1610
1671
|
|
|
1611
1672
|
- OData V2:
|
|
1612
|
-
|
|
1613
|
-
|
|
1673
|
+
- After an entry of quickVariantSelectionX got deleted, the entry still was present in manifest.json.
|
|
1674
|
+
- Sections of subordinate object pages had not been added correctly to the app schema in all cases.
|
|
1614
1675
|
|
|
1615
1676
|
### Quality
|
|
1616
1677
|
|
|
@@ -1626,8 +1687,8 @@ Upgrade node & node-version to 14.x
|
|
|
1626
1687
|
### Fixed
|
|
1627
1688
|
|
|
1628
1689
|
- OData V2:
|
|
1629
|
-
|
|
1630
|
-
|
|
1690
|
+
- Extensions - empty "extensions" object was created in "sap.ui5/"extends"/"extensions"/"sap.ui.viewExtensions"/"sap.suite.ui.generic.template.ListReport.view.ListReport".
|
|
1691
|
+
- Sections of subordinate object pages had not been added correctly to the app schema in all cases.
|
|
1631
1692
|
|
|
1632
1693
|
### Quality
|
|
1633
1694
|
|
|
@@ -1651,7 +1712,7 @@ minimist upgrade
|
|
|
1651
1712
|
### Fixed
|
|
1652
1713
|
|
|
1653
1714
|
- OData V2:
|
|
1654
|
-
|
|
1715
|
+
- duplicated fragment columns were written if table namespace was not found, and unknown custom data in fragment was not considered.
|
|
1655
1716
|
|
|
1656
1717
|
### Quality
|
|
1657
1718
|
|
|
@@ -1666,12 +1727,12 @@ minimist upgrade
|
|
|
1666
1727
|
### Added
|
|
1667
1728
|
|
|
1668
1729
|
- OData V2:
|
|
1669
|
-
|
|
1730
|
+
- visible property is now also available for facets without annotation Id
|
|
1670
1731
|
|
|
1671
1732
|
### Fixed
|
|
1672
1733
|
|
|
1673
1734
|
- OData V2:
|
|
1674
|
-
|
|
1735
|
+
- Creation of new flexChanges now considers resolved Id from pom.xml
|
|
1675
1736
|
|
|
1676
1737
|
### Quality
|
|
1677
1738
|
|
|
@@ -1683,7 +1744,7 @@ minimist upgrade
|
|
|
1683
1744
|
|
|
1684
1745
|
- Metadata information `dataType` added to various places in V2 and V4 schemas
|
|
1685
1746
|
- OData V2:
|
|
1686
|
-
|
|
1747
|
+
- display selection fields on LR/ALP
|
|
1687
1748
|
|
|
1688
1749
|
### Quality
|
|
1689
1750
|
|
|
@@ -1694,13 +1755,13 @@ minimist upgrade
|
|
|
1694
1755
|
### Added
|
|
1695
1756
|
|
|
1696
1757
|
- OData V2:
|
|
1697
|
-
|
|
1758
|
+
- Support column and footer action properties on LR
|
|
1698
1759
|
|
|
1699
1760
|
### Fixed
|
|
1700
1761
|
|
|
1701
1762
|
- OData V2:
|
|
1702
|
-
|
|
1703
|
-
|
|
1763
|
+
- OP: Fix generation of flexChanges for sections with or without ID in annotations
|
|
1764
|
+
- Fix issues with sync logic in case of sub object page
|
|
1704
1765
|
|
|
1705
1766
|
### Quality
|
|
1706
1767
|
|
|
@@ -1711,7 +1772,7 @@ minimist upgrade
|
|
|
1711
1772
|
### Added
|
|
1712
1773
|
|
|
1713
1774
|
- OData V2:
|
|
1714
|
-
|
|
1775
|
+
- `exportType` property can now be configured to specify the type of export to be used in the SmartTable control.
|
|
1715
1776
|
|
|
1716
1777
|
### Quality
|
|
1717
1778
|
|
|
@@ -1722,28 +1783,28 @@ minimist upgrade
|
|
|
1722
1783
|
### Added
|
|
1723
1784
|
|
|
1724
1785
|
- OData V2:
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1786
|
+
- OP: properties of footer actions are displayed and supported in side panel
|
|
1787
|
+
- properties of toolbar actions are displayed and supported in side panel
|
|
1788
|
+
- OVP: The property `showLineItemDetail` is now supported for List and Table cards
|
|
1789
|
+
- OP: Schema now supports column extensions for TreeTable
|
|
1729
1790
|
|
|
1730
1791
|
### Changed
|
|
1731
1792
|
|
|
1732
1793
|
- OData V2:
|
|
1733
|
-
|
|
1734
|
-
|
|
1794
|
+
- property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
|
|
1795
|
+
- OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
|
|
1735
1796
|
|
|
1736
1797
|
### Removed
|
|
1737
1798
|
|
|
1738
1799
|
- OData V2:
|
|
1739
|
-
|
|
1800
|
+
- OVP: removed `tabs` property from card level
|
|
1740
1801
|
|
|
1741
1802
|
### Fixed
|
|
1742
1803
|
|
|
1743
1804
|
- OData V2:
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1805
|
+
- correct schema generation in case multiple facets are referring to lineitem annotation of same entity
|
|
1806
|
+
- Facet Id is considered for import and export of manifest settings
|
|
1807
|
+
- Fixed sync issues in case no text is provided for custom columns
|
|
1747
1808
|
|
|
1748
1809
|
### Quality
|
|
1749
1810
|
|
|
@@ -1794,22 +1855,22 @@ minimist upgrade
|
|
|
1794
1855
|
### Added
|
|
1795
1856
|
|
|
1796
1857
|
- OData V2:
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1858
|
+
- Support for (Sub)Section properties: `visible`.
|
|
1859
|
+
- Footer actions are now part of the schema. A node for header actions is visible even if there are no actions yet.
|
|
1860
|
+
- ALP: Schema now comprises of entity properties for config `createWithParameterDialog`->`fields`
|
|
1861
|
+
- OP: Added support for multiple flex changes in Form and Header Actions
|
|
1801
1862
|
|
|
1802
1863
|
### Removed
|
|
1803
1864
|
|
|
1804
1865
|
- OData V2:
|
|
1805
|
-
|
|
1866
|
+
- OVP: Removed `tab` property from `Stack` and `Link List` cards as view switch control is not supported
|
|
1806
1867
|
|
|
1807
1868
|
### Fixed
|
|
1808
1869
|
|
|
1809
1870
|
- OData V2:
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1871
|
+
- Add `visible` property to DataField types
|
|
1872
|
+
- Replace alias of namespace definitions of header actions even for references that are not related to OData vocabularies.
|
|
1873
|
+
- annotationPath definitions of header and footer actions.
|
|
1813
1874
|
|
|
1814
1875
|
### Quality
|
|
1815
1876
|
|
|
@@ -1822,14 +1883,14 @@ minimist upgrade
|
|
|
1822
1883
|
- Annotation path `com.sap.vocabularies.UI.v1.HeaderInfo` added to ObjectPageHeader schema.
|
|
1823
1884
|
- `i18nClassification` for `title`, `description` properties for `App.json` schema in V2.
|
|
1824
1885
|
- OData V2:
|
|
1825
|
-
|
|
1826
|
-
|
|
1886
|
+
- OVP: Added support for property `annotationPath` in Linklist card settings.
|
|
1887
|
+
- OVP: property `requireAppAuthorization` is now supported for all card types.
|
|
1827
1888
|
|
|
1828
1889
|
### Changed
|
|
1829
1890
|
|
|
1830
1891
|
- README was updated.
|
|
1831
1892
|
- Order and naming of view nodes for the V2 Object Page adapted.
|
|
1832
|
-
- Pattern for binding changes in V2: there are now two different patterns for List Report and Object Page; the one for the Object Page
|
|
1893
|
+
- 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}}".
|
|
1833
1894
|
|
|
1834
1895
|
### Quality
|
|
1835
1896
|
|
|
@@ -1854,7 +1915,7 @@ The default for titles and labels of schema nodes - in case of missing annotatio
|
|
|
1854
1915
|
### Fixed
|
|
1855
1916
|
|
|
1856
1917
|
- OData V2:
|
|
1857
|
-
|
|
1918
|
+
- Invalid flexChanges are now ignored during sync, hence configs and pages files are created.
|
|
1858
1919
|
|
|
1859
1920
|
### Quality
|
|
1860
1921
|
|
|
@@ -1865,7 +1926,7 @@ The default for titles and labels of schema nodes - in case of missing annotatio
|
|
|
1865
1926
|
### Added
|
|
1866
1927
|
|
|
1867
1928
|
- OData V2:
|
|
1868
|
-
|
|
1929
|
+
- OVP: Added support for property `dataPointAnnotationPath` in ListCard settings
|
|
1869
1930
|
|
|
1870
1931
|
## [1.71.40] - 2021-08-25
|
|
1871
1932
|
|
|
@@ -1888,9 +1949,9 @@ The default for titles and labels of schema nodes - in case of missing annotatio
|
|
|
1888
1949
|
### Added
|
|
1889
1950
|
|
|
1890
1951
|
- OData V2:
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1952
|
+
- Added description property to header actions in schema
|
|
1953
|
+
- Table toolbar as structure node
|
|
1954
|
+
- Added properties showClearOnFB, showFilterConfiguration and showRestoreOnFB to the FilterBar
|
|
1894
1955
|
|
|
1895
1956
|
- Developer guide for contributors to this module
|
|
1896
1957
|
|
|
@@ -1899,8 +1960,8 @@ The default for titles and labels of schema nodes - in case of missing annotatio
|
|
|
1899
1960
|
- Enhanced error handling of API functions.
|
|
1900
1961
|
|
|
1901
1962
|
- The generic schema is enhanced by the following information:
|
|
1902
|
-
|
|
1903
|
-
|
|
1963
|
+
- artifact type (manifest setting, flex change or annotation)
|
|
1964
|
+
- in case of flex change: control name
|
|
1904
1965
|
|
|
1905
1966
|
### Changed
|
|
1906
1967
|
|
|
@@ -1913,7 +1974,7 @@ The default for titles and labels of schema nodes - in case of missing annotatio
|
|
|
1913
1974
|
- 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.
|
|
1914
1975
|
- Enhance function determineTableType to also check for presence of old tableType flag in manifest.json
|
|
1915
1976
|
- OData V2:
|
|
1916
|
-
|
|
1977
|
+
- ALP: Use correct Id for flex changes generated in case of Filter Bar
|
|
1917
1978
|
|
|
1918
1979
|
### Quality
|
|
1919
1980
|
|
|
@@ -1961,9 +2022,9 @@ The default for titles and labels of schema nodes - in case of missing annotatio
|
|
|
1961
2022
|
|
|
1962
2023
|
- In the annotationPath information of the generated JSON schemas all alias definitions are now replaced by the full vocabulary name.
|
|
1963
2024
|
- Descriptions in the schema now follow the following paradigm:
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
2025
|
+
- 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.
|
|
2026
|
+
- Thus we now generalise: all view nodes (isViewNode = true) have a description (but do not necessarily need a title).
|
|
2027
|
+
- 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).
|
|
1967
2028
|
|
|
1968
2029
|
### Fixed
|
|
1969
2030
|
|
|
@@ -2150,7 +2211,7 @@ Added resolutions for
|
|
|
2150
2211
|
### Added
|
|
2151
2212
|
|
|
2152
2213
|
- The specification API now allows passing a logger, i.e. an instance of the new interface ExtensionLogger.
|
|
2153
|
-
If supplied, all messages resulting from the API processing will be passed to the logger instance instead of console.log.
|
|
2214
|
+
If supplied, all messages resulting from the API processing will be passed to the logger instance instead of console.log.
|
|
2154
2215
|
- OData V2: Support for Custom Columns in Object Page tables.
|
|
2155
2216
|
- OData V2: New extensionType property is added to Custom Column definition.
|
|
2156
2217
|
|
|
@@ -2180,7 +2241,7 @@ If supplied, all messages resulting from the API processing will be passed to th
|
|
|
2180
2241
|
### Added
|
|
2181
2242
|
|
|
2182
2243
|
- Support of custom columns for List Report and Analytical List Page of Fiori Elements V2: this includes read and write
|
|
2183
|
-
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.
|
|
2244
|
+
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.
|
|
2184
2245
|
- Support keyPerformanceIndicators(KPI) cards in Analytical list page
|
|
2185
2246
|
|
|
2186
2247
|
### Changed
|
|
@@ -2218,15 +2279,15 @@ capabilities for both the manifest extension section and the fragment files; the
|
|
|
2218
2279
|
### Added
|
|
2219
2280
|
|
|
2220
2281
|
- Full support for binding changes as an option for the property values of
|
|
2221
|
-
|
|
2222
|
-
|
|
2282
|
+
List report + ALP: hAlign of table columns, popinLayout
|
|
2283
|
+
Object page: popinLayout, displayShape, header actions, hAlign of table columns
|
|
2223
2284
|
|
|
2224
2285
|
### Changed
|
|
2225
2286
|
|
|
2226
2287
|
- Dependencies updated:
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2288
|
+
"@sap-ux/annotation-converter": "0.2.37",
|
|
2289
|
+
"@sap-ux/edmx-parser": "0.2.33,
|
|
2290
|
+
"@sap-ux/vocabularies-types": "0.2.33"
|
|
2230
2291
|
- OData V2: `showDraftToggle` property is now only part of List Report schema
|
|
2231
2292
|
|
|
2232
2293
|
### Fixed
|
|
@@ -2251,7 +2312,7 @@ capabilities for both the manifest extension section and the fragment files; the
|
|
|
2251
2312
|
### Added
|
|
2252
2313
|
|
|
2253
2314
|
- Table columns now have a description that appears on hover, showing the column header title as visible in the application at run-time.
|
|
2254
|
-
|
|
2315
|
+
This description is also visible at the input help (LSP) when chosing a column at any configuration file.
|
|
2255
2316
|
|
|
2256
2317
|
### Changed
|
|
2257
2318
|
|
|
@@ -2262,7 +2323,7 @@ capabilities for both the manifest extension section and the fragment files; the
|
|
|
2262
2323
|
- Property displayShape of Analytical List Page was not imported correctly.
|
|
2263
2324
|
- Generate correct app specific schema for ALP in V4
|
|
2264
2325
|
- Generation of app specific schemas generally ran into exceptions for apps without LineItem or Facet annotation.
|
|
2265
|
-
|
|
2326
|
+
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.
|
|
2266
2327
|
|
|
2267
2328
|
### Quality
|
|
2268
2329
|
|
|
@@ -2361,7 +2422,6 @@ Test coverage increased
|
|
|
2361
2422
|
- New API `importProjectNoConfig` for generation of all schemas without generation of configs
|
|
2362
2423
|
- Fault-tolerance in case of incomplete app projects
|
|
2363
2424
|
- New properties for V2 applications:
|
|
2364
|
-
|
|
2365
2425
|
1. `tableColumnVerticalAlignment` (on app level)
|
|
2366
2426
|
2. Possibility to define different tableSettings per variant in case of multiple tabs
|
|
2367
2427
|
|
|
@@ -2386,7 +2446,7 @@ Test coverage increased
|
|
|
2386
2446
|
- Exception occured in case of free-style pages as part of the manifest
|
|
2387
2447
|
- Exception occured during the import of invalid UI flexibility changes
|
|
2388
2448
|
- Wrong ID's had been written to UI flexibility changes in case of (complex) annotation paths like columns of type DataFieldForAnnotation;
|
|
2389
|
-
|
|
2449
|
+
the changes then either disappeared after reload or had still been visible but without any implication on the app
|
|
2390
2450
|
|
|
2391
2451
|
## [1.71.8] - 2020-07-06
|
|
2392
2452
|
|
|
@@ -2425,7 +2485,7 @@ Test coverage increased
|
|
|
2425
2485
|
- Existing manifest settings now remain unaffected during export
|
|
2426
2486
|
- Handle partial deletion of a page from app.json
|
|
2427
2487
|
- Switch to annotation-vocabularies-tools to parse, merge and convert annotations.
|
|
2428
|
-
|
|
2488
|
+
This fixes issues with merged annotations.
|
|
2429
2489
|
- Added bundled dependency
|
|
2430
2490
|
|
|
2431
2491
|
## [1.71.5] - 2020-05-20
|
|
@@ -2455,7 +2515,7 @@ Test coverage increased
|
|
|
2455
2515
|
- Table type specific flex changes. For example: includeItemInSelection and popinLayout are only available for the responsive table
|
|
2456
2516
|
- 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
|
|
2457
2517
|
- 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).
|
|
2458
|
-
|
|
2518
|
+
exportConfig is enhanced the same way.
|
|
2459
2519
|
- 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.
|
|
2460
2520
|
- Support export/import for OVP custom card.
|
|
2461
2521
|
|
|
@@ -2525,10 +2585,10 @@ Test coverage increased
|
|
|
2525
2585
|
### Added
|
|
2526
2586
|
|
|
2527
2587
|
- Specification for Fiori Element V2:
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2588
|
+
- List report
|
|
2589
|
+
- Object Page
|
|
2590
|
+
- Overview Page
|
|
2531
2591
|
- Specification for Fiori Elements V4:
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2592
|
+
- List Report
|
|
2593
|
+
- Object Page
|
|
2594
|
+
- Support of custom pages
|