@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 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