@sap/ux-specification 1.84.43 → 1.84.44
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 +15 -4
- package/dist/documentation/runDocu-min.js +1 -1
- package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
- package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
- package/dist/documentation/v2/v2-ListReport.html +1 -1
- package/dist/documentation/v2/v2-ObjectPage.html +1 -1
- package/dist/documentation/v2/v2-OverviewPage.html +1 -1
- package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
- package/dist/documentation/v4/v4-ListReport.html +1 -1
- package/dist/documentation/v4/v4-ObjectPage.html +1 -1
- package/dist/index-min.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -8,21 +8,32 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
8
8
|
|
|
9
9
|
*Official support of OData V4*
|
|
10
10
|
|
|
11
|
-
## [1.84.
|
|
11
|
+
## [1.84.44] - 2022-07-28
|
|
12
12
|
|
|
13
13
|
### Added
|
|
14
14
|
|
|
15
15
|
### Changed
|
|
16
16
|
|
|
17
|
-
- OData V4: In case of PresentationVariant definitions for charts or line items, an intermediate node had originally been introduced in the Object Page schema that represents the PresentationVariant. This multi-level propagation of references caused issues in the consuming UI, thus the intermediate node got deleted again. The PresentationVariant must be determined by the consuming application if necessary.
|
|
18
|
-
|
|
19
17
|
### Removed
|
|
20
18
|
|
|
21
19
|
### Deprecated
|
|
22
20
|
|
|
23
21
|
### Fixed
|
|
24
22
|
|
|
25
|
-
|
|
23
|
+
### Quality
|
|
24
|
+
|
|
25
|
+
- Upgrade of webpack and dependent modules
|
|
26
|
+
- Upgrade of terser
|
|
27
|
+
- Upgrade of glob-parent
|
|
28
|
+
- Upgrade of lerna
|
|
29
|
+
|
|
30
|
+
## [1.84.43] - 2022-07-14
|
|
31
|
+
|
|
32
|
+
### Changed
|
|
33
|
+
|
|
34
|
+
- OData V4: In case of PresentationVariant definitions for charts or line items, an intermediate node had originally been introduced in the Object Page schema that represents the PresentationVariant. This multi-level propagation of references caused issues in the consuming UI, thus the intermediate node got deleted again. The PresentationVariant must be determined by the consuming application if necessary.
|
|
35
|
+
|
|
36
|
+
### Fixed
|
|
26
37
|
|
|
27
38
|
- OData V4:
|
|
28
39
|
- Properties of custom columns on object page had not been exported correctly if the table is associated to another entity type via navigation path or is using a PresentationVariant.
|