@ui5/manifest 1.82.0 → 1.83.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 +18 -1
- package/README.md +4 -4
- package/REUSE.toml +2 -2
- package/mapping.json +5 -4
- package/package.json +2 -2
- package/schema.json +9549 -9523
- package/schema_cil.json +3669 -3669
- package/types/manifest.d.ts +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,22 @@ 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.83.1"></a>
|
|
8
|
+
## [v1.83.1] - 2026-03-03 (UI5 1.145)
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- updated mapping.json
|
|
12
|
+
|
|
13
|
+
<a name="v1.83.0"></a>
|
|
14
|
+
## [v1.83.0] - 2026-02-10 (UI5 1.145)
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
- sap.card: new property "inverted" in ContentType.Table.Column which shows an inverted object status
|
|
18
|
+
- sap.card: new property "preferIcon" for "actionsStripItem" which is used to determine if icon only button is shown when not in overflow
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
- sap.card: fix type of "filters" properties inside "configuration"
|
|
22
|
+
|
|
7
23
|
<a name="v1.82.0"></a>
|
|
8
24
|
## [v1.82.0] - 2026-01-12 (UI5 1.144)
|
|
9
25
|
|
|
@@ -205,7 +221,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
205
221
|
<a name="v1.48.1"></a>
|
|
206
222
|
## v1.48.1 - 2022-11-10
|
|
207
223
|
|
|
208
|
-
[Unreleased]: https://github.com/UI5/manifest/compare/v1.
|
|
224
|
+
[Unreleased]: https://github.com/UI5/manifest/compare/v1.83.0...HEAD
|
|
225
|
+
[v1.83.0]: https://github.com/UI5/manifest/compare/v1.82.0...v1.83.0
|
|
209
226
|
[v1.82.0]: https://github.com/UI5/manifest/compare/v1.81.1...v1.82.0
|
|
210
227
|
[v1.81.1]: https://github.com/UI5/manifest/compare/v1.81.0...v1.81.1
|
|
211
228
|
[v1.81.0]: https://github.com/UI5/manifest/compare/v1.80.1...v1.81.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/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,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"latest": "1.
|
|
2
|
+
"latest": "1.83.1",
|
|
3
|
+
"1.145": "1.83.1",
|
|
3
4
|
"1.144": "1.82.0",
|
|
4
5
|
"1.143": "1.81.1",
|
|
5
6
|
"1.142": "1.80.0",
|
|
@@ -23,10 +24,10 @@
|
|
|
23
24
|
"1.124": "1.64.0",
|
|
24
25
|
"1.123": "1.63.0",
|
|
25
26
|
"1.122": "1.62.0",
|
|
26
|
-
"1.121": "1.61.
|
|
27
|
+
"1.121": "1.61.1",
|
|
27
28
|
"1.120": "1.60.0",
|
|
28
29
|
"1.119": "1.59.0",
|
|
29
|
-
"1.118": "1.58.
|
|
30
|
+
"1.118": "1.58.1",
|
|
30
31
|
"1.117": "1.57.0",
|
|
31
32
|
"1.116": "1.56.0",
|
|
32
33
|
"1.115": "1.55.0",
|
|
@@ -34,7 +35,7 @@
|
|
|
34
35
|
"1.113": "1.53.0",
|
|
35
36
|
"1.112": "1.52.0",
|
|
36
37
|
"1.111": "1.51.0",
|
|
37
|
-
"1.110": "1.50.
|
|
38
|
+
"1.110": "1.50.1",
|
|
38
39
|
"1.109": "1.49.0",
|
|
39
40
|
"1.108": "1.48.0",
|
|
40
41
|
"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.83.1",
|
|
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"
|