@syncfusion/ej2-vue-pivotview 22.2.8 → 22.2.9
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 +8 -0
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +7 -7
- package/styles/fabric-dark.css +2 -2
- package/styles/fabric.css +2 -2
- package/styles/material-dark.css +2 -2
- package/styles/material.css +2 -2
- package/styles/pivotview/fabric-dark.css +2 -2
- package/styles/pivotview/fabric.css +2 -2
- package/styles/pivotview/material-dark.css +2 -2
- package/styles/pivotview/material.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `I489341` - The toolbar menu items will now be properly displayed in the pivot table with the material dark theme.
|
|
10
|
+
|
|
11
|
+
## 22.2.8 (2023-08-08)
|
|
12
|
+
|
|
13
|
+
### Pivot Table
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
9
17
|
- `I485463` - The pivot table can now be properly rendered when sorting is applied with virtualization.
|
|
10
18
|
- `I486436` - The pivot chart can now be properly rendered with remote data binding.
|
|
11
19
|
- `F183726` - The "multiLevelLabelRender" event will now work properly in the Angular pivot table.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version : 22.2.
|
|
3
|
+
* version : 22.2.9
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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
|