@sap/ux-specification 1.100.6 → 1.100.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.100.6",
3
+ "version": "1.100.8",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -13,8 +13,8 @@
13
13
  "v4": "dist/specification/v4/index-min.js"
14
14
  },
15
15
  "engines": {
16
- "node": ">=14.16.0",
17
- "yarn": ">=1.22.19"
16
+ "node": ">= 14.16.0 < 15.0.0 || >= 16.1.0 < 17.0.0 || >= 18.0.0 < 19.0.0 || >= 20.0.0",
17
+ "yarn": ">=1.22.19 < 2"
18
18
  },
19
19
  "scripts": {
20
20
  "clean": "rimraf ./dist ./schemas",
@@ -46,7 +46,7 @@
46
46
  "publisher": "SAPSE",
47
47
  "license": "SEE LICENSE IN LICENSE",
48
48
  "dependencies": {
49
- "@sap-ux/fe-fpm-writer": "0.13.4"
49
+ "@sap-ux/fe-fpm-writer": "0.17.8"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@sap-ux/annotation-converter": "0.5.7",
package/CHANGELOG.md DELETED
@@ -1,141 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project are documented in this file.
4
-
5
- This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
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
-
19
- ## [1.100.4] - 2022-06-02
20
-
21
- ### Added
22
-
23
- OData V4:
24
-
25
- - In case of a default (without qualifier) Selection-/PresentationVariant, the table settings and columns are now considered on list report page.
26
-
27
- ### Changed
28
-
29
- OData V4:
30
-
31
- - Titles of charts in sections and header sections now correspond to the run-time.
32
- - Add "annotationPath" schema property to schema for "Table" definition in simple list report.
33
-
34
- ### Removed
35
-
36
- ### Deprecated
37
-
38
- ### Fixed
39
-
40
- OData V4:
41
-
42
- - If `defaultAnnotationPath` is used, corresponding custom columns were not considered on list report page.
43
-
44
- ### Quality
45
-
46
- Upgrade node & node-version to 14.x
47
-
48
- ## [1.100.3] - 2022-05-19
49
-
50
- ### Changed
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.
56
-
57
- ### Fixed
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
-
67
- ### Quality
68
-
69
- - Code smells fixed, as reported by sonarQube.
70
- - Upgrade of annotation vocabularies tools.
71
-
72
- ## [1.100.2] - 2022-05-05
73
-
74
- ### Added
75
-
76
- - OData V4:
77
- - The title of ALP or List Report views is now following the same criteria as the UI5 run-time.
78
-
79
- ### Fixed
80
-
81
- - OData V4:
82
- - Problems with deletion of ListReport table views.
83
- - Unknown properties removed from custom section definition in 'manifest.json'.
84
- - delete 'table/personalization' object property in 'manifest.json' if last property was removed.
85
- - Export. Delete of entries from `table/views` - views were not deleted during export if entries in annotation file were deleted as first.
86
- - When changing the table type in the page editor for LRP (V4), the respective manifest setting is not updated as long as this page is configured with the primary and secondary views
87
- - OData V2:
88
- - Sections and subsections with a reference to Communication.Contact or Communication.Address had not been shown, support of flexibility changes for them.
89
- - Facet or section references with multi-level navigation had not been handled correctly.
90
-
91
- ### Quality
92
-
93
- - Switch consumption of "@sapui5/ts-types" to "@sapui5/ts-types-esm".
94
-
95
- ## [1.100.1] - 2022-04-21
96
-
97
- ### Added
98
-
99
- - OData V2:
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.
101
- Now an implicit conversion to the new tableSettings takes place, and the old setting gets automatically replaced during the export.
102
- - OData V4:
103
- - OP: Added support for presentationVariants with chart or lineItem visualization
104
-
105
- - Documentation actualized with regards to the new release version 1.100.
106
-
107
- ### Fixed
108
-
109
- - OData V4:
110
- - Exception in case of multi-tab views in manifest that referred to a SelectionVariant.
111
- - Export of table settings of list report was targeting the wrong manifest settings if a defaultTemplateAnnotationPath is defined, pointing to a SelectionPresentationVariant.
112
- - List report with multiple views: insert and reordering was not supported correctly.
113
- - OData V2:
114
- - After an entry of quickVariantSelectionX got deleted, the entry still was present in manifest.json.
115
- - Sections of subordinate object pages had not been added correctly to the app schema in all cases.
116
-
117
- ### Quality
118
-
119
- - upgrade ejs to 3.1.7
120
- - SonarQube: issued solved with regards to cognitive complexity
121
- - upgrade ejs to 3.1.7
122
-
123
- ## [1.100.0] - 2022-04-07
124
-
125
- ### Added
126
-
127
- - OData V2:
128
- - LR: Added support for `multiEdit` property to enable mass edit feature.
129
- - OData V4:
130
- - LR: Added support for property `hideFilterBar`
131
- - Support of defaultTemplateAnnotationPath as property; consider defaultTemplateAnnotationPath when retrieving the relevant table settings and while switching to ALP flavour.
132
-
133
- ### Fixed
134
-
135
- - OData V2:
136
- - Extensions - empty "extensions" object was created in "sap.ui5/"extends"/"extensions"/"sap.ui.viewExtensions"/"sap.suite.ui.generic.template.ListReport.view.ListReport".
137
-
138
- ### Quality
139
-
140
- - Replace type object for schemas by Definition from 'typescript-json-schema'.
141
- - Upgrade of async.