@sap/ux-specification 1.96.16 → 1.96.17

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 CHANGED
@@ -4,25 +4,41 @@ 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.96.16] - 2022-06-29
8
-
7
+ ## [1.96.17] - 2022-07-14
9
8
  ### Added
10
9
 
11
- - OData V4:
12
- - Extend pagemap support for freestyle apps using FPM library
13
-
14
10
  ### Changed
15
11
 
16
- OData V2:
12
+ - 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
13
 
18
14
  ### Removed
19
15
 
20
- OData V4:
21
-
22
16
  ### Deprecated
23
17
 
24
18
  ### Fixed
25
19
 
20
+ - OData V2:
21
+
22
+ - OData V4:
23
+ - 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.
24
+ The value help of the anchor in LSP (config JSON) also did not show the right values.
25
+ - Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
26
+ wrong `annotationPath` and `isViewNode` settings are adjusted.
27
+ - Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
28
+
29
+ ### Quality
30
+
31
+ - Switch from nexus repository to artifactory
32
+
33
+ ## [1.96.16] - 2022-06-29
34
+
35
+ ### Added
36
+
37
+ - OData V4:
38
+ - Extend pagemap support for freestyle apps using FPM library
39
+
40
+ ### Fixed
41
+
26
42
  - OData V2:
27
43
  - OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
28
44
  - Table type property is now set to blank in case not maintained in manifest.json
@@ -31,8 +47,6 @@ OData V4:
31
47
  - 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
48
  - 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
49
 
34
- ### Quality
35
-
36
50
  ## [1.96.15] - 2022-06-16
37
51
 
38
52
  ### Added
@@ -51,8 +65,6 @@ OData V4:
51
65
 
52
66
  - In case of List Report views, non-applicable table properties are removed.
53
67
 
54
- ### Deprecated
55
-
56
68
  ### Fixed
57
69
 
58
70
  OData V4:
@@ -64,8 +76,6 @@ OData V2:
64
76
 
65
77
  - Custom column issue with Grid/Tree/Analytical table types - empty second custom column is added in xml files
66
78
 
67
- ### Quality
68
-
69
79
  ## [1.96.14] - 2022-06-02
70
80
 
71
81
  ### Added
@@ -81,10 +91,6 @@ OData V4:
81
91
  - Titles of charts in sections and header sections now correspond to the run-time.
82
92
  - Add "annotationPath" schema property to schema for "Table" definition in simple list report.
83
93
 
84
- ### Removed
85
-
86
- ### Deprecated
87
-
88
94
  ### Fixed
89
95
 
90
96
  OData V4: