@ui5/manifest 1.67.0 → 1.67.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 CHANGED
@@ -2,7 +2,10 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
- A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.67.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.67.1...HEAD).
6
+
7
+ <a name="v1.67.1"></a>
8
+ ## [v1.67.1] - 2024-10-18
6
9
 
7
10
  <a name="v1.67.0"></a>
8
11
  ## [v1.67.0] - 2024-09-19
@@ -79,6 +82,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
79
82
  <a name="v1.48.1"></a>
80
83
  ## v1.48.1 - 2022-11-10
81
84
 
85
+ [v1.67.1]: https://github.com/SAP/ui5-manifest/compare/v1.67.0...v1.67.1
82
86
  [v1.67.0]: https://github.com/SAP/ui5-manifest/compare/v1.66.0...v1.67.0
83
87
  [v1.66.0]: https://github.com/SAP/ui5-manifest/compare/v1.65.1...v1.66.0
84
88
  [v1.65.1]: https://github.com/SAP/ui5-manifest/compare/v1.64.1...v1.65.1
package/mapping.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
- "latest": "1.66.0",
2
+ "latest": "1.67.0",
3
+ "1.130": "1.67.0",
3
4
  "1.129": "1.66.0",
4
5
  "1.126": "1.65.0",
5
6
  "1.124": "1.64.0",
package/package.json CHANGED
@@ -1 +1,24 @@
1
- {"name":"@ui5/manifest","version":"1.67.0","description":"This project contains the flattend json schema for the ui5 manifest.","repository":{"type":"git","url":"git+https://github.com/SAP/ui5-manifest.git"},"scripts":{"version":"git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md","prepublishOnly":"git push --follow-tags","release-note":"git-chglog -c .chglog/release-config.yml v$npm_package_version"},"keywords":["ui5","manifest"],"author":"SAP SE","license":"Apache-2.0","bugs":{"url":"https://github.com/SAP/ui5-manifest/issues"},"homepage":"https://github.com/SAP/ui5-manifest#readme"}
1
+ {
2
+ "name": "@ui5/manifest",
3
+ "version": "1.67.1",
4
+ "description": "This project contains the flattend json schema for the ui5 manifest.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/SAP/ui5-manifest.git"
8
+ },
9
+ "scripts": {
10
+ "version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
11
+ "prepublishOnly": "git push --follow-tags",
12
+ "release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version"
13
+ },
14
+ "keywords": [
15
+ "ui5",
16
+ "manifest"
17
+ ],
18
+ "author": "SAP SE",
19
+ "license": "Apache-2.0",
20
+ "bugs": {
21
+ "url": "https://github.com/SAP/ui5-manifest/issues"
22
+ },
23
+ "homepage": "https://github.com/SAP/ui5-manifest#readme"
24
+ }
package/schema.json CHANGED
@@ -83,7 +83,8 @@
83
83
  "1.63.0",
84
84
  "1.64.0",
85
85
  "1.65.0",
86
- "1.66.0"
86
+ "1.66.0",
87
+ "1.67.0"
87
88
  ]
88
89
  },
89
90
  "start_url": {
@@ -1995,7 +1996,8 @@
1995
1996
  "1.44.0",
1996
1997
  "1.45.0",
1997
1998
  "1.46.0",
1998
- "1.47.0"
1999
+ "1.47.0",
2000
+ "1.48.0"
1999
2001
  ]
2000
2002
  },
2001
2003
  "designtime": {
@@ -2186,10 +2188,6 @@
2186
2188
  "$ref": "#/definitions/simpleBinding"
2187
2189
  }
2188
2190
  ]
2189
- },
2190
- "visible": {
2191
- "description": "Represents the visibility of the paginator",
2192
- "$ref": "#/definitions/visibility"
2193
2191
  }
2194
2192
  }
2195
2193
  },
@@ -5288,6 +5286,21 @@
5288
5286
  "backgroundColor": {
5289
5287
  "$ref": "#/definitions/iconBackgroundColor"
5290
5288
  },
5289
+ "fitType": {
5290
+ "description": "Defines how the image fits in the icon area",
5291
+ "oneOf": [
5292
+ {
5293
+ "enum": [
5294
+ "Cover",
5295
+ "Contain"
5296
+ ],
5297
+ "default": "Cover"
5298
+ },
5299
+ {
5300
+ "$ref": "#/definitions/simpleBinding"
5301
+ }
5302
+ ]
5303
+ },
5291
5304
  "visible": {
5292
5305
  "description": "Visibility of the icon",
5293
5306
  "$ref": "#/definitions/visibility"
@@ -710,7 +710,8 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
710
710
  | "1.63.0"
711
711
  | "1.64.0"
712
712
  | "1.65.0"
713
- | "1.66.0";
713
+ | "1.66.0"
714
+ | "1.67.0";
714
715
  /**
715
716
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
716
717
  */