@syncfusion/ej2-vue-grids 20.1.56 → 20.1.59
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 +31 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +9 -2
- package/styles/bootstrap.css +9 -2
- package/styles/bootstrap4.css +9 -2
- package/styles/bootstrap5-dark.css +8 -1
- package/styles/bootstrap5.css +8 -1
- package/styles/fabric-dark.css +8 -1
- package/styles/fabric.css +8 -1
- package/styles/fluent-dark.css +9 -2
- package/styles/fluent.css +9 -2
- package/styles/grid/bootstrap-dark.css +9 -2
- package/styles/grid/bootstrap.css +9 -2
- package/styles/grid/bootstrap4.css +9 -2
- package/styles/grid/bootstrap5-dark.css +8 -1
- package/styles/grid/bootstrap5.css +8 -1
- package/styles/grid/fabric-dark.css +8 -1
- package/styles/grid/fabric.css +8 -1
- package/styles/grid/fluent-dark.css +9 -2
- package/styles/grid/fluent.css +9 -2
- package/styles/grid/highcontrast-light.css +9 -2
- package/styles/grid/highcontrast.css +8 -1
- package/styles/grid/material-dark.css +9 -2
- package/styles/grid/material.css +8 -1
- package/styles/grid/tailwind-dark.css +8 -1
- package/styles/grid/tailwind.css +8 -1
- package/styles/highcontrast-light.css +9 -2
- package/styles/highcontrast.css +8 -1
- package/styles/material-dark.css +9 -2
- package/styles/material.css +8 -1
- package/styles/tailwind-dark.css +8 -1
- package/styles/tailwind.css +8 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,37 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I367001` - Alignment issue while adding new row with frozen grid and `rowDragandDrop` is fixed
|
|
10
|
+
- `#I378140` - Combination of Excel and Menu filter with `foreignkey` column throws script error is fixed
|
|
11
|
+
- `#I377994` - Row selection is not updated properly inside the `rowDeselected` event while performing data actions in grid has been fixed.
|
|
12
|
+
|
|
13
|
+
## 20.1.58 (2022-05-31)
|
|
14
|
+
|
|
15
|
+
### Grid
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#I357493` - An issue with the grid throws a `NotFoundError` on Unmount in IE11 when using the custom template has been resolved.
|
|
20
|
+
- `#I372485` - Adding new rows in-between with infinite scrolling issue has been fixed.
|
|
21
|
+
- `#I375336` - Scrolling is not working fine with Virtualization Grid when having frozen column has been fixed.
|
|
22
|
+
- `#I374913` - Collapsing Group row is not working properly when cache mode enabled in `InfiniteScrolling` has been fixed.
|
|
23
|
+
|
|
24
|
+
## 20.1.57 (2022-05-24)
|
|
25
|
+
|
|
26
|
+
### Grid
|
|
27
|
+
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
- `#I359884` - Accessibility of Grid component has been improved.
|
|
31
|
+
- `#I376539` - Sorting issue on URL Adaptor `DataManagerRequest` has been fixed.
|
|
32
|
+
- `#I365726` - Image and Text overlap issue in excel image has been fixed.
|
|
33
|
+
|
|
34
|
+
## 20.1.56 (2022-05-17)
|
|
35
|
+
|
|
36
|
+
### Grid
|
|
37
|
+
|
|
38
|
+
#### Bug Fixes
|
|
39
|
+
|
|
9
40
|
- `#F174681` - Provided support for Column dragging when dynamically enabling the Group drop area.
|
|
10
41
|
- `#I375458` - Column read as draggable after disabling column reorder for Particular column has been fixed.
|
|
11
42
|
- `#I376011` - Styling issue on grouping all the columns in grid is fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.59
|
|
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
|