@syncfusion/ej2-vue-grids 21.1.41 → 21.2.4
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 +33 -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 +17 -0
- package/styles/bootstrap.css +17 -0
- package/styles/bootstrap4.css +20 -2
- package/styles/bootstrap5-dark.css +17 -0
- package/styles/bootstrap5.css +17 -0
- package/styles/fabric-dark.css +17 -0
- package/styles/fabric.css +17 -0
- package/styles/fluent-dark.css +17 -0
- package/styles/fluent.css +17 -0
- package/styles/grid/bootstrap-dark.css +17 -0
- package/styles/grid/bootstrap.css +17 -0
- package/styles/grid/bootstrap4.css +20 -2
- package/styles/grid/bootstrap5-dark.css +17 -0
- package/styles/grid/bootstrap5.css +17 -0
- package/styles/grid/fabric-dark.css +17 -0
- package/styles/grid/fabric.css +17 -0
- package/styles/grid/fluent-dark.css +17 -0
- package/styles/grid/fluent.css +17 -0
- package/styles/grid/highcontrast-light.css +17 -0
- package/styles/grid/highcontrast.css +17 -0
- package/styles/grid/material-dark.css +17 -0
- package/styles/grid/material.css +17 -0
- package/styles/grid/tailwind-dark.css +17 -0
- package/styles/grid/tailwind.css +17 -0
- package/styles/highcontrast-light.css +17 -0
- package/styles/highcontrast.css +17 -0
- package/styles/material-dark.css +17 -0
- package/styles/material.css +17 -0
- package/styles/tailwind-dark.css +17 -0
- package/styles/tailwind.css +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,39 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Grid
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#F169671` - Now, the `ExcelQueryCellInfo` event is called properly in both parent and child grids.
|
|
10
|
+
- `#I441999` - Ensured that the `recordDoubleClick` event is now properly triggered on iPad devices as well.
|
|
11
|
+
- `#F181654` - Fixed issue where the react state value was being updated incorrectly with Grid templates.
|
|
12
|
+
- `#I451314` - Provided support for exporting to PDF with custom data sources.
|
|
13
|
+
- `#I457476` - Resolved a script error that occurred when the down arrow key was long-pressed while the frozen and virtual scrolling feature was enabled in the Grid.
|
|
14
|
+
|
|
15
|
+
## 21.2.3 (2023-05-03)
|
|
16
|
+
|
|
17
|
+
### Grid
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I432845` - Fixed the issue where `Lazylaod` grouping with aggregates was not exported properly in Angular and React platforms.
|
|
22
|
+
- `#F181415` - Fixed the issue where the typing for `filterbeforeopen` event of `FilterMenu` was not set properly.
|
|
23
|
+
- `#I450047` - Performance degradation on infinite scrolling with column templates has been fixed.
|
|
24
|
+
- `#I455291` - The issue of being unable to edit a newly added row when the dataSource is empty and infinite scrolling is enabled has been resolved.
|
|
25
|
+
|
|
26
|
+
## 21.1.41 (2023-04-18)
|
|
27
|
+
|
|
28
|
+
### Grid
|
|
29
|
+
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- `#I442797` - The issue of an error occurring when hovering over the search option on a filter dropdown has been resolved and fixed.
|
|
33
|
+
- `#I452425` - The row selection is not working properly when virtualisation is enabled and an odd number is set as the page size has been resolved.
|
|
34
|
+
- `#I455150` - The issue with the script error while opening the custom filter template in the grid filter menu feature has been resolved.
|
|
35
|
+
- `#I451761` - Script error being thrown when copying an empty Grid has been resolved.
|
|
36
|
+
- `#I453134` - The last edited cell is now correctly saved when the tab key is pressed from the last row cell, even when `allowAdding` is set to `false` in batch edit mode.
|
|
37
|
+
|
|
5
38
|
## 21.1.39 (2023-04-11)
|
|
6
39
|
|
|
7
40
|
### Grid
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 21.
|
|
3
|
+
* version : 21.2.4
|
|
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
|