@sap/ux-specification 1.71.96 → 1.71.97
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 +36 -0
- package/dist/documentation/runDocu-min.js +5 -5
- package/dist/documentation/runDocu-min.js.map +4 -4
- package/dist/documentation/styleDocu.css +3 -0
- 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/index-min.js +28 -28
- package/dist/index-min.js.map +3 -3
- package/dist/package.json +7 -7
- package/dist/schemas/v2/ObjectPageConfig.json +0 -19
- package/dist/src/api.js +1 -1
- package/dist/src/api.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +1 -3
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +8 -15
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,42 @@ 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.71.97] - 2023-11-02
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- UX adjustments of inplace documentation:
|
|
18
|
+
- Harmonized the zoom behavior and removed the ability to scroll via mouse wheel
|
|
19
|
+
|
|
20
|
+
### Removed
|
|
21
|
+
|
|
22
|
+
- OData V2:
|
|
23
|
+
- Removed the `visibility` property for *addresses* on subsections of the object page, as flexibility changes are not supported on this level
|
|
24
|
+
|
|
25
|
+
### Deprecated
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
|
|
29
|
+
- OData V2:
|
|
30
|
+
- Fixed an issue with the selector ID of flexibility changes generated for *contacts* on subsection level of object pages
|
|
31
|
+
|
|
32
|
+
### Quality
|
|
33
|
+
|
|
34
|
+
- Update transitive dependencies
|
|
35
|
+
|
|
36
|
+
Upgrades:
|
|
37
|
+
|
|
38
|
+
- @types/d3 to 7.4.2
|
|
39
|
+
- @types/jquery to 3.5.25
|
|
40
|
+
- @sap-ux/annotation-converter to 0.8.0
|
|
41
|
+
- @sap-ux/vocabularies-types to 0.10.0
|
|
42
|
+
- @sap-ux/edmx-parser to 0.7.0
|
|
43
|
+
- esbuild to 0.19.5
|
|
44
|
+
- @ui5/manifest to 1.61.0
|
|
45
|
+
- eslint to 8.52.0
|
|
46
|
+
|
|
11
47
|
## [1.71.96] - 2023-10-19
|
|
12
48
|
|
|
13
49
|
### Added
|