@ui5/manifest 1.81.0 → 1.81.1
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 +52 -44
- package/mapping.json +2 -2
- package/package.json +4 -4
- package/schema.json +7 -3
- package/schema_cil.json +6 -3
- package/types/manifest.d.ts +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
4
4
|
|
|
5
5
|
<a name="Unreleased"></a>
|
|
6
6
|
|
|
7
|
+
<a name="v1.81.1"></a>
|
|
8
|
+
## [v1.81.1] - 2025-12-09 (UI5 1.143)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- sap.app: new value "4.01" for setting/odataVersion added
|
|
12
|
+
|
|
13
|
+
<a name="v1.81.0"></a>
|
|
14
|
+
## [v1.81.0] - 2025-11-18 (UI5 1.143)
|
|
15
|
+
|
|
7
16
|
### Changed
|
|
8
17
|
- sap.ovp: Deprecated property card/settings/showTimeAxis.
|
|
9
18
|
|
|
@@ -190,47 +199,46 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
190
199
|
<a name="v1.48.1"></a>
|
|
191
200
|
## v1.48.1 - 2022-11-10
|
|
192
201
|
|
|
193
|
-
[Unreleased]: https://github.com/
|
|
194
|
-
[v1.81.0
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
[v1.
|
|
199
|
-
[v1.
|
|
200
|
-
[v1.
|
|
201
|
-
[v1.
|
|
202
|
-
[v1.
|
|
203
|
-
[v1.
|
|
204
|
-
[v1.
|
|
205
|
-
[v1.
|
|
206
|
-
[v1.
|
|
207
|
-
[v1.70.
|
|
208
|
-
[v1.
|
|
209
|
-
[v1.
|
|
210
|
-
[v1.
|
|
211
|
-
[v1.67.
|
|
212
|
-
[v1.67.
|
|
213
|
-
[v1.
|
|
214
|
-
[v1.
|
|
215
|
-
[v1.
|
|
216
|
-
[v1.
|
|
217
|
-
[v1.
|
|
218
|
-
[v1.
|
|
219
|
-
[v1.
|
|
220
|
-
[v1.62.
|
|
221
|
-
[v1.
|
|
222
|
-
[v1.
|
|
223
|
-
[v1.
|
|
224
|
-
[v1.
|
|
225
|
-
[v1.
|
|
226
|
-
[v1.
|
|
227
|
-
[v1.
|
|
228
|
-
[v1.
|
|
229
|
-
[v1.53.
|
|
230
|
-
[v1.
|
|
231
|
-
[v1.52.
|
|
232
|
-
[v1.
|
|
233
|
-
[v1.
|
|
234
|
-
[v1.49.
|
|
235
|
-
[v1.49.
|
|
236
|
-
[v1.49.0]: https://github.com/SAP/ui5-manifest/compare/v1.48.1...v1.49.0
|
|
202
|
+
[Unreleased]: https://github.com/UI5/manifest/compare/v1.81.1...HEAD
|
|
203
|
+
[v1.81.1]: https://github.com/UI5/manifest/compare/v1.81.0...v1.81.1
|
|
204
|
+
[v1.81.0]: https://github.com/UI5/manifest/compare/v1.80.1...v1.81.0
|
|
205
|
+
[v1.80.1]: https://github.com/UI5/manifest/compare/v1.80.0...v1.80.1
|
|
206
|
+
[v1.80.0]: https://github.com/UI5/manifest/compare/v1.79.0...v1.80.0
|
|
207
|
+
[v1.79.0]: https://github.com/UI5/manifest/compare/v1.78.0...v1.79.0
|
|
208
|
+
[v1.78.0]: https://github.com/UI5/manifest/compare/v1.77.0...v1.78.0
|
|
209
|
+
[v1.77.0]: https://github.com/UI5/manifest/compare/v1.76.0...v1.77.0
|
|
210
|
+
[v1.76.0]: https://github.com/UI5/manifest/compare/v1.75.1...v1.76.0
|
|
211
|
+
[v1.75.1]: https://github.com/UI5/manifest/compare/v1.73.1...v1.75.1
|
|
212
|
+
[v1.73.1]: https://github.com/UI5/manifest/compare/v1.72.0...v1.73.1
|
|
213
|
+
[v1.72.3]: https://github.com/UI5/manifest/compare/v1.71.0...v1.72.0
|
|
214
|
+
[v1.71.0]: https://github.com/UI5/manifest/compare/v1.70.1...v1.71.0
|
|
215
|
+
[v1.70.1]: https://github.com/UI5/manifest/compare/v1.70.0...v1.70.1
|
|
216
|
+
[v1.70.0]: https://github.com/UI5/manifest/compare/v1.69.0...v1.70.0
|
|
217
|
+
[v1.69.0]: https://github.com/UI5/manifest/compare/v1.68.0...v1.69.0
|
|
218
|
+
[v1.68.0]: https://github.com/UI5/manifest/compare/v1.67.2...v1.68.0
|
|
219
|
+
[v1.67.2]: https://github.com/UI5/manifest/compare/v1.67.1...v1.67.2
|
|
220
|
+
[v1.67.1]: https://github.com/UI5/manifest/compare/v1.67.0...v1.67.1
|
|
221
|
+
[v1.67.0]: https://github.com/UI5/manifest/compare/v1.66.0...v1.67.0
|
|
222
|
+
[v1.66.0]: https://github.com/UI5/manifest/compare/v1.65.1...v1.66.0
|
|
223
|
+
[v1.65.1]: https://github.com/UI5/manifest/compare/v1.64.1...v1.65.1
|
|
224
|
+
[v1.64.1]: https://github.com/UI5/manifest/compare/v1.65.0...v1.64.1
|
|
225
|
+
[v1.65.0]: https://github.com/UI5/manifest/compare/v1.64.0...v1.65.0
|
|
226
|
+
[v1.64.0]: https://github.com/UI5/manifest/compare/v1.63.0...v1.64.0
|
|
227
|
+
[v1.63.0]: https://github.com/UI5/manifest/compare/v1.62.1...v1.63.0
|
|
228
|
+
[v1.62.1]: https://github.com/UI5/manifest/compare/v1.62.0...v1.62.1
|
|
229
|
+
[v1.62.0]: https://github.com/UI5/manifest/compare/v1.61.1...v1.62.0
|
|
230
|
+
[v1.61.1]: https://github.com/UI5/manifest/compare/v1.60.0...v1.61.1
|
|
231
|
+
[v1.60.0]: https://github.com/UI5/manifest/compare/v1.59.0...v1.60.0
|
|
232
|
+
[v1.59.0]: https://github.com/UI5/manifest/compare/v1.57.0...v1.59.0
|
|
233
|
+
[v1.57.0]: https://github.com/UI5/manifest/compare/v1.56.0...v1.57.0
|
|
234
|
+
[v1.56.0]: https://github.com/UI5/manifest/compare/v1.55.0...v1.56.0
|
|
235
|
+
[v1.55.0]: https://github.com/UI5/manifest/compare/v1.54.0...v1.55.0
|
|
236
|
+
[v1.54.0]: https://github.com/UI5/manifest/compare/v1.53.1...v1.54.0
|
|
237
|
+
[v1.53.1]: https://github.com/UI5/manifest/compare/v1.53.0...v1.53.1
|
|
238
|
+
[v1.53.0]: https://github.com/UI5/manifest/compare/v1.52.1...v1.53.0
|
|
239
|
+
[v1.52.1]: https://github.com/UI5/manifest/compare/v1.52.0...v1.52.1
|
|
240
|
+
[v1.52.0]: https://github.com/UI5/manifest/compare/v1.51.0...v1.52.0
|
|
241
|
+
[v1.51.0]: https://github.com/UI5/manifest/compare/v1.49.2...v1.51.0
|
|
242
|
+
[v1.49.2]: https://github.com/UI5/manifest/compare/v1.49.1...v1.49.2
|
|
243
|
+
[v1.49.1]: https://github.com/UI5/manifest/compare/v1.49.0...v1.49.1
|
|
244
|
+
[v1.49.0]: https://github.com/UI5/manifest/compare/v1.48.1...v1.49.0
|
package/mapping.json
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/manifest",
|
|
3
|
-
"version": "1.81.
|
|
3
|
+
"version": "1.81.1",
|
|
4
4
|
"description": "This project contains the flattend json schema for the ui5 manifest.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/
|
|
7
|
+
"url": "git+https://github.com/UI5/manifest.git"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"prepublishOnly": "git push --follow-tags",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"author": "SAP SE",
|
|
19
19
|
"license": "Apache-2.0",
|
|
20
20
|
"bugs": {
|
|
21
|
-
"url": "https://github.com/
|
|
21
|
+
"url": "https://github.com/UI5/manifest/issues"
|
|
22
22
|
},
|
|
23
|
-
"homepage": "https://github.com/
|
|
23
|
+
"homepage": "https://github.com/UI5/manifest#readme"
|
|
24
24
|
}
|
package/schema.json
CHANGED
|
@@ -97,7 +97,9 @@
|
|
|
97
97
|
"1.78.0",
|
|
98
98
|
"1.79.0",
|
|
99
99
|
"1.80.0",
|
|
100
|
-
"1.
|
|
100
|
+
"1.80.1",
|
|
101
|
+
"1.81.0",
|
|
102
|
+
"1.81.1"
|
|
101
103
|
]
|
|
102
104
|
},
|
|
103
105
|
"start_url": {
|
|
@@ -140,7 +142,8 @@
|
|
|
140
142
|
"1.18.0",
|
|
141
143
|
"1.19.0",
|
|
142
144
|
"1.20.0",
|
|
143
|
-
"1.21.0"
|
|
145
|
+
"1.21.0",
|
|
146
|
+
"1.21.1"
|
|
144
147
|
]
|
|
145
148
|
},
|
|
146
149
|
"sourceTemplate": {
|
|
@@ -9528,7 +9531,8 @@
|
|
|
9528
9531
|
"type": "string",
|
|
9529
9532
|
"enum": [
|
|
9530
9533
|
"2.0",
|
|
9531
|
-
"4.0"
|
|
9534
|
+
"4.0",
|
|
9535
|
+
"4.01"
|
|
9532
9536
|
]
|
|
9533
9537
|
},
|
|
9534
9538
|
"localUri": {
|
package/schema_cil.json
CHANGED
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
"1.25.0",
|
|
46
46
|
"1.26.0",
|
|
47
47
|
"1.27.0",
|
|
48
|
-
"1.28.0"
|
|
48
|
+
"1.28.0",
|
|
49
|
+
"1.28.1"
|
|
49
50
|
]
|
|
50
51
|
},
|
|
51
52
|
"start_url": {
|
|
@@ -79,7 +80,8 @@
|
|
|
79
80
|
"1.9.0",
|
|
80
81
|
"1.10.0",
|
|
81
82
|
"1.11.0",
|
|
82
|
-
"1.12.0"
|
|
83
|
+
"1.12.0",
|
|
84
|
+
"1.12.1"
|
|
83
85
|
]
|
|
84
86
|
},
|
|
85
87
|
"sourceTemplate": {
|
|
@@ -3619,7 +3621,8 @@
|
|
|
3619
3621
|
"type": "string",
|
|
3620
3622
|
"enum": [
|
|
3621
3623
|
"2.0",
|
|
3622
|
-
"4.0"
|
|
3624
|
+
"4.0",
|
|
3625
|
+
"4.01"
|
|
3623
3626
|
]
|
|
3624
3627
|
},
|
|
3625
3628
|
"localUri": {
|
package/types/manifest.d.ts
CHANGED
|
@@ -755,7 +755,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
755
755
|
| "1.78.0"
|
|
756
756
|
| "1.79.0"
|
|
757
757
|
| "1.80.0"
|
|
758
|
-
| "1.
|
|
758
|
+
| "1.80.1"
|
|
759
|
+
| "1.81.0"
|
|
760
|
+
| "1.81.1";
|
|
759
761
|
/**
|
|
760
762
|
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
|
|
761
763
|
*/
|
|
@@ -820,7 +822,8 @@ export interface JSONSchemaForSAPAPPNamespace {
|
|
|
820
822
|
| "1.18.0"
|
|
821
823
|
| "1.19.0"
|
|
822
824
|
| "1.20.0"
|
|
823
|
-
| "1.21.0"
|
|
825
|
+
| "1.21.0"
|
|
826
|
+
| "1.21.1";
|
|
824
827
|
/**
|
|
825
828
|
* Represents the template from which the app was generated
|
|
826
829
|
*/
|
|
@@ -1029,7 +1032,7 @@ export interface Setting {
|
|
|
1029
1032
|
/**
|
|
1030
1033
|
* Represents version of OData: 2.0 is default
|
|
1031
1034
|
*/
|
|
1032
|
-
odataVersion?: "2.0" | "4.0";
|
|
1035
|
+
odataVersion?: "2.0" | "4.0" | "4.01";
|
|
1033
1036
|
/**
|
|
1034
1037
|
* Represents path to local meta data document or annotation uri
|
|
1035
1038
|
*/
|
|
@@ -1084,7 +1087,7 @@ export interface Setting1 {
|
|
|
1084
1087
|
/**
|
|
1085
1088
|
* Represents version of OData: 2.0 is default
|
|
1086
1089
|
*/
|
|
1087
|
-
odataVersion?: "2.0" | "4.0";
|
|
1090
|
+
odataVersion?: "2.0" | "4.0" | "4.01";
|
|
1088
1091
|
/**
|
|
1089
1092
|
* Represents path to local meta data document or annotation uri
|
|
1090
1093
|
*/
|