@syncfusion/ej2-pivotview 19.3.43 → 19.3.48

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
@@ -6,16 +6,42 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - While no fields are bound in the values axis, the empty pivot table is now properly displayed.
10
+ - Even the value fields starts with the same unique name (fieldName), the Pivot Table values are now properly displayed.
11
+
12
+ ## 19.3.47 (2021-10-26)
13
+
14
+ ### Pivot Table
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#I345673` - Even the value fields starts with the same caption, the Pivot Table values are now properly displayed.
19
+
20
+ ## 19.3.46 (2021-10-19)
21
+
22
+ ### Pivot Table
23
+
24
+ #### Bug Fixes
25
+
26
+ - `#I345297` - While clicking the value sorting icon, the "cellClick" event is now properly triggered.
27
+ - `#I342886` - The "Calculated Field" feature in the pivot table now works properly in Angular production mode.
28
+
29
+ ## 19.3.44 (2021-10-05)
30
+
31
+ ### Pivot Table
32
+
33
+ #### Bug Fixes
34
+
9
35
  - `#F168308` - The pivot table can now be rendered properly with custom number formats.
10
- - `#339705` - When the virtualization feature is used, the pivot table can now be rendered properly without an unnecessary horizontal scrollbar when the content does not require it.
11
- - `#341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
12
- - `#342221` - The pivot table can now be rendered properly while applying date grouing through UI.
36
+ - `#I339705` - When the virtualization feature is used, the pivot table can now be rendered properly without an unnecessary horizontal scrollbar when the content does not require it.
37
+ - `#I341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
38
+ - `#I342221` - The pivot table can now be rendered properly while applying date grouing through UI.
13
39
  - The column headers are now displayed properly while perform resizing.
14
- - `#342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
40
+ - `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
15
41
 
16
42
  #### New Features
17
43
 
18
- - `#300095` - Provided support to display measures at any desired positions in the column or row axis for relational data sources.
44
+ - `#I300095` - Provided support to display measures at any desired positions in the column or row axis for relational data sources.
19
45
 
20
46
  ## 19.2.56 (2021-08-17)
21
47