@ui5/manifest 1.72.1 → 1.72.3
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 +29 -10
- package/REUSE.toml +10 -0
- package/mapping.json +2 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,26 +2,45 @@
|
|
|
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
|
-
|
|
5
|
+
<a name="Unreleased"></a>
|
|
6
|
+
## [Unreleased]
|
|
6
7
|
|
|
7
|
-
<a name="v1.72.
|
|
8
|
-
## [v1.72.
|
|
8
|
+
<a name="v1.72.3"></a>
|
|
9
|
+
## [v1.72.3] - 2025-03-21 (UI5 1.135)
|
|
9
10
|
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
### Added
|
|
12
|
+
- sap.ui5/commands: added new "ref" property to reference SAP standardized command and a "description" property to provide a translatable text for describing the command.
|
|
12
13
|
|
|
13
14
|
<a name="v1.71.0"></a>
|
|
14
|
-
## [v1.71.0] - 2025-03-06
|
|
15
|
+
## [v1.71.0] - 2025-03-06 (UI5 1.134)
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- sap.card: new property "configuration/loadingPlaceholders/delay". Allows to control the delay of the loading placeholders for the whole card.
|
|
15
19
|
|
|
16
20
|
<a name="v1.70.1"></a>
|
|
17
|
-
## [v1.70.1] - 2025-02-12
|
|
21
|
+
## [v1.70.1] - 2025-02-12 (UI5 1.133)
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
- sap.ui5: add support for legacy (e.g. viewPath) and new options (e.g. path) in routing config when flex enabled.
|
|
18
25
|
|
|
19
26
|
<a name="v1.70.0"></a>
|
|
20
|
-
## [v1.70.0] - 2025-02-10
|
|
27
|
+
## [v1.70.0] - 2025-02-10 (UI5 1.133)
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
- sap.card: new property "closeButton" for footer. Allows to control the visibility of the close button which appears in the card footer. Replaces the property "closeButton" from the header section.
|
|
31
|
+
|
|
32
|
+
### Changed
|
|
33
|
+
- sap.card: deprecated property "closeButton" for header. Replaced by the property "closeButton" in the footer.
|
|
21
34
|
|
|
22
35
|
<a name="v1.69.0"></a>
|
|
23
36
|
## [v1.69.0] - 2025-01-10
|
|
24
37
|
|
|
38
|
+
### Added
|
|
39
|
+
- New property “group” for ComboBox filter. This allows to group the items inside the ComboBox.
|
|
40
|
+
|
|
41
|
+
### Changed
|
|
42
|
+
- Renamed property “allowfullscreen” to “allowFullscreen” for WebPage card. The old property is still usable, but is deprecated.
|
|
43
|
+
|
|
25
44
|
<a name="v1.68.0"></a>
|
|
26
45
|
## [v1.68.0] - 2024-11-14
|
|
27
46
|
|
|
@@ -106,8 +125,8 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
|
|
|
106
125
|
<a name="v1.48.1"></a>
|
|
107
126
|
## v1.48.1 - 2022-11-10
|
|
108
127
|
|
|
109
|
-
[
|
|
110
|
-
[v1.72.
|
|
128
|
+
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v1.72.0...HEAD
|
|
129
|
+
[v1.72.3]: https://github.com/SAP/ui5-manifest/compare/v1.71.0...v1.72.0
|
|
111
130
|
[v1.71.0]: https://github.com/SAP/ui5-manifest/compare/v1.70.1...v1.71.0
|
|
112
131
|
[v1.70.1]: https://github.com/SAP/ui5-manifest/compare/v1.70.0...v1.70.1
|
|
113
132
|
[v1.70.0]: https://github.com/SAP/ui5-manifest/compare/v1.69.0...v1.70.0
|
package/REUSE.toml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
version = 1
|
|
2
|
+
SPDX-PackageName = "ui5-manifest"
|
|
3
|
+
SPDX-PackageSupplier = "Aleksandr Suvorov <aleksandr.suvorov@sap.com>"
|
|
4
|
+
SPDX-PackageDownloadLocation = "https://github.com/SAP/ui5-manifest"
|
|
5
|
+
|
|
6
|
+
[[annotations]]
|
|
7
|
+
path = "**.**"
|
|
8
|
+
precedence = "aggregate"
|
|
9
|
+
SPDX-FileCopyrightText = "2009-2025 SAP SE or an SAP affiliate company"
|
|
10
|
+
SPDX-License-Identifier = "Apache-2.0"
|
package/mapping.json
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/manifest",
|
|
3
|
-
"version": "1.72.
|
|
3
|
+
"version": "1.72.3",
|
|
4
4
|
"description": "This project contains the flattend json schema for the ui5 manifest.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/SAP/ui5-manifest.git"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
|
-
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
|
|
11
10
|
"prepublishOnly": "git push --follow-tags",
|
|
12
|
-
"release-note": "
|
|
11
|
+
"release-note": "",
|
|
12
|
+
"version": ""
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
15
|
"ui5",
|