@syncfusion/ej2-pivotview 19.3.47 → 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
@@ -2,7 +2,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 19.3.46 (2021-10-19)
5
+ ### Pivot Table
6
+
7
+ #### Bug Fixes
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)
6
13
 
7
14
  ### Pivot Table
8
15
 
@@ -10,6 +17,8 @@
10
17
 
11
18
  - `#I345673` - Even the value fields starts with the same caption, the Pivot Table values are now properly displayed.
12
19
 
20
+ ## 19.3.46 (2021-10-19)
21
+
13
22
  ### Pivot Table
14
23
 
15
24
  #### Bug Fixes