@sap/ux-specification 1.96.4 → 1.96.5

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
@@ -4,6 +4,32 @@ All notable changes to this project are documented in this file.
4
4
 
5
5
  This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
6
6
 
7
+ ## [1.96.5] - 2022-02-23
8
+
9
+ ### Added
10
+
11
+ - Metadata information `dataType` added to various places in V2 and V4 schemas
12
+ - OData V2:
13
+ - display selection fields, and support date settings properties on LR/ALP
14
+
15
+ ### Changed
16
+
17
+ ### Removed
18
+
19
+ ### Deprecated
20
+
21
+ ### Fixed
22
+
23
+ - SonarQube code smells
24
+
25
+ - OData V2:
26
+ -
27
+
28
+ ### Quality
29
+
30
+ - Unnecessary js files removed from bundle
31
+ - Unit test enhancement to run on all platforms
32
+
7
33
  ## [1.96.4] - 2022-02-10
8
34
 
9
35
  ### Added