@syncfusion/ej2-vue-pivotview 24.1.45 → 24.1.47
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,6 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#F186081` - With virtualization, the pivot table will now be properly displayed when using the mouse wheel to scroll.
|
|
10
|
+
- `#I186080` - When "DataCompression" is enabled in the Pivot table, the date formatting will now be properly maintained.
|
|
11
|
+
|
|
12
|
+
## 24.1.46 (2024-01-17)
|
|
13
|
+
|
|
14
|
+
### PivotTable
|
|
15
|
+
|
|
16
|
+
#### Bug fixes
|
|
17
|
+
|
|
18
|
+
- `#F185974` - The selected node state will now be properly maintained in the filter dialog for the pivot table's date type field.
|
|
19
|
+
- `#I539759` - On-demand grouping will now work properly with CSV data source.
|
|
20
|
+
|
|
21
|
+
## 24.1.45 (2024-01-09)
|
|
22
|
+
|
|
23
|
+
### PivotTable
|
|
24
|
+
|
|
25
|
+
#### Bug fixes
|
|
26
|
+
|
|
9
27
|
- `#F185974` - When using the pivot table and the pivot field list with virtualization, the loading indicator is now properly hidden.
|
|
10
28
|
- `#F185974` - The all node check box status will now work properly when you click the "All" text in the member filter dialog.
|
|
11
29
|
- `#F185974` - When adding a field via drag and drop in the static field list, the "fieldDrop" event is now properly triggered.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.47
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|