@ui5/manifest 1.70.1 → 1.72.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 CHANGED
@@ -2,7 +2,13 @@
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.70.1...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.72.0...HEAD).
6
+
7
+ <a name="v1.72.0"></a>
8
+ ## [v1.72.0] - 0001-01-01
9
+
10
+ <a name="v1.71.0"></a>
11
+ ## [v1.71.0] - 2025-03-06
6
12
 
7
13
  <a name="v1.70.1"></a>
8
14
  ## [v1.70.1] - 2025-02-12
@@ -97,6 +103,8 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
97
103
  <a name="v1.48.1"></a>
98
104
  ## v1.48.1 - 2022-11-10
99
105
 
106
+ [v1.72.0]: https://github.com/SAP/ui5-manifest/compare/v1.71.0...v1.72.0
107
+ [v1.71.0]: https://github.com/SAP/ui5-manifest/compare/v1.70.1...v1.71.0
100
108
  [v1.70.1]: https://github.com/SAP/ui5-manifest/compare/v1.70.0...v1.70.1
101
109
  [v1.70.0]: https://github.com/SAP/ui5-manifest/compare/v1.69.0...v1.70.0
102
110
  [v1.69.0]: https://github.com/SAP/ui5-manifest/compare/v1.68.0...v1.69.0
package/mapping.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
- "latest": "1.70.0",
3
- "1.133": "1.70.0",
2
+ "latest": "1.71.0",
3
+ "1.134": "1.71.0",
4
+ "1.133": "1.70.1",
4
5
  "1.132": "1.69.0",
5
6
  "1.131": "1.68.0",
6
7
  "1.130": "1.67.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "1.70.1",
3
+ "version": "1.72.0",
4
4
  "description": "This project contains the flattend json schema for the ui5 manifest.",
5
5
  "repository": {
6
6
  "type": "git",
package/schema.json CHANGED
@@ -87,7 +87,8 @@
87
87
  "1.67.2",
88
88
  "1.68.0",
89
89
  "1.69.0",
90
- "1.70.0"
90
+ "1.70.1",
91
+ "1.71.0"
91
92
  ]
92
93
  },
93
94
  "start_url": {
@@ -2005,7 +2006,8 @@
2005
2006
  "1.48.0",
2006
2007
  "1.49.0",
2007
2008
  "1.50.0",
2008
- "1.51.0"
2009
+ "1.51.0",
2010
+ "1.52.0"
2009
2011
  ]
2010
2012
  },
2011
2013
  "designtime": {
@@ -2103,6 +2105,16 @@
2103
2105
  "componentData": {
2104
2106
  "description": "[Experimental] Object which will be passed to the component as 'componentData'",
2105
2107
  "type": "object"
2108
+ },
2109
+ "loadingPlaceholders": {
2110
+ "description": "[Experimental] Object which will represent the loading placeholder of the card",
2111
+ "type": "object",
2112
+ "properties": {
2113
+ "delay": {
2114
+ "description": "The delay of the loading placeholder",
2115
+ "type": "number"
2116
+ }
2117
+ }
2106
2118
  }
2107
2119
  }
2108
2120
  },
@@ -714,7 +714,8 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
714
714
  | "1.67.2"
715
715
  | "1.68.0"
716
716
  | "1.69.0"
717
- | "1.70.0";
717
+ | "1.70.1"
718
+ | "1.71.0";
718
719
  /**
719
720
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
720
721
  */