@sap/ux-specification 1.84.91 → 1.84.92

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 (27) hide show
  1. package/CHANGELOG.md +20 -9
  2. package/dist/documentation/runDocu-min.js +5 -5
  3. package/dist/documentation/runDocu-min.js.map +2 -2
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  8. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  9. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +22 -22
  13. package/dist/index-min.js.map +3 -3
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -21
  15. package/dist/schemas/v2/ListReportConfig.json +5 -35
  16. package/dist/specification/package.json +4 -4
  17. package/dist/specification/src/sync/common/dist_tag.json +9 -1
  18. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +0 -1
  19. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  20. package/dist/specification/src/sync/v2/export/controls/Table.js +0 -9
  21. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  22. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  23. package/dist/specification/src/sync/v4/export/manifest.js +9 -4
  24. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  25. package/dist/types/src/v2/controls/Table.d.ts +0 -3
  26. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  27. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
12
12
 
13
13
  [NodeJS](https://nodejs.org/en/download/) Version `18.18.0` or higher
14
14
 
15
- ## [1.84.91] - 2024-06-13
15
+ ## [1.84.92] - 2024-06-26
16
16
 
17
17
  ### Added
18
18
 
@@ -24,6 +24,25 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
24
24
 
25
25
  ### Fixed
26
26
 
27
+ - Property fitContainer is no longer provided for change in v2 LR and ALP apps.
28
+ - v4. Route pattern is not used during export which leads to different key generation after undo in page map
29
+
30
+ ### Quality
31
+
32
+ Upgrades:
33
+
34
+ - esbuild to 0.21.5
35
+ - npm-run-all2 to 6.2.0
36
+ - prettier to 3.3.2
37
+ - ts-jest to 29.1.5
38
+ - resolution for ws 8.17.1
39
+ - @sap-ux/annotation-converter to 0.8.14
40
+ - @sap-ux/vocabularies-types to 0.10.13
41
+
42
+ ## [1.84.91] - 2024-06-13
43
+
44
+ ### Fixed
45
+
27
46
  OData V4:
28
47
 
29
48
  - Exception in case of line item annotations having an ID starting with "LineItems"
@@ -40,20 +59,12 @@ Upgrades:
40
59
 
41
60
  ## [1.84.90] - 2024-05-31
42
61
 
43
- ### Added
44
-
45
62
  ### Changed
46
63
 
47
64
  OData V4:
48
65
 
49
66
  - Updated custom sections storage from array to object in schema
50
67
 
51
- ### Removed
52
-
53
- ### Deprecated
54
-
55
- ### Fixed
56
-
57
68
  ### Quality
58
69
 
59
70
  Upgrades: