@syncfusion/ej2-vue-grids 22.1.38 → 22.2.5
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,33 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I477874` - The issue with the `foreignkey` column dropdown edit cell displaying incorrect values while editing different rows after scrolling has been successfully fixed when the `virtualization` feature is enabled in the grid.
|
|
10
|
+
- `#I482022` - Pager information is wrong while dynamically changing the Grid width issue has been fixed.
|
|
11
|
+
|
|
12
|
+
- `#F183077` - Wrong footer template value exported in the excel file issue has been fixed.
|
|
13
|
+
- `#I477874` - The issue with the `foreignkey` column dropdown edit cell displaying incorrect values while editing different rows after scrolling has been successfully fixed when the `virtualization` feature is enabled in the grid.
|
|
14
|
+
- `#I482022` - Pager information is wrong while dynamically changing the Grid width issue has been fixed.
|
|
15
|
+
|
|
16
|
+
## 22.1.39 (2023-07-18)
|
|
17
|
+
|
|
18
|
+
### Grid
|
|
19
|
+
|
|
20
|
+
#### Bug fixes
|
|
21
|
+
|
|
22
|
+
- `#I477090` - Fixed an issue where inline and batch edit modes behaved differently when the `column.allowEditing` attribute was set to false.
|
|
23
|
+
- `#FB45184` - The error that occurred when searching for a backslash character in the Excel filter search has been resolved.
|
|
24
|
+
- `#FB44897` - Fixed the problem with the MUI Select Dropdown not functioning correctly in the Filter Template.
|
|
25
|
+
- `#I467307` - Resolved the issue with Excel export where the child grids were not exported properly.
|
|
26
|
+
- `#I479191` - The error that occurred when clearing the searched value after performing a search has been resolved.
|
|
27
|
+
- `#I477380` - Improved the Excel export of the hierarchy grid to prevent unwanted column filters.
|
|
28
|
+
- `#I472635` - Resolved the problem where the selection moved to the first row when the `newRowPosition` was set to Bottom.
|
|
29
|
+
|
|
30
|
+
## 22.1.38 (2023-07-11)
|
|
31
|
+
|
|
32
|
+
### Grid
|
|
33
|
+
|
|
34
|
+
#### Bug fixes
|
|
35
|
+
|
|
9
36
|
- `#I472819` - The problem of missing skip and take parameters in the `UrlAdaptor` when invoking a Grid refresh has been fixed.
|
|
10
37
|
- `#I475522` - Script error thrown when searching for the bracket "[" in the Grid has been resolved.
|
|
11
38
|
- `#I477274` - The issue where the Grid cell ellipsis was not displaying in the Firefox browser when the `rowHeight` was set has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 22.
|
|
3
|
+
* version : 22.2.5
|
|
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
|