@ui5/manifest 2.0.1 → 2.0.2
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 +5 -5
- package/mapping.json +2 -2
- package/package.json +1 -1
- package/schema.json +1 -1
- package/schema_cil.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
|
-
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.
|
|
3
|
+
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.2.html).
|
|
4
4
|
|
|
5
5
|
<a name="Unreleased"></a>
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
-
<a name="v2.0.
|
|
9
|
-
## [v2.0.
|
|
8
|
+
<a name="v2.0.2"></a>
|
|
9
|
+
## [v2.0.2] - 2025-06-11 (UI5 1.136-lf)
|
|
10
10
|
|
|
11
11
|
### Added
|
|
12
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.
|
|
@@ -158,8 +158,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
158
158
|
<a name="v1.48.1"></a>
|
|
159
159
|
## v1.48.1 - 2022-11-10
|
|
160
160
|
|
|
161
|
-
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v2.0.
|
|
162
|
-
[v2.0.
|
|
161
|
+
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v2.0.2...HEAD
|
|
162
|
+
[v2.0.2]: https://github.com/SAP/ui5-manifest/compare/v1.75.1...v2.0.2
|
|
163
163
|
[v1.75.1]: https://github.com/SAP/ui5-manifest/compare/v1.73.1...v1.75.1
|
|
164
164
|
[v1.73.1]: https://github.com/SAP/ui5-manifest/compare/v1.72.0...v1.73.1
|
|
165
165
|
[v1.72.3]: https://github.com/SAP/ui5-manifest/compare/v1.71.0...v1.72.0
|
package/mapping.json
CHANGED
package/package.json
CHANGED
package/schema.json
CHANGED