@sap/ux-specification 1.120.13 → 1.120.15
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 +50 -3
- package/dist/documentation/runDocu-min.js +5 -5
- package/dist/documentation/runDocu-min.js.map +2 -2
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +97 -97
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/AnalyticalListPageConfig.json +0 -18
- package/dist/schemas/v2/ListReportConfig.json +0 -30
- package/dist/specification/package.json +6 -6
- package/dist/specification/src/api.d.ts.map +1 -1
- package/dist/specification/src/api.js +6 -1
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +9 -1
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts +0 -1
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.js +0 -9
- package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js +9 -4
- package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/apiTypes.d.ts +2 -0
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +0 -4
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -8,13 +8,35 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
8
8
|
|
|
9
9
|
[NodeJS](https://nodejs.org/en/download/) Version `18.18.0` or higher
|
|
10
10
|
|
|
11
|
-
## [1.120.
|
|
11
|
+
## [1.120.15] - 2024-07-11
|
|
12
12
|
|
|
13
13
|
### Added
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
### Changed
|
|
16
16
|
|
|
17
|
-
-
|
|
17
|
+
- The API function getApiVersion now also returns the module version of the given ux-specification module.
|
|
18
|
+
|
|
19
|
+
### Removed
|
|
20
|
+
|
|
21
|
+
### Deprecated
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
|
|
25
|
+
- An error message "UI.Lineitem annotation has not been defined" was incorrectly returned in cases where the app uses views with (Selection)PresentationVariants leading to valid Lineitem annotations with a qualifier.
|
|
26
|
+
|
|
27
|
+
### Quality
|
|
28
|
+
|
|
29
|
+
Upgrades:
|
|
30
|
+
|
|
31
|
+
- @sap-ux/fe-fpm-writer to 0.25.0
|
|
32
|
+
- @ui5/manifest to 1.66.0
|
|
33
|
+
- npm-run-all2 to 6.2.2
|
|
34
|
+
- rimraf to 5.0.8
|
|
35
|
+
- @sapui5/types to 1.125.1
|
|
36
|
+
|
|
37
|
+
## [1.120.14] - 2024-06-26
|
|
38
|
+
|
|
39
|
+
### Added
|
|
18
40
|
|
|
19
41
|
### Changed
|
|
20
42
|
|
|
@@ -24,6 +46,31 @@ OData V4:
|
|
|
24
46
|
|
|
25
47
|
### Fixed
|
|
26
48
|
|
|
49
|
+
- Property fitContainer is no longer provided for change in v2 LR and ALP apps.
|
|
50
|
+
- v4. Route pattern is not used during export which leads to different key generation after undo in page map
|
|
51
|
+
|
|
52
|
+
### Quality
|
|
53
|
+
|
|
54
|
+
Upgrades:
|
|
55
|
+
|
|
56
|
+
- esbuild to 0.21.5
|
|
57
|
+
- npm-run-all2 to 6.2.0
|
|
58
|
+
- prettier to 3.3.2
|
|
59
|
+
- ts-jest to 29.1.5
|
|
60
|
+
- resolution for ws 8.17.1
|
|
61
|
+
- @sap-ux/annotation-converter to 0.8.14
|
|
62
|
+
- @sap-ux/vocabularies-types to 0.10.13
|
|
63
|
+
|
|
64
|
+
## [1.120.13] - 2024-06-13
|
|
65
|
+
|
|
66
|
+
### Added
|
|
67
|
+
|
|
68
|
+
OData V4:
|
|
69
|
+
|
|
70
|
+
- Custom actions support within custom sections
|
|
71
|
+
|
|
72
|
+
### Fixed
|
|
73
|
+
|
|
27
74
|
OData V4:
|
|
28
75
|
|
|
29
76
|
- FilterBar macro with SelectionField annotation with qualifier is not resolved(annotationPath is missing)
|