@sap/ux-specification 1.84.68 → 1.84.70

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 ADDED
@@ -0,0 +1,1302 @@
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
+ ## What's new with version 1.84
8
+
9
+ *Official support of OData V4*
10
+
11
+ ## [1.84.70] - 2023-07-26
12
+
13
+ ### Added
14
+
15
+ ### Changed
16
+
17
+ ### Removed
18
+
19
+ ### Deprecated
20
+
21
+ ### Fixed
22
+
23
+ - Fixed an issue with the CHANGELOG.md file not being visible on npmjs
24
+
25
+ ### Quality
26
+
27
+ - Update transitive dependencies
28
+
29
+ Upgrades:
30
+
31
+ - eslint to 8.45.0
32
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.62.0
33
+ - @sapui5/ts-types to 1.84.36
34
+ - @sap-ux/vocabularies-types to 0.9.1
35
+
36
+ ## [1.84.69] - 2023-07-12
37
+
38
+ ### Quality
39
+
40
+ - Update transitive dependencies
41
+
42
+ Upgrades:
43
+
44
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.61.0
45
+ - eslint to 8.44.0
46
+ - eslint-formatter-multiple to 2.0.0
47
+ - eslint-plugin-prettier" to 4.2.1
48
+
49
+ ## [1.84.68] - 2023-06-30
50
+
51
+ ### Removed
52
+
53
+ - Removed unnecessary devDependency to `semver`
54
+
55
+ ### Fixed
56
+
57
+ - OData V2:
58
+ - Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
59
+
60
+ ### Quality
61
+
62
+ - Update transitive dependencies
63
+
64
+ Upgrades:
65
+
66
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.60.0
67
+ - @sap-ux/vocabularies-types to 0.9.0
68
+ - @sap-ux/edmx-parser to 0.6.0
69
+
70
+ ## [1.84.67] - 2023-06-14
71
+
72
+ ### Fixed
73
+
74
+ - OData V4: when adding new pages, the export calculates the route pattern for the new manifest entry.
75
+ Indeed, the previous logic did not consider the naming at parent pages, but defined the key name in the pattern as `key`(+ index). This led to navigation errors at run-time. Now, the key names of existing parent pages are taken over to the child page's pattern.
76
+
77
+ ### Quality
78
+
79
+ Upgrades:
80
+
81
+ - d3 to 7.8.5
82
+ - @sapui5/ts-types to 1.84.35
83
+ - i18next to 22.5.1
84
+
85
+ ## [1.84.66] - 2023-05-31
86
+
87
+ ### Fixed
88
+
89
+ - Correct missing or inconsistent tags `keys`and `dataType` in the app schema generation, especially for intentbased navigation
90
+
91
+ ### Quality
92
+
93
+ - Update transitive dependencies
94
+
95
+ Upgrades:
96
+
97
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.59.8
98
+ - Update i18next to 22.5.0
99
+ - ts-node to 8.10.2
100
+ - rimraf to 5.0.1
101
+
102
+ ## [1.84.65] - 2023-05-17
103
+
104
+ ### Added
105
+
106
+ - General:
107
+ - Enhancement of error handling, more explicit messages are passed to the logger.
108
+ Fix of error handling of exceptions from annotation parser.
109
+ - Fix for List Report with multiple views and Object pages on second level in Page map
110
+
111
+ ### Quality
112
+
113
+ - Update transitive dependencies
114
+
115
+ Upgrades:
116
+
117
+ - excel4node to 1.8.2
118
+ - rimraf to 5.0.0
119
+ - i18next to 22.4.15
120
+ - @sapui5/ts-types to 1.84.34
121
+ - typescript-eslint to 5.59.5
122
+ - jquery to 3.7.0
123
+
124
+ ## [1.84.64] - 2023-05-04
125
+
126
+ ### Quality
127
+
128
+ - Update transitive dependencies
129
+
130
+ Upgrades:
131
+ - prettier: to 2.8.8
132
+ - typescript to 4.9.5
133
+ - @types/node to 18.16.3
134
+ - patch-package to 6.5.1
135
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.59.2
136
+ - Update @sap-ux/vocabularies-types to 0.7.4
137
+ - Update @sap-ux/annotation-converter to 0.5.22
138
+ - Update @sap-ux/edmx-parser to 0.5.14
139
+
140
+ ## [1.84.63] - 2023-04-19
141
+
142
+ ### Quality
143
+
144
+ - Update transitive dependencies
145
+
146
+ Upgrades:
147
+
148
+ - @sapui5/ts-types to 1.84.33
149
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
150
+ - semver to 7.5.0
151
+
152
+ ## [1.84.62] - 2023-04-05
153
+
154
+ ### Quality
155
+
156
+ - Update transitive dependencies
157
+
158
+ Upgrades:
159
+
160
+ - excel4node to 1.8.1
161
+ - eslint-config-prettier to 8.8.0
162
+ - prettier to 2.8.7
163
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.57.0
164
+ - d3 to 7.8.4
165
+
166
+ ## [1.84.61] - 2023-03-22
167
+
168
+ ### Added
169
+
170
+ - OData V4: the schema App.json and config app.json that get generated now also comprise the information `routePattern` for each page, i.e. the route pattern of the page as comprised in the manifest.json.
171
+
172
+ ### Quality
173
+
174
+ Upgrades:
175
+
176
+ - chalk to 4.1.2
177
+ - types/jest to 28.1.8
178
+ - jQuery to 3.6.4
179
+ - ejs to 3.1.9
180
+ - deepmerge to 4.3.1
181
+ - eslint-config-prettier to 8.7.0
182
+ - prettier to 2.8.4
183
+
184
+ ## [1.84.60] - 2023-03-08
185
+
186
+ ### Fixed
187
+
188
+ - OData V2:
189
+ - Fixed deletion issues for Custom Columns that appeared after positions were changed
190
+
191
+ ### Quality
192
+
193
+ - Upgrade "typescript" to "4.9.4"
194
+ - Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
195
+ - Upgrade "ts-node" to "10.9.1"
196
+ - Revert "typescript-json-schema" to "0.53.0" in types package
197
+
198
+ ## [1.84.59] - 2023-02-22
199
+
200
+ ### Removed
201
+
202
+ - Manifest properties support from views with different entity set
203
+
204
+ ### Quality
205
+
206
+ - Upgrade transitive dependencies
207
+ - Upgrade "@types/jquery" to "3.5.16"
208
+ - Upgrade "excel4node" to "1.8.0"
209
+ - Upgrade "i18next" to "20.6.1"
210
+ - Upgrade "typescript-json-schema" to "0.55.0" in types package
211
+ - Upgrade "d3" to "7.8.2"
212
+ - Dependency from "mem-fs-editor" removed from types package
213
+ - Upgrade "@sapui5/ts-types" to "1.84.31"
214
+ - Upgrade "jest", "ts-jest", "@types/jest"
215
+ - Upgrade "set-value"
216
+
217
+ ## [1.84.58] - 2023-02-09
218
+
219
+ ### Fixed
220
+
221
+ - OData V2:
222
+ - resolved sync issue with unknown properties on fields for `Table > CreateWithParameterDialog`
223
+ - OData V4:
224
+ - Fixed issue with missing schema and config for List report page in freestyle app
225
+
226
+ ### Quality
227
+
228
+ - Upgrade transitive dependencies
229
+ - Remove unused devDependencies
230
+ - Upgrade ejs to `3.1.8`
231
+ - Upgrade @types/jquery to `3.5.13`
232
+ - Upgrade jQuery to 3.6.3.
233
+ - Upgrade semver to 7.3.8
234
+ - Upgrade deepmerge to 4.3.0
235
+
236
+ ## [1.84.57] - 2023-01-25
237
+
238
+ ### Added
239
+
240
+ - OData V4:
241
+ - Generation of `propertyIndex` property in schemas for root properties
242
+
243
+ - OData V2:
244
+ - Generation of `propertyIndex` property in schemas for root properties
245
+
246
+ ### Quality
247
+
248
+ - Removed many unnecessary and obsolete resolutions
249
+
250
+ ## [1.84.56] - 2023-01-11
251
+
252
+ ### Added
253
+
254
+ - General:
255
+ - New definitions for page types are delivered that allow a better distinction:
256
+ - PageTypeV2 for types that occur in OData V2
257
+ - PageTypeV4 for types that occur in OData V4
258
+ - PageType as a superset of all page types that may occur
259
+
260
+ - OData V4:
261
+ - Default annotationPath is added in schema even if LineItem annotation is not defined
262
+
263
+ ### Changed
264
+
265
+ - API for OData V2:
266
+ - Inner functions for the generation of app schmas hav ben adapted, i.e. generateAnalyticalListReportSchemaV2, generateListReportSchemaV2, generateObjectPageSchemaV2: the entityTypeName is not passed as an input parameter anymore, as the entity set cannot be uniquely determined from it. Instead, the functions now rely on generateParameters.entitySet, the entityType is derived from this information. The api version is increased to 7.
267
+
268
+ ### Fixed
269
+
270
+ - OData V4:
271
+ - Fixed toolbar action IDs by replacing special chars with double colon
272
+ - Not all meta characters of action keys had been converted to `::`, as a consequence existing actions in manifest may have not been considered, or new actions had not been written with the right syntax.
273
+ - OData V2:
274
+ - Fixed deletion of fragment cells contents in case last element is deleted
275
+
276
+ ### Quality
277
+
278
+ - Removed unused and obsolete resolutions
279
+
280
+ ## [1.84.55] - 2022-11-30
281
+
282
+ ### Added
283
+
284
+ - Missing i18n classification added to labels of custom views
285
+
286
+ ### Changed
287
+
288
+ - UI adjustments of inplace documentation:
289
+ - moved label of specification and odata version to tree canvas
290
+ - aligned behavior of tree buttons to expand (+) and collapse (-) with given design
291
+ - removed all hard coded colors
292
+ - fixed hover on search results
293
+ - aligned tooltip with given design
294
+
295
+ - OData V2: fields for `Table > CreateWithParameterDialog` are now shown as enum and the import/export is done implicitly in the background (adding `path` property).
296
+
297
+ ### Fixed
298
+
299
+ - Fixed an issue with adding target namespace information for object page sections
300
+
301
+ ### Quality
302
+
303
+ ## [1.84.54] - 2022-11-17
304
+
305
+ ### Changed
306
+
307
+ - All parameters in the specification API now are typed.
308
+
309
+ ### Fixed
310
+
311
+ - OData V2: Adjusted the values shown for `CreateWithParameterDialog` fields > `path` property.
312
+ - OData V4: if the key of one view comprised the key of another view, the export of changes generated duplicate view entries in manifest. Activities like reordering of views did not work in this scenario.
313
+
314
+ ### Quality
315
+
316
+ - Upgrade of "@sap-ux/vocabularies-types", "@sap-ux/annotation-converter", "@sap-ux/edmx-parser"
317
+ - Upgrade node version to 16.18.0
318
+
319
+ ## [1.84.53] - 2022-11-03
320
+
321
+ ### Changed
322
+
323
+ - General: the schema tag `key` (concatenated string) got replaced by the schema tag `keys` that is defined as an array of objects with `name`and `value`. Reasons are the support of different CSS styles for `name` and `value` as well as globalization (bi-directional languages).
324
+
325
+ ### Quality
326
+
327
+ - Removed `fe-fpm-writer` from devDependencies
328
+
329
+ ## [1.84.52] - 2022-10-20
330
+
331
+ ### Added
332
+
333
+ - Applications that show content from schemas may want to also display the technical key - this simplifies identification of the corresponding element in the original source file. To this aim, the tag `key` is used for properties. `key` is a concatenated string that also sows a prefix following one of the patterns:
334
+ - Value for DataFields
335
+ - Key for custom columns etc. where it is a key in the manifest. Only exception are views: they have no prefix as there is logic that programs against the key.
336
+ - ID for facets
337
+ - Action for any action
338
+ - Instance-based navigation: Property + SemanticObject + Action
339
+ - Target for DataFieldForAnnotation.
340
+ In case of Target, an additional schema tag `target` is added: it not only represents the namespace but potentially also the target within the namespace (entity container, entity type, ...)
341
+
342
+ ### Changed
343
+
344
+ - Common dependencies have been moved to the root level.
345
+ - Further type definitions have been moved from the specification package to the types package.
346
+
347
+ ## [1.84.51] - 2022-10-06
348
+
349
+ ### Fixed
350
+
351
+ - At Object Page sections, a missing consideration of potential qualifiers of UI.Identification led to an exception.
352
+ - The API can be called with an empty array of annotations. By now this led to an exception, as it was not considered that the annotation vocabularies tools (AVT) return an empty instance.
353
+
354
+ ### Quality
355
+
356
+ - Upgrade of d3 and d3-color
357
+
358
+ ## [1.84.50] - 2022-09-24
359
+
360
+ ### Quality
361
+
362
+ - Changed settings to enable the SAP internal delivery of the types package
363
+
364
+ ## [1.84.49] - 2022-09-22
365
+
366
+ ### Added
367
+
368
+ - OData V4:
369
+ - Zero state support
370
+
371
+ ### Fixed
372
+
373
+ - OData V4:
374
+ - Reordering of custom views for list report did not work. This was fixed, but consequently the logic for deleting custom views also had to be adapted.
375
+ - When adding new sub-pages to the app.json the export to manifest created wrong keys for the new navigation routes, and wrong query patterns for the targets.
376
+
377
+ ### Quality
378
+
379
+ - Upgrade version of `typescript`, `ts-jest`, `jest`
380
+ - Minify sources
381
+ - Enhance test by removing dependency to typescript api
382
+ - Test coverage increased
383
+
384
+ ## [1.84.48] - 2022-09-21
385
+
386
+ ### Quality
387
+
388
+ - Changed settings to enable the SAP internal delivery of the types package
389
+
390
+ ## [1.84.47] - 2022-09-08
391
+
392
+ ### Changed
393
+
394
+ - For an easier consumption and size reduction, the types definitions now have been moved to a separate types package in the given mono repository. The definitions are still exposed along with the specification package, you can import them from "@sap/ux-specification/dist/src".
395
+
396
+ - Only one common Manifest definition is exposed from the new types package, the virtual distinction between an OData V2 and an OData V4 version is resolved.
397
+
398
+ ### Removed
399
+
400
+ - OData V4:
401
+ - Removed `End` value from Placement property for custom extensions
402
+
403
+ ## [1.84.46] - 2022-08-24
404
+
405
+ ### Changed
406
+
407
+ - The specification module is now build with esbuild instead of webpack.
408
+ The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
409
+
410
+ ````
411
+ import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
412
+ ==> import { PageType } from '@sap/ux-specification/types';
413
+
414
+ import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/dist/src/v2';
415
+ ==> import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/types/v2';
416
+
417
+ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist/src/v4';
418
+ ==> import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/types/v4';
419
+ ````
420
+
421
+ - OData V4:
422
+ - LR: Mark view properties `key`, `index` as hidden in schema
423
+
424
+ ### Fixed
425
+
426
+ - OData V2:
427
+ - OP: Fixed incorrect generation of flexChanges in case of Form, Form Fields and Form Fields referenced from a navigation entity
428
+
429
+ - OData V4:
430
+ - In some cases sections defined with PresentationVariants did not appear on the object page
431
+ - The resolution of alias definitions using the @SAP__ prefix was not correct, leading also to gaps in the elements that were considered
432
+ - LR: Schema now considers default visualation `UI.LineItem` if not defined in `SelectionPresentationVariant`
433
+
434
+ ## [1.84.45] - 2022-08-11
435
+
436
+ ### Added
437
+
438
+ - OData V4:
439
+ - the schemas and configs of list report views now also show the visibility property and custom views
440
+ - extend pagemap support for freestyle apps using FPM library
441
+
442
+ ### Changed
443
+
444
+ - OData V4: With API version 4 of specification - introduced with the given version - the way how routes are represented in the app.json changes: before the pattern was
445
+ `route: key`, now it follows the manifest syntax
446
+
447
+ ```
448
+ key: {
449
+ route: route
450
+ }
451
+ ```
452
+
453
+ The switch to an object representation allows to also include other target information like "outbound".
454
+ - OData V4: as long as no views are defined in manifest, the showCounts property is not part of the schema, except if it is already maintained.
455
+ - OData V2:
456
+ - Mark custom column 'columnIndex' property as hidden
457
+
458
+ ### Fixed
459
+
460
+ - OData V4:
461
+ - LR: The export of property changes at the page editor led to a deletion of (custom) views in manifest; besides, outbound navigation entries could get deleted.
462
+
463
+ ## [1.84.44] - 2022-07-28
464
+
465
+ ### Quality
466
+
467
+ - Upgrade of webpack and dependent modules
468
+ - Upgrade of terser
469
+ - Upgrade of glob-parent
470
+ - Upgrade of lerna
471
+
472
+ ## [1.84.43] - 2022-07-14
473
+
474
+ ### Changed
475
+
476
+ - 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.
477
+
478
+ ### Fixed
479
+
480
+ - OData V4:
481
+ - 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.
482
+ The value help of the anchor in LSP (config JSON) also did not show the right values.
483
+ - Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
484
+ wrong `annotationPath` and `isViewNode` settings are adjusted.
485
+ - Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
486
+
487
+ ### Quality
488
+
489
+ - Switch from nexus repository to artifactory
490
+
491
+ ## [1.84.42] - 2022-06-29
492
+
493
+ ### Fixed
494
+
495
+ - OData V2:
496
+ - OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
497
+ - Table type property is now set to blank in case not maintained in manifest.json
498
+ - If two sections of object page referred to an element (e.g. action, table column) of the same name, they had been sync'd by the program logic: changes of one property had also been refelected in the other.
499
+ - One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
500
+ - 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.
501
+ - 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.
502
+
503
+ ## [1.84.41] - 2022-06-16
504
+
505
+ ### Added
506
+
507
+ - Missing exposure of type definitions was added.
508
+
509
+ ### Changed
510
+
511
+ OData V2:
512
+
513
+ - Custom column property "columnIndex". Schema enhancement by defining range using "minimum=0".
514
+
515
+ ### Removed
516
+
517
+ OData V4:
518
+
519
+ - In case of List Report views, non-applicable table properties are removed.
520
+
521
+ ### Fixed
522
+
523
+ OData V2:
524
+
525
+ - Custom column issue with Grid/Tree/Analytical table types - empty second custom column is added in xml files
526
+
527
+ ## [1.84.40] - 2022-06-02
528
+
529
+ ### Added
530
+
531
+ OData V4:
532
+
533
+ - In case of a default (without qualifier) Selection-/PresentationVariant, the table settings and columns are now considered on list report page.
534
+
535
+ ### Changed
536
+
537
+ OData V4:
538
+
539
+ - Titles of charts in sections and header sections now correspond to the run-time.
540
+ - Add "annotationPath" schema property to schema for "Table" definition in simple list report.
541
+
542
+ ### Quality
543
+
544
+ Upgrade node & node-version to 14.x
545
+
546
+ ## [1.84.39] - 2022-05-19
547
+
548
+ ### Changed
549
+
550
+ - OData V4:
551
+ - For list report views, the content of title and description in the schema got exchanged.
552
+ - LR: If views are enabled, generic table columns won't be used/filled.
553
+
554
+ ### Fixed
555
+
556
+ - OData V4:
557
+ - 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.
558
+ - No import of property annotationPath was happening at chart views of List Report.
559
+ - In the app specific schema, the description was missing for charts in sections.
560
+ - Tag 'hidden' was added to the property annotationPath of the ALP chart view in app schema.
561
+ - 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.
562
+
563
+ ### Quality
564
+
565
+ - Code smells fixed, as reported by sonarQube.
566
+ - Upgrade of annotation vocabularies tools.
567
+
568
+ ## [1.84.38] - 2022-05-05
569
+
570
+ ### Added
571
+
572
+ OData V4:
573
+
574
+ - The title of ALP or List Report views is now following the same criteria than the UI5 run-time.
575
+
576
+ ### Fixed
577
+
578
+ - OData V4:
579
+ - Problems with deletion of ListReport table views.
580
+ - Unknown properties removed from custom section definition in 'manifest.json'.
581
+ - Export. Delete of entries from `table/views` - views were not deleted during export if entries in annotation file were deleted as first.
582
+ - When changing the table type or other table settings for schema type List Report, the respective manifest setting was not updated if the page was configured with primary and secondary views (i.e. the ALP flavour).
583
+
584
+ - OData V2:
585
+ - Sections and subsections with a reference to Communication.Contact or Communication.Address had not been shown, support of flexibility changes for them.
586
+ - Facet or section references with multi-level navigation had not been handled correctly.
587
+
588
+ ## [1.84.37] - 2022-04-21
589
+
590
+ ### Added
591
+
592
+ - Documentation actualised with regards to the new release version 1.100.
593
+
594
+ - OData V2:
595
+ - 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.
596
+ Now an implicit conversion to the new tableSettings takes place, and the old setting gets automatically replaced during the export.
597
+ - OData V4:
598
+ - OP: Added support for presentation variants with chart or table visualization
599
+
600
+ ### Fixed
601
+
602
+ - OData V4:
603
+ - Exception in case of multi-tab views in manifest that referred to a SelectionVariant.
604
+ - Export of table settings of list report was targeting the wrong manifest settings if a defaultTemplateAnnotationPath is defined, pointing to a SelectionPresentationVariant.
605
+ - List report with multiple views: insert and reordering was not supported correctly.
606
+ - OData V2:
607
+ - After an entry of quickVariantSelectionX got deleted, the entry still was present in manifest.json.
608
+ - Sections of subordinate object pages had not been added correctly to the app schema in all cases.
609
+
610
+ ### Quality
611
+
612
+ - upgrade ejs to 3.1.7
613
+ - SonarQube: issued solved with regards to cognitive complexity
614
+
615
+ ## [1.84.36] - 2022-04-07
616
+
617
+ ### Added
618
+
619
+ - OData V4: Support of defaultTemplateAnnotationPath as property; consider defaultTemplateAnnotationPath when retrieving the relevant table settings and while switching to ALP flavour.
620
+
621
+ ### Fixed
622
+
623
+ - OData V2:
624
+ - Extensions - empty "extensions" object was created in "sap.ui5/"extends"/"extensions"/"sap.ui.viewExtensions"/"sap.suite.ui.generic.template.ListReport.view.ListReport"
625
+ - Upgrade of async
626
+
627
+ ### Quality
628
+
629
+ - Replace type object for schemas by Definition from 'typescript-json-schema'
630
+ - upgrade of async
631
+
632
+ ## [1.84.35] - 2022-03-31
633
+
634
+ ### Quality
635
+
636
+ - use `minimist` resolution
637
+
638
+ ## [1.84.34] - 2022-03-31
639
+
640
+ - upgrade `minimist` version
641
+
642
+ ## [1.84.33] - 2022-03-24
643
+
644
+ ### Added
645
+
646
+ - OData V4:
647
+ - support of `flexEnabled` property
648
+ - ALP flavor, support of ALP views
649
+ - List report: multiple views, with the right properties
650
+
651
+ ### Fixed
652
+
653
+ - OData V2:
654
+ - duplicated fragment columns were written if table namespace was not found, and unknown custom data in fragment was not considered.
655
+ - OData V4
656
+ - custom columns had not been considered when having a 'Before' reference against other custom columns
657
+ - fix overwriting of manifest page content, if page key is changed
658
+
659
+ ### Quality
660
+
661
+ - Switch to Whitesource Universal Agent
662
+ - piper lib upgrade
663
+ - Upgrade eslint
664
+ - Switch to import type for TS
665
+ - Refactoring to resolve sonarQube code smells
666
+
667
+ ## [1.84.32] - 2022-03-09
668
+
669
+ ### Added
670
+
671
+ - OData V2:
672
+ - visible property is now also available for facets without annotation Id
673
+
674
+ - OData V4:
675
+ - Support of progress, rating and microchart header facets
676
+
677
+ ### Fixed
678
+
679
+ - OData V2:
680
+ - Creation of new flexChanges now considers resolved Id from pom.xml
681
+ - OData V4:
682
+ - Fix overwriting of manifest page id in case of different page key
683
+
684
+ ### Quality
685
+
686
+ - removed unused dev dependency to `http-server`
687
+
688
+ ## [1.84.31] - 2022-02-23
689
+
690
+ ### Added
691
+
692
+ - Metadata information `dataType` added to various places in V2 and V4 schemas
693
+ - OData V2:
694
+ - display selection fields, and support date settings properties on LR/ALP
695
+
696
+ ### Fixed
697
+
698
+ - OData V2:
699
+
700
+ ### Quality
701
+
702
+ - Unit test enhancement to run on all platforms
703
+ - SonarQube issues
704
+
705
+ ## [1.84.30] - 2022-02-10
706
+
707
+ ### Added
708
+
709
+ - OData V2:
710
+ - Support column and footer action properties on LR
711
+
712
+ ### Fixed
713
+
714
+ - OData V2:
715
+ - OP: Fix generation of flexChanges for sections with or without ID in annotations
716
+ - Fix issues with sync logic in case of sub object page
717
+
718
+ ### Quality
719
+
720
+ ## [1.84.29] - 2022-01-26
721
+
722
+ ### Added
723
+
724
+ - OData V2:
725
+ - `exportType` property can now be configured to specify the type of export to be used in the SmartTable control.
726
+
727
+ ### Quality
728
+
729
+ - Upgrade of node-fetch
730
+
731
+ ## [1.84.28] - 2022-01-12
732
+
733
+ ### Added
734
+
735
+ - OData V2:
736
+ - OP: properties of footer actions are displayed and supported in side panel
737
+ - properties of toolbar actions are displayed and supported in side panel
738
+ - OVP: The property `showLineItemDetail` is now supported for List and Table cards
739
+ - OP: Schema now supports column extensions for TreeTable
740
+
741
+ ### Changed
742
+
743
+ - OData V2:
744
+ - property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
745
+ - OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
746
+ - OData V4:
747
+ - property `afterExecution` of table columns now is only visible for actions but not for other record types
748
+
749
+ ### Removed
750
+
751
+ - OData V2:
752
+ - OVP: removed `tabs` property from card level
753
+
754
+ ### Deprecated
755
+
756
+ ### Fixed
757
+
758
+ - OData V2:
759
+ - correct schema generation in case multiple facets are referring to lineitem annotation of same entity
760
+ - Facet Id is considered for import and export of manifest settings
761
+ - Fixed sync issues in case no text is provided for custom columns
762
+ - OData V4:
763
+ - Avoid exporting empty arrays to manifest.json
764
+
765
+ ### Quality
766
+
767
+ - Upgrade of trim-off-newlines
768
+ - Upgrade of yarn classic
769
+ - New whitesource endpoint
770
+ - Upgrade of follow-redirects
771
+
772
+ ## [1.84.27] - 2021-12-01
773
+
774
+ ### Added
775
+
776
+ - enum support for annotationPath as part of quick variant selection or views
777
+ - Property entitySet added to V4 views; enum support for entitySet of multiple views in V2 and V4
778
+
779
+ ### Fixed
780
+
781
+ - Schemas and configs are now generated for applications without annotations
782
+ - V4: Properties of (Header)Sections with missing facet Id are no longer displayed in properties panel
783
+ - V4: export of deletion of object page columns did not work
784
+
785
+ ### Quality
786
+
787
+ - New build version build:dev without generation of documentation html
788
+ - Fixed an issue with missing `log` function after webpack
789
+
790
+ ## [1.84.26] - 2021-11-17
791
+
792
+ ### Added
793
+
794
+ - OData V4: Enhance schema with `dataType`, `annotationPath` information for display on columns, fields and selection fields in Page editor
795
+
796
+ ### Fixed
797
+
798
+ - Invalid references in generated schemas have been fixed.
799
+
800
+ ## [1.84.25] - 2021-11-03
801
+
802
+ ### Changed
803
+
804
+ - In the JSON schema, the description of DataPoints as part of sections or header facets now reflects the Title of the target annotation.
805
+
806
+ ### Quality
807
+
808
+ - Code smell solved: "Define a constant instead of duplicating this literal n times."
809
+
810
+ ## [1.84.24] - 2021-10-20
811
+
812
+ ### Added
813
+
814
+ - OData V2:
815
+ - Support for (Sub)Section properties: `visible`.
816
+ - ALP: Schema now comprises of entity properties for config `createWithParameterDialog`->`fields`
817
+ - OP: Added support for multiple flex changes in Form and Header Actions
818
+ - V2 & V4:
819
+ - Footer actions are now part of the schema. A node for header actions is visible even if there are no actions yet.
820
+
821
+ ### Changed
822
+
823
+ - OData V2:
824
+ - Enhanced sync logic to use generic approach for handling unknown properties. As a result sync logic is more robust and handles more unknown properties.
825
+
826
+ ### Removed
827
+
828
+ - OData V2:
829
+ - OVP: Removed `tab` property from `Stack` and `Link List` cards as view switch control is not supported
830
+
831
+ ### Deprecated
832
+
833
+ ### Fixed
834
+
835
+ - OData V4:
836
+ - Pages Schema. Exception if path in UI.SelectionFields is not valid.
837
+ - Object page sections referring to UI.Identification with qualifer shall show actions besides the fields.
838
+ - V2 & V4:
839
+ - replace alias of namespace definitions of header actions even for references that are not related to OData vocabularies.
840
+ - Add `visible` property to DataField types
841
+ - annotationPath definitions of header and footer actions.
842
+
843
+ ### Quality
844
+
845
+ - Settings for sonarlint have been added
846
+ - Upgrade of Annotation Vocabularies Tools
847
+ - Fix of code smells reported by SonarQube
848
+
849
+ ## [1.84.23] - 2021-10-18
850
+
851
+ ### Fixed
852
+
853
+ For some V4 apps, the export of property changes failed due to invalid schema definitions.
854
+
855
+ ## [1.84.22] - 2021-10-06
856
+
857
+ ### Added
858
+
859
+ - Annotation path com.sap.vocabularies.UI.v1.HeaderInfo added to ObjectPageHeader in V2 and V4.
860
+ - Added `i18nClassification` for `title`, `description` properties for `App.json` schema in V2 and V4.
861
+ - V4: Header actions are now part of the Object Page schema.
862
+ - OData V2:
863
+ - OVP: Added support for property `annotationPath` in Linklist card settings.
864
+ - OVP: property `requireAppAuthorization` is now supported for all card types.
865
+
866
+ ### Changed
867
+
868
+ - README was updated.
869
+ - Order and naming of view nodes for the V2 Object Page adapted.
870
+ - Pattern for binding changes in V2: there are now two different patterns for List Report and Object Page; the one for the Object Page provides the additional enum values "{ui>/editable}" and "{= !${ui>/editable}}"
871
+
872
+ ### Removed
873
+
874
+ ### Deprecated
875
+
876
+ ### Fixed
877
+
878
+ - V4: if one section comprises a field group without qualifier, and one referred to UI.Identification, the properties of the field group had been displayed for Identification section of header facet as well.
879
+
880
+ ### Quality
881
+
882
+ - Fix of vulnerabilities by upgrade of npm modules.
883
+ - Fix of bugs nd code smells reported by SonarQube.
884
+
885
+ ## [1.84.21] - 2021-09-22
886
+
887
+ ### Added
888
+
889
+ - New html files showing a graphical representation of the content of each generic schema.
890
+ - OData V2:
891
+ - We show field groups and fiels now as part of the app specific schema, and allow the maintenance of the visible property for fields.
892
+ - Support of property `flexEnabled`on app level.
893
+
894
+ ### Changed
895
+
896
+ - The default for titles and labels of schema nodes - in case of missing annotation labels - has been adapted, for facets and header facets. There will be node-specific content now in all cases instead of generic defaults like "Form".
897
+
898
+ ### Fixed
899
+
900
+ - OData V2:
901
+ - Invalid flexChanges are now ignored during sync, hence configs and pages files are created.
902
+ - OData V4:
903
+ - Exception occurred in case of invalid custom page definitions in manifest
904
+ - Page determination went wrong in case of irregular ordering of routing targets.
905
+
906
+ ### Quality
907
+
908
+ - Bugs & code smells removed that had been detected by SonarQube.
909
+
910
+ ## [1.84.20] - 2021-09-08
911
+
912
+ ### Added
913
+
914
+ - OData V4:
915
+ - Header Facets are now shown in the schemas and configs, along with their actual manifest settings.
916
+ - OData V2:
917
+ - OVP: Added support for property `dataPointAnnotationPath` in ListCard settings
918
+
919
+ ### Fixed
920
+
921
+ - V4: Added export sync for entitySet in custom pages
922
+
923
+ ## [1.84.19] - 2021-08-25
924
+
925
+ ### Added
926
+
927
+ - OData V4:
928
+ - Enhanced sync logic to avoid export of properties unknown to specification module to avoid modification in manifest.json
929
+ - Added test for function `convertInterfaces` to increase test coverage
930
+ - Added flexchange layer information to API interface
931
+
932
+ ### Changed
933
+
934
+ - OData V2: Unresolvable facets are not returned by schema to avoid creation of corrupted custom sections
935
+
936
+ ### Fixed
937
+
938
+ - Object Page schema generation crash when 'Facets' entry is not defined for 'CollectionFacet'
939
+ - Page schema generation - `annotationPath` was missing for `table/toolbar`
940
+
941
+ ### Quality
942
+
943
+ ## [1.84.18] - 2021-08-12
944
+
945
+ ### Added
946
+
947
+ - OData V2:
948
+ - Added description property to header actions in schema
949
+ - Table toolbar as structure node
950
+ - Added properties showClearOnFB, showFilterConfiguration and showRestoreOnFB to the FilterBar
951
+
952
+ - OData V4:
953
+ - Table toolbar as structure node
954
+ - enableOnSelect as property for table toolbar
955
+
956
+ - Developer guide for contributors to this module
957
+
958
+ - Actualization of JS-DOC
959
+
960
+ - Enhanced error handling of API functions.
961
+
962
+ - The generic schema is enhanced by the following information:
963
+ - artifact type (manifest setting, flex change or annotation)
964
+ - in case of flex change: control name
965
+
966
+ ### Changed
967
+
968
+ - The node Selection Fields was renamed to Filter Fields, in accordance with the UI.
969
+
970
+ - The generic schemas now already comprise anyOf definitions for enums of type string that allow binding changes. Previously this was only added during the generation of app specific schemas.
971
+
972
+ ### Fixed
973
+
974
+ - A common function was introduced to resolve path references of Common.Label annotations; endless loop references are interjected, the variable value or key is returned in this case.
975
+ - Enhance function determineTableType to also check for presence of old tableType flag in manifest.json
976
+ - OData V2:
977
+ - ALP: Use correct Id for flex changes generated in case of Filter Bar
978
+
979
+ ### Quality
980
+
981
+ - Refactor interfaces and class definitions for ALP tables
982
+
983
+ ## [1.84.17] - 2021-07-28
984
+
985
+ ### Added
986
+
987
+ - OData V2: dateSettings property of Filterbar now supports addtional values
988
+ - OData V2: Added growingThreshold property to Responsive Tables
989
+
990
+ ### Fixed
991
+
992
+ - When starting the app modeler for certain CDS projects, an exception occurs, and no pages nor schemas are listed.
993
+ - Modified regex used in binding properties to avoid issues with Shebang plugin during consumption of specification module.
994
+
995
+ ### Quality
996
+
997
+ - Upgrade of Annotation Vocabularies Tools to version 0.3.28.
998
+
999
+ ## [1.84.16] - 2021-07-14
1000
+
1001
+ ### Added
1002
+
1003
+ - annotationPath is added to the selectionFields node.
1004
+
1005
+ ### Changed
1006
+
1007
+ - The import functions for filling the content of config files are now instantiating the required metadata based on factory classes (that had been introduced for the export before).
1008
+
1009
+ ### Fixed
1010
+
1011
+ - In the annotationPath of columns, qualifiers had not been added.
1012
+ - The namespace of the entity type is now present in all annotation paths.
1013
+ - Changing binding value to false removed flex changes from the file system.
1014
+ - The logic for section generation in app schemas did not consider qualifiers correctly.
1015
+
1016
+ ### Quality
1017
+
1018
+ - Missing path to types in package.json was added. This is required because after introducing bundling with webpack, the index.d.ts file is not next to index-min.js.
1019
+
1020
+ ## [1.84.15] - 2021-06-30
1021
+
1022
+ ### Added
1023
+
1024
+ - New structure elements at the Filterbar that represent the selection fields resulting from the UI.SelectionFields annotation.
1025
+
1026
+ ### Changed
1027
+
1028
+ - In the annotationPath information of the generated JSON schemas all alias definitions are now replaced by the full vocabulary name.
1029
+ - Descriptions in the schema now follow the following paradigm:
1030
+ - For facets we need use title and description, the export logic takes the title and extracts the facet key from it for concatenating the stable ID. The text that shall be shown in the Page Editor shall be the description.
1031
+ - Thus we now generalise: all view nodes (isViewNode = true) have a description (but do not necessarily need a title).
1032
+ - Properties (no isViewNode tag) are not listed in the outline, but in the properties panel. Here, the title shall be used as a label, and the description shall be shown on hover (old UI) or rendered directly (new UI).
1033
+
1034
+ ### Removed
1035
+
1036
+ - OData V4: remove initialLoad property from Object Page config
1037
+
1038
+ ### Fixed
1039
+
1040
+ - The deletion of a custom section from the config file was not reflected in manifest.json.
1041
+ - New page export fails if parent page does not have navigation property defined.
1042
+ - Navigation is not cleared if we remove last associated page.
1043
+ - The import of unknow flex change properties into the config is now avoided.
1044
+ - The export of flex changes sometimes generated multiple flex changes into the dev workspace.
1045
+ - The script for extracting documentation had neglected patternProperties of the schemas.
1046
+ - An exception occurred in case of invalid annotation references, the schemas and config files were not generated in this case.
1047
+ - Too many actions had been listed as table columns: now it is restricted to the inline actions.
1048
+
1049
+ ## [1.84.14] - 2021-06-17
1050
+
1051
+ ### Added
1052
+
1053
+ - annotationPath added as metadata to the columns in JSON schema.
1054
+
1055
+ ### Changed
1056
+
1057
+ - The enum for fragment names of column extension is more restrictive now, it does not comprise cells anymore.
1058
+ - Webpack uglify function names
1059
+
1060
+ ### Fixed
1061
+
1062
+ - During the export of V4 configs, manifest sections were created from scratch; this led to a deletion of properties that are not considered (yet) by the specification module.
1063
+ - Fix for launch config Import project which can be used to debug the import of a project.
1064
+ - During the export, fragments are not deleted anymore, as they may comprise customer coding.
1065
+ - If a fragment is not present yet, it gets created now, i.e. added with an <root> prefix to the list of fragments.
1066
+ - yarn watch allows debugging of custom extensions now, as the templates are available again in the dist folder.
1067
+ - Correct sync logic to make sure that config changes are written only to desired places in manifest.json.
1068
+ - An exception had occured in case of invalid target annotation paths, this is caught now.
1069
+ - OData V4 - Correct sync logic so that custom sections entry in manifest.json gets deleted if entry is deleted from page config
1070
+ - OData V4 - Correct sync logic, page add was not added if 'navigation' property missing in 'manifest.json'.
1071
+ - OData V4 - Correct sync logic, page deletion, 'navigation' property was not cleared if there was no an navigation left.
1072
+ - OData V2 - Flex changes not supported by specification module remain unaffected by the sync logic
1073
+ - OData V2 - Avoid creation of duplicate flex changes in case of Object Page tables
1074
+ - OData V2 - ALP: Improved sync logic as some of the supported flex chagnes were not imported to config files
1075
+
1076
+ ## [1.84.13] - 2021-06-03
1077
+
1078
+ ### Changed
1079
+
1080
+ - The access to reflect metadata is now centralized in factory classes and thus runs in a generic way in most situations.
1081
+
1082
+ ### Fixed
1083
+
1084
+ - Path references of labels had not been resolved correctly. Common.label annotations of the target reference are now considered correctly.
1085
+ - The regex pattern for binding changes was incomplete, resulting in validation errors.
1086
+ - OData V4: Enhance sync logic to ensure only properties that are supported by specification module are modified in the manifest.json
1087
+
1088
+ ### Quality
1089
+
1090
+ Upgrades of dependencies to:
1091
+
1092
+ - "ts-loader": 9.1.2
1093
+ - node version 12
1094
+ - "webpack": 5.37.1
1095
+ - "chalk": "4.1.1"
1096
+ - "ejs": "3.1.6"
1097
+ - "i18next": "20.3.1"
1098
+ - "ts-json-schema-generator": "0.93.0"
1099
+
1100
+ Added resolutions for
1101
+
1102
+ - "glob-parent": "^5.1.2"
1103
+ - "normalize-url": "^6.0.1"
1104
+ - "ws": "^7.4.6"
1105
+ - "trim-newlines": "^3.0.1"
1106
+
1107
+ ## [1.84.12] - 2021-05-20
1108
+
1109
+ ### Fixed
1110
+
1111
+ - The OP V4 schema showed fields and actions only for UI.Identification only if defined without qualifier
1112
+ - OData V2: Variant Management flex changes are now ignored
1113
+
1114
+ ## [1.84.11] - 2021-05-06
1115
+
1116
+ ### Added
1117
+
1118
+ - New tag displayName in JSON schema: used to switch the name in the UI when needed, the original schema name is not changed due to compatibility reasons.
1119
+ - New tag dataType in JSON schema for V4 Form and Object Page: as a tag, this can be rendered display-only as an additional information for any data field.
1120
+
1121
+ ### Changed
1122
+
1123
+ - Documentation updates, due to introduction of the additional version for UI5 1.89
1124
+ - Schema file names are now based on entitySet instead of entityType
1125
+
1126
+ ### Fixed
1127
+
1128
+ - OData V2: LR/OP/ALP - Unknown properties are now excluded from export which in turn also avoids deletion of properties unknown to specificaiton from manifest
1129
+ - No invalid references anymore at the generated JSON schemas.
1130
+
1131
+ ### Quality
1132
+
1133
+ - lodash upgrade
1134
+
1135
+ ## [1.84.10] - 2021-04-22
1136
+
1137
+ ### Added
1138
+
1139
+ - createWithParameterDialog is now also supported for the V2 Object Page
1140
+
1141
+ ### Changed
1142
+
1143
+ - createWithParameterDialog can be found under *table* properties instead of *toolbarActions* now.
1144
+
1145
+ ### Fixed
1146
+
1147
+ - List report V2: too many properties had been presented at LSP for analytical table
1148
+
1149
+ ### Quality
1150
+
1151
+ - Switch build to webpack
1152
+ - Upgrade of Annotation-Vocabularies-Tools
1153
+
1154
+ ## [1.84.9] - 2021-04-15
1155
+
1156
+ ### Quality
1157
+
1158
+ - Upgrade of handlebars
1159
+
1160
+ ## [1.84.8] - 2021-04-09
1161
+
1162
+ ### Added
1163
+
1164
+ - Actions from the UI.Identification annotation are now represented in the V4 schemas.
1165
+ - Property inlineDelete for quickVariantSelectionX (table variants)
1166
+
1167
+ ### Changed
1168
+
1169
+ - quickVariantSelection and quickVariantSelectionX definitions are more general no, allowing any number of tabs.
1170
+
1171
+ ### Fixed
1172
+
1173
+ - Missing or incorrect properties for semantic date range control: fields->filter->equals now supports an array of date ranges, not just a single date range value. Additionally, both 'key' and 'category' options support both "equals" and "contains".
1174
+ - OData V2: ALP - ignoredChartTypes property is now supports more values
1175
+ - Export of quickVariantSelectionX in V2 was wrong or could lead to exception.
1176
+
1177
+ ### Quality
1178
+
1179
+ - Decrease the number of Eslint warnings
1180
+
1181
+ ## [1.84.7] - 2021-03-25
1182
+
1183
+ ### Added
1184
+
1185
+ - Forms and the comprised fields and actions are represented in schemas for V4 object pages
1186
+
1187
+ ### Fixed
1188
+
1189
+ - No duplicate entries in the result lists of scripts for extracting documentation
1190
+
1191
+ ## [1.84.6] - 2021-03-11
1192
+
1193
+ ### Added
1194
+
1195
+ - Property availability for V4 table columns
1196
+ - Tag isViewNode now marks schema elements that are relevant for setting up an out line or schematic view of a page; (complex) properties are not marked like that.
1197
+ - Tag i18nClassification marks properties of the schema that are relevent for translation; it uses the key words following the SAP guidelines for translation.
1198
+ - Forms, field groups and fields of Object Pages are now represented in the V4 schemas.
1199
+ - Form Entry Object Page support
1200
+
1201
+ ### Changed
1202
+
1203
+ - V4 tables: do not show columns in config that are empty or not maintained at all
1204
+
1205
+ ### Fixed
1206
+
1207
+ - Export of OVP card of the new V4 types to manifest
1208
+ - V4: Do not throw exception in case of invalid columns listed in manifest, just ignore them
1209
+ - V4 column keys adjusted: vocabulary alias shall not be part of it
1210
+ - OVP: Unknown properties are now excluded from export
1211
+
1212
+ ## [1.84.5] - 2021-02-25
1213
+
1214
+ ### Added
1215
+
1216
+ - Property valueSelectionInfo of OVP cards
1217
+ - Mark translatable properties in `schema` with `isLanguageDependent` property.
1218
+ - New Form Entry Object Page added
1219
+
1220
+ ### Changed
1221
+
1222
+ ### Fixed
1223
+
1224
+ - Exceptions have occurred in case of incomplete or inconsistent annotations. This was solved by a new version of the Annotation Vocabulary Tools that is delivered together with the Specification module.
1225
+ - Sync now works correctly for property "quickVariantSelectionX"
1226
+
1227
+ ### Quality
1228
+
1229
+ - Switch to Sonar EE
1230
+
1231
+ ## [1.84.4] - 2021-02-23
1232
+
1233
+ ### Fixed
1234
+
1235
+ - Duplicate property "entitySet" for link list cards got removed
1236
+
1237
+ ## [1.84.3] - 2021-02-11
1238
+
1239
+ ### Added
1240
+
1241
+ - Manifest settings for (standard) table columns of OData V4 are now supported.
1242
+ - OData V4: Support of V4 card types in OVP template (table, list and analytical card).
1243
+ - OData V2: Support of createWithParameterDialog settings for create from the V2 filterbar.
1244
+
1245
+ ### Fixed
1246
+
1247
+ - Overview Page: mandatory fields are clarified and reworked
1248
+ - Overview Page: obsolete field timeAxis eliminated
1249
+ - Object Page V4: `layout/sectionLayout` is imported from `manifest.json`
1250
+ - Object Page V2: `XML` type is only valid type for selection for Custom Section Fragment definition
1251
+
1252
+ ### Quality
1253
+
1254
+ - Upgrade of node modules used
1255
+
1256
+ ## [1.84.2] - 2021-01-28
1257
+
1258
+ ### Fixed
1259
+
1260
+ - The 'views' definition for OData V4 was not read nor written to the right position at manifest.
1261
+ - Flex changes for ALP table columns had been written with the wrong selector id and thus had no effect in the run-time.
1262
+
1263
+ ### Quality
1264
+
1265
+ - Dependencies to other npm modules have been actualized
1266
+
1267
+ ## [1.84.1] - 2021-01-14
1268
+
1269
+ ### Added
1270
+
1271
+ - The specification API now allows passing a logger, i.e. an instance of the new interface ExtensionLogger.
1272
+ If supplied, all messages resulting from the API processing will be passed to the logger instance instead of console.log.
1273
+ - Property showDataLabel on global OVP level
1274
+ - OData V2: New `extensionType` property is added to Custom Column definition.
1275
+ - OData V2: Support for Custom Columns in Object Page tables.
1276
+
1277
+ ### Changed
1278
+
1279
+ - OData V4: List Report `variantManagement` property is now moved to page level
1280
+ - The specification API now returns a *complete* list of flex changes, not only the updated ones; if a flex property was not maintained or deleted, you can find it in the list with content.newValue = null. This allows the consuming application to distinguish flex changes that are supported by the JSON schema of the specification from other flex changes that may have been created by other means; only changes that are part of the result list of the API but have content.newValue = null should get deleted from the app.
1281
+
1282
+ ### Fixed
1283
+
1284
+ - OData V2: Export fails to resolve page in `manifest.json` when page key does not contain entitySet.
1285
+ - OData V4: Switching from FCL to Standard Layout - `manifest.json` -> `sap.ui5/routing/routes/[]/target` was not reseting back
1286
+
1287
+ ## [1.84.0] - 2020-12-03
1288
+
1289
+ ### Added
1290
+
1291
+ - OData V4: new properties added to the specification for table settings of list report and object page
1292
+ - OVP custom card - `template` property uses pattern to avoid non-custom card template overlap
1293
+ - OVP cards - `model` property uses enum entries populated from `manifest.json`
1294
+
1295
+ ### Changed
1296
+
1297
+ - OData V2: Use enum instead of string for property `createWithFilters -> strategy`
1298
+
1299
+ ### Fixed
1300
+
1301
+ - OData V2: Improved sync logic to avoid deletion of entries from page config
1302
+ - OData V4: Not all properties had been imported into config files