@ui5/manifest 2.4.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 +19 -1
- package/README.md +4 -4
- package/mapping.json +6 -4
- package/package.json +1 -1
- package/schema.json +8689 -8615
- package/schema_cil.json +3136 -3136
- package/types/manifest.d.ts +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,22 @@ 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
|
+
|
|
14
|
+
<a name="v2.5.0"></a>
|
|
15
|
+
## [v2.5.0] - 2026-02-12 (UI5 1.145)
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- sap.card: new property "inverted" in ContentType.Table.Column which shows an inverted object status
|
|
19
|
+
- sap.card: new property "preferIcon" for "actionsStripItem" which is used to determine if icon only button is shown when not in overflow
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
- sap.card: fix type of "filters" properties inside "configuration"
|
|
23
|
+
|
|
8
24
|
<a name="v2.4.0"></a>
|
|
9
25
|
## [v2.4.0] - 2026-01-12 (UI5 1.144)
|
|
10
26
|
|
|
@@ -207,7 +223,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
207
223
|
<a name="v1.48.1"></a>
|
|
208
224
|
## v1.48.1 - 2022-11-10
|
|
209
225
|
|
|
210
|
-
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v2.
|
|
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
|
|
228
|
+
[v2.5.0]: https://github.com/SAP/ui5-manifest/compare/v2.4.0...v2.5.0
|
|
211
229
|
[v2.4.0]: https://github.com/SAP/ui5-manifest/compare/v2.3.1...v2.4.0
|
|
212
230
|
[v2.3.1]: https://github.com/SAP/ui5-manifest/compare/v2.3.0...v2.3.1
|
|
213
231
|
[v2.3.0]: https://github.com/SAP/ui5-manifest/compare/v2.2.0...v2.3.0
|
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,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"latest": "2.
|
|
2
|
+
"latest": "2.6.0",
|
|
3
|
+
"1.146": "2.6.0",
|
|
4
|
+
"1.145": "2.5.0",
|
|
3
5
|
"1.144": "2.4.0",
|
|
4
6
|
"1.143": "2.3.1",
|
|
5
7
|
"1.142": "2.3.1",
|
|
@@ -23,10 +25,10 @@
|
|
|
23
25
|
"1.124": "1.64.0",
|
|
24
26
|
"1.123": "1.63.0",
|
|
25
27
|
"1.122": "1.62.0",
|
|
26
|
-
"1.121": "1.61.
|
|
28
|
+
"1.121": "1.61.1",
|
|
27
29
|
"1.120": "1.60.0",
|
|
28
30
|
"1.119": "1.59.0",
|
|
29
|
-
"1.118": "1.58.
|
|
31
|
+
"1.118": "1.58.1",
|
|
30
32
|
"1.117": "1.57.0",
|
|
31
33
|
"1.116": "1.56.0",
|
|
32
34
|
"1.115": "1.55.0",
|
|
@@ -34,7 +36,7 @@
|
|
|
34
36
|
"1.113": "1.53.0",
|
|
35
37
|
"1.112": "1.52.0",
|
|
36
38
|
"1.111": "1.51.0",
|
|
37
|
-
"1.110": "1.50.
|
|
39
|
+
"1.110": "1.50.1",
|
|
38
40
|
"1.109": "1.49.0",
|
|
39
41
|
"1.108": "1.48.0",
|
|
40
42
|
"1.107": "1.47.0",
|