@syncfusion/ej2-vue-grids 19.4.38 → 19.4.40
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 +14 -0
- package/README.md +1 -1
- package/dist/ej2-vue-grids.umd.min.js +10 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/excel-filter/bootstrap5-dark.css +1 -0
- package/styles/excel-filter/bootstrap5.css +1 -0
- package/styles/grid/bootstrap5-dark.css +1 -0
- package/styles/grid/bootstrap5.css +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I345910` - Sticky header not working when group drop area is hidden has been fixed.
|
|
10
|
+
- `#I357254` - Outline is displayed in excel export has been fixed.
|
|
11
|
+
- `#FB30729` - Filter dialog position issue when enable virtual scrolling is fixed.
|
|
12
|
+
- `#I356122` - `actionComplete` event is trigger after row reorder is performed has been fixed.
|
|
13
|
+
- `#I359292` - Script error thrown while clear filtering with disabled column menu is fixed.
|
|
14
|
+
|
|
15
|
+
- `#F170825` - Script error thrown while destroying Grid with Vue `pagerTemplate` is fixed.
|
|
16
|
+
|
|
17
|
+
## 19.4.38 (2021-12-17)
|
|
18
|
+
|
|
19
|
+
### Grid
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
9
23
|
- `#F170844` - Borderline issue in stacked column has been fixed.
|
|
10
24
|
- `#I355438` - Event argument type issue in `actionComplete` event while filtering is fixed.
|
|
11
25
|
- `#F170531` - wrong row information while clicking the custom sub context menu items id fixed.
|
package/README.md
CHANGED
|
@@ -71,4 +71,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-compone
|
|
|
71
71
|
|
|
72
72
|
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/grids/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=vue-grid-npm)
|
|
73
73
|
|
|
74
|
-
© Copyright
|
|
74
|
+
© Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.40
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
/*!
|
|
11
|
+
* filename: ej2-vue-grids.umd.min.js
|
|
12
|
+
* version : 19.2.55
|
|
4
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
14
|
* Use of this code is subject to the terms of our license.
|
|
6
15
|
* A copy of the current license can be obtained at any time by e-mailing
|