@ui5/manifest 1.75.0 → 1.75.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 +4 -8
- package/mapping.json +2 -2
- package/package.json +1 -1
- package/schema.json +1 -1
- package/types/manifest.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,11 +5,8 @@ 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="v1.75.
|
|
9
|
-
## [v1.75.
|
|
10
|
-
|
|
11
|
-
<a name="v1.74.0"></a>
|
|
12
|
-
## [v1.74.0] - 2025-06-04 (UI5 1.137)
|
|
8
|
+
<a name="v1.75.1"></a>
|
|
9
|
+
## [v1.75.1] - 2025-06-04 (UI5 1.137)
|
|
13
10
|
### Added
|
|
14
11
|
- sap.card: Added option for "actions" for all elements of type "status"
|
|
15
12
|
- sap.flp: new property "vizOptions" has been added to provide more options for tile sizes. Only needed for declaration of custom Fiori launchpad tiles.
|
|
@@ -146,9 +143,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
146
143
|
<a name="v1.48.1"></a>
|
|
147
144
|
## v1.48.1 - 2022-11-10
|
|
148
145
|
|
|
149
|
-
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v1.75.
|
|
150
|
-
[v1.75.
|
|
151
|
-
[v1.74.0]: https://github.com/SAP/ui5-manifest/compare/v1.73.1...v1.74.0
|
|
146
|
+
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v1.75.1...HEAD
|
|
147
|
+
[v1.75.1]: https://github.com/SAP/ui5-manifest/compare/v1.73.1...v1.75.1
|
|
152
148
|
[v1.73.1]: https://github.com/SAP/ui5-manifest/compare/v1.72.0...v1.73.1
|
|
153
149
|
[v1.72.3]: https://github.com/SAP/ui5-manifest/compare/v1.71.0...v1.72.0
|
|
154
150
|
[v1.71.0]: https://github.com/SAP/ui5-manifest/compare/v1.70.1...v1.71.0
|
package/mapping.json
CHANGED
package/package.json
CHANGED
package/schema.json
CHANGED
package/types/manifest.d.ts
CHANGED
|
@@ -743,7 +743,7 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
743
743
|
| "1.71.0"
|
|
744
744
|
| "1.72.0"
|
|
745
745
|
| "1.73.1"
|
|
746
|
-
| "1.
|
|
746
|
+
| "1.75.1";
|
|
747
747
|
/**
|
|
748
748
|
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
|
|
749
749
|
*/
|