@sap/ux-specification 1.102.1 → 1.102.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 +26 -14
- 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-FreestylePage.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/dist/src/sync/common/generate/utils.d.ts +16 -16
- package/dist/src/sync/common/types.d.ts +1 -1
- package/dist/src/sync/v2/export/export.d.ts +2 -1
- package/dist/src/sync/v4/export/utils.d.ts +6 -0
- package/dist/src/sync/v4/utils/utils.d.ts +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,25 +4,45 @@ All notable changes to this project are documented in this file.
|
|
|
4
4
|
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
|
|
6
6
|
|
|
7
|
-
## [1.102.
|
|
7
|
+
## [1.102.2] - 2022-07-14
|
|
8
8
|
|
|
9
9
|
### Added
|
|
10
10
|
|
|
11
|
-
- OData V4:
|
|
12
|
-
- Extend pagemap support for freestyle apps using FPM library
|
|
13
|
-
|
|
14
11
|
### Changed
|
|
15
12
|
|
|
16
|
-
OData
|
|
13
|
+
- 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.
|
|
17
14
|
|
|
18
15
|
### Removed
|
|
19
16
|
|
|
20
|
-
OData V4:
|
|
17
|
+
- OData V4:
|
|
21
18
|
|
|
22
19
|
### Deprecated
|
|
23
20
|
|
|
24
21
|
### Fixed
|
|
25
22
|
|
|
23
|
+
- OData V2:
|
|
24
|
+
- OVP:
|
|
25
|
+
|
|
26
|
+
- OData V4:
|
|
27
|
+
- 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.
|
|
28
|
+
The value help of the anchor in LSP (config JSON) also did not show the right values.
|
|
29
|
+
- Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
|
|
30
|
+
wrong `annotationPath` and `isViewNode` settings are adjusted.
|
|
31
|
+
- Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
|
|
32
|
+
|
|
33
|
+
### Quality
|
|
34
|
+
|
|
35
|
+
- Switch from nexus repository to artifactory
|
|
36
|
+
|
|
37
|
+
## [1.102.1] - 2022-06-29
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
|
|
41
|
+
- OData V4:
|
|
42
|
+
- Extend pagemap support for freestyle apps using FPM library
|
|
43
|
+
|
|
44
|
+
### Fixed
|
|
45
|
+
|
|
26
46
|
- OData V2:
|
|
27
47
|
- OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
|
|
28
48
|
- Table type property is now set to blank in case not maintained in manifest.json
|
|
@@ -31,10 +51,6 @@ OData V4:
|
|
|
31
51
|
- No sorting by time took place before for flexibility changes, as a result an older change of the same property may have shown up instead of the newer one.
|
|
32
52
|
- If several flexibility changes existed for the same control property, secondary ones had not been imported correctly: you could find them under a wrong property name in the config JSON file.
|
|
33
53
|
|
|
34
|
-
OData V4:
|
|
35
|
-
|
|
36
|
-
### Quality
|
|
37
|
-
|
|
38
54
|
## [1.102.0] - 2022-06-16
|
|
39
55
|
|
|
40
56
|
### Added
|
|
@@ -53,8 +69,6 @@ OData V4:
|
|
|
53
69
|
|
|
54
70
|
- In case of List Report views, non-applicable table properties are removed.
|
|
55
71
|
|
|
56
|
-
### Deprecated
|
|
57
|
-
|
|
58
72
|
### Fixed
|
|
59
73
|
|
|
60
74
|
OData V4:
|
|
@@ -63,5 +77,3 @@ OData V4:
|
|
|
63
77
|
- Avoid creation of empty personalization object
|
|
64
78
|
OData V2:
|
|
65
79
|
- Custom column issue with Grid/Tree/Analytical table types - empty second custom column is added in xml files
|
|
66
|
-
|
|
67
|
-
### Quality
|