@ui5/manifest 1.83.0 → 1.84.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 +15 -1
- package/README.md +4 -4
- package/REUSE.toml +2 -2
- package/mapping.json +6 -5
- package/package.json +2 -2
- package/schema.json +9597 -9545
- package/schema_cil.json +3669 -3669
- package/types/manifest.d.ts +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ 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.84.0"></a>
|
|
8
|
+
## [v1.84.0] - 2026-03-11 (UI5 1.146)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- sap.card: New RadioButtonGroup field in Object cards
|
|
12
|
+
|
|
13
|
+
<a name="v1.83.1"></a>
|
|
14
|
+
## [v1.83.1] - 2026-03-03 (UI5 1.145)
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
- updated mapping.json
|
|
18
|
+
|
|
7
19
|
<a name="v1.83.0"></a>
|
|
8
20
|
## [v1.83.0] - 2026-02-10 (UI5 1.145)
|
|
9
21
|
|
|
@@ -215,7 +227,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
215
227
|
<a name="v1.48.1"></a>
|
|
216
228
|
## v1.48.1 - 2022-11-10
|
|
217
229
|
|
|
218
|
-
[Unreleased]: https://github.com/UI5/manifest/compare/v1.
|
|
230
|
+
[Unreleased]: https://github.com/UI5/manifest/compare/v1.84.0...HEAD
|
|
231
|
+
[v1.84.0]: https://github.com/UI5/manifest/compare/v1.83.1...v1.84.0
|
|
232
|
+
[v1.83.1]: https://github.com/UI5/manifest/compare/v1.83.0...v1.83.1
|
|
219
233
|
[v1.83.0]: https://github.com/UI5/manifest/compare/v1.82.0...v1.83.0
|
|
220
234
|
[v1.82.0]: https://github.com/UI5/manifest/compare/v1.81.1...v1.82.0
|
|
221
235
|
[v1.81.1]: https://github.com/UI5/manifest/compare/v1.81.0...v1.81.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/REUSE.toml
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
version = 1
|
|
2
2
|
SPDX-PackageName = "ui5-manifest"
|
|
3
3
|
SPDX-PackageSupplier = "Aleksandr Suvorov <aleksandr.suvorov@sap.com>"
|
|
4
|
-
SPDX-PackageDownloadLocation = "https://github.com/
|
|
4
|
+
SPDX-PackageDownloadLocation = "https://github.com/UI5/manifest"
|
|
5
5
|
|
|
6
6
|
[[annotations]]
|
|
7
7
|
path = "**.**"
|
|
8
8
|
precedence = "aggregate"
|
|
9
|
-
SPDX-FileCopyrightText = "2009-
|
|
9
|
+
SPDX-FileCopyrightText = "2009-2026 SAP SE or an SAP affiliate company"
|
|
10
10
|
SPDX-License-Identifier = "Apache-2.0"
|
package/mapping.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"latest": "1.
|
|
3
|
-
"1.
|
|
2
|
+
"latest": "1.84.0",
|
|
3
|
+
"1.146": "1.84.0",
|
|
4
|
+
"1.145": "1.83.1",
|
|
4
5
|
"1.144": "1.82.0",
|
|
5
6
|
"1.143": "1.81.1",
|
|
6
7
|
"1.142": "1.80.0",
|
|
@@ -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",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/manifest",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "This project contains
|
|
3
|
+
"version": "1.84.0",
|
|
4
|
+
"description": "This project contains a JSON schema for the UI5 manifest",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/UI5/manifest.git"
|