@sap/ux-specification 1.100.4 → 1.100.6

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,14 +4,30 @@ 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.100.6] - 2022-07-27
8
+
9
+ ### Quality
10
+
11
+ Security fixes
12
+
13
+ ## [1.100.5] - 2022-07-19
14
+
15
+ ### Quality
16
+
17
+ Security fixes
18
+
7
19
  ## [1.100.4] - 2022-06-02
8
20
 
9
21
  ### Added
22
+
10
23
  OData V4:
24
+
11
25
  - In case of a default (without qualifier) Selection-/PresentationVariant, the table settings and columns are now considered on list report page.
12
26
 
13
27
  ### Changed
28
+
14
29
  OData V4:
30
+
15
31
  - Titles of charts in sections and header sections now correspond to the run-time.
16
32
  - Add "annotationPath" schema property to schema for "Table" definition in simple list report.
17
33
 
@@ -20,41 +36,48 @@ OData V4:
20
36
  ### Deprecated
21
37
 
22
38
  ### Fixed
39
+
23
40
  OData V4:
41
+
24
42
  - If `defaultAnnotationPath` is used, corresponding custom columns were not considered on list report page.
25
43
 
26
44
  ### Quality
45
+
27
46
  Upgrade node & node-version to 14.x
28
47
 
29
48
  ## [1.100.3] - 2022-05-19
30
49
 
31
50
  ### Changed
32
- - OData V4:
33
- - For list report views, the content of title and description in the schema got exchanged.
34
- - Custom columns having an invalid anchor are not filtered out anymore but added to the schema (at the end of the columns' list). This better supports fixing the situation and is necessary so that the import fills the properties correctly.
35
- - LR: If views are enabled, generic table columns won't be used/filled.
36
51
 
52
+ - OData V4:
53
+ - For list report views, the content of title and description in the schema got exchanged.
54
+ - Custom columns having an invalid anchor are not filtered out anymore but added to the schema (at the end of the columns' list). This better supports fixing the situation and is necessary so that the import fills the properties correctly.
55
+ - LR: If views are enabled, generic table columns won't be used/filled.
37
56
 
38
57
  ### Fixed
39
- - OData V4:
40
- - If the table setting creationMode existed in the outdated string format, the export just had overwritten the string. Now, an implicit conversion to the new object format takes place.
41
- - In case of multiple custom columns with an invalid anchor the app schema generation ran into an endless loop.
42
- - No import of property annotationPath was happening at chart views of List Report.
43
- - In the app specific schema, the description was missing for charts in sections.
44
- - Tag 'hidden' was added to the property annotationPath of the ALP chart view in app schema.
45
- - If defaultTemplateAnnotationPath is maintained and refers to an annotation other than UI.LineItem, the table settings and columns of the referred definition are now imported correctly.
46
-
58
+
59
+ - OData V4:
60
+ - If the table setting creationMode existed in the outdated string format, the export just had overwritten the string. Now, an implicit conversion to the new object format takes place.
61
+ - In case of multiple custom columns with an invalid anchor the app schema generation ran into an endless loop.
62
+ - No import of property annotationPath was happening at chart views of List Report.
63
+ - In the app specific schema, the description was missing for charts in sections.
64
+ - Tag 'hidden' was added to the property annotationPath of the ALP chart view in app schema.
65
+ - If defaultTemplateAnnotationPath is maintained and refers to an annotation other than UI.LineItem, the table settings and columns of the referred definition are now imported correctly.
66
+
47
67
  ### Quality
68
+
48
69
  - Code smells fixed, as reported by sonarQube.
49
70
  - Upgrade of annotation vocabularies tools.
50
71
 
51
72
  ## [1.100.2] - 2022-05-05
52
73
 
53
74
  ### Added
54
- - OData V4:
75
+
76
+ - OData V4:
55
77
  - The title of ALP or List Report views is now following the same criteria as the UI5 run-time.
56
78
 
57
79
  ### Fixed
80
+
58
81
  - OData V4:
59
82
  - Problems with deletion of ListReport table views.
60
83
  - Unknown properties removed from custom section definition in 'manifest.json'.
@@ -66,6 +89,7 @@ Upgrade node & node-version to 14.x
66
89
  - Facet or section references with multi-level navigation had not been handled correctly.
67
90
 
68
91
  ### Quality
92
+
69
93
  - Switch consumption of "@sapui5/ts-types" to "@sapui5/ts-types-esm".
70
94
 
71
95
  ## [1.100.1] - 2022-04-21
@@ -74,22 +98,24 @@ Upgrade node & node-version to 14.x
74
98
 
75
99
  - OData V2:
76
100
  - LR: Old settings for table type (tableType) had been ignored in newer specification releases. As a consequence, you may have found the table type twice in manifest, once with the old syntax and an additional entry with the new syntax, after switching to a newer UI5 version.
77
- Now an implicit conversion to the new tableSettings takes place, and the old setting gets automatically replaced during the export.
101
+ Now an implicit conversion to the new tableSettings takes place, and the old setting gets automatically replaced during the export.
78
102
  - OData V4:
79
103
  - OP: Added support for presentationVariants with chart or lineItem visualization
80
104
 
81
105
  - Documentation actualized with regards to the new release version 1.100.
82
106
 
83
107
  ### Fixed
84
- - OData V4:
108
+
109
+ - OData V4:
85
110
  - Exception in case of multi-tab views in manifest that referred to a SelectionVariant.
86
- - Export of table settings of list report was targeting the wrong manifest settings if a defaultTemplateAnnotationPath is defined, pointing to a SelectionPresentationVariant.
111
+ - Export of table settings of list report was targeting the wrong manifest settings if a defaultTemplateAnnotationPath is defined, pointing to a SelectionPresentationVariant.
87
112
  - List report with multiple views: insert and reordering was not supported correctly.
88
113
  - OData V2:
89
114
  - After an entry of quickVariantSelectionX got deleted, the entry still was present in manifest.json.
90
115
  - Sections of subordinate object pages had not been added correctly to the app schema in all cases.
91
116
 
92
117
  ### Quality
118
+
93
119
  - upgrade ejs to 3.1.7
94
120
  - SonarQube: issued solved with regards to cognitive complexity
95
121
  - upgrade ejs to 3.1.7