@ui5/manifest 2.5.0 → 2.6.0
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 +7 -0
- package/README.md +4 -4
- package/mapping.json +5 -4
- package/package.json +1 -1
- package/schema.json +8689 -8639
- package/schema_cil.json +3136 -3136
- package/types/manifest.d.ts +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
5
5
|
<a name="Unreleased"></a>
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
<a name="v2.6.0"></a>
|
|
9
|
+
## [v2.6.0] - 2026-03-12 (UI5 1.146)
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- sap.card: New RadioButtonGroup field in Object cards
|
|
13
|
+
|
|
8
14
|
<a name="v2.5.0"></a>
|
|
9
15
|
## [v2.5.0] - 2026-02-12 (UI5 1.145)
|
|
10
16
|
|
|
@@ -218,6 +224,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
218
224
|
## v1.48.1 - 2022-11-10
|
|
219
225
|
|
|
220
226
|
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v2.5.0...HEAD
|
|
227
|
+
[v2.6.0]: https://github.com/SAP/ui5-manifest/compare/v2.5.0...v2.6.0
|
|
221
228
|
[v2.5.0]: https://github.com/SAP/ui5-manifest/compare/v2.4.0...v2.5.0
|
|
222
229
|
[v2.4.0]: https://github.com/SAP/ui5-manifest/compare/v2.3.1...v2.4.0
|
|
223
230
|
[v2.3.1]: https://github.com/SAP/ui5-manifest/compare/v2.3.0...v2.3.1
|
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# @ui5/manifest
|
|
2
2
|
|
|
3
|
-
[](https://api.reuse.software/info/github.com/UI5/manifest)
|
|
4
4
|
[](https://badge.fury.io/js/@ui5%2Fmanifest)
|
|
5
5
|
|
|
6
6
|
## Description
|
|
7
|
-
This project contains
|
|
7
|
+
This project contains a JSON schema for the UI5 manifest.
|
|
8
8
|
|
|
9
|
-
This
|
|
9
|
+
This JSON schema for the UI5 manifest is meant to be referenced in the [JSON Schema Store](https://www.schemastore.org/json/). This provides validation and code completion of the `manifest.json` file in SAP Business Application Studio or other IDEs.
|
|
10
10
|
|
|
11
11
|
TypeScript type definitions are available for schema code completion, documentation, and type checking within IDEs.
|
|
12
12
|
|
|
13
13
|
## How to Obtain Support
|
|
14
|
-
In case you need any support, please create a [GitHub issue](https://github.com/
|
|
14
|
+
In case you need any support, please create a [GitHub issue](https://github.com/UI5/manifest/issues).
|
|
15
15
|
|
|
16
16
|
## Release History
|
|
17
17
|
See [CHANGELOG.md](CHANGELOG.md).
|
package/mapping.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"latest": "2.
|
|
2
|
+
"latest": "2.6.0",
|
|
3
|
+
"1.146": "2.6.0",
|
|
3
4
|
"1.145": "2.5.0",
|
|
4
5
|
"1.144": "2.4.0",
|
|
5
6
|
"1.143": "2.3.1",
|
|
@@ -24,10 +25,10 @@
|
|
|
24
25
|
"1.124": "1.64.0",
|
|
25
26
|
"1.123": "1.63.0",
|
|
26
27
|
"1.122": "1.62.0",
|
|
27
|
-
"1.121": "1.61.
|
|
28
|
+
"1.121": "1.61.1",
|
|
28
29
|
"1.120": "1.60.0",
|
|
29
30
|
"1.119": "1.59.0",
|
|
30
|
-
"1.118": "1.58.
|
|
31
|
+
"1.118": "1.58.1",
|
|
31
32
|
"1.117": "1.57.0",
|
|
32
33
|
"1.116": "1.56.0",
|
|
33
34
|
"1.115": "1.55.0",
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
"1.113": "1.53.0",
|
|
36
37
|
"1.112": "1.52.0",
|
|
37
38
|
"1.111": "1.51.0",
|
|
38
|
-
"1.110": "1.50.
|
|
39
|
+
"1.110": "1.50.1",
|
|
39
40
|
"1.109": "1.49.0",
|
|
40
41
|
"1.108": "1.48.0",
|
|
41
42
|
"1.107": "1.47.0",
|