@sap/ux-specification 1.84.69 → 1.84.71

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